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

gui_rpc_auth.cfg exists bunt cannot read (7.16.15) #4021

Closed
mx75 opened this issue Sep 15, 2020 · 3 comments
Closed

gui_rpc_auth.cfg exists bunt cannot read (7.16.15) #4021

mx75 opened this issue Sep 15, 2020 · 3 comments

Comments

@mx75
Copy link

mx75 commented Sep 15, 2020

Describe the bug
A gui_rpc_auth.cfg (and possibly other) access problem.

Steps To Reproduce

  1. open new terminal window (under my user, NOT boinc)
    2a. type: boincmgr (boincmgr message: "gui_rpc_auth.cfg not found Try reinstalling BOINC")
    2b. if run boincmgr on one of remote host, the message is: "gui_rpc_auth.cfg exists but can't be read. Check the file permissions"
  2. close boincmgr
  3. cd /var/lib/boinc-client (the boinc user's home directory)
  4. type boincmgr (at now: run correctly, show projects, tasks, ....)

Expected behavior
A clear and concise description of what you expected to happen.
I want to run boincmgr from anywhere. (from any directory).

System Information
(on all the desktop computers that belong to me):

  • OS: Ubuntu 20.04.1 LTS
  • BOINC Version: 7.16.15+dfsg.is.7.16.11+dfsg+202009010931~ubuntu20.04.1

--
mailto:michael@telkp.bme.hu

@eMPee584
Copy link

grepping journalctl -u boinc-client.service revealed it.. Commit 7883508 removed support for empty passwords, breaking the common (and arguably legitimate) usage pattern of allowing unauthenticated access if the sysadmin in charge decides so. Before:

gui_rpc_auth.cfg is empty - no GUI RPC password protection

After:

gui_rpc_auth.cfg is empty - assigning new GUI RPC password
Can't open gui_rpc_auth.cfg - fix permissions

@elfring
Copy link

elfring commented Dec 24, 2021

I want to run boincmgr from anywhere. (from any directory)

💭 I became curious how software components can be improved further also for this issue.

@AenBleidd
Copy link
Member

Closed as a duplicate of #4267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants