Re: [vagrant-up] SSH not working (forcing shutdown?)

2014-05-06 Thread Goodbytes
Nope nothing... Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = chef/centos-6.5 config.vm.network private_network, ip: 192.168.33.21 config.vm.network :forwarded_port, guest: 80, host: 8080 config.vm.provision :shell, :path = install.sh config.vm.hostname =

Re: [vagrant-up] SSH not working (forcing shutdown?)

2014-05-06 Thread Goodbytes
oh and the ssh-config: $ vagrant ssh-config Host default HostName 127.0.0.1 User vagrant Port UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile /Users/forcer/.vagrant.d/insecure_private_key IdentitiesOnly yes LogLevel FATAL On

[vagrant-up] Erro ao instalar e configurar Jenkins (Cap 6)

2014-05-06 Thread Luciene dos Santos
Erro ao executar: vagrant up ci https://lh3.googleusercontent.com/-0oe8TL5s99s/U2jors7YM4I/AFs/pi5Y2ir7Dus/s1600/erro.png -- 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,

[vagrant-up] Erro ao instalar e configurar o Jenkins

2014-05-06 Thread Luciene dos Santos
Estou implementando o capitulo 6. Dá erro quando tento executar o : vagrant up ci https://lh3.googleusercontent.com/-hAsiZqcE0g0/U2jkjTttWJI/AFg/KUwLhqHlL7I/s1600/erro.png

[vagrant-up] Using Vagrant without VM

2014-05-06 Thread Ranjit B
Hello, Using Vagrant with VM and working fine. Now I want to do the same for remote machine i.e. instead of VM I want to setup the application envrionment on another machine like remote machine where it has GUI as well. It may be an local linux machine as well without VM. Can this be

[vagrant-up] Re: Changing the SSH IP and port of multiple vagrant boxes

2014-05-06 Thread Jerzy J. Gangi
To clarify, when I say, I am getting this error over and over again, I mean when I run vagrant up On Tuesday, May 6, 2014 11:32:15 AM UTC-4, Jerzy J. Gangi wrote: Hello, I would like to change the SSH IP and port of multiple vagrant boxes I am initializing. I do not want 127.0.0.1 or port

Re: [vagrant-up] Vagrant-windows: How do I pay?

2014-05-06 Thread Mitchell Hashimoto
Niklas, You'll have to acquire Windows ISOs yourself using a legal method. Once the ISO is acquired, you can use a project such as packer-windows to very easily create Windows Vagrant boxes. We're trying to make this as plug-and-play as possible, and you'll hear more about this in upcoming

[vagrant-up] nogui error Vmware Fusion 6 - cannot start VMs

2014-05-06 Thread Andrew Diller
I'm getting this nogui error using Vagrant 1.4.3 and now 1.5.4 with vmware Fusion 6. This is on a Mac w/ 10.9, vmware fusion 6.0.3. These are pretty basic VMs that I'm trying to start. 1.4.3: Successfully added box 'puppet-centos6-fusion-64-10' with

Re: [vagrant-up] nogui error Vmware Fusion 6 - cannot start VMs

2014-05-06 Thread Mitchell Hashimoto
This unknown error is 100% always an issue with VMware itself. It is unfortunate they don't have a more descriptive error message. One way to get the real error message to surface is to enable GUI mode. VMware usually pops up a message telling you what went wrong. Best, Mitchell On Tue, May 6,

Re: [vagrant-up] Using Vagrant without VM

2014-05-06 Thread Torben Knerr
Hi Ranjit, you can try the vagrant-managed-servers plugin here if its not a VM but you have ssh accesss: https://github.com/tknerr/vagrant-managed-servers HTH, Torben On Tue, May 6, 2014 at 2:48 PM, Ranjit B ranjit.n.batte...@walkingtree.inwrote: Hello, Using Vagrant with VM and working

[vagrant-up] vagrant global-control doesn't work outside of directory

2014-05-06 Thread Jeff Sussna
Vagrant global-control functions work fine as long as I'm in the directory with the Vagrantfile. From other directories they all return the following error: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.0/lib/vagrant/environment.rb:194:in `active_machines': undefined method `join' for

Re: [vagrant-up] Re: ifdown error on vagrant 1.6

2014-05-06 Thread Mitchell Hashimoto
Its a top priority to fix. You can expect a fix in 1.6.1 this week. I apologize for this. Luckily, there are no internal state changes between 1.5 and 1.6. I'd recommend downgrading for now. On Tue, May 6, 2014 at 1:01 PM, Chris Handy chrisjha...@gmail.com wrote: Multiple people are getting it

[vagrant-up] Can't vagrant provision (chef) due to sudo -E

2014-05-06 Thread Alexander Kahn
Hi everyone, I'm upgrading from Vagrant 1.0.7 to 1.5.4. Things are mostly working except that this change[1], which makes sudo commands run with -E (preserve environment), causes chef-client to load a version of the Yajl gem from the vagrant user's gem path rather than from chef's embedded

Re: [vagrant-up] Vagrant Windows interactive (gui) scripts?

2014-05-06 Thread Alvaro Miranda Aguilera
Host windows, or guest windows? On Wed, May 7, 2014 at 12:05 PM, Brian Johnson sherb...@gmail.com wrote: Does someone have a recipe for making either a provisioning script, or something run over 'vagrant ssh' able to access the Windows GUI? -- You received this message because you are

[vagrant-up] how to encode simple vagrant ssh action hook?

2014-05-06 Thread Gallagher Polyn
I'd like to run a bash script anytime a user shells into my Vagrant-managed instance... I was thinking I could take advantage of Vagrant's action hooks for this... Can simple hook scripts be inserted directly in Vagrantfile allowing hook actions? Thanks, G -- You received this message

Re: [vagrant-up] Can't vagrant provision (chef) due to sudo -E

2014-05-06 Thread Teemu Matilainen
Hi Alex, You should be able to set GEM_HOME with `chef.binary_env` attribute, like this: https://gist.github.com/tmatilai/9376993 -- Teemu On Tue, May 6, 2014 at 11:44 PM, Alexander Kahn alexanderk...@gmail.comwrote: Hi everyone, I'm upgrading from Vagrant 1.0.7 to 1.5.4. Things are