Page 7 of 13

Re: boinc???

Posted: 21 Oct 2015, 14:03
by Bogomips
  • Advanced View > File > Exit Boinc Manager > OK
  • Code: Select all

    cd ~
    ps -e | grep boinc
    cd /mnt/sda1/disk/BOINC
    boincmgr
Still no connection?

Re: boinc???

Posted: 21 Oct 2015, 14:23
by wacojohn

Code: Select all

guest@porteus:~$ ps -e | grep boinc
 1038 ?        00:00:25 boinc
guest@porteus:~$ cd /mnt/sda1/disk/BOINC
guest@porteus:/mnt/sda1/disk/BOINC$ boincmgr
boincmgr: /lib/liblzma.so.5: no version information available (required by /usr/lib/i386-linux-gnu/libtiff.so.5)
Warning: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
guest@porteus:/mnt/sda1/disk/BOINC$
Still no connection.

Re: boinc???

Posted: 21 Oct 2015, 16:01
by Bogomips
  • Advanced View > File > Exit Boinc Manager > OK (if running)
  • Code: Select all

    cd ~
    ps -e | grep boinc
    cd /mnt/sda1/disk/BOINC
    boincmgr
  • Output of 5c (iii) please.

Re: boinc???

Posted: 21 Oct 2015, 17:20
by wacojohn
Bogomips wrote:
  • Advanced View > File > Exit Boinc Manager > OK (if running)
  • Code: Select all

    cd ~
    ps -e | grep boinc
    cd /mnt/sda1/disk/BOINC
    boincmgr
  • Output of 5c (iii) please.
The following is WITH the EDITED porteus.cfg (changes edited out)

Code: Select all

guest@porteus:~$ ps -e | grep boinc
 1038 ?        00:00:25 boinc
guest@porteus:~$ cd /mnt/sda1/disk/BOINC
guest@porteus:/mnt/sda1/disk/BOINC$ boincmgr
boincmgr: /lib/liblzma.so.5: no version information available (required by /usr/lib/i386-linux-gnu/libtiff.so.5)
Warning: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
guest@porteus:/mnt/sda1/disk/BOINC$ cd ~
guest@porteus:~$ ps -e | grep boinc
 1038 ?        00:01:29 boinc
guest@porteus:~$ cd /mnt/sda1/disk/BOINC
guest@porteus:/mnt/sda1/disk/BOINC$ boincmgr
boincmgr: /lib/liblzma.so.5: no version information available (required by /usr/lib/i386-linux-gnu/libtiff.so.5)
Warning: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).

Boinc Manager still disconnected.

Re: boinc???

Posted: 21 Oct 2015, 19:50
by Bogomips
Waiting on output from boinc manger: Step 5c (iii) Event Log

Re: boinc???

Posted: 21 Oct 2015, 20:15
by wacojohn
Bogomips wrote:Waiting on output from boinc manger: Step 5c (iii) Event Log

There is none. It doesn't connect.

Re: boinc???

Posted: 21 Oct 2015, 21:27
by Bogomips
^ OK. Let's kill off boinc and start again in a very basic manner.

Code: Select all

pkill boinc
ps -e | grep boinc     # Should not show
boinc --dir /mnt/sda1/disk/BOINC --daemon
cd /mnt/sda1/disk/BOINC
boincmgr
And see if it is any different.

Re: boinc???

Posted: 21 Oct 2015, 21:41
by Ed_P
Excure me for butting in but does boinc require an internet connection? If so, does the pc have one? Can you connect to the 'net with a browser on it?

Re: boinc???

Posted: 21 Oct 2015, 21:51
by wacojohn
Bogomips wrote:^ OK. Let's kill off boinc and start again in a very basic manner.

Code: Select all

pkill boinc
ps -e | grep boinc     # Should not show
boinc --dir /mnt/sda1/disk/BOINC --daemon
cd /mnt/sda1/disk/BOINC
boincmgr
And see if it is any different.

Code: Select all

