| Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
| World Community Grid Forums
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 10
|
|
| Author |
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Hello,
----------------------------------------I am having trouble getting the manager to work. I have downloaded and installed boinc in my home directory. The version is 6.10.58. Here is the output: ./boincmgr: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory I have looked for the library and it is there under /usr/lib64 so I am not sure what is going on. Any help will be appreciated. Thank You, Micah [Edit 1 times, last edit by Former Member at Feb 7, 2011 3:41:46 AM] |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Don't know nothing about Fedora, but a quick google reveals that this Distro has a similar Software repository as Ubuntu has. Quick google points to https://admin.fedoraproject.org/updates/boinc...acace3bbef75eec1161469edb then hit the Update Status link to get to custom builds of 6.10.58 http://koji.fedoraproject.org/koji/buildinfo?buildID=214963 where a x86_64 kit shows for download.
----------------------------------------Let us know if this one does put the wheels in motion. --//-- edit: Yes, ''yum'' is the Fedora term I've read in discussions and BOINC had a wiki page up for this distro: http://boinc.berkeley.edu/wiki/Installing_BOINC_on_Fedora The /usr/bin placement of executables is identical to what Ubuntu does with the Synaptic kit. [Edit 1 times, last edit by Former Member at Feb 7, 2011 9:50:49 AM] |
||
|
|
kateiacy
Veteran Cruncher USA Joined: Jan 23, 2010 Post Count: 1027 Status: Offline Project Badges:
|
I installed BOINC 6.10.58 from the Fedora repository. Fedora automatically enables a firewall that prevents BOINC from accessing the Internet, so you need to either shut that down or tell it to give BOINC permission before you try to connect BOINC to a project. I think there was one other extra step I had to take to get everything working -- I'll edit this message later if I can think of what it was!
----------------------------------------![]() ![]() |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Thank You very much. I will try the rpm.
Micah |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
The rpms installed boinc without a hassle. Thank You. However I getting another error and it as follows:
07-Feb-2011 10:34:21 [---] [error] GUI RPC bind to port 31416 failed: 98 gstate.init() failed Error Code: -180 I figure that it is having a problem starting a process? Or it may be it is what you were talking about Senior Cruncher. I am not sure how to allow it to access the port. I thought I was good enough at using linux that I erased windows and installed linux permamently on my laptop so I need to get this working. If anyone has any ideas I would appreciate it. Thank You, Micah |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Thinking with that port error, that kate now remembers what she had to do in the firewall (port 31416 is mentioned in that wiki page too ;>)
You can use boinccmd sans GUI to attach WCG to the core client that is probably already loaded. |
||
|
|
ilikesci
Cruncher USA Joined: May 22, 2007 Post Count: 5 Status: Offline Project Badges:
|
Thank You. I will take a look at the wiki and try boinccmd. Micah.
|
||
|
|
kateiacy
Veteran Cruncher USA Joined: Jan 23, 2010 Post Count: 1027 Status: Offline Project Badges:
|
OK, I'm at home now and could check out my Fedora 14 machine. By the way, I am *not* at all expert with Fedora -- I put it on my netbook just to see what it was like and have done very little with it, so my advice may not be the best.
----------------------------------------My computers are on a secure network that has its own firewall, so I chose to just disable Fedora's firewall. I went into System > Administration > Firewall entered my root password, and clicked the "Disable" button. If your computer isn't otherwise protected, you will want instead to configure the Fedora firewall. This link might be helpful: http://www.techotopia.com/index.php/Basic_Fedora_Linux_Firewall_Configuration The other thing I did solves the problem of the BOINC client not being able to find the network when you first boot up. That problem occurs if BOINC comes up before the wireless does, so a simple fix is to delay BOINC coming up. You can do this by editing the BOINC initialization script. First you need to get root access, for which you will need to remember the root password you created when you installed Fedora. Enter su - Then put in your root password when prompted. This will give you a window in which you are root. In that window, enter gedit /etc/init.d/boinc-client Find the section of the script that starts out: start() { check_status && exit 0 And add the line "sleep 30" start() { sleep 30 check_status && exit 0 Save the file. Close the root window. The next time you reboot, the network should have time to connect before BOINC starts, and BOINC should connect ok. Hope this helps. Kate ![]() |
||
|
|
ilikesci
Cruncher USA Joined: May 22, 2007 Post Count: 5 Status: Offline Project Badges:
|
Hello,
I never got the manager to work by downloading the file from worldcommunitygrid.org or by the rpms. Which means that maybe the rpm for Fedora 14 might need a little more work. I did use the boinccmd and did get the client running and attached to the project so from that point of view it is working so I am happy. Kate, thank you for your last post. The firewall is installed and running. I do believe I have installed a gui that configures the firewall and will try that. If that doesn't work then I will try your link and do more research. I will also try to make it sleep for awhile. I usually read the documentation more thoroughly and research the topic more before I post questions. Between trying to get boinc working and downloading, installing, and making sure the programs are working it been kind of chaotic. Thats my story and I am sticking to it. Thanks, Micah |
||
|
|
buut chai haat
Cruncher Joined: Feb 8, 2011 Post Count: 1 Status: Offline |
I have BOINC installed on two Fedora 14 x64 machines with no problems. The best way is to use yum with the default Fedora repositories. As per the BOINC download page, for Fedora just run the following command as root:
----------------------------------------yum install boinc-client boinc-manager The links provided earlier in this thread referenced version 6.10.58. I would not recommend this version as it is still in the testing repository. The current stable version is 6.10.45. If you are still having problems I suggest you remove any RPMs you have installed, delete the /var/lib/boinc directory if it's not cleaned up properly and run the yum command above. You shouldn't need to make any firewall changes but you may need to reboot or alternatively start the boinc-client service manually. If you see the BOINC Manager in the System Tools menu then you know everything is installed properly and you can begin attaching to projects as usual. I hope that helps. ![]() |
||
|
|
|