Silom / vagrant-node

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

Red alerts when up the box #2

Open brunowego opened 9 years ago

brunowego commented 9 years ago

First, thanks for create this provision. I get some errors when up this box:

==> default: stdin: is not a tty
==> default: +++ lsb_release -cs
==> default: ++ sed -i -e '/ precise-backports /s/^# *//' /etc/apt/sources.list
==> default: ++ '[' -n '' ']'
==> default: ++ apt-get update
[...]
==> default: ++ apt-get install -y ansible
[...]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
[...]
==> default: ++ ansible-playbook /vagrant/setup/vagrant.yml -v -c local -i /etc/hostname
[...]

It's normal? Thanks again.

untitled

brunowego commented 9 years ago

Windows (8.1) machine here.

brunowego commented 9 years ago

End with:

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.
Silom commented 9 years ago

Hello, I don't really use Windows and cant support it for that reason. I know that Ansibil doesn't work for Windows, but this is also the reason why I install it on the guest machine.

Ansible will quit the provision process, if something fails. Does Ansible quit the process?

Silom commented 9 years ago

@brunobatista did you found a solution? And if so, do you want to share it?

brunowego commented 9 years ago

Not found @Silom :(