Created
January 9, 2012 17:31
-
-
Save shenoudab/1584025 to your computer and use it in GitHub Desktop.
Vumi 0.3.0 Installation from Vagrant
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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] The guest additions on this VM do not match the install version of | |
VirtualBox! This may cause things such as forwarded ports, shared | |
folders, and more to not work properly. If any of those things fail on | |
this machine, please update the guest additions and repackage the | |
box. | |
Guest Additions Version: 4.1.0 | |
VirtualBox Version: 4.1.8 | |
[default] Matching MAC address for NAT networking... | |
[default] Clearing any previously set forwarded ports... | |
[default] Forwarding ports... | |
[default] -- ssh: 22 => 2222 (adapter 1) | |
[default] Creating shared folders metadata... | |
[default] Running any VM customizations... | |
[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] -- manifests: /tmp/vagrant-puppet/manifests | |
[default] -- v-pp-m0: /tmp/vagrant-puppet/modules-0 | |
[default] Running provisioner: Vagrant::Provisioners::Puppet... | |
[default] Running Puppet with vumi.pp... | |
[default] stdin: is not a tty | |
[default] warning: Could not retrieve fact fqdn | |
[default] | |
[default] info: Applying configuration version '1326127475' | |
[default] | |
[default] notice: /Stage[main]//Package[python-virtualenv]/ensure: ensure changed 'purged' to '1.4.5-1ubuntu1' | |
[default] | |
[default] notice: /Stage[main]//Package[build-essential]/ensure: ensure changed 'purged' to '11.4build1' | |
[default] | |
[default] notice: /Stage[main]//Package[python-dev]/ensure: ensure changed 'purged' to '2.6.5-0ubuntu1' | |
[default] | |
[default] notice: /Stage[main]//Package[python-pip]/ensure: ensure changed '0.3.1-1ubuntu2.1' to '0.3.1-1ubuntu2' | |
[default] | |
[default] notice: /Stage[main]//Exec[apt-get update]/returns: executed successfully | |
[default] | |
[default] notice: /Stage[main]//Package[libcurl3]/ensure: ensure changed 'purged' to '7.19.7-1ubuntu1.1' | |
[default] | |
[default] notice: /Stage[main]//Package[openjdk-6-jre-headless]/ensure: ensure changed 'purged' to '6b20-1.9.10-0ubuntu1~10.04.2' | |
[default] | |
[default] notice: /Stage[main]//Package[libcurl4-openssl-dev]/ensure: ensure changed 'purged' to '7.19.7-1ubuntu1.1' | |
[default] | |
[default] notice: /Stage[main]//Package[rabbitmq-server]/ensure: ensure changed 'purged' to '1.7.2-1ubuntu1' | |
[default] | |
[default] notice: /Stage[main]//Package[git-core]/ensure: ensure changed 'purged' to '1:1.7.0.4-1ubuntu0.2' | |
[default] | |
[default] info: /Stage[main]//Package[git-core]: Scheduling refresh of Exec[Clone git repository] | |
[default] | |
[default] notice: /Stage[main]//Package[postgresql-8.4]/ensure: ensure changed 'purged' to '8.4.3-1' | |
[default] | |
[default] notice: /Stage[main]//Package[libpq-dev]/ensure: ensure changed 'purged' to '8.4.9-0ubuntu0.10.04' | |
[default] | |
[default] notice: /Stage[main]//Package[redis-server]/ensure: ensure changed 'purged' to '2:1.2.0-1' | |
[default] | |
[default] notice: /Stage[main]//File[/var/praekelt]/ensure: created | |
[default] | |
[default] info: /var/praekelt: Scheduling refresh of Exec[Clone git repository] | |
[default] | |
[default] notice: /Stage[main]//Exec[Clone git repository]/returns: executed successfully | |
[default] | |
[default] notice: /Stage[main]//Exec[Clone git repository]: Triggered 'refresh' from 2 events | |
[default] | |
[default] info: Creating state file /var/lib/puppet/state/state.yaml | |
[default] | |
[default] notice: Finished catalog run in 1522.54 seconds | |
[default] | |
[default] err: /File[/var/lib/puppet/rrd]/ensure: change from absent to directory failed: Could not find group puppet | |
[default] | |
[default] err: Could not send report: Got 1 failure(s) while initializing: change from absent to directory failed: Could not find group puppet | |
[default] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment