Silom / vagrant-node

Nodejs and MongoDB Vagrant box.
MIT License
40 stars 11 forks source link

Unable to up the machine #4

Open maaixprt opened 4 years ago

maaixprt commented 4 years ago

Here is log and detail of errors. May you can help.

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.

xxxxxxx@xxxxxx-xxxxxxMINGW64 /e/vagrant-node
$ vagrant provision
==> default: Running provisioner: shell...
    default: Running: inline script
    default: +++ lsb_release -cs
    default: ++ sed -i -e '/ precise-backports /s/^# *//' /etc/apt/sources.list
    default: ++ '[' -n '' ']'
    default: ++ apt-get update
    default: Hit http://security.ubuntu.com precise-security Release.gpg
    default: Ign http://downloads-distro.mongodb.org dist Release.gpg
    default: Ign http://downloads-distro.mongodb.org dist Release
    default: Ign http://downloads-distro.mongodb.org dist/10gen TranslationIndex
    default: Err http://downloads-distro.mongodb.org dist/10gen amd64 Packages
    default:   Undetermined Error [IP: 52.206.222.245 80]
    default: Err http://downloads-distro.mongodb.org dist/10gen i386 Packages
    default:   Undetermined Error [IP: 52.206.222.245 80]
    default: Ign http://downloads-distro.mongodb.org dist/10gen Translation-en_US
    default: Ign http://downloads-distro.mongodb.org dist/10gen Translation-en
    default: W
    default: :
    default: Failed to fetch http://downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/10gen/binary-amd64/Packages  Undetermined Error [IP: 52.206.222.245 80]
    default: W
    default: :
    default: Failed to fetch http://downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/10gen/binary-i386/Packages  Undetermined Error [IP: 52.206.222.245 80]
    default: E
    default: :
    default: Some index files failed to download. They have been ignored, or old ones used instead.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
flik commented 4 years ago

same issue with me too...