Skip to content

Instantly share code, notes, and snippets.

@diptanu
Created March 16, 2011 10:28
Show Gist options
  • Save diptanu/872291 to your computer and use it in GitHub Desktop.
Save diptanu/872291 to your computer and use it in GitHub Desktop.
The vumi vigrant log
Projects cd vumi && git checkout -b develop origin/develop && git submodule update --init
Branch develop set up to track remote branch develop from origin.
Switched to a new branch 'develop'
Submodule 'puppet/modules/postgres' (https://github.com/smn/puppet-postgres.git) registered for path 'puppet/modules/postgres'
Cloning into puppet/modules/postgres...
remote: Counting objects: 30, done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 30 (delta 11), reused 10 (delta 4)
Unpacking objects: 100% (30/30), done.
Submodule path 'puppet/modules/postgres': checked out '5bff4cbe365204b2013e593eaef8d5dcd9bace4a'
➜ vumi git:(develop) vagrant up
[vagrant] Creating home directory since it doesn't exist: /Users/diptanuchoudhury/.vagrant
[vagrant] Creating home directory since it doesn't exist: /Users/diptanuchoudhury/.vagrant/tmp
[vagrant] Creating home directory since it doesn't exist: /Users/diptanuchoudhury/.vagrant/boxes
[vagrant] Creating home directory since it doesn't exist: /Users/diptanuchoudhury/.vagrant/logs
[default] Provisioning enabled with puppet...
[default] Box lucid32 was not found. Fetching box from specified URL...
[default] Downloading with Vagrant::Downloaders::HTTP...
[default] Downloading box: http://files.vagrantup.com/lucid32.box
[default] Extracting box...
[default] Verifying box...
[default] Cleaning up downloaded box...
[default] Importing base box 'lucid32'...
[default] Matching MAC address for NAT networking...
[default] Running any VM customizations...
[default] Clearing any previously set forwarded ports...
[default] Forwarding ports...
[default] -- ssh: 22 => 2222 (adapter 1)
[default] -- web: 9000 => 9000 (adapter 1)
[default] -- smsc: 9001 => 9001 (adapter 1)
[default] -- supervisord: 9010 => 9010 (adapter 1)
[default] Creating shared folders metadata...
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
[default] VM booted and ready for use!
[default] Mounting shared folders...
[default] -- v-root: /vagrant
[default] Running provisioner: Vagrant::Provisioners::Puppet...
[default] Running Puppet with vumi.pp...
[default] bash: line 1: cd: /tmp/vagrant-puppet/manifests: No such file or directory
[default] Could not run: Could not find file vumi.pp
[default]
[default] 'unknown': unknown terminal type.
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
cd /tmp/vagrant-puppet/manifests
puppet --modulepath '/tmp/vagrant-puppet/modules-0' vumi.pp
The output of the command prior to failing is outputted below:
[no output]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment