-
-
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
basic fuse set up in readme or link to wiki #259
Comments
Agreed 150%. And a lot of the problem is that a lot of fuse packages are actually broken by default. Fuse is meant to be accessible and useable by normal (non root) users, and the ubuntu and fedora packages set |
About Ubuntu and fuse, I think it should be enough to just put your user into the
and then restart your session and nscd. No need to |
On some (redhat) systems, the |
I think these are usually the perms because fuse kexts are not that safe. — On Tue, Nov 4, 2014 at 9:30 AM, Jeromy Johnson notifications@github.com
|
I was reading something from canonical earlier about making fuse completely safe and available for non-root users, lets hope that happens soon! |
@chriscool neat, that might be cleaner but more lines and I haven't tested, though feel free to add alternative steps in the fuse.md if you have tested and it works. |
@ebuchman I would suggest the user to do the following:
If the user really wants to use /ipfs and /ipfs then I would suggest:
In these last instructions, I suppose that there is no need to write in /ipfs nor in /ipns. I haven't really tested the above from scratch but the first instructions are basically what the test suite does. |
This issue (and associated PR) should get some love before the alpha, the guys from eris industries had a couple issues getting the fuse mounting to behave (aside from the recently addressed bugs). We might even go so far as to try and detect an issue for the user and print out helpful messages like "Your /etc/fuse.conf file has bad permissions" or "your user needs to be added to the 'fuse' group". |
docs folder and some fuse docs. closes #259
Revert ipfs#236: Test go mod in travis and use major versioning in import paths
As far as I can tell, fuse is the only thing making this project non purely "go-gettable". Of course it's fine if you don't want to mount, but everyone wants to mount, and I can see this being a staple problem for new users.
The text was updated successfully, but these errors were encountered: