Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boinccmd fails with message indicating it can't find the gui_rpc_auth.cfg file. #5775

Closed
gj82854 opened this issue Aug 23, 2024 · 0 comments · Fixed by #5779
Closed

Boinccmd fails with message indicating it can't find the gui_rpc_auth.cfg file. #5775

gj82854 opened this issue Aug 23, 2024 · 0 comments · Fixed by #5779

Comments

@gj82854
Copy link

gj82854 commented Aug 23, 2024

Execution of boinccmd fails because it can't find the gui_rpc_auth.cfg file. This has been happening since version 8 of the BOINC client under Linux. This is due to the /etc/boinc-client/config.properties file not being present or it is present but doesn't contain data_dir=/var/lib/boinc as documented in boinc.berkeley.edu/gui_rpc.php

Steps To Reproduce

  1. Execute boinccmd --project www.worldcommunitygrid.org update from any directory other than /var/lib/boinc
  2. Command will fail with message saying it can't find gui_rpc_auth.cfg

Expected behavior
Command should successfully execute.

Screenshots
boinccmd --project gene.disi.unitn.it/test/ update
Can't get RPC password: gui_rpc_auth.cfg not found. See https://boinc.berkeley.edu/gui_rpc.php
Only operations not requiring authorization will be allowed.
Operation failed: authentication error

System Information

  • OS: Linux (Ubuntu and Fedora)
  • BOINC Version: 8.0.x (Tested with 8.0.2 and 8.0.4)

Additional context
Add any other context about the problem here.

@AenBleidd AenBleidd added this to the Client/Manager 8.0.5 milestone Aug 23, 2024
@AenBleidd AenBleidd self-assigned this Aug 23, 2024
AenBleidd added a commit that referenced this issue Aug 25, 2024
Official BOINC packages for Linux use '/var/lib/boinc' directory instead of '/var/lib/boinc-client'.

This fixes #5775.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants