-
-
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
ipfs name publish
does not work while /ipns
is mounted.
#1186
Comments
@whyrusleeping can explain the gory details for this but we should return a proper error like "I can't let you do that while fuse is mounted" until this is resolved fully. |
👍 |
I can fix this pretty easily after what i learned implementing |
well, okay, maybe not pretty easily, but a solution is possible. The problem i'm running into right now is that |
related issue: #964 |
On Thu, Jun 04, 2015 at 09:42:22AM -0700, Jeromy Johnson wrote 1, #1187:
I'm trying to put a finger on what's different, and it seems like the |
no. the difference is that the save command uses the ipnsfs interface. |
On Thu, Jun 04, 2015 at 10:32:03AM -0700, Jeromy Johnson wrote:
Why is the FUSE daemon's “respond to an updated IPNS-link” handler not |
i'm not sure i understand the question you are asking. what do you mean by 'the FUSE daemon's “respond to an updated IPNS-link” handler'? |
On Thu, Jun 04, 2015 at 11:51:42AM -0700, Jeromy Johnson wrote:
Here's the situation I think @dylanPowers was calling out 1:
so whatever logic the FUSE daemon is using for (3) should be general |
TODO: |
The
ipfs name publish
accepts and silently ignores requests to publish names while/ipns
is mounted.The text was updated successfully, but these errors were encountered: