ubuntu - Vagrant up error -


i executed vagrant up, fails , error:

the following ssh command responded non-zero exit status. vagrant assumes means command failed!

apt-get install -y linux-headers-`uname -r` dkms 

stdout command:

reading package lists... building dependency tree... reading state information... following packages installed:   fakeroot linux-headers-3.2.0-23 make patch suggested packages:   make-doc diffutils-doc following new packages installed:   dkms fakeroot linux-headers-3.2.0-23 linux-headers-3.2.0-23-generic make   patch 0 upgraded, 6 newly installed, 0 remove , 185 not upgraded. need 272 kb/12.7 mb of archives. after operation, 68.5 mb of additional disk space used. get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main make amd64 3.81-8.1ubuntu1.1 [119 kb] get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main patch amd64 2.6.1-3ubuntu0.1 [80.0 kb] get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main patch amd64 2.6.1-3ubuntu0.1 [80.0 kb] get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main dkms 2.2.0.3-1ubuntu3.6 [73.3 kb] fetched 271 kb in 1min 37s (2,791 b/s) 

stderr command:

stdin: not tty failed fetch http://us.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_3.81-8.1ubuntu1.1_amd64.deb  hash sum mismatch failed fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/patch/patch_2.6.1-3ubuntu0.1_amd64.deb  hash sum mismatch e: unable fetch archives, maybe run apt-get update or try --fix-missing? 

can me resolve problem?

in deal method provisionning, perhaps stackoverflow response : hash sum mismatch


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -