-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[0.3.9] ipfs daemon times out on second start #1950
Comments
|
does removing |
From IRC:
|
After git bisecting the issue:
|
Looks like the
to always access a remote api and not have to constantly type How about this: If user tries to run daemon but there is an
|
The suggested solution would not work for anything controlled through ipfsd-ctl as the api file is never cleaned up at the moment, making it impossible to properly start the daemon a second time. |
@dignifiedquire makes sense. maybe ipfsd-ctl could cleanup the file, as it knows the api file should not be there when it's trying to start the daemon. |
ipfsd-ctl could clean the file up, but it seems like a bug to me that on regular shutdown the file is not cleaned up. (The report above is about regular shutdowns not crashes) |
Trying to debug some issues with station I stumbled on this timeout issue.
And all subsequent trials to start the daemon timeout the same way.
The text was updated successfully, but these errors were encountered: