-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ls: cannot access '/cloud-encrypt': Transport endpoint is not connected #13
Comments
Do you have anything inside your cloud-encrypt folder? Try running If that doesn't work try remove |
No, nothing inside the folder. I get this response to the fusermount command. I tried adding the line after the problem startet to see if that would solve anything, but I have just removed it and still have the same problem. |
Does the error with cloud-encrypt still occur when you don't bind it to the docker command? If it doesn't try running with the scripts outside docker (https://github.com/madslundt/cloud-media-scripts). Docker can have some problems running mount inside |
Yes, the error still occur. I just tried adding it after I got the error to see if it did anything different. Hmm ok, I would just like to have it inside a docker so I don't have to mess with the Synology OS. |
Okay I'll try see if I can enforce the error on my machine and maybe fix it |
I'm seeing something like this. gives me Waiting for /cloud-encrypt looking in the logs there's not much there apart from the above. |
oh.. and of course: plexdrive not running so entering the docker and running: plexdrive gives me " goroutine 1 [running]: |
Hey there.
I have tried for several days to follow you tutorial to make this awesome docker container to work, but I keep getting this error.
Plexdrive is not running ls: cannot access '/cloud-encrypt': Transport endpoint is not connected Waiting for /cloud-encrypt
My docker create command looks like this.
docker create
--name cloud-media-scripts
-v /volume1/docker/Cloud-Media/media:/local-media:shared
-v /volume1/docker/Cloud-Media/mnt/external/media:/local-decrypt:shared
-v /volume1/docker/Cloud-Media/configurations:/config
-v /volume1/docker/Cloud-Media/mnt/external/plexdrive:/chunks
-v /volume1/docker/Cloud-Media/logs:/log
-v /volume1/docker/Cloud-Media/cloud-encrypt:/cloud-encrypt:shared
-e PGID="1000"
-e PUID="1000"
-e CLEAR_CHUNK_MAX_SIZE="200G"
--privileged --cap-add=MKNOD --cap-add=SYS_ADMIN --device=/dev/fuse
madslundt/cloud-media-scripts
I have tried both with and without the PGID & PUID but with the same result.
Any good idea on what I am doing wrong?
THX in Advance
EDIT: BTW i am running this container gonna Synology 916+ 8gb.
But have tried on a ubuntu vm with the same problem.
The text was updated successfully, but these errors were encountered: