[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 errors that occurred are shown below.

An error occurred while executing the action on the 'vm1'
machine. Please handle this error then try again:

There was an error talking to Libvirt. The error message is shown
below:

Call to virDomainCreateWithFlags failed: unsupported configuration: SATA is 
not supported with this QEMU binary

Now, I used --no-parallel flag and the error reduces to:

There was an error talking to Libvirt. The error message is shown
below:

Call to virDomainCreateWithFlags failed: unsupported configuration: SATA is 
not supported with this QEMU binary

Where can I find an Ubuntu box which is compatible with libvirt?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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


And then launched a command prompt using the Run as administrator option 
in the context menu.  I `cd`ed into my project directory and did a vagrant 
up.  When I did I got the following output:

Bringing machine 'default' up with 'virtualbox' provider...
== default: Preparing SMB shared folders...
default: You will be asked for the username and password to use for the 
SMB
default: folders shortly. Please use the proper username/password of 
your
default: Windows account.
default:
default: Username: my username
default: Password (will be hidden): entered my password here

After I entered my password and hit enter it just sat there for 5 minutes. 
 I ended up `ctrl+c`ing the process so I could get back to work.  Is there 
anything else that I can try to fix this?  I'm really hoping SMB fixed some 
of the performance issues we've been having.  :-)

Any help would be greatly appreciated.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 
migrated everything from Wordpress to Ghost here:  
http://blog.jeff-owens.com/migrating-from-wordpress-to-ghost/.  Hope it 
proves useful to you.

On Thursday, January 23, 2014 3:22:03 AM UTC-6, Markus Liebelt wrote:

 I tried to setup a Vagrant image for experiments with Node.js and Ghost. 
 So I have done the following:


- Started with a fresh image.
- Installed node.js (from http://nodejs.org/download/, there Linux 
binaries) and tested that it works.
- Installed Ghost from http://docs.ghost.org/installation/linux/ and 
finished the installation as described there.
- Changed the port used in config.js.
- Added forward port mapping in Vagrantfile config.vm.network 
:forwarded_port, guest: 4080, host: 5080
- Started Ghost with npm start.
- Tested then in a Vagrant shell that Ghost was running: wget 
127.0.0.1:4080 returned the created index.html
- But when I tried to open the page in my host environment, Ghost does 
not receive any request, there is no output at all, and the browser tells 
me that the server is not available. The webpage at 
 *http://localhost:5080/ 
http://localhost:5080/* might be temporarily down or it may have 
moved permanently to a new web address.
- I even have tried to install a local browser in Ubuntu, and using it 
with the address http://127.0.0.1:4080 works well. So Ghost is working.

 My environment is:

- Windows 7
- Oracle VM Virtual Box 4.3.6
- Vagrant 1.4.3

 I have another Box running the same operating system, and on top of that 
 Ruby on Rails, Passenger, ... and the port forwarding works there pretty 
 well.

 What could be the reason that the port forwarding does not work? Can I do 
 anything to debug the current situation?


-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 installations or transient network issues. The error 
from Bundler is:

An error occurred while installing nokogiri (1.6.1), and Bundler cannot 
continue. Make sure that gem install nokogiri -v '1.6.1' succeeds before 
bundling.

However gem install nokogiri -v '1.6.1' and 
/Applications/Vagrant/embedded/bin/gem 
install nokogiri -v '1.6.1' both work.

I've looked at a bunch of SO threads and blog posts. Things I've tried that 
have not resolved my problem

   1. Running xcode-select --install
   2. Installing full xcode
   3. brew install gcc-4.2
   4. Remove rvm and rvm version of ruby
   5. Install nokogiri w/ built-in (mac) ruby and vagrant-embedded ruby

Despite the fact that nokogiri installs fine (#5 above) without sudo on 
both counts, vagrant plugin install vagrant-rackspace still fails...

*Full output of* vagrant plugin install vagrant-rackspace 
--debughttp://pastebin.com/Y5umhsci

So, in summary, I *can* install the nokogiri plugin, however I *cannot* install 
the vagrant rackspace plugin, can you help me get the plugin installed?

thanks,

-nathan

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 am working on pyramid project and I am having good experience using
 vagrant with Django but this time little bit confuse from where should i
 start to configure the pyramid project with Vagrant, Hope someone used
 Vagrant with Pyramid project.

 Please guide me, how can i achieve Vagrant Environment for Pyramid project.

 I would be thankful to you guys.

 Thanks,
 Abdul Wahid

 --
 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+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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?


 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.comwrote:

 Hi,

 I am working on pyramid project and I am having good experience using
 vagrant with Django but this time little bit confuse from where should i
 start to configure the pyramid project with Vagrant, Hope someone used
 Vagrant with Pyramid project.

 Please guide me, how can i achieve Vagrant Environment for Pyramid
 project.

 I would be thankful to you guys.

 Thanks,
 Abdul Wahid

 --
 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+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.