404 in volumes files manager
-
@nebulon Nope, looks like it does not fix the issue. Anything else you want me to try ? If you need access to my instance, I can give it to you.
To be very clear, everything besides the file-manager works properly : the volumes are present in the apps and everything.
-
@mehdi can you run
docker inspect sftp
and check if the volumes are mounted into that container?@nebulon It appears that they are mounted :
{ ... "HostConfig": { "Binds": [ "/home/yellowtent/appsdata:/mnt/appsdata", "/mnt/volumes:/mnt/volumes", "/srv/river_files:/mnt/2f65b84f-398d-434d-8938-307b9bb54d40", "/srv/video:/mnt/88a42b1c-4517-4d67-be2b-e2abef19eb0a", "/home/yellowtent/boxdata/mail:/mnt/maildata", "/home/yellowtent/platformdata/sftp/ssh:/etc/ssh:ro" ] }
(if this is what I am supposed to be looking at)
-
@nebulon It appears that they are mounted :
{ ... "HostConfig": { "Binds": [ "/home/yellowtent/appsdata:/mnt/appsdata", "/mnt/volumes:/mnt/volumes", "/srv/river_files:/mnt/2f65b84f-398d-434d-8938-307b9bb54d40", "/srv/video:/mnt/88a42b1c-4517-4d67-be2b-e2abef19eb0a", "/home/yellowtent/boxdata/mail:/mnt/maildata", "/home/yellowtent/platformdata/sftp/ssh:/etc/ssh:ro" ] }
(if this is what I am supposed to be looking at)
-
@mehdi indeed, this looks ok. Can you further check the logs of the sftp service while reproducing the issue?
Dec 17 16:41:52 [GET] /files/volume-88a42b1c-4517-4d67-be2b-e2abef19eb0a/ Dec 17 16:41:52 get: /mnt/volumes/88a42b1c-4517-4d67-be2b-e2abef19eb0a as download:false Dec 17 16:41:52 [404]: not found Dec 17 16:41:54 [GET] /files/volume-88a42b1c-4517-4d67-be2b-e2abef19eb0a/ Dec 17 16:41:54 get: /mnt/volumes/88a42b1c-4517-4d67-be2b-e2abef19eb0a as download:false Dec 17 16:41:54 [404]: not found Dec 17 16:41:58 [GET] /files/volume-88a42b1c-4517-4d67-be2b-e2abef19eb0a/ Dec 17 16:41:58 get: /mnt/volumes/88a42b1c-4517-4d67-be2b-e2abef19eb0a as download:false Dec 17 16:41:58 [404]: not found
-
Dec 17 16:41:52 [GET] /files/volume-88a42b1c-4517-4d67-be2b-e2abef19eb0a/ Dec 17 16:41:52 get: /mnt/volumes/88a42b1c-4517-4d67-be2b-e2abef19eb0a as download:false Dec 17 16:41:52 [404]: not found Dec 17 16:41:54 [GET] /files/volume-88a42b1c-4517-4d67-be2b-e2abef19eb0a/ Dec 17 16:41:54 get: /mnt/volumes/88a42b1c-4517-4d67-be2b-e2abef19eb0a as download:false Dec 17 16:41:54 [404]: not found Dec 17 16:41:58 [GET] /files/volume-88a42b1c-4517-4d67-be2b-e2abef19eb0a/ Dec 17 16:41:58 get: /mnt/volumes/88a42b1c-4517-4d67-be2b-e2abef19eb0a as download:false Dec 17 16:41:58 [404]: not found
-
@mehdi indeed, this looks ok. Can you further check the logs of the sftp service while reproducing the issue?
-
@mehdi can you drop me us a mail to support@ with access to the server? I can try to debug what's happening. Would be good to get this fixed!
-
This is fixed in the next release, was a bug in the file manager when using filesystem or the mountpoint volume type.
-
@girish Follow-up bug report : it seems i cannot disable the SSH support access
Why would I need to enable PermitRootLogin in order to disable SSHS support access ? It does not seem to make sense.