Message boards : Questions and problems : How does one kill the BOINC Mgr and associated work processes in Ubuntu Linux?
Message board moderation
Author | Message |
---|---|
Send message Joined: 20 Jul 23 Posts: 9 |
I am using BOINC as downloaded and installed via the instructions provided for Ubuntu on page https://boinc.berkeley.edu/wiki/Installing_BOINC_on_Debian_or_Ubuntu. I am using Ubuntu 22.04 DTS. I have noted an issue, at least for me. Unlike the Windows version of the manager, which has an "Exit BOINC" under "File" that then shuts down the manager plus all work in progress, the Linux version of the manager merely has a "Close Window" under "File." That command merely closes the BOINC Mgr. window but leaves all the work processes working as evidenced by all the processors in System Monitor working their little hearts out. Just what command(s) am I to use to shut down the manager plus all associated work processes? Many thanks, Bill |
![]() ![]() Send message Joined: 17 Nov 16 Posts: 902 ![]() |
You can thank the distro devs for that. Boinc runs as a service and can't be killed by the user. With your version the only way to stop the client is to invoke superuser. sudo systemctl stop boinc-client I run an older client that still has the ability to stop the client and all processes through the Manager interface. To restart the client if you aren't going to reboot use this. sudo systemctl start boinc-client |
![]() Send message Joined: 28 Jun 10 Posts: 2814 ![]() |
I run an older client that still has the ability to stop the client and all processes through the Manager interface. An alternative if you are prepared for a rather steep learning curve is to compile your own from the source code at git-hub. As Keith says, it is the distribution developers that have decided on this, "security measure" Personally, I feel more secure having control over what BOINC does. Edit 2: What they have done makes some sense for a multi-user computer but not for a personal one with only one user. |
Send message Joined: 20 Jul 23 Posts: 9 |
Thanks for your help. Now at least I have a way to kill all processes along with the Boinc manager. I agree that the developer put a little too much security into the thing. Regards, Bill |
Send message Joined: 5 Sep 22 Posts: 41 ![]() |
You can thank the distro devs for that. Boinc runs as a service and can't be killed by the user. With your version the only way to stop the client is to invoke superuser. You can indeed shut down the boinc-client service from the Manager -- you have to be a member of group boinc to use it, so that right is yours. It seems the only thing you cannot do is restart the client, at least not that I have found. Maybe Ubuntu is somehow different, it certainly wouldn't surprise me. |
![]() Send message Joined: 28 Jun 10 Posts: 2814 ![]() |
Ubuntu is the same. You still need sudo to restart the client. |
Copyright © 2025 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.