guest@porteus:/mnt/sda1/disk/BOINC$ pkill boinc
pkill: 1070 - Operation not permitted
guest@porteus:/mnt/sda1/disk/BOINC$ sudo pkill boinc

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

Password:
guest@porteus:/mnt/sda1/disk/BOINC$ ps -e | grep boinc
guest@porteus:/mnt/sda1/disk/BOINC$ boinc --dir /mnt/sda1/disk/BOINC --daemon
guest@porteus:/mnt/sda1/disk/BOINC$ cd /mnt/sda1/disk/BOINC
guest@porteus:/mnt/sda1/disk/BOINC$ boincmgr
boincmgr: /lib/liblzma.so.5: no version information available (required by /usr/lib/i386-linux-gnu/libtiff.so.5)
Warning: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
execvp(/mnt/sda1/disk/BOINC/boinc, --redirectio, --launched_by_manager) failed with error 2!
execvp(/mnt/sda1/disk/BOINC/boinc, --redirectio, --launched_by_manager) failed with error 2!
execvp(/mnt/sda1/disk/BOINC/boinc, --redirectio, --launched_by_manager) failed with error 2!

No change.

Re: boinc???

Posted: 21 Oct 2015, 21:52
by wacojohn
Ed_P wrote:Excure me for butting in but does boinc require an internet connection? If so, does the pc have one? Can you connect to the 'net with a browser on it?
Yes, it requires an internet connection, .. and I have one .. I am on it now with FIREFOX.

Re: boinc???

Posted: 22 Oct 2015, 01:27
by Bogomips
@wacojohn
So ok, got all the info required. This error had before

Code: Select all

guest@porteus:/mnt/sda1/disk/BOINC$ boincmgr
boincmgr: /lib/liblzma.so.5: no version information available (required by /usr/lib/i386-linux-gnu/libtiff.so.5)
Have same error with my boinc manager. Error seemed to matter before, but did not pick it up this time, as since having updated system beyond all recognition, boinc manager works regardless.

Easiest would be to do same update and see if it does the trick or otherwise change order of activation, which seemed to work last time. In any case will have to load an XFCE desktop to try this out.

Re: boinc???

Posted: 22 Oct 2015, 01:48
by wacojohn
Bogomips wrote:@wacojohn
So ok, got all the info required. This error had before

Code: Select all

guest@porteus:/mnt/sda1/disk/BOINC$ boincmgr
boincmgr: /lib/liblzma.so.5: no version information available (required by /usr/lib/i386-linux-gnu/libtiff.so.5)
Have same error with my boinc manager. Error seemed to matter before, but did not pick it up this time, as since having updated system beyond all recognition, boinc manager works regardless.

Easiest would be to do same update and see if it does the trick or otherwise change order of activation, which seemed to work last time. In any case will have to load an XFCE desktop to try this out.
Not trying to be difficult. Is there instruction here? I am 'lost beyond measure' at this point. Am I supposed to:

Code: Select all

guest@porteus:/mnt/sda1/disk/BOINC$ boincmgr
boincmgr: /lib/liblzma.so.5: no version information available (required by /usr/lib/i386-linux-gnu/libtiff.so.5)
?

All I know is I am running with an edited porteus.cfg and am missing items from desktop, and FIREFOX has no extension showing as installed. I suppose that is temporary and OK. Should I close Boinc Manager before running these commands?? When I close Boinc Manager do I select 'stop running services' or leave that unchecked?

I have no idea what exactly to do next. Sorry. I await your instructions.

EDIT:
I am certain it is quite late in your time zone. It is 10/21/15 - 9PM here US CENTRAL TIME ... so will check back tomorrow AM.

Re: boinc???

Posted: 22 Oct 2015, 14:53
by Bogomips
^ Was by way of explanation. XFCE update went well, boinc manager strated and showed the progress so far with SETI.

Just for now do this:

Code: Select all

mv /mnt/sda1/porteus/changes /mnt/sda1/disk   # root/sudo
du -sh /mnt/sda1/disk/changes
More for update this evening.

@Ed_P Any idea why changes folder approaching 1GB?

