Skip to content

Instantly share code, notes, and snippets.

@stenington
Created March 21, 2012 17:42
Show Gist options
  • Save stenington/2150047 to your computer and use it in GitHub Desktop.
Save stenington/2150047 to your computer and use it in GitHub Desktop.
`vagrant up` 404 failures
err: /Stage[main]/Mysql::Server/Package[mysql-client]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install mysql-client' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
libdbd-mysql-perl libdbi-perl libmysqlclient16 libnet-daemon-perl
libplrpc-perl mysql-client-5.1 mysql-client-core-5.1 mysql-common
Suggested packages:
dbishell
The following NEW packages will be installed:
libdbd-mysql-perl libdbi-perl libmysqlclient16 libnet-daemon-perl
libplrpc-perl mysql-client mysql-client-5.1 mysql-client-core-5.1
mysql-common
0 upgraded, 9 newly installed, 0 to remove and 5 not upgraded.
Need to get 11.5MB of archives.
After this operation, 27.7MB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main mysql-common 5.1.41-3ubuntu12.10 [98.9kB]
Err http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main libmysqlclient16 5.1.41-3ubuntu12.10
404 Not Found [IP: 91.189.92.169 80]
Get:2 http://us.archive.ubuntu.com/ubuntu/ lucid/main libnet-daemon-perl 0.43-1 [46.9kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ lucid/main libplrpc-perl 0.2020-2 [36.0kB]
Get:4 http://us.archive.ubuntu.com/ubuntu/ lucid/main libdbi-perl 1.609-1build1 [798kB]
Get:5 http://us.archive.ubuntu.com/ubuntu/ lucid/main libdbd-mysql-perl 4.012-1ubuntu1 [135kB]
Err http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main mysql-client-core-5.1 5.1.41-3ubuntu12.10
404 Not Found [IP: 91.189.92.169 80]
Err http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main mysql-client-5.1 5.1.41-3ubuntu12.10
404 Not Found [IP: 91.189.92.169 80]
Get:6 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main mysql-client 5.1.41-3ubuntu12.10 [94.7kB]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.1/libmysqlclient16_5.1.41-3ubuntu12.10_i386.deb 404 Not Found [IP: 91.189.92.169 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.1/mysql-client-core-5.1_5.1.41-3ubuntu12.10_i386.deb 404 Not Found [IP: 91.189.92.169 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.1/mysql-client-5.1_5.1.41-3ubuntu12.10_i386.deb 404 Not Found [IP: 91.189.92.169 80]
Fetched 1210kB in 1s (629kB/s)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
@megahoy
Copy link

megahoy commented Aug 2, 2018

have the same error
does somebody fixed it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment