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 issue caused Unable to fetch some archives #10

Closed
Tanete opened this issue Jan 23, 2015 · 2 comments
Closed

Hash Sum mismatch issue caused Unable to fetch some archives #10

Tanete opened this issue Jan 23, 2015 · 2 comments

Comments

@Tanete
Copy link

Tanete commented Jan 23, 2015

I try to vagrant up with thif config on my Windows PC.
And run into such kind of problem:

msg: 'apt-get install 'autoconf' 'bison' 'build-essential' 'libssl-dev' 'libyaml-dev' 'libreadline6-dev' 'zlib1g-dev' 'libncurses5-dev' 'nodejs' 'python-pip' 'python-dev' 'htop' 'git'' failed: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/automake-1.14/automake_1.14.1-2ubuntu1_all.deb Hash Sum mismatch

Is this due to my network issue? I tried this in my school serveral times and failed.

This is my console log.

@Tanete Tanete changed the title Hash Sum mismatch issue cause Unable to fetch some archives Hash Sum mismatch issue caused Unable to fetch some archives Jan 23, 2015
@a-chernykh
Copy link
Owner

I guess such things can happen because of network glitches. Also try to disable firewall (if you have one). Since some of packages were downloaded successfully (as I see in your console log), I would try to run the following:

sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update

And then re-run vagrant provision.

@Tanete
Copy link
Author

Tanete commented Jan 29, 2015

Yeah. I changed the sources.list mirror and tried again. It worked.

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

2 participants