Re: boinc???

Posted: 22 Oct 2015, 15:08
by wacojohn
Bogomips wrote:^ Was by way of explanation. XFCE update went well, boinc manager strated and showed the progress so far with SETI.

Just for now do this:

Code: Select all

mv /mnt/sda1/porteus/changes /mnt/sda1/disk   # root/sudo
du -sh /mnt/sda1/disk/changes

Code: Select all

guest@porteus:/mnt/sda1/disk/BOINC$ mv /mnt/sda1/porteus/changes /mnt/sda1/disk   # root/sudo
mv: cannot move ‘/mnt/sda1/porteus/changes’ to ‘/mnt/sda1/disk/changes’: Permission denied
guest@porteus:/mnt/sda1/disk/BOINC$ sudo mv /mnt/sda1/porteus/changes /mnt/sda1/disk   # root/sudo
Password:
Sorry, try again.
Password:
sudo: 1 incorrect password attempt
guest@porteus:/mnt/sda1/disk/BOINC$ 
guest@porteus:/mnt/sda1/disk/BOINC$ sudo mv /mnt/sda1/porteus/changes /mnt/sda1/disk
Password:
guest@porteus:/mnt/sda1/disk/BOINC$ du -sh /mnt/sda1/disk/changes
du: cannot read directory ‘/mnt/sda1/disk/changes/root’: Permission denied
du: cannot read directory ‘/mnt/sda1/disk/changes/.wh..wh.plnk’: Permission denied
du: cannot read directory ‘/mnt/sda1/disk/changes/.wh..wh.orph’: Permission denied
du: cannot read directory ‘/mnt/sda1/disk/changes/var/log/setup/tmp’: Permission denied
du: cannot read directory ‘/mnt/sda1/disk/changes/var/db/sudo’: Permission denied
du: cannot read directory ‘/mnt/sda1/disk/changes/var/cache/ldconfig’: Permission denied
712M	/mnt/sda1/disk/changes
guest@porteus:/mnt/sda1/disk/BOINC$ 
I don't think that went right at all.

EDIT: So I tried it again:

Code: Select all

guest@porteus:~$ sudo mv /mnt/sda1/porteus/changes /mnt/sda1/disk
Password:
mv: cannot stat ‘/mnt/sda1/porteus/changes’: No such file or directory
guest@porteus:~$ sudo du -sh /mnt/sda1/disk/changes
712M	/mnt/sda1/disk/changes
guest@porteus:~$
Better?????

Re: boinc???

Posted: 22 Oct 2015, 20:12
by Bogomips
Let;s save config that cleans Desktop:

Code: Select all

cp  /mnt/sda1/boot/syslinux/porteus.cfg  /mnt/sda1/boot/syslinux/porteus.cln
Then insert changes=EXIT:/disk into /mnt/sda1/boot/syslinux/porteus.cfg to give a line like

Code: Select all

APPEND initrd=initrd.xz  changes=EXIT:/disk fsck timezone=US/Central utc cliexec=boinc~--dir~/mnt/sda1/disk/BOINC~--daemon guiexec=/mnt/sda1/disk/BOINC/boinc_mgr
Save as /mnt/sda1/boot/syslinux/porteus.bnc
For testing we delete everything after utc in /mnt/sda1/boot/syslinux/porteus.cfg to give a line like

Code: Select all

APPEND initrd=initrd.xz fsck timezone=US/Central utc
Save as /mnt/sda1/boot/syslinux/porteus.tst
For when not testing just append changes=EXIT:/disk to line in /mnt/sda1/boot/syslinux/porteus.cfg to give a line like

Code: Select all

APPEND initrd=initrd.xz fsck timezone=US/Central utc changes=EXIT:/disk
Now reboot using last porteus.cfg, and everything should be back.

Update Preparation

From post with miscellaneous modules need to download the systemd and gtk3 modules into /mnt/sda1/disk and verify md5 sums of downloaded modules.

Code: Select all

ls -lh /mnt/sda1/disk
To check everything is there.