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

Timeouts with v0.3.8 and v0.3.7 #7

Closed
chriscool opened this issue Dec 11, 2015 · 11 comments
Closed

Timeouts with v0.3.8 and v0.3.7 #7

chriscool opened this issue Dec 11, 2015 · 11 comments

Comments

@chriscool
Copy link
Contributor

I get:

#  sharness/bin/ipfs-update install v0.3.8
installing ipfs version v0.3.8
ERROR: fetching resource: 408 Request Timeout
install failed, reverting changes...
ERROR: 408 Request Timeout: Path Resolve error: context deadline exceeded

#  sharness/bin/ipfs-update install v0.3.7
installing ipfs version v0.3.7
ERROR: fetching resource: 408 Request Timeout
install failed, reverting changes...
ERROR: 408 Request Timeout: Path Resolve error: context deadline exceeded

#  sharness/bin/ipfs-update install v0.3.10
installing ipfs version v0.3.10
ERROR: fetching resource: 404 Not Found
install failed, reverting changes...
ERROR: 404 Not Found: Path Resolve error: no link named "v0.3.10" under QmctgsD3G5MrvUcuVAZ6tVXP2c2pkgsEsqT85gQaTcfGjw 

So basically I can only write tests using v0.3.9.

@whyrusleeping
Copy link
Member

0.3.10 hasnt been pushed out to the distributions yet (ipfs update pulls from a build of 'dist.ipfs.io'). The other ones should be back up now, I thought I had them pinned, but it seems i was wrong.

@chriscool
Copy link
Contributor Author

Great, thanks!

@chriscool
Copy link
Contributor Author

And what about 0.4.0 by the way?

@jbenet
Copy link
Member

jbenet commented Dec 12, 2015

getting Path Resolve error: context deadline exceeded is so painful for users. it's like "wat?"

@chriscool
Copy link
Contributor Author

Yeah I still get that too for v0.3.7:

#  sharness/bin/ipfs-update install v0.3.7
installing ipfs version v0.3.7
ERROR: fetching resource: 408 Request Timeout
install failed, reverting changes...
ERROR: 408 Request Timeout: Path Resolve error: context deadline exceeded

But it's working for v0.3.8:

#  sharness/bin/ipfs-update install v0.3.8
installing ipfs version v0.3.8
binary downloaded, verifying...
success!
installing new binary to /usr/local/bin/ipfs

installation complete.

@chriscool
Copy link
Contributor Author

Also installing the same version twice fails:

root@3416e74c98e9:/mnt# sharness/bin/ipfs-update install v0.3.8
installing ipfs version v0.3.8
binary downloaded, verifying...
success!
installing new binary to /usr/local/bin/ipfs

installation complete.

root@3416e74c98e9:/mnt# echo $?
0

root@3416e74c98e9:/mnt# sharness/bin/ipfs-update install v0.3.8
installing ipfs version v0.3.8
binary downloaded, verifying...
success!
stashing old binary
installing new binary to /usr/local/bin/ipfs/ipfs
ERROR: Install failed:  error moving new binary into place: open /usr/local/bin/ipfs/ipfs: no such file or directory
install failed, reverting changes...
Error reverting
failed to replace binary after install fail:  open /usr/local/bin/ipfs/ipfs: no such file or directory
sorry :(
your old ipfs binary should still be located at:  /root/.ipfs/old-bin/ipfs-v0.3.8
try: `mv "/root/.ipfs/old-bin/ipfs-v0.3.8" "/usr/local/bin/ipfs/ipfs"`
ERROR: error moving new binary into place: open /usr/local/bin/ipfs/ipfs: no such file or directory 

root@3416e74c98e9:/mnt# echo $?
1

@chriscool
Copy link
Contributor Author

Actually I also get the above when installing v0.3.8 when v0.3.9 is already installed.

@jbenet
Copy link
Member

jbenet commented Dec 16, 2015

I have a new distributions root:

@chriscool test 0.4.0 as 0.4.0-dev for now. this one will be removed once we ship proper 0.4.0.

@harlantwood
Copy link

When I click on changelog ( https://ipfs.io/ipfs/QmeEVmRTDX2c9zjPtjHJG6GidrFL7NjqEqP1Q4am6sLfif/go-ipfs/v0.3.10/changelog )

I get Path Resolve error: no link named "changelog" under QmRU3WnKuzyEbyEd7Y8L4Lfhh7sWX68axtqJTkgpc9k3um

@whyrusleeping
Copy link
Member

@jbenet did you pin that hash?

@jbenet
Copy link
Member

jbenet commented Dec 16, 2015

There's no changelog in that dir:
https://ipfs.io/ipfs/QmeEVmRTDX2c9zjPtjHJG6GidrFL7NjqEqP1Q4am6sLfif/go-ipfs/v0.3.10/
we may not be collecting the changelog yet! -- bug for distributions.ipfs.io

On Wed, Dec 16, 2015 at 4:35 AM Jeromy Johnson notifications@github.com
wrote:

@jbenet https://github.com/jbenet did you pin that hash?


Reply to this email directly or view it on GitHub
#7 (comment).

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

4 participants