Hello,
I’m confused with an error I never faced before, “failed to set permissions (prepareUploadLocation)”.

For context, I have 2 FOG VM, one for storage node and one for web service.
I updated my VMs lately, and wanted to ghost a dual boot of W11/ Debian 13, and when I did, I faced error “e2fsck has unsupported feature(s): FEATURE_C12”
I found some tips for it on https://github.com/FOGProject/fos/issues/79 and https://forums.fogproject.org/topic/16899/new-version-e2fsck/2 , so i learned my init.xz was probably too old. Rather than just updating to init.xz, I thought, let’s update FOG also
So I began by updating my march 2023 version of FOG (1.5.10) to the latest on both my storage node and fog web (only minor versions difference, but I thought it’d be good anyway).
Here first surprise : on my fog web, when installfog scripts asks for DB update on http interface, my fog http interface shows… nothing, just the usual, as if nothing’s happening (huh).
Everything completes without error, files are all updated on both VMs.
I try again, doesn’t work (still e2fsck error), and I still see written Init is from 2023.
So I take the init.xz from the latest version of FOS (20251014) https://github.com/FOGProject/fos/releases to put in /var/www/fog/service/ipxe/ on my fog web VM, and it works !
Until 1 second after, when I encounter the error message Failed to set permissions (prepareUploadLocation)
So I check on my fog storage, in /images/dev, and I see that for some unknown reason, the fc4ceadbc714 directory is being created by root and not fogproject !
I have no idea why, and it sure seems the issue here
I read https://forums.fogproject.org/topic/13293/failed-to-create-image-capture-path-prepareuploadlocation/5 but it doesn’t seem to be the reason for me, as the issue seems to stem from root writing instead of fogproject

Could you please help me ?
file:///home/vergriem/Downloads/IMG_20251030_092924277.jpg



