[vagrant-up] Re: Vagrant 1.4.2 Virtualbox 3.4.6 - There was an error while executing `VBoxManage`

2014-01-08 Thread Jesse Rhoads
Instead of running the launchctl, try adding this to your .bash_profile alias reloadvbox='sudo /Library/StartupItems/VirtualBox/VirtualBox restart' Then run reloadvbox to restart virtualbox. I realize this is not a permanent fix, just a temporary workaround. We have had to do that here since

Re: [vagrant-up] Vagrantfile plugin dependencies

2014-01-08 Thread Torben Knerr
Hey Bjorn, Check out bindler in the meantime: https://github.com/fgrehm/bindler @mitchellh: great to hear that plugin dependency management will be part of vagrant core soon! HTH, Torben On Jan 8, 2014 5:07 PM, Mitchell Hashimoto mitchell.hashim...@gmail.com wrote: Bjorn, At the moment, all

Re: [vagrant-up] Re: Synced folders not always updating (Mac 10.9.1, Vmware Fusion 6.0.2 updated vagrant/plugins)

2014-01-08 Thread Berndt Jung
This issue does not appear to be limited to Fusion users. I'm using Virtualbox and hitting the exact same issues. Also using sublime text on a 10.9.1 mac. On Friday, January 3, 2014 7:57:26 AM UTC-8, Mitchell Hashimoto wrote: Peter, You may also be hitting a bug with the Fusion 6.0.2

Re: [vagrant-up] Re: Synced folders not always updating (Mac 10.9.1, Vmware Fusion 6.0.2 updated vagrant/plugins)

2014-01-08 Thread Teemu Matilainen
Maybe this is related: https://github.com/mitchellh/vagrant/issues/2768#issuecomment-31757004 -- Teemu On Wed, Jan 8, 2014 at 3:37 PM, Berndt Jung ber...@brkt.com wrote: This issue does not appear to be limited to Fusion users. I'm using Virtualbox and hitting the exact same issues. Also

Re: [vagrant-up] Re: Synced folders not always updating (Mac 10.9.1, Vmware Fusion 6.0.2 updated vagrant/plugins)

2014-01-08 Thread Berndt Jung
THANK YOU! While I haven't fully tested it yet, I'm rather confident that you found the issue I was having. On Wednesday, January 8, 2014 10:45:26 AM UTC-8, Teemu Matilainen wrote: Maybe this is related: https://github.com/mitchellh/vagrant/issues/2768#issuecomment-31757004 -- Teemu

Re: [vagrant-up] Getting started with a CentOS image on Vagrant

2014-01-08 Thread Mitchell Hashimoto
John, You may want to see this CentOS Packer template here: https://github.com/mitchellh/packer-templates/tree/master/centos-6.5-x86_64 I don't want to overload you with too many things, but running packer build virtualbox.json on that generates a completely valid CentOS image for Vagrant (but