Message boards : Number crunching : BOINC Manager doesn't open
Author | Message |
---|---|
BOINC Manager doesn't open. sudo boincmgr But sometimes, when closing Terminal parent window, also hanging BOINC Manager window closed. Recently, I tried a solution that has worked for me on those eight mentioned hosts: - Open a Terminal window - Command: sudo gedit /etc/rc.local - Copy and paste the following contents if file is blank, or add the remarked two lines in it: #!/bin/sh -e - Save changes at edited rc.local file - Command: sudo chmod +x /etc/rc.local - Reboot system After that, symlink for opening BOINC Manager is working as expected. Known issue: If I close BOINC Manager window, it won't open again. For eviting this, I prefer to leave BOINC Manager window minimized. But even then, this other remedy can be applied (no rebooting needed): - Open a Terminal window - Command: sudo killall boincmgr And BOINC Manager will open again by means of its symlink. | |
ID: 55902 | Rating: 0 | rate: / Reply Quote | |
Check for a lockfile BOINC Manager-richard [your own username there] in your home folder. If present, delete it. | |
ID: 55903 | Rating: 0 | rate: / Reply Quote | |
I've found these steps from the Arch linux boinc wiki to be useful when setting up a new boinc installation on Ubuntu or Mint. https://wiki.archlinux.org/index.php/BOINC # sudo usermod -a -G boinc $(whoami) "By default, a password is created in /var/lib/boinc/gui_rpc_auth.cfg for connecting to the daemon. To simplify connection of the GUI to the daemon, cd to your home directory, create a link to the file, and change permissions to allow read access to boinc group members." $ cd ~/ $ ln -s /var/lib/boinc/gui_rpc_auth.cfg gui_rpc_auth.cfg # sudo chmod 640 gui_rpc_auth.cfg | |
ID: 55904 | Rating: 0 | rate: / Reply Quote | |
Check for a lockfile BOINC Manager-richard [your own username there] in your home folder. If present, delete it. Thank you Richard, I've effectively chacked that if mentioned "BOINC Manager-user" file is present at home folder, it prevents for BOINC Manager to open. I take note. I usually maintain opened Event Log in a second window... biodoc, thank you for your kind indications, I've followed them also. | |
ID: 55906 | Rating: 0 | rate: / Reply Quote | |
Thank you Richard, I've effectively chacked that if mentioned "BOINC Manager-user" file is present at home folder, it prevents for BOINC Manager to open... Anyway, I've also checked that when executing previously mentioned command: sudo killall boincmgr BOINC Manager will open even if "BOINC Manager-user" file is present | |
ID: 55915 | Rating: 0 | rate: / Reply Quote | |
Even if committing mass genocide is an effective workround, I submit that deleting a file is a less drastic solution! | |
ID: 55916 | Rating: 0 | rate: / Reply Quote | |
I submit that deleting a file is a less drastic solution! Guided by your kind advice, I've changed my habits to this other command: rm 'BOINC Manager-user' Where user is the affected host's username It solves my problem fine, and, as you say, it is less drastical. Thank you very much again. Hopefully it may help to other users in the same situation. | |
ID: 55921 | Rating: 0 | rate: / Reply Quote | |
Message boards : Number crunching : BOINC Manager doesn't open