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

Is Fuse 3.x.x supported? If yes, I'm getting error #3410

Closed
sreejithr opened this issue Nov 22, 2016 · 0 comments
Closed

Is Fuse 3.x.x supported? If yes, I'm getting error #3410

sreejithr opened this issue Nov 22, 2016 · 0 comments

Comments

@sreejithr
Copy link

The fuse version check tries to match with 2.7.x or 2.8.x. Latest stable version is 3.5.3 and I get this error:

Error: OSXFUSE version 3.5.3 not supported.

OSXFUSE versions <2.7.2 are known to cause kernel panics!
Please upgrade to the latest OSXFUSE version.
It is recommended you install it from the OSXFUSE website:

	http://osxfuse.github.io/

For more help, see:

	https://github.com/ipfs/go-ipfs/issues/177

From mount_darwin.go:120:

if strings.HasPrefix(ov, "2.7.") || strings.HasPrefix(ov, "2.8.") {
	return nil
}

Version information:

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

Type: Bug

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

1 participant