Occasionally if the VM fails to boot Vagrant can be left in a bad state and leave a "lock" file behind that makes it think that the VM is running.
On Monday, May 2, 2016 at 7:47:12 PM UTC-5, Hui Zhao wrote: > > The question is right now it is running after a few times deletion VM and > installation. Not sure why it was not working. > > vagrant version: 1.8.1 > vagrant plugin list: vagrant-share(1.1.5, system) > > On Mon, May 2, 2016 at 5:33 PM, Alvaro Miranda Aguilera <[email protected] > <javascript:>> wrote: > >> Hello, >> >> so you are running this locally on your windows machine. >> >> Can you share the following output >> >> vagrant version >> vagrant plugin list >> vagrant status >> >> vagrant halt >> vagrant up >> >> >> VBoxManage list vms >> >> Thanks >> alvaro. >> >> On Tue, May 3, 2016 at 3:44 AM, Hui Zhao <[email protected] <javascript:> >> > wrote: >> >>> >>> Hi I am new to vagrant. Please see my vagrant setting up structure in >>>> Windows 7 machine. >>> >>> >>> >>> >>> >>> >>> <https://lh3.googleusercontent.com/-hQeo-pwaMT8/Vyd0i1wEMhI/AAAAAAAAAXo/q3dgJPgmUBYBkUi3gfB4TzSSHn6z3rdbgCLcB/s1600/4.PNG> >>> >>> >>> The bootstrap.sh is >>> >>> >>> #!/usr/bin/env bash >>> sudo -s <<EOF >>> yum makecache fast >>> yum update -y >>> cp /vagrant/consul /bin >>> firewall-cmd --zone=public --add-port=8300/tcp --permanent >>> firewall-cmd --zone=public --add-port=8500/tcp --permanent >>> firewall-cmd --reload >>> consul agent -dev -ui -bind "172.28.128.3" -client "172.28.128.3" >>> EOF >>> >>> The Vagrantfile is >>> Vagrant.configure(2) do |config| >>> config.vm.box = "puppetlabs/centos-7.0-64-puppet" >>> config.vm.network "private_network", ip: "172.28.128.3" >>> config.vm.provision :shell, path: "bootstrap.sh" >>> end >>> >>> Then I run the command "vagrant up" >>> But when I open the VirtualBox. The status is "Powered Off". >>> >>> >>> <https://lh3.googleusercontent.com/-TYH0GNRg4iw/Vyd13U3WtlI/AAAAAAAAAX0/MN8lcbY7JGYBh_VwMxmSl5IxtpzkidiagCLcB/s1600/5000.PNG> >>> >>> >>> Why? >>> >>> -- >>> This mailing list is governed under the HashiCorp Community Guidelines - >>> https://www.hashicorp.com/community-guidelines.html. Behavior in >>> violation of those guidelines may result in your removal from this mailing >>> list. GitHub Issues: https://github.com/mitchellh/ >>> <https://github.com/mitchellh/vagrant/issues>vagrant/issues >>> <https://github.com/mitchellh/vagrant/issues> IRC: #vagrant on Freenode >>> --- You received this message because you are subscribed to the Google >>> Groups "Vagrant" group. To unsubscribe from this group and stop >>> receiving emails from it, send an email to vagrant-up+...@ <javascript:> >>> googlegroups.com <javascript:>. To view this discussion on the web >>> visit https://groups.google.com/d/ >>> <https://groups.google.com/d/msgid/vagrant-up/6463ed98-acaa-4424-a150-ad1c287e3fbb%40googlegroups.com?utm_medium=email&utm_source=footer> >>> msgid/vagrant-up/6463ed98- >>> <https://groups.google.com/d/msgid/vagrant-up/6463ed98-acaa-4424-a150-ad1c287e3fbb%40googlegroups.com?utm_medium=email&utm_source=footer> >>> acaa-4424-a150-ad1c287e3fbb% >>> <https://groups.google.com/d/msgid/vagrant-up/6463ed98-acaa-4424-a150-ad1c287e3fbb%40googlegroups.com?utm_medium=email&utm_source=footer> >>> 40googlegroups.com >>> <https://groups.google.com/d/msgid/vagrant-up/6463ed98-acaa-4424-a150-ad1c287e3fbb%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . For more options, visit https://groups.google.com/d/ >>> <https://groups.google.com/d/optout>optout >>> <https://groups.google.com/d/optout>. >>> >>> <https://github.com/mitchellh/vagrant/issues> >>> >>> >>> >>> <javascript:> >>> >>> <https://groups.google.com/d/msgid/vagrant-up/6463ed98-acaa-4424-a150-ad1c287e3fbb%40googlegroups.com?utm_medium=email&utm_source=footer> >>> <https://groups.google.com/d/optout> >>> >> >> -- >> This mailing list is governed under the HashiCorp Community Guidelines - >> https://www.hashicorp.com/community-guidelines.html. Behavior in >> violation of those guidelines may result in your removal from this mailing >> list. >> >> GitHub Issues: https://github.com/mitchellh/vagrant/issues >> IRC: #vagrant on Freenode >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "Vagrant" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/vagrant-up/XUG8eXbhaKU/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/vagrant-up/CAHqq0eze2r%2BR0oa8TRpX83oVTmMovYbiEXKOR8HL3Te2U4t9BA%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/vagrant-up/CAHqq0eze2r%2BR0oa8TRpX83oVTmMovYbiEXKOR8HL3Te2U4t9BA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/3b860aa7-f634-4f0b-a82e-69c34dad006f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
