Questions and Answers : Unix/Linux : moving results fails
Message board moderation

To post messages, you must log in.

AuthorMessage
serafean

Send message
Joined: 18 Jul 23
Posts: 1
Credit: 1,765
RAC: 0
Message 52985 - Posted: 6 Feb 2026, 10:31:35 UTC

Hi,

Currently all LHC tasks fail with
boinc[1379393] mv: cannot move 'slots/14/shared/output.tgz' to 'projects/lhcathome.cern.ch_lhcathome/Theory_2922-4841589-490_2_r787104244_result': Permission denied
boinc[436367]: 06-Feb-2026 01:13:40 [LHC@home] Can't rename output file slots/14/shared/output.tgz to projects/lhcathome.cern.ch_lhcathome/Theory_2922-4841589-490_2_r787104244_result: rename() failed 


these are docker tasks. chmodding the slots and projects dirs to a+w didn't help either.
My best guess is that for some reason all data in the slots dir is owned by root (my guess is that's the uid used in the docker image), so moving by the boinc (under which boinc-client runs) user will fail.
running boinc as root is a no-go.

Any ideas?
ID: 52985 · Report as offensive     Reply Quote
chevron

Send message
Joined: 17 Jan 25
Posts: 1
Credit: 3,046,212
RAC: 5,992
Message 52992 - Posted: 7 Feb 2026, 21:29:25 UTC - in response to Message 52985.  

I suggest that all directories from /var/lib/boinc down (recursively) belong to OWNER:GROUP boinc:boinc, and your username is in the GROUP boinc.

$ chown -R boinc:boinc /var/lib/boinc

Check that your username is in the GROUP boinc.

$ getent group boinc

If not, add youself.

$ usermod -a -G boinc yourusername
ID: 52992 · Report as offensive     Reply Quote

Questions and Answers : Unix/Linux : moving results fails


©2026 CERN