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

Fuse mounts yield 'Device not configured' after some time #3014

Closed
dokterbob opened this issue Jul 29, 2016 · 2 comments
Closed

Fuse mounts yield 'Device not configured' after some time #3014

dokterbob opened this issue Jul 29, 2016 · 2 comments
Labels
kind/bug A bug in existing code (including security flaws) status/deferred Conscious decision to pause or backlog topic/fuse Topic fuse

Comments

@dokterbob
Copy link
Contributor

dokterbob commented Jul 29, 2016

Version/Platform/Processor information (from ipfs version --all):

  • ipfs version 0.4.2-41c5e11 (repo version 3)
  • OS X 10.11.6
  • osxfuse 2.8.3 (FuseVersion: 27)

Type (bug, feature, meta, test failure, question): bug
Area (api, commands, daemon, fuse, etc): fuse
Priority (from P0: functioning, to P4: operations on fire): P3

Description:
After starting the daemon with IPFS mounted, requesting a bunch of files from /ipfs/ results in Device not configured. As in:

$ stat /ipfs/<hash>
stat: /ipfs/<hash>: stat: Device not configured

This error has occurred repeatedly after running an early prototype of an ipfs crawler, using Apache's Tika to index files. The thing is in a very early stage but has been published on GH for purpose of replicating this issue. https://github.com/dokterbob/ipfs-crawler

Sadly enough, while attempting to replicate this issue reliably (without the crawler) I ran into #3013.

@whyrusleeping whyrusleeping added topic/fuse Topic fuse kind/bug A bug in existing code (including security flaws) labels Aug 4, 2016
@whyrusleeping whyrusleeping added the status/deferred Conscious decision to pause or backlog label Sep 14, 2016
@whyrusleeping
Copy link
Member

We've recently updated the fuse package we import. Mind trying this out again with the latest master?

@aschmahmann
Copy link
Contributor

Closing this since there's a lot of work to be done on the fuse implementation. Will be tracking in a meta issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws) status/deferred Conscious decision to pause or backlog topic/fuse Topic fuse
Projects
None yet
Development

No branches or pull requests

3 participants