Thread 'Installing BOINC 5.10.45 on Fedora Core 6'

Message boards : BOINC client : Installing BOINC 5.10.45 on Fedora Core 6
Message board moderation

To post messages, you must log in.

AuthorMessage
Knight

Send message
Joined: 29 Apr 08
Posts: 3
United States
Message 16948 - Posted: 29 Apr 2008, 13:27:53 UTC

Hello everyone,

I downloaded..

http://boincdl.ssl.berkeley.edu/dl/boinc_ubuntu_5.10.45_i686-pc-linux-gnu.sh

..hoping there was a nice manual command line way of installing it on Fedora Core 6. I am new enough on linux that I do not know what this command line syntax would be and am hoping someone here can assist me with it. ;)

I would like a GUI to see but I wonder if because I am running Fedora Core 6 that I must run..

http://boincdl.ssl.berkeley.edu/dl/boinc_5.10.45_i686-pc-linux-gnu.sh

..command line only package? Thanks for any and all input.

- Knight
ID: 16948 · Report as offensive
ProfileKSMarksPsych
Avatar

Send message
Joined: 30 Oct 05
Posts: 1239
United States
Message 16949 - Posted: 29 Apr 2008, 14:12:34 UTC
Last modified: 29 Apr 2008, 14:13:39 UTC

You can try the Ubuntu build. Works on Fedora 7 and 8. It doesn't look like it's in the repositories for FC6 (it was recently added as a package).

There are two general ways of installing. One is to just run it out of a directory in your own account. To do this, save the .sh to your desktop or somewhere in your home directory. Open a shell window. Navigate to where ever you save the .sh and unpack it using sh followed by the name of the file (ignore the version number in my example).

[kathryn@Galaxy ~]$ sh boinc_ubuntu_6.1.17_i686-pc-linux-gnu.sh
use /home/Kathryn/BOINC/run_manager to start BOINC

Then you change to that directory.

[kathryn@Galaxy ~]$ cd BOINC

Then you start the manager with

[kathryn@Galaxy ~]$ ./run_manager


My biggest problem with this method is that if you close either the shell or the manager, BOINC shuts down. I'm not versed enough to really understand how this works, but I think you can put the client into the background and start the manager in one step by doing

[kathryn@Galaxy ~]$ ./run_client & ./run_manager

Eric's instructions are slightly different but accomplish the same thing.



You're other option is to install it as a system daemon. Eric Myers has written excellent instructions. I followed them as an absolute noob and had little problem with the procedure.



If you pretty much want to set it and forget it, follow the daemon install instructions. It looks complicated at first, but if you take it step by step, it isn't so bad.
Kathryn :o)
ID: 16949 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 16953 - Posted: 29 Apr 2008, 20:49:50 UTC - in response to Message 16949.  

[kathryn@Galaxy ~]$ ./run_client & ./run_manager

./run_client --daemon; ./run_manager

That way the client won't quit if the shell quits, and log will go to a file.

ID: 16953 · Report as offensive
Knight

Send message
Joined: 29 Apr 08
Posts: 3
United States
Message 17284 - Posted: 9 May 2008, 19:45:09 UTC

Thank you so much everyone! Especially to you Kathryn.. that was a nice opener. I am going to try what you said along with Nicolas's small syntax update. As soon as Fedora 9 comes out (in 4 days! ;~)) I'm going to swap boxes and install it fresh and enjoy me some new BOINC goodness amongst other things. ;)

Thank you again everone! ;)

- K
ID: 17284 · Report as offensive

Message boards : BOINC client : Installing BOINC 5.10.45 on Fedora Core 6

Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.