Problem mounted file system (permission denied) [SOLVED]
-
Can you just try to put the user root in “Storage Management” and test the upload ?
And on your server:
ls -laR /images
-
Change /etc/export to :
/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=1,)
/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=2,)
/storage/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=3,)
/storage/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=4,) -
@TheKoR said:
Change /etc/export to :
/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=1,)
/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=2,)
/storage/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=3,)
/storage/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=4,)Done but problem still exist
do i have to del /images lines and just keep /storage lines ?Here is a recap of my tree :
/images
/images/dev
/images/postdownloadscripts
/storage
/storage/images
/storage/images/dev
/storage/images/postdownloadscriptsIn storage management image path is /storage/images
-
Something strange in the error is this section :
Checking Mounted File System …mounting x.x.x.:/folder/images/dev on /images failed : permission denied
in wiki the “mounting on” isn’t present, could it be the real problem and if yes how can i change this ?
-
DOn’t remove line int fstab
In your webgui : Image Path : /storage/images ? and good Management Username /password
-
@Seydoo said:
/storage
Hi,
Your /storage is a local storage or a NFS mount from another system (like Other server, NAS, …)
Regards,
Ch3i. -
@ch3i said:
@Seydoo said:
/storage
Hi,
Your /storage is a local storage or a NFS mount from another system (like Other server, NAS, …)
Regards,
Ch3i.My /storage is a local storage with all permission (chmod 777)
I just see in my webgui in image management a curious message :
I juste have 1 image created
image name : my image name
image size : ON CLIENT : 0.00iB
Image Size : ON SERVER : FOGFTP : Login failed. Host x.x.x.x, Username: Fog, Password: password (defautlt i didnt touch it for the moment), Error: ftp_login(): Login incorrect -
@Seydoo Have you the .mntcheck in /storage/images and /storage/images/dev ?
-
-
My problem is solve, due to a bad password (user fog on linux with not the same password than fog tftp user)
tanks to ch3i for his help -
@Seydoo said:
My problem is solve, due to a bad password (user fog on linux with not the same password than fog tftp user)
tanks to ch3i for his helpThe problem was that you have a password policy that does not accept the password “password”.