Page 6 of 10

Re: Bug reports

Posted: 24 Oct 2015, 19:43
by quotaholic
Set up on fat32 usb and ran pman -Syu after setting the initial configs via automated scripts.

Ran

Code: Select all

pman -S xorg-server xfce4
and am looking at a desktop after rebooting. Did the same for firefox but when I went to activate the module the error that returned indicated that there was a missing "xactivate" from /usr/local/bin line 90
root ~ # activate /mnt/sdd1/nemesis/modules/firefox-41.0.2-1-x86_64.bundle.xzm
/usr/local/bin/activate: line 90: /usr/local/bin/xactivate: No such file or directory
Hit pman for the missing package via a

Code: Select all

pman -Ss xactivate
but no returns

Re: Bug reports

Posted: 24 Oct 2015, 20:29
by brokenman
Once again, I am on stage 001 at the moment. There is no X. It will come soon. Please test and report bugs only related to 001. Example, try the config scripts in the config folder. Boot to text mode and run things like: setup-time

The scripts are found in /usr/local/bin /usr/local/sbin

Re: Bug reports

Posted: 24 Oct 2015, 21:11
by ncmprhnsbl
is having /usr/local/bin/, /sbin/, /share/ .. in /rootcopy a temporary thing or a permanent feature?

Re: Bug reports

Posted: 24 Oct 2015, 21:53
by brokenman
:shock: Temporary. Will correct my scripts. Thanks.

Re: Bug reports

Posted: 26 Oct 2015, 03:27
by francois
For one reason or another my nemesis 151022 install on hdd will not run the wizard. This seems to result in an inability to run /usr/bin/pman which will exit:
no modules config

Re: Bug reports

Posted: 26 Oct 2015, 12:59
by brokenman
Did you copy the config folder onto the install media?

Re: Bug reports

Posted: 26 Oct 2015, 21:56
by francois
Yes:
/64bit_v31_nemesis/config/modules

Re: Bug reports

Posted: 27 Oct 2015, 01:16
by brokenman
Do any units fail during boot?

Code: Select all

systemctl --failed

Re: Bug reports

Posted: 27 Oct 2015, 02:37
by francois
Presently, I am on my second linux box. I have found that two installation one on root and the other in a subfolder seems to be mixing nemesis, maybe due to nemesis.sgn.

Re: Bug reports

Posted: 27 Oct 2015, 21:54
by francois
On the toshiba satellite z930. First run does not work on an installation hdd with eos on the same partition. /usr/local/bin/firstrun has to be started manually.
In addition, error message for network config:
no gateway, connection failure
error message time config:
unfortunately cannot write to /mnt/sda2/config/time, not writable
** file is on /mnt/sda2/64bit_nemesis/config/time

Re: Bug reports

Posted: 28 Oct 2015, 00:48
by brokenman
There is a write check on sda2 which does not pass. What is the files system?

Can you test with: [ ! -w /mnt/sda2 ] && echo unwritable

Re: Bug reports

Posted: 28 Oct 2015, 00:54
by francois
The problem seems to be related to a nemesis subfolder installation. I will have to wait tomorrow, the satellite z930 is at the office. This is evening time with nemesis on the msi340x, here I am working only directly on /.

Re: Bug reports

Posted: 28 Oct 2015, 02:28
by brokenman
Ah, i see. Yes you're right.

Please boot on the problem machine and give the output of:

Code: Select all

echo $BOOTDEV
echo $BASEDIR
I have exported all the paths as environment variables. BOOTDEV is the boot device while BASEDIR is the path to the nemesis folder. In some scripts I notice I have used BOOTDEV for the root of the install.

Re: Bug reports

Posted: 29 Oct 2015, 16:52
by francois
echo $BOOTDEV
/mnt/sda2
echo $BASEDIR
/mnt/sda2/64bit_v31_nemesis

Re: Bug reports

Posted: 29 Oct 2015, 20:58
by brokenman
Thanks. Will see that this is fixed.