Skip to content
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

davfs.sock: connect: no such file or directory #3

Open
str0k3 opened this issue Mar 10, 2018 · 11 comments
Open

davfs.sock: connect: no such file or directory #3

str0k3 opened this issue Mar 10, 2018 · 11 comments

Comments

@str0k3
Copy link

str0k3 commented Mar 10, 2018

Hi, i'm trying to install your plugin in docker running on openmediavault. Unfortunatelly I get this error. Any ideas what am I doing wrong or what causes the problem?

sudo docker plugin install fentas/davfs
Plugin "fentas/davfs" is requesting the following privileges:
network: [host]
mount: [/var/lib/docker/plugins/]
device: [/dev/fuse]
capabilities: [CAP_SYS_ADMIN]
Do you grant the above permissions? [y/N] y
latest: Pulling from fentas/davfs
60a0c44b5ea4: Download complete
Digest: sha256:623bd2f914267f83eaba03591cbebc4517b2d3bedcc28f70b25c239e6931f356
Status: Downloaded newer image for fentas/davfs:latest
Error response from daemon: dial unix /run/docker/plugins/104207cac63af708387d043260b67c1b785a8d425bae896ac97400d29c1ab50c/davfs.sock: connect: no such file or directory

@fentas
Copy link
Owner

fentas commented Mar 11, 2018

Have you tried to uninstall it completely before reinstalling?

docker plugin rm fentas/davfs:latest

@fentas
Copy link
Owner

fentas commented Jul 22, 2018

I updated the plugin config file. Maybe this will resolve your issue.
If not feel free to reopen the issue.

@fentas fentas closed this as completed Jul 22, 2018
@empwilli
Copy link

empwilli commented Aug 4, 2018

It seems like that resolved the issue. Can you please upload a new build of the plugin?

I've been searching for an hour now until I found this issue (and tried to build the project myself in parallel). Thanks for the great work, btw!

@raphaelyancey
Copy link

Same issue here, but reinstalling it didn't solve the problem. Any other guess?

@SuperSandro2000
Copy link

same problem here

@fentas
Copy link
Owner

fentas commented Oct 8, 2018

Could you check the following?

The error message you get includes the plugin id
/run/docker/plugins/104207cac63af708387d043260b67c1b785a8d425bae896ac97400d29c1ab50c[ <-- plugin id]/davfs.so.
Does it differ from plugin id docker plugin list --no-trunc ?
Also if there is a folder with davfs.sock? (within bash ls /run/docker/plugins/*/davfs.sock)

@fentas fentas added bug and removed help wanted labels Oct 8, 2018
@SuperSandro2000
Copy link

SuperSandro2000 commented Oct 8, 2018

$ docker plugin list --no-trunc
ID                                                                 NAME                  DESCRIPTION               ENABLED
04a1dc29ea2c86d75b1eb2eed6e3e22c2b816d177b867addfa3e8c4091bb56f3   fentas/davfs:latest  
   davfs plugin for Docker   false
$ sudo ls /run/docker/plugins/04a1dc29ea2c86d75b1eb2eed6e3e22c2b816d177b867addfa3e8c4091bb56f3/
ls: cannot access '/run/docker/plugins/04a1dc29ea2c86d75b1eb2eed6e3e22c2b816d177b867addfa3e8c4091bb56f3/': No such file or directory

Creating the folder and enabling the plugin does not work and the folder gets deleted.

@fentas fentas reopened this Oct 12, 2018
@fentas
Copy link
Owner

fentas commented Oct 12, 2018

@vieux sorry to drag you into this but maybe you have already encountered this kind of problem by any chance as the codebase is more or less the same to sshfs.

I'll try to reproduce this behavior in the next weeks.

@SuperSandro2000
Copy link

FYI I tried this on armhf/Rpi3b and no plugins work their.. x86/amd64 works like a charm.

@fentas
Copy link
Owner

fentas commented Mar 26, 2019

Seems we are not alone with this issue (see the referenced issue).
Anyone still having this or found a solution?

@ilmtr
Copy link

ilmtr commented May 18, 2020

Same problem here, Rpi3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants