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

Error: config key invalid: DontCheckOSXFUSE %!s(bool=true) #3612

Closed
maedoc opened this issue Jan 19, 2017 · 3 comments
Closed

Error: config key invalid: DontCheckOSXFUSE %!s(bool=true) #3612

maedoc opened this issue Jan 19, 2017 · 3 comments

Comments

@maedoc
Copy link

maedoc commented Jan 19, 2017

Version information:

go-ipfs version: 0.4.4-
Repo version: 4
System version: amd64/darwin
Golang version: go1.7

Type: bug

Priority: p5

Description:

Having difficulty getting mount to work,

$ ipfs mount
Error: unable to check fuse version.
...
$ go get github.com/jbenet/go-fuse-version/fuse-version
$ ipfs mount
Error: unable to check fuse version.
...
$ fuse-version
OSXFUSE.FuseVersion: 29
OSXFUSE.AgentVersion: 3.5.4
OSXFUSE.AgentName: OSXFUSE
$ ipfs mount
Error: unable to check fuse version.
...
$ ipfs config DontCheckOSXFUSE true
$ ipfs mount
Error: config key invalid: DontCheckOSXFUSE %!s(bool=true)

yet, in ~/.ipfs/config there are other true values so I'm not sure what's going on.

@whyrusleeping
Copy link
Member

Try doing:

ipfs config --json DontCheckOSXFUSE true

That should fix the issue... This behaviour has been improved in 0.4.5 and what you tried should work on 0.4.5-dev

@maedoc
Copy link
Author

maedoc commented Jan 24, 2017

I still get the above Error: config key invalid. I'll try again later on 0.4.5.

@whyrusleeping
Copy link
Member

I confirmed that this is fixed in (at least) 0.4.10 on OSX

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

No branches or pull requests

2 participants