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

Hash Sum mismatch: expired key? #9080

Closed
cyberduck opened this issue Oct 29, 2015 · 5 comments
Closed

Hash Sum mismatch: expired key? #9080

cyberduck opened this issue Oct 29, 2015 · 5 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

feef340 created the issue

I have installed duck CLI on Ubuntu 14.04 LTS with apt using the instructions on your website. I spec'ed the key as follows:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FE7097963FEFBE72

and defined the the repository as indicated on https://duck.sh/.

When I now run apt-get update I get the following:

W: Failed to fetch https://s3.amazonaws.com/repo.deb.cyberduck.io/dists/stable/main/binary-amd64/Packages  Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.

@cyberduck
Copy link
Collaborator Author

b8ff20f commented

It seems we are hitting the same problem with ubuntu 14.04.3 LTS.

Reproduction steps are :


echo "deb https://s3.amazonaws.com/repo.deb.cyberduck.io stable main" >> /etc/apt/sources.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FE7097963FEFBE72
apt-get update
apt-get install -y -q duck

The apt-get update leads to :

W: Failed to fetch https://s3.amazonaws.com/repo.deb.cyberduck.io/dists/stable/main/binary-amd64/Packages  Hash Sum mismatch

which leads to apt-get install -y -q duck to fail

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We have redeployed the failed artifacts for version 4.7.5.

@cyberduck
Copy link
Collaborator Author

cde44db commented

Hi there,

I've followed the instruction above but still experiencing the same issue as the original poster (I'm using Ubuntu 14.04.4 LTS):

$ sudo apt-get install duck
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  duck:i386
The following NEW packages will be installed:
  duck
0 upgraded, 1 newly installed, 1 to remove and 1 not upgraded.
Need to get 85.7 MB of archives.
After this operation, 160 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Fetched 87.5 MB in 27s (3,126 kB/s)
E: Failed to fetch https://s3.amazonaws.com/repo.deb.cyberduck.io/pool/d/du/duck-4.8.18975.deb  Size mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Then I tried the following:

$ sudo apt-get install duck --fix-missing
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  duck:i386
The following NEW packages will be installed:
  duck
0 upgraded, 1 newly installed, 1 to remove and 1 not upgraded.
Need to get 85.7 MB of archives.
After this operation, 160 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Fetched 87.5 MB in 39s (2,191 kB/s)
(Reading database ... 107995 files and directories currently installed.)
Removing duck (4.8.18975) ...
E: Failed to fetch https://s3.amazonaws.com/repo.deb.cyberduck.io/pool/d/du/duck-4.8.18975.deb  Size mismatch

Any idea..?

AT

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Now fixed for snapshot builds as well.

@cyberduck
Copy link
Collaborator Author

cde44db commented

Replying to [comment:9 dkocher]:

Now fixed for snapshot builds as well.
Yes I can confirm this is now fixed. Thanks! ;-)

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants