I'm having trouble getting the VM going and I have a pretty vanilla set up so I'm worried the requirements might need some more detail such as version numbers.
I'm running Ubuntu 12.04 LTS on an i3-2350M and all BIOS settings for virtualization are enabled.
I installed Vagrant 1.0.6 and VirtualBox 4.2.6.
Vagrant gives the following error:
[default] The guest additions on this VM do not match the install version of VirtualBox! This may cause things such as forwarded ports, shared folders, and more to not work properly. If any of those things fail on this machine, please update the guest additions and repackage the
box.
And running directly from the VirtualBox GUI gives an error:
Failed to open a session for the virtual machine gswd_1358906798.
VT-x features locked or unavailable in MSR. (VERR_VMX_MSR_LOCKED_OR_DISABLED).
My hardware is 6 months old, would you expect people with
4 year old hardware to run this without trouble?
I'm running VirtualBox 4.2.4 but I would think, since it creates the VM when you `vagrant up`, that it wouldn't matter what version of VB you were running. So that's odd.
The Vagrant version I have is 1.0.5, just for completeness sake.
I just downloaded the zip file again to check, and there's nothing in there (at least that I can find) that mentions a version of VirtualBox. You're also the first person to mention a problem like this (one other person had a problem after running the VM with getting packages from Google).
You could try downgrading, or, since you're on a sane OS, just running everything sans VM. You'll need to install Git and PostgreSQL yourself, though.
Let me know if anything changes, please. I'll ask around and let you know if I find anything out.
Looks like my problems were completely my fault. On my ThinkPad the virtualization setting is in the BIOS under Security and it was not set correctly. There were some
other settings under CPU that I initially thought were the right ones. I'm sorry to waste your time.
I'm having trouble getting the VM going and I have a pretty vanilla set up so I'm worried the requirements might need some more detail such as version numbers.
I'm running Ubuntu 12.04 LTS on an i3-2350M and all BIOS settings for virtualization are enabled.
I installed Vagrant 1.0.6 and VirtualBox 4.2.6.
Vagrant gives the following error:
[default] The guest additions on this VM do not match the install version of VirtualBox! This may cause things such as forwarded ports, shared folders, and more to not work properly. If any of those things fail on this machine, please update the guest additions and repackage the box.
And running directly from the VirtualBox GUI gives an error:
Failed to open a session for the virtual machine gswd_1358906798.
VT-x features locked or unavailable in MSR. (VERR_VMX_MSR_LOCKED_OR_DISABLED).
My hardware is 6 months old, would you expect people with 4 year old hardware to run this without trouble?
Any ideas would be appreciated.