[vagrant-up] Vagrant Ubuntu box compatible with libvirt provider

2014-03-18 Thread Peeyush Gupta
Hi, I am trying to find a ubuntu 12.04 box which is compatible with libvirt provider. I tried to create one using vagrant mutate (https://github.com/sciurus/vagrant-mutate), but it didnt work. The error I am getting is: An error occurred while executing multiple actions in parallel. Any

[vagrant-up] NFS shared folders with Vagrant

2014-03-18 Thread Rimas Mocevicius
Hi guys, How to avoid typing admin password when mounting NFS shared folders with Vagrant on OS X? Changing permit ions of the /etc/exports file to read/write for everybody does not help. Adding the current user to sudoers did not help too. Any advice? Thanks Rimas -- You received this

[vagrant-up] Problems Getting SMB working in Windows 7 64-bit

2014-03-18 Thread Scott Keck-Warren
Good morning, I'm experimenting with the SMB file shares in Vagrant 1.5.1 and I'm running into a problem. I changed the configuration in my Vagrant file from config.vm.synced_folder ./, /var/www, id: vagrant-root to config.vm.synced_folder ./, /var/www, id: vagrant-root, type:smb

[vagrant-up] Re: Problems with port forwarding and Ghost on Vagrant (Ubuntu)

2014-03-18 Thread Jeff Owens
I was able to get Ghost-Vagrant-Chef-VirtualBox going successfully and created a public github repo you can use to try it out here: Ghost-Vagrant Example https://github.com/dmin7b5/ghost-example. There are detailed instructions in the README.md file. I also have a blog series on how I

[vagrant-up] Vagrant rackspace plugin install fails

2014-03-18 Thread Nathan Nobbe
I'm trying to install the rackspace plugin for vagrant (1.5.1): vagrant plugin install vagrant-rackspace But it complains Bundler, the underlying system Vagrant uses to install plugins, reported an error. The error is shown below. These errors are usually caused by misconfigured plugin

Re: [vagrant-up] How to configure Pyramid project in Vagrant

2014-03-18 Thread Alvaro Miranda Aguilera
did you shoot the same question on stack overflow? http://stackoverflow.com/questions/22474209/how-can-i-configure-vagrant-with-pyramid-project you need to provide more informatiom, what you mean by pyramid? On Tue, Mar 18, 2014 at 8:33 PM, Abdul Wahid abdulwahi...@gmail.com wrote: Hi, I

Re: [vagrant-up] How to configure Pyramid project in Vagrant

2014-03-18 Thread Alvaro Miranda Aguilera
found this, still no idea what pyramid is.. https://github.com/Version2beta/vagrant-pyramid On Wed, Mar 19, 2014 at 9:55 AM, Alvaro Miranda Aguilera kiki...@gmail.comwrote: did you shoot the same question on stack overflow?