[SOLVED] boinc on World Community Grid not working in mga 3

I did a fresh install of Mageia 3 x86_64 and I'm having a problem with boinc and the world community grid. I had it working for a couple years under 1 & 2 using the 64 bit boinc installer script directly from BOINC. This time I installed;
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 ;
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;
When I try to attach to the World Community Grid from caommand line I get;
Any clues?
- 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?