-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Improve fuse error reason in case of mount failure #3772
Comments
We should try and get more information out of fuse here. calling the fusermount binary is failing for some reason and we have no idea why |
Few things: do mount points exist, does your user own them? |
|
I don't know exactly why, but suddenly it works. I tried updating and restarting my computer yesterday but that didn't help. What's likely to have made a difference is that today I updated to linux 4.10 (and restarted). |
Aaaaand it's broken again, amazing. |
Installed the latest git version and it works now. If it stays working for a few days I'll close again. |
@Powersource Lets keep this issue open even if it keeps working for you. The main problem i see here is that when it fails, we have no indication as to why. In whatever case, we need to address that |
I am very glad that the update resolved issues. It was long overdue. |
I'm getting this error.
daemon shows this:
go-ipfs version: 0.4.13-cc01b7f |
I'm getting the exact same error as @TroyWilson1, but only inside a Docker container. On the host, it works fine |
@alfiedotwtf inside docker you might have to mess with some priviliges. The node will need to be started with certain flags I think |
Thanks for the tip @whyrusleeping. Do you know by any chance what flags, or a link to more info? (both --privileged and --cap-add ALL don't fix it) Thanks! |
this might help: https://stackoverflow.com/questions/48402218/fuse-inside-docker |
Thanks. Looked promising, but unfortunately didn't work either. Can anyone confirm that |
Hi. I am having the same issue with a non descriptive ipfs mount . Error: exit status 1 I can't find any log files to help decipher this error message. |
Closing this since there's a lot of work to be done on the fuse implementation. Will be tracking in a meta issue. |
Version information:
Type:
Bug
Description:
When I try to
ipfs mount
fuse complains and mounting fails.The relevant file.
sshfs
uses the same fuse version and mounting, reading and unmounting works normally there.The text was updated successfully, but these errors were encountered: