72squared / vagrant-redis-cluster

set up a vagrant vm for testing redis cluster
22 stars 13 forks source link

apt-get install failed #5

Open hidekiy opened 8 years ago

hidekiy commented 8 years ago

I think apt-get update is needed before install.

==> default: Use 'apt-get autoremove' to remove them.
==> default: The following extra packages will be installed:
==> default:   git-man liberror-perl python-meld3
==> default: Suggested packages:
==> default:   git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk
==> default:   gitweb git-arch git-bzr git-cvs git-mediawiki git-svn
==> default: The following NEW packages will be installed:
==> default:   git git-man liberror-perl python-meld3 supervisor
==> default: 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
==> default: Need to get 3,699 kB of archives.
==> default: After this operation, 23.3 MB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB]
==> default: Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.1
==> default:   404  Not Found [IP: 91.189.88.149 80]
==> default: Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.1
==> default:   404  Not Found [IP: 91.189.91.15 80]
==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty/universe python-meld3 amd64 0.6.10-1 [39.0 kB]
==> default: Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.1
==> default:   404  Not Found [IP: 91.189.91.15 80]
==> default: Get:3 http://archive.ubuntu.com/ubuntu/ trusty/universe supervisor all 3.0b2-1 [314 kB]
==> default: Fetched 374 kB in 3s (114 kB/s)
==> default: E
==> default: :
==> default: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.1_all.deb  404  Not Found [IP: 91.189.91.15 80]
==> default: E
==> default: :
==> default: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.1_amd64.deb  404  NotFound [IP: 91.189.91.15 80]
==> default: E
==> default: :
==> default: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Pratik44 commented 8 years ago

It worked, Thanks

apt-get update

brianV commented 7 years ago

Note that this has been fixed in my fork at https://github.com/brianV/vagrant-redis-cluster

harikishorekuppa commented 7 years ago

It worked for me too Thanks

apt-get update

Kapswitch commented 7 years ago

sudo apt-get update

worked for me, thanks