Help... rebuilt my computer and now can't run BOINC/SETI

Questions and Answers : Unix/Linux : Help... rebuilt my computer and now can't run BOINC/SETI
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile MrMaxx
Avatar

Send message
Joined: 22 Apr 99
Posts: 135
Credit: 1,645,913
RAC: 1
United States
Message 925189 - Posted: 10 Aug 2009, 18:05:51 UTC

Hello, all...
I'm not new to BOINC, Seti@Home, or linux. However, my computer died (F11) and I had to replace most of the guts as well as reinstall Fedora 11. Now, when I go to run Seti@Home/BOINC, it won't let me do anything. If I run it from the command line it tells me I need to connect to a project, but I don't know how to do that from a command-line and the GUI won't let me do anything!
Can someone please advise how to set this up? As I said, I was running BOINC/SETI before the crash, but now it's not working. :-(
ID: 925189 · Report as offensive
Chuck Gorish

Send message
Joined: 19 Jun 00
Posts: 156
Credit: 29,589,106
RAC: 0
United States
Message 925340 - Posted: 11 Aug 2009, 9:53:22 UTC - in response to Message 925189.  

Hello, all...
I'm not new to BOINC, Seti@Home, or linux. However, my computer died (F11) and I had to replace most of the guts as well as reinstall Fedora 11. Now, when I go to run Seti@Home/BOINC, it won't let me do anything. If I run it from the command line it tells me I need to connect to a project, but I don't know how to do that from a command-line and the GUI won't let me do anything!
Can someone please advise how to set this up? As I said, I was running BOINC/SETI before the crash, but now it's not working. :-(



change into your boinc data directory where all the .xml files will be kept (on my system that is /var/lib/boinc but i am not running redhat so it may be different with yours).

from cmdline just type:


boinc --attach_project <project URL> <project password>

and it will attach/re-attach. at the point it has completed the benchmarks and has downloaded at least some things, you can ctrl-C to stop boinc. make sure you have your configurations set up so boinc gets started from this directory and start it via the init script and all should be well. if the data directory is restored from a backup it will resume from that backup point.

note that you must, whether by init script or manually, be in the boinc data directory or boinc cannot find its data and will assume a fresh install in the current directory.
ID: 925340 · Report as offensive
Profile MrMaxx
Avatar

Send message
Joined: 22 Apr 99
Posts: 135
Credit: 1,645,913
RAC: 1
United States
Message 925364 - Posted: 11 Aug 2009, 12:19:52 UTC - in response to Message 925340.  



change into your boinc data directory where all the .xml files will be kept (on my system that is /var/lib/boinc but i am not running redhat so it may be different with yours).

from cmdline just type:


boinc --attach_project <project URL> <project password>


*sigh* Why does everything in linux have to be 10 times as hard? Why won't the GUI just work? This is really freakin' annoying! Thanks! I followed your instructions above and it appears to be working!

ID: 925364 · Report as offensive
Profile MrMaxx
Avatar

Send message
Joined: 22 Apr 99
Posts: 135
Credit: 1,645,913
RAC: 1
United States
Message 925422 - Posted: 11 Aug 2009, 22:41:34 UTC - in response to Message 925364.  

