BOINC / boinc

Open-source software for volunteer computing and grid computing.
https://boinc.berkeley.edu
GNU Lesser General Public License v3.0
1.95k stars 439 forks source link

[Linux] BOINC Manager does not stop running tasks when closing as requested #5629

Closed Vulpine05 closed 1 month ago

Vulpine05 commented 1 month ago

Describe the bug I have a fresh installation of Ubuntu 22.04 with BOINC 8.01. I am able to get BOINC to attach to a project and run successfully. However, trying to close BOINC and stop running tasks when closing BOINC is not straightforward. When closing the Manager while enabling "Stop running tasks when existing the BOINC Manager", the Manager closes with no problems, but the tasks (and I assume the Client) still run in the background.

Steps To Reproduce

  1. Clean install of BOINC.
  2. Attach a project, let work run.
  3. File->Exit BOINC Manager
  4. Click on "Stop running tasks when existing the BOINC Manager", then OK.
  5. Observe that tasks still run, even if you wait for a several minutes.

Expected behavior The Client should close and stop tasks. Otherwise, if this option is not available due to user permissions, then it would be great if a dialogue box popped up stating that the user doesn't have permission to close the Client.

System Information

Additional context I have also tried adding my user name to the BOINC group (via sudo usermod -a -G boinc $USER), but the same problem would occur.

AenBleidd commented 1 month ago

Closed as a duplicate of #5601