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

2014-05-07 Thread Christian Berendt
On 05/07/2014 03:03 AM, Gallagher Polyn wrote: I'd like to run a bash script anytime a user shells into my Vagrant-managed instance... Why not adding the call into ~/.bashrc? -- Christian Berendt Cloud Computing Solution Architect Mail: bere...@b1-systems.de B1 Systems GmbH Osterfeldstraße 7

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

2014-05-07 Thread Gallagher Polyn
I'd like to run a bash script anytime a user shells into my Vagrant-managed instance... Why not adding the call into ~/.bashrc? Yes, that works (I inserted the calls in /etc/bash.bashrc, to enable them for any user.) Thanks, Gallagher -- You received this message because you

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

2014-05-07 Thread Alexander Kahn
Thanks, Teemu. That works perfectly. Another solution I found was to move the vagrant user's setting of GEM_HOME from .bashrc to .bash_profile. After that move, /home/vagrant/gems no longer appeared as a gem path when running via sudo -E. Alex On Tue, May 6, 2014 at 10:10 PM, Teemu

[vagrant-up] Vagrant 1.6 and Windows guest problems

2014-05-07 Thread Kasper Nielsen
Hi, I'm trying out the new windows guest feature in 1.6 but I am having some issues. I've created a Windows 8.1 virtualbox box using https://github.com/joefitzgerald/packer-windows However when I run 'vagrant up' on the box it tries to execute *nix commands on the windows guest. The

[vagrant-up] vagrand up - error the guest machine entered an invalid state

2014-05-07 Thread Nadeem Ahmed
i am getting error message while going vagrant up the guest machine entered an invalid state while waiting for it to boot. invalid states are 'starging', running. the matchine is in the power off state i try to find solution but not successful. i have windows 7 64bit install on my laptop dell

Re: [vagrant-up] Vagrant 1.6 and Windows guest problems

2014-05-07 Thread Mitchell Hashimoto
It looks like this is coming from a plugin, make sure you remove all plugins, they may not be aware that Vagrant works with Windows now. Best, Mitchell On Wed, May 7, 2014 at 8:23 AM, Kasper Nielsen kaspe...@gmail.com wrote: Hi, I'm trying out the new windows guest feature in 1.6 but I am

Re: [vagrant-up] vagrand up - error the guest machine entered an invalid state

2014-05-07 Thread Mitchell Hashimoto
Nadeem, This is usually because VT-x isn't enabled on your machine. You have to do this from the BIOS. On Wed, May 7, 2014 at 2:34 AM, Nadeem Ahmed n.ahmed.ans...@gmail.com wrote: i am getting error message while going vagrant up the guest machine entered an invalid state while waiting for it

Re: [vagrant-up] Can't figure out how to get network working with Mavericks Host / Fusion / Mavericks Guest

2014-05-07 Thread Andrew Diller
Thanks for posting that link, it was very helpful to me. On Wednesday, March 12, 2014 5:44:39 PM UTC-4, Alvaro Miranda Aguilera wrote: Hi I am not a user of vagrant with vmware, but checking iwth a sample vagrantfile, seem syou can define the network inside the vmware block. check

[vagrant-up] mark integrated and external plugins/commands

2014-05-07 Thread Christian Berendt
I would suggest to mark integrated and external plugins/commands in the list of commands (e.g. when calling vagrant help) to help me to remember where to open a new issue and to know that I probably will have issue because using a not integrated plugin. Christian. -- Christian Berendt Cloud

Re: [vagrant-up] mark integrated and external plugins/commands

2014-05-07 Thread Christian Berendt
Plugins are marked at least as system when using vagrant plugin list. Anyway I think that's nice to mark the commands in the listing. # vagrant plugin list vagrant-login (1.0.1, system) vagrant-rackspace (0.1.7) vagrant-share (1.0.1, system) -- Christian Berendt Cloud Computing Solution

[vagrant-up] Vagrant Rackspace HTTP 413 Personality file content too long

2014-05-07 Thread Nathan Nobbe
Hi gang, I'm starting to try vagrant/rackspace integration and running into trouble specifying a custom SSH keypair or perhaps have encountered a new bug in the Rackspace API. Can you take a look? Works without custom SSH-keypair Trying to get going with Vagrant and Rackspace, I was able to

Re: [vagrant-up] Vagrant Rackspace HTTP 413 Personality file content too long

2014-05-07 Thread Nathan Nobbe
I got this working per this answer: There is a maximum filesizehttp://docs.rackspace.com/servers/api/v2/cs-devguide/content/Server_Personality-d1e2543.html that you're allowed to provide when you're injecting personality files onto a newly launched server, which you can find from the limits

Re: [vagrant-up] error vm: * The following settings shouldn't exist : network

2014-05-07 Thread Alvaro Miranda Aguilera
link to the book? what step in the book you are? On Wed, May 7, 2014 at 10:02 PM, Shadha AL Amri umm.em...@gmail.com wrote: Hi I am following OpenStack Cloud Computing CookBook in order to create cloud environment am just in the first step where I install Virtualbox 4.2.16 and Vagrant