Redhat 8でBoincプロジェクトに接続できません:認証エラー

Redhat 8でBoincプロジェクトに接続できません:認証エラー

boinc-clientRedhat 8ではBoincプロジェクトをリンクできませんが、正常に動作します。

# sudo -u boinc boinccmd --project_attach http://www.worldcommunitygrid.org <token>
Operation failed: authentication error

このコマンドはUbuntuでも機能します。

このエラーが発生するのはなぜですか?プロジェクトをどのように添付しますか?

答え1

私は同じ問題に直面しました。方法は簡単です。cd /var/lib/boincコマンドを実行する前にこれを行う必要があります。

答え2

これは働きます:

systemctl restart boinc-client
cat /var/lib/boinc/gui_rpc_auth.cfg > /etc/boinc-client/gui_rpc_auth.cfg 
cd /etc/boinc-client
boinccmd --create_account http://www.worldcommunitygrid.org <email> <pass> <username>
boinccmd --lookup_account http://www.worldcommunitygrid.org <email> <pass>
boinccmd --project_attach http://www.worldcommunitygrid.org <token>

関連情報