@george1421 sorry for bringing back this old topic, but I am running into this same issue. But I am on Ubuntu 24.04 and FOG 1.5.10
When I run a capture task it completes successfully, but its not moving the files to /images. There is an empty locked document in /images with the name of the image. In the /images/dev there is a folder with the mac address of the client I captured from.
I’ve tried running the following commands to fix the permissions:
sudo chown -R fogproject:root /images
sudo chmod -R 777 /images```
then ran the capture again, but had the same result.
Any idea on how to fix this?