Thread 'BOINC ownership or permissions are not set properly error'

Message boards : Questions and problems : BOINC ownership or permissions are not set properly error
Message board moderation

To post messages, you must log in.

Previous · 1 · 2

AuthorMessage
[DPC] Mastha-Hacker

Send message
Joined: 5 Dec 24
Posts: 5
Netherlands
Message 115082 - Posted: 27 Dec 2024, 19:08:27 UTC
Last modified: 27 Dec 2024, 19:31:18 UTC

I have to recall my last message. I did some extra issues on the bug and opened a new bug:
https://github.com/BOINC/boinc/issues/5975
For now, removing the folder virtualbox in projects allow you to start without reinstalling again. You have to do it every time. Compared to my Windows computer, this folder should not be there.
ID: 115082 · Report as offensive     Reply Quote
ProfileDave
Help desk expert

Send message
Joined: 28 Jun 10
Posts: 2873
United Kingdom
Message 115087 - Posted: 28 Dec 2024, 8:40:16 UTC

For now, removing the folder virtualbox in projects allow you to start without reinstalling again. You have to do it every time. Compared to my Windows computer, this folder should not be there.

Presumably this only happens with projects that require VB. Does it only happen with one project? If so, could it be the Mac app from the project not clearing up after itself rather than a BOINC issue?

That said, in an ideal world the BOINC code should be resilient enough to cope with that.

Whatever the cause though, I think your latest discovery should go a long way in tracking down the source of the problem.
ID: 115087 · Report as offensive     Reply Quote
ashealey

Send message
Joined: 21 Mar 25
Posts: 1
United States
Message 115659 - Posted: 21 Mar 2025, 18:54:35 UTC - in response to Message 115082.  

I was able to fix this without a reinstall. The directory /Library/Application Support/BOINC Data/projects/virtualbox has a different owner (boinc_project instead of boinc_master like all the other directories), but it is also missing READ permission for Others. The last is the one that seemed to fix it for me. I executed the following commands and I was able to stop/restart the software with no issues instead of having to reinstall every time.

cd "/Library/Application Support/BOINC Data/projects"
sudo chown -R boinc_master virtualbox
chmod -R o+r virtualbox

Ocne I did both of those, I've had no more issues. Let me know if it works for you, but it would be nice if they fixed it in the install.
ID: 115659 · Report as offensive     Reply Quote
Dr Who Fan
Avatar

Send message
Joined: 10 May 07
Posts: 1527
United States
Message 115661 - Posted: 21 Mar 2025, 22:02:27 UTC - in response to Message 115659.  

Ocne I did both of those, I've had no more issues. Let me know if it works for you, but it would be nice if they fixed it in the install.

This issue should be fixed in the next MAJOR release
Client/Manager 8.2.0, Due by March 30, 2025
See https://github.com/BOINC/boinc/issues/5975
ID: 115661 · Report as offensive     Reply Quote
Previous · 1 · 2

Message boards : Questions and problems : BOINC ownership or permissions are not set properly error

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.