-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Failed to fetch https://packages.microsoft.com/ubuntu/14.04/prod/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch #2608
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
Comments
Seeing the same issue since yesterday |
same here. |
It certainly looks like the 14.04 Microsoft repo is broken. People are unable to get Powershell with the same error: PowerShell/PowerShell#9424. It's also easy to repro in Docker. Doc link for reference: https://dotnet.microsoft.com/download/linux-package-manager/ubuntu14-04/sdk-current. You don't even get as far as picking which SDK to install so 2.1 vs. 2.2 etc. doesn't matter. Ubuntu 14.04 hit end of standard support just a couple days before this issue was filed--got to wonder if that's related. |
Also seeing the same issue, installing .NET Core 2.2 during |
I've reached out to the Microsoft repository admins via email about this issue, will update here with more info. |
same here. |
I also thought it was very coincidental that is started a few days before 14.04 goes EOL |
The Microsoft repo admins are looking into it, no status yet.
#> ubuntu-distro-info --all -yeol -f | grep 14.04
Ubuntu 14.04 LTS "Trusty Tahr" -5
#> date -d 'now - 5 days'
Wed Apr 17 22:16:07 UTC 2019 |
They fixed it! I confirmed in an |
I've started seeing this issue again today on a Dockerfile that worked yesterday.
|
Same here, issue happens again. |
We're also experiencing this issue since approximately 5pm UTC yesterday although we're trying to install msodbcsql17 and ms-tools, the symptoms are the same. I have also tried the suggested trick of clearing |
Yeah... repros with a clean Docker container as well. Sending another mail to the Microsoft repo admins. |
same here |
same... |
They fixed it, and I confirmed it works for me now. Thanks for the reports! |
Instead of creating a new issue, I thought I should mention here that I started receiving the following error this morning when I attempted to reinstall dotnet-sdk-2.1 after $ sudo apt install dotnet-sdk-2.1 -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
aspnetcore-runtime-2.1 dotnet-hostfxr-2.1 dotnet-runtime-2.1 dotnet-runtime-deps-2.1
The following NEW packages will be installed:
aspnetcore-runtime-2.1 dotnet-hostfxr-2.1 dotnet-runtime-2.1 dotnet-runtime-deps-2.1 dotnet-sdk-2.1
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 134 MB of archives.
After this operation, 387 MB of additional disk space will be used.
Err:1 https://packages.microsoft.com/ubuntu/18.04/prod bionic/main amd64 dotnet-runtime-deps-2.1 amd64 2.1.12-1
404 Not Found [IP: 13.91.48.226 443]
Err:2 https://packages.microsoft.com/ubuntu/18.04/prod bionic/main amd64 dotnet-hostfxr-2.1 amd64 2.1.12-1
404 Not Found [IP: 13.91.48.226 443]
Err:3 https://packages.microsoft.com/ubuntu/18.04/prod bionic/main amd64 dotnet-runtime-2.1 amd64 2.1.12-1
404 Not Found [IP: 13.91.48.226 443]
Err:4 https://packages.microsoft.com/ubuntu/18.04/prod bionic/main amd64 aspnetcore-runtime-2.1 amd64 2.1.12-1
404 Not Found [IP: 13.91.48.226 443]
Err:5 https://packages.microsoft.com/ubuntu/18.04/prod bionic/main amd64 dotnet-sdk-2.1 amd64 2.1.701-1
404 Not Found [IP: 13.91.48.226 443]
E: Failed to fetch https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/d/dotnet-runtime-deps-2.1/dotnet-runtime-deps-2.1.12-x64.deb 404 Not Found [IP: 13.91.48.226 443]
E: Failed to fetch https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/d/dotnet-hostfxr-2.1/dotnet-hostfxr-2.1.12-x64.deb 404 Not Found [IP: 13.91.48.226 443]
E: Failed to fetch https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/d/dotnet-runtime-2.1/dotnet-runtime-2.1.12-x64.deb 404 Not Found [IP: 13.91.48.226 443]
E: Failed to fetch https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/a/aspnetcore-runtime-2.1/aspnetcore-runtime-2.1.12-x64.deb 404 Not Found [IP: 13.91.48.226 443]
E: Failed to fetch https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/d/dotnet-sdk-2.1/dotnet-sdk-2.1.701-x64.deb 404 Not Found [IP: 13.91.48.226 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? I am on Ubuntu 18.04, which is the only difference from this issue which is Ubuntu 14.04. |
@kimbaudi The error you're receiving is also different, |
@dagood yes, I just submitted issue 3010 |
I'm also experiencing this issue, but with Ubuntu 18.04 running dotnet 2.2.401. Here's the output of a
|
same for me |
Yep happening again. |
Being affected by the same issue. |
Being affected by the same issue here |
1 similar comment
Being affected by the same issue here |
can confirm dealing with the same here. |
I have the same issue trying update repositories on Ubuntu 18.04. |
Ubuntu 18.04 cannot update
|
I have same problem
|
This (or something very similar) is definitely happening again! The current issue is tracked by #3221. |
Looks like this is happening again on our 16.04 builds on Ubuntu
|
@harshavardhana Yep! The current outage is tracked over at #3988. I'm going to lock this issue to encourage everyone to file new issues rather than add comments to this one, since it's happened a couple times now. Because the thread is closed, new comments might not be seen by the right people in the future. A new issue is more likely to get noticed. There's nothing wrong with posting relevant comments to old issues, but I want to make sure outages are seen as soon as possible. Thanks! |
Failed to fetch https://packages.microsoft.com/ubuntu/14.04/prod/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch
Occurs after installing this package and running apt-get update.
https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
Started getting that error this morning while running chef. Did the same runs yesterday without issue. Not sure if something in the repo changed or what.
The text was updated successfully, but these errors were encountered: