- Code: Select all
# rpm -qa | grep -e boinc
boinc-client-doc-7.0.36-2.mga3
boinc-client-7.0.36-2.mga3
Rather than using /var/lib/boinc as my working directory, I have a seperate partition for this, /opt/folding. I formated the partition during the install.
I made the following change in /etc/rc.d/init.d/boinc-client ;
- Code: Select all
#BOINCDIR=/var/lib/boinc
BOINCDIR=/opt/folding/Boinc/boinc
which is owned by boinc:boinc . I added my own user name to the boinc group.
I also changed the following to match what was installed in /usr/bin;
- Code: Select all
#BOINCCMD=/usr/bin/boinc_cmd
BOINCCMD=/usr/bin/boinccmd
When I try to attach to the World Community Grid from caommand line I get;
- Code: Select all
$ boinccmd --join_acct_mgr http://www.worldcommunitygrid.org wcgusername wcgpassword
poll status: unexpected XML tag or syntax
poll status: read() failed
$
Any clues?