@Tom
No at all, you are not being rude. Understood what you are pointing out. You are thinking it is permission issue. That would be true is all the images were giving me the same error given the -R is recursive in the directory and subdirectories all the way to the files. The UNIX/Linux permission files are divided on three sections:
Current user |
Groups |
Everyone else |
---------------------- |
---------------- |
------------------------- |
r - w - x |
r - w - x |
r - w - x |
---------------------- |
---------------- |
------------------------- |
4 2 1 |
4 2 1 |
4 2 1 |
---------------------- |
---------------- |
------------------------- |
By adding the bits values you will get the 777 for chmod. However, I don’t want every one to have access to this folder. That is the same permission that I have in all other files. More to the point, this is the only file giving issues. I have user fog group/user as the owner of /images which will give full access to the file system in the directory.
I believe I put the error message on the original post:
======================START===========================
"Failed to create deployment tasking for the following hosts
You must first upload an image to create a download task"
========================END===========================
There/ is very hard to take a picture as it scroll fairly fast on the screen right before Partclone starts to push the image.
Thank you for you assistance.