Message boards : Questions and problems : BOINC Manager not showing tasks
Message board moderation
Author | Message |
---|---|
Send message Joined: 23 May 09 Posts: 40 |
Hi Recently joined QuChemPedIA project to help my team in a crunching challenge. My PC fits the criteria - Linux Mint 20.1 and BOINC 7.16.16 from a PPA - BUT I have now discovered that the PPA version 7.16.16 produces dud results! So to fix I removed the old version. Removed the PPA from my sources list. Installed new version from the apt repository (7.16.6) ALL is well, "top" command shows 16 boinc commands crunching away at 100% CPU. BUT when I start BOINC Manager - no tasks/projects are shown. Can anyone help? |
Send message Joined: 17 Nov 16 Posts: 890 |
Your client is working obviously. Do you see a connected to localhost message in the bottom Manager status bar? |
Send message Joined: 23 May 09 Posts: 40 |
Nope, says it's disconnected. |
Send message Joined: 28 Jun 10 Posts: 2707 |
If manager is disconnected it won't show any tasks. Try exiting the manager and then go to /var/lib/boinc-client in a terminal and executing ./run_managerfrom there. If it still doesn't connect you should get a message in the terminal that will give some hints as to what is going on. |
Send message Joined: 23 May 09 Posts: 40 |
All good. A friend from the BOINC@AUSTRALIA forum pointed me in the right direction... Open "File|Select Computer". Enter localhost and password from gui_rpc_auth.cfg file in /etc/boinc-client. All good! I can see my tasks again! |
Send message Joined: 28 Jun 10 Posts: 2707 |
All good. A friend from the BOINC@AUSTRALIA forum pointed me in the right direction... The saga of the changes to increase security carries on. I remain unconvinced that forcing users to either use root privileges/sudo even if only to open a file and find a password actually helps security at all at least on a home system. Clearly there may be reasons to stop the person sitting in front of a work computer from running things as they want. |
Send message Joined: 5 Oct 06 Posts: 5129 |
The other, more permanent, way of fixing this is to add the owner to the boinc security group: sudo usermod -a -G boinc ownernameAnd reboot |
Send message Joined: 31 Dec 18 Posts: 297 |
The other, more permanent, way of fixing this is to add the owner to the boinc security group: A cautionary tale, never try to perform updates from memory when your memory is as bad as mine. I’ve just spent an interesting hour or so recovering my system having entered the above command and missing out the -a. So instead of appending Boinc to the list of groups my user was a member of it replaced that list with just Boinc. The sole user on the machine was therefore no longer admin and had no sudo permissions. It turned out that the root user is disabled by default in Ubuntu so I had no way to correct the problem. I tried booting into a live session from usb but the system is too clever for that, it still would not give me access to system files. I eventually managed to get into recovery mode once I worked out that the grub access key has changed from space to esc since last I used it. From there I checked the sudoers file thinking to add myself to the list but that was identical to my working system. Then I looked into the groups file and that’s where the changes had been made. It turns out that they don’t hold a list of groups you are part of and append new entries, it works the other way round and the entry for each group has a list of all subsidiary groups so I had to add my user to half a dozen entries (guided by the groups file on the working system). I now know a lot more about the inner workings of group permissions but I’ll never make that mistake again - until the next time my memory goes awol :-) |
Send message Joined: 17 Nov 16 Posts: 890 |
Oooof, hard lesson to learn. Thanks for the cautionary tale. |
Send message Joined: 23 May 09 Posts: 40 |
This worked. Thanks! |
Send message Joined: 23 May 09 Posts: 40 |
The other, more permanent, way of fixing this is to add the owner to the boinc security group: Ouch. That's why I also copy and paste, then amend. Not totally foolproof but it saves me relying on my memory. |
Send message Joined: 28 Jun 10 Posts: 2707 |
Ouch. That's why I also copy and paste, then amend. Not totally foolproof but it saves me relying on my memory. I have root set up on my Ubuntu machines just in case I need it. Haven't needed it to date but know I very well might at some point. |
Send message Joined: 5 Oct 06 Posts: 5129 |
|
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.