--
You received this message because you are subscribed to the Google Groups "ICA-AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-user...@googlegroups.com.
To post to this group, send email to ica-ato...@googlegroups.com.
Visit this group at https://groups.google.com/group/ica-atom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/dd372f6c-e14b-4417-9dd0-306a2f87e7cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
In 10.1, "Where Virtualbox stores its files," there is a note at the end of 10.1.1:
Let us know how it goes!You can change the default machine folder by selecting "Preferences" from the "File" menu in the VirtualBox main window. Then, in the window that pops up, click on the "General" tab. Alternatively, use
VBoxManage setproperty machinefolder
; see Section 8.27, “VBoxManage setproperty”.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/00131b50-5021-447f-9820-2bd130a261a1%40googlegroups.com.
Microsoft Windows [Version 6.3.9600](c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\Lydia>cd atom-vagrant
C:\Users\Lydia\atom-vagrant>vagrant upBringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'artefactual/atom' is up to date...==> default: Clearing any previously set forwarded ports...==> default: Clearing any previously set network interfaces...==> default: Preparing network interfaces based on configuration...default: Adapter 1: natdefault: Adapter 2: hostonly==> default: Forwarding ports...default: 80 (guest) => 8000 (host) (adapter 1)default: 22 (guest) => 2222 (host) (adapter 1)==> default: Running 'pre-boot' VM customizations...==> default: Booting VM...==> default: Waiting for machine to boot. This may take a few minutes...The guest machine entered an invalid state while waiting for itto boot. Valid states are 'starting, running'. The machine is in the'poweroff' state. Please verify everything is configuredproperly and try again.If the provider you're using has a GUI that comes with it,it is often helpful to open that and watch the machine, since theGUI often has more helpful error messages than Vagrant can retrieve.For example, if you're using VirtualBox, run `vagrant up` while theVirtualBox GUI is open.The primary issue for this error is that the provider you're usingis not properly configured. This is very rarely a Vagrant issue.C:\Users\Lydia\atom-vagrant>
C:\Users\Lydia>cd atom-vagrant
C:\Users\Lydia\atom-vagrant>vagrant provision
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/7846b965-8428-4421-92ef-b4107bd839e5%40googlegroups.com.
C:\Users\Lydia\atom-vagrant>vagrant provision
C:\Users\Lydia\atom-vagrant>vagrant upBringing machine 'default' up with 'virtualbox' provider...==> default: Checking if box 'artefactual/atom' is up to date...
==> default: VirtualBox VM is already running.C:\Users\Lydia\atom-vagrant>
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/e440f3be-0569-4638-8d6a-850139e7e7ae%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/e440f3be-0569-4638-8d6a-850139e7e7ae%40googlegroups.com.
C:\Users\Lydia\atom-vagrant>vagrant provision
==> default: VM is not currently running. Please, first bring it up with `vagrant up` then run this command.C:\Users\Lydia\atom-vagrant>
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/1fdb14e5-801f-4f76-b474-b34ceaaa3d1f%40googlegroups.com.
In general, if these don't work I'd recommend doing some searching on this error, and/or posting in a Vagrant or Virtualbox forum. This sounds more like a configuration issue than something specific with the AtoM Vagrant box.
Let us know if any of the above 3 solutions work for you!
Cheers,
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/24f6a2f3-013a-4fc3-b191-c4becfc1d1d0%40googlegroups.com.
"vagrant box add
--clean
artefactual/atom"
If doing the "add --clean" doesn't clear the problem up, then I would remove the box altogether and start again. :(
Cheers,
David
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/24f6a2f3-013a-4fc3-b191-c4becfc1d1d0%40googlegroups.com.