boinc-client
Redhat 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>