Comment 3 for bug 1114329

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

I fixed it by following this guide boinc.berkeley.edu/wiki/Installing_BOINC_on_Debian

    sudo ln -s /etc/boinc-client/gui_rpc_auth.cfg /home/<username>/gui_rpc_auth.cfg
    sudo ln -s /etc/boinc-client/gui_rpc_auth.cfg /var/lib/boinc-client/gui_rpc_auth.cfg
    sudo chown boinc:boinc /home/<username>/gui_rpc_auth.cfg
    sudo chown boinc:boinc /var/lib/boinc-client/gui_rpc_auth.cfg
    sudo chmod g+rw /var/lib/boinc-client
    sudo chmod g+rw /var/lib/boinc-client/*.*

one of them fixes the issue, but I don't know which... anyway I'll try to look at the problem in the future, but not now...

there are more important issues at the moment.