Well, I can run it in a console window, but for some reason I can *not* get the GUI to work. :-( Any ideas? It just says "disconnected" and won't connect to anything! This is SOOO aggravating!
ID: 925422 · Report as offensive
Chuck Gorish

Send message
Joined: 19 Jun 00
Posts: 156
Credit: 29,589,106
RAC: 0
United States
Message 925425 - Posted: 11 Aug 2009, 23:04:05 UTC - in response to Message 925364.  



change into your boinc data directory where all the .xml files will be kept (on my system that is /var/lib/boinc but i am not running redhat so it may be different with yours).

from cmdline just type:


boinc --attach_project <project URL> <project password>


*sigh* Why does everything in linux have to be 10 times as hard? Why won't the GUI just work? This is really freakin' annoying! Thanks! I followed your instructions above and it appears to be working!



the gui itself does not operate in the boinc directory. if the boinc config for startup is configured with the correct data dir path it would probably work, but i have found that gui in general is not the way to go for initial configs on mostly anything. once boinc is functioning the gui should work properly now.

in windows the gui manager and the background service are integrated however in linux the gui is simply a visual interface into the daemon completely separated from it since in linux the 'service' starts at boot and crunches away in the background without a gui user login. in windows it does not start until a user logs in and a desktop is presented and 'autostart' is enabled for the gui manager..

ID: 925425 · Report as offensive
Chuck Gorish

Send message
Joined: 19 Jun 00
Posts: 156
Credit: 29,589,106
RAC: 0
United States
Message 925432 - Posted: 11 Aug 2009, 23:14:35 UTC - in response to Message 925422.  

Well, I can run it in a console window, but for some reason I can *not* get the GUI to work. :-( Any ideas? It just says "disconnected" and won't connect to anything! This is SOOO aggravating!


from the console prompt type

ifconfig

make sure you have both a valid eth0 and a valid lo

or you can just ping localhost and make sure it pings 127.0.0.1 if it does not then you need to be sure that lo is in the network startup setups. it is very easy to miss some configuration on a new install.

also as an experiment after verifying the network, i assume you log into the gui as a normal user without root priv.. try from a terminal window either su to root or use sudo

and simply execute boincmgr with no options and see if as root it can connect.

it may be a user permissions thing. make sure both boinc and your username are members of the same group

what version of boinc are you running? unless you are doing cuda processing on more than one cuda device make sure you are running the latest code at least version 6.6.37. even then i have found that with doing multiple device cuda, 6.6.11 is what needs to be used but use the 6.6.37 boincmgr gui since the one in 6.6.11 is broken (at least on my system it doesn't sort columns).



ID: 925432 · Report as offensive
Profile MrMaxx
Avatar

Send message
Joined: 22 Apr 99
Posts: 135
Credit: 1,645,913
RAC: 1
United States
Message 925452 - Posted: 12 Aug 2009, 0:56:03 UTC - in response to Message 925432.  


from the console prompt type

ifconfig

make sure you have both a valid eth0 and a valid lo

or you can just ping localhost and make sure it pings 127.0.0.1 if it does not then you need to be sure that lo is in the network startup setups. it is very easy to miss some configuration on a new install.

also as an experiment after verifying the network, i assume you log into the gui as a normal user without root priv.. try from a terminal window either su to root or use sudo

and simply execute boincmgr with no options and see if as root it can connect.

it may be a user permissions thing. make sure both boinc and your username are members of the same group

what version of boinc are you running? unless you are doing cuda processing on more than one cuda device make sure you are running the latest code at least version 6.6.37. even then i have found that with doing multiple device cuda, 6.6.11 is what needs to be used but use the 6.6.37 boincmgr gui since the one in 6.6.11 is broken (at least on my system it doesn't sort columns).




[john@slave1 boinc]$ rpm -qa | grep boinc
boinc-client-6.6.37-2.r18632svn.fc11.x86_64
boinc-manager-6.6.37-2.r18632svn.fc11.x86_64

Oh, and I assure you that my network is fine... I'm writing this on the very machine I'm trying to run BOINC on... And I execute boincmgr with sudo permissions already. I'm well aware of the restrictions on running it as a user. I had that problem when I rebuilt my system last (Fedora 10)

Well, that's interesting... NOW it decides to work... This incarnation of my machine has been a real headache... trying to get SSH access working and BOINC not cooperating and having to install the VNC server package... Sheesh... I don't know what I've done to pi$$ off the $deity of luck, but I seem to have done so!

Oh, well... it's working now! Thanks!

ID: 925452 · Report as offensive
Chuck Gorish

Send message
Joined: 19 Jun 00
Posts: 156
Credit: 29,589,106
RAC: 0
United States
Message 925558 - Posted: 12 Aug 2009, 14:09:42 UTC - in response to Message 925452.  


from the console prompt type

ifconfig

make sure you have both a valid eth0 and a valid lo

or you can just ping localhost and make sure it pings 127.0.0.1 if it does not then you need to be sure that lo is in the network startup setups. it is very easy to miss some configuration on a new install.

also as an experiment after verifying the network, i assume you log into the gui as a normal user without root priv.. try from a terminal window either su to root or use sudo

and simply execute boincmgr with no options and see if as root it can connect.

it may be a user permissions thing. make sure both boinc and your username are members of the same group

what version of boinc are you running? unless you are doing cuda processing on more than one cuda device make sure you are running the latest code at least version 6.6.37. even then i have found that with doing multiple device cuda, 6.6.11 is what needs to be used but use the 6.6.37 boincmgr gui since the one in 6.6.11 is broken (at least on my system it doesn't sort columns).




[john@slave1 boinc]$ rpm -qa | grep boinc
boinc-client-6.6.37-2.r18632svn.fc11.x86_64
boinc-manager-6.6.37-2.r18632svn.fc11.x86_64

Oh, and I assure you that my network is fine... I'm writing this on the very machine I'm trying to run BOINC on... And I execute boincmgr with sudo permissions already. I'm well aware of the restrictions on running it as a user. I had that problem when I rebuilt my system last (Fedora 10)

Well, that's interesting... NOW it decides to work... This incarnation of my machine has been a real headache... trying to get SSH access working and BOINC not cooperating and having to install the VNC server package... Sheesh... I don't know what I've done to pi$$ off the $deity of luck, but I seem to have done so!

Oh, well... it's working now! Thanks!



sometimes when reinstalls seem to have an evil personality of their own, as painful as it may be, another fresh slowly chosen installl works well. i have seen it happen with many different distros including windows. just an odd quirk of computers i guess.

good luck.

ID: 925558 · Report as offensive
Jon Guillemette

Send message
Joined: 11 Jun 99
Posts: 5
Credit: 21,317,200
RAC: 76
United States
Message 928820 - Posted: 26 Aug 2009, 16:33:38 UTC - in response to Message 925558.  

I ran into the same thing. Commandline boinc --attach worked, but GUI still wouldn't. Ran into this will every machine so far.
Narrowed it down to run_manager as root, then stop after benchmarks, chown everything under BOINC back to original owner, then run_manager as normal.
Still no idea why. Localhost is 127.0.0.1, machine_name is 127.0.0.2, which is what the XMLs were referencing...maybe. Don't know, just know that's how I got around it.
ID: 928820 · Report as offensive
Profile skildude
Avatar

Send message
Joined: 4 Oct 00
Posts: 9541
Credit: 50,759,529
RAC: 60
Yemen
Message 928850 - Posted: 26 Aug 2009, 18:27:08 UTC

you may benefit from backing off to boinc 6.4.5 I assume you are using the beta 6.6.37. 6.6.36 had/has problems occasionally starting on Linux. I'm not sure what the problem is/was. it may still be a part of 6.6.37


In a rich man's house there is no place to spit but his face.
Diogenes Of Sinope
ID: 928850 · Report as offensive
Jon Guillemette

Send message
Joined: 11 Jun 99
Posts: 5
Credit: 21,317,200
RAC: 76
United States
Message 928860 - Posted: 26 Aug 2009, 19:01:13 UTC - in response to Message 928850.  

I was at 6.4.5 on all the linux boxes. Interface was saying, upgrade to 6.6.36. Upon checking, it's stable now, so I started to proceed with upgrades. Halfway through, went to lunch, probably won't continue with the rest.

It's happening on FC11, OS11.1, all my linuxes so far. I'll leave these that I had upgraded and observe. They appear to run ok after jumping through the hoops, but, we'll see.
ID: 928860 · Report as offensive
Profile skildude
Avatar

Send message
Joined: 4 Oct 00
Posts: 9541
Credit: 50,759,529
RAC: 60
Yemen
Message 928881 - Posted: 26 Aug 2009, 20:46:11 UTC - in response to Message 928860.  

my mandriva box installed fine but wouldnt start BOINC at all on 6.6.36 I backed off to 6.4.5 and it works fine.


In a rich man's house there is no place to spit but his face.
Diogenes Of Sinope
ID: 928881 · Report as offensive
Profile tullio
Volunteer tester

Send message
Joined: 9 Apr 04
Posts: 8797
Credit: 2,930,782
RAC: 1
Italy
Message 930943 - Posted: 4 Sep 2009, 19:44:18 UTC - in response to Message 928881.  

my mandriva box installed fine but wouldnt start BOINC at all on 6.6.36 I backed off to 6.4.5 and it works fine.

On my SuSE Linux and 6.6.36 I start first the client and then the manager.
Tullio
ID: 930943 · Report as offensive

Questions and Answers : Unix/Linux : Help... rebuilt my computer and now can't run BOINC/SETI


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.