Questions about Vagrant, a tool to create and configure lightweight, reproducible, and portable development environments though virtual machines.

learn more… | top users | synonyms

1
vote
2answers
51 views

How can I install Vagrant on 12.04 if ruby-json is already installed?

I tried to install the software , which are in software center and new software like virtual box, but it is showing the error: Items cannot be installed or removed until the package catalog is ...
1
vote
0answers
19 views

ubuntu in vagrant, apt-get update failed [duplicate]

I set a vagrant vm, and try to apt-get update,get this Fetched 1,358 kB in 1min 19s (17.1 kB/s) W: GPG error: http://us.archive.ubuntu.com precise Release: The ...
3
votes
2answers
2k views

How to install Vagrant with manual VirtualBox 4.2?

How can I install Vagrant 1.0.6. with an already manually installed VirtualBox 4.2.6 on Ubuntu 12.04? All of my known ways fail: Download *.deb file for 64bit and dpkg --install vagrant_x86_64.deb ...
5
votes
4answers
711 views

How do I fix name service for Vagrant client?

I am new to Ubuntu (having just installed Ubuntu 12.10) and want to start developing with it. So I have installed Vagrant, downloaded lucid64.box, initialized, started it up and accessed it via ssh. ...
0
votes
1answer
340 views

Intermittent `Error: cannot open display: localhost:10.0` with Vagrant

I've set up a Vagrant VM with X forwarding. I'm connecting to it with the following command (to improve X performance): ssh -c arcfour,blowfish-cbc -XC vagrant@VM-NAME This works fine; I log into ...
2
votes
1answer
2k views

Vagrant: VirtualBox: Headless Ubuntu: How to set up bridged networking?

I am trying to set up a Vagrant VirtualBox (v4.2.4) virtual machine with a Ubuntu "box" which I got from www.vagrantbox.es. I was able to use Vagrant to set it up as a headless box and start it, and ...
6
votes
2answers
544 views

What is the difference between vagrant and juju?

Are they both solving the same problem? Or are they for two different sets of problems? If so for what i it better to use vagrant, and for what better to use juju?