Closed marcw closed 11 years ago
Heh. I too saw this last night and went to report it, only to be beaten :) `` Here's the bit that fails with INFO switched on
INFO interface: info: [2013-02-08T16:05:14+00:00] INFO: Processing package[bison] action install (build-essential::default line 58) [2013-02-08T16:05:14+00:00] INFO: Processing package[bison] action install (build-essential::default line 58) INFO interface: info: [2013-02-08T16:05:14+00:00] INFO: Processing apt_repository[node.js] action add (nodejs::install_from_package line 39) [2013-02-08T16:05:14+00:00] INFO: Processing apt_repository[node.js] action add (nodejs::install_from_package line 39) INFO interface: info:
INFO interface: info:
INFO interface: info: Error executing action add
on resource 'apt_repository[node.js]'
Error executing action add
on resource 'apt_repository[node.js]'
INFO interface: info:
INFO interface: info:
INFO interface: info:
INFO interface: info: RuntimeError RuntimeError INFO interface: info:
INFO interface: info:
INFO interface: info: The repository file to create is nil, cannot continue. The repository file to create is nil, cannot continue. INFO interface: info:
INFO interface: info:
INFO interface: info: Cookbook Trace: Cookbook Trace: INFO interface: info:
INFO interface: info:
INFO interface: info: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/apt/providers/repository.rb:123:in block in class_from_file' /tmp/vagrant-chef-1/chef-solo-2/cookbooks/apt/providers/repository.rb:123:in
block in class_from_file'
INFO interface: info:
INFO interface: info:
39: apt_repository 'node.js' do 40: uri 'http://ppa.launchpad.net/chris-lea/node.js/ubuntu' 41: distribution node['lsb']['codename'] 42: components ['main'] 43: keyserver "keyserver.ubuntu.com" 44: key "C7917B12" 45: action :add 46: end 47:
apt_repository("node.js") do action [:add] retries 0 retry_delay 2 cookbook_name :nodejs recipe_name "install_from_package" uri "http://ppa.launchpad.net/chris-lea/node.js/ubuntu" distribution "precise" components ["main"] keyserver "keyserver.ubuntu.com" key "C7917B12" end
[2013-02-08T16:05:14+00:00] ERROR: Running exception handlers
39: apt_repository 'node.js' do 40: uri 'http://ppa.launchpad.net/chris-lea/node.js/ubuntu' 41: distribution node['lsb']['codename'] 42: components ['main'] 43: keyserver "keyserver.ubuntu.com" 44: key "C7917B12" 45: action :add 46: end 47:
apt_repository("node.js") do action [:add] retries 0 retry_delay 2 cookbook_name :nodejs recipe_name "install_from_package" uri "http://ppa.launchpad.net/chris-lea/node.js/ubuntu" distribution "precise" components ["main"] keyserver "keyserver.ubuntu.com" key "C7917B12" end
[2013-02-08T16:05:14+00:00] ERROR: Running exception handlers INFO interface: info: [2013-02-08T16:05:14+00:00] ERROR: Exception handlers complete [2013-02-08T16:05:14+00:00] ERROR: Exception handlers complete INFO interface: info: [2013-02-08T16:05:14+00:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out ``
thanks for the feedback! I'll look where the difference is with my machine.
can you confirm you downloaded the chef .box file instead of build the basebox yourself? I think the chef version in the basebox can't handle some of the cookbooks (nodejs).
Yep, I downloaded it with bundle exec vagrant box add ubuntu-12.04 https://opscode-vm.s3.amazonaws.com/vagrant/boxes/opscode-ubuntu-12.04.box
Likewise.
can you try this?
vagrant up server --no-provision
vagrant ssh server "wget -O - http://opscode.com/chef/install.sh | sudo bash -s -- -v 10.18.2"
vagrant provision server
martincleaver@MartinCleaversMBP.local:~/SoftwareDevelopment/monigusto 12:17:50 532$ vagrant up server --no-provision
INFO global: Vagrant version: 1.0.6
INFO vagrant: vagrant
invoked: ["up", "server", "--no-provision"]
INFO environment: Environment initialized (#Vagrant::Environment:0x007fceca94abb0)
INFO environment: - cwd: /Volumes/Storage/martincleaver/SoftwareDevelopment/monigusto
INFO environment: Home path: /Volumes/Storage/martincleaver/.vagrant.d
INFO plugin: Searching and loading any available plugins...
INFO plugin: Loading plugin: vagrant-vbguest (0.6.4)
INFO plugin: Loaded 1 plugins.
INFO environment: Loading configuration...
INFO provisioner: Provisioner class: Vagrant::Provisioners::ChefSolo
INFO provisioner: Provisioner class: Vagrant::Provisioners::ChefSolo
INFO cli: CLI: [] "up" ["server", "--no-provision"]
INFO datastore: Created: /Volumes/Storage/martincleaver/SoftwareDevelopment/monigusto/.vagrant
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["VBoxManage", "--version"]
INFO virtualbox: Using VirtualBox driver: Vagrant::Driver::VirtualBox_4_2
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "127d5284-86dc-432c-9fa9-e186cb6cc995"]
INFO vm: Loading guest: linux
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["VBoxManage", "--version"]
INFO virtualbox: Using VirtualBox driver: Vagrant::Driver::VirtualBox_4_2
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO vm: Loading guest: linux
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "127d5284-86dc-432c-9fa9-e186cb6cc995", "--machinereadable"]
INFO up: Booting: server
INFO interface: info: VM already created. Booting if it's not already running...
[server] VM already created. Booting if it's not already running...
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "127d5284-86dc-432c-9fa9-e186cb6cc995", "--machinereadable"]
martincleaver@MartinCleaversMBP.local:~/SoftwareDevelopment/monigusto 12:17:56 533$ vagrant ssh server "wget -O - http://opscode.com/chef/install.sh | sudo bash -s -- -v 10.18.2"
INFO global: Vagrant version: 1.0.6
INFO vagrant: vagrant
invoked: ["ssh", "server", "wget -O - http://opscode.com/chef/install.sh | sudo bash -s -- -v 10.18.2"]
INFO environment: Environment initialized (#Vagrant::Environment:0x007ffada948518)
INFO environment: - cwd: /Volumes/Storage/martincleaver/SoftwareDevelopment/monigusto
INFO environment: Home path: /Volumes/Storage/martincleaver/.vagrant.d
INFO plugin: Searching and loading any available plugins...
INFO plugin: Loading plugin: vagrant-vbguest (0.6.4)
INFO plugin: Loaded 1 plugins.
INFO environment: Loading configuration...
INFO provisioner: Provisioner class: Vagrant::Provisioners::ChefSolo
INFO provisioner: Provisioner class: Vagrant::Provisioners::ChefSolo
INFO cli: CLI: [] "ssh" ["server", "wget -O - http://opscode.com/chef/install.sh | sudo bash -s -- -v 10.18.2"]
INFO datastore: Created: /Volumes/Storage/martincleaver/SoftwareDevelopment/monigusto/.vagrant
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["VBoxManage", "--version"]
INFO virtualbox: Using VirtualBox driver: Vagrant::Driver::VirtualBox_4_2
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "127d5284-86dc-432c-9fa9-e186cb6cc995"]
INFO vm: Loading guest: linux
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["VBoxManage", "--version"]
INFO virtualbox: Using VirtualBox driver: Vagrant::Driver::VirtualBox_4_2
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO vm: Loading guest: linux
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #with_target_vms' /Volumes/Storage/martincleaver/.rvm/gems/ruby-1.9.2-p320@monigusto/gems/vagrant-1.0.6/lib/vagrant/command/ssh.rb:39:in
execute'
/Volumes/Storage/martincleaver/.rvm/gems/ruby-1.9.2-p320@monigusto/gems/vagrant-1.0.6/lib/vagrant/cli.rb:42:in execute' /Volumes/Storage/martincleaver/.rvm/gems/ruby-1.9.2-p320@monigusto/gems/vagrant-1.0.6/lib/vagrant/environment.rb:167:in
cli'
/Volumes/Storage/martincleaver/.rvm/gems/ruby-1.9.2-p320@monigusto/gems/vagrant-1.0.6/bin/vagrant:43:in <top (required)>' /Volumes/Storage/martincleaver/.rvm/gems/ruby-1.9.2-p320@monigusto/bin/vagrant:19:in
load'
/Volumes/Storage/martincleaver/.rvm/gems/ruby-1.9.2-p320@monigusto/bin/vagrant:19:in <main>' /Volumes/Storage/martincleaver/.rvm/gems/ruby-1.9.2-p320@monigusto/bin/ruby_noexec_wrapper:14:in
eval'
/Volumes/Storage/martincleaver/.rvm/gems/ruby-1.9.2-p320@monigusto/bin/ruby_noexec_wrapper:14:in `
Failing on carbon right now.
~/work/monigusto (master) vagrant up server --no-provision
[server] VM already created. Booting if it's not already running...
~/work/monigusto (master) vagrant ssh server "wget -O - http://opscode.com/chef/install.sh | sudo bash -s -- -v 10.18.2"
This command requires a specific VM name to target in a multi-VM environment.
~/work/monigusto (master) vagrant ssh server
Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-29-generic x86_64)
* Documentation: https://help.ubuntu.com/
81 packages can be updated.
27 updates are security updates.
Last login: Thu Oct 4 15:23:58 2012 from 10.0.2.2
vagrant@vagrant-server:~$ wget -O - http://opscode.com/chef/install.sh | sudo bash -s -- -v 10.18.2
--2013-02-08 17:26:14-- http://opscode.com/chef/install.sh
Resolving opscode.com (opscode.com)... 184.106.28.82
Connecting to opscode.com (opscode.com)|184.106.28.82|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.opscode.com/chef/install.sh [following]
--2013-02-08 17:26:14-- http://www.opscode.com/chef/install.sh
Resolving www.opscode.com (www.opscode.com)... 184.106.28.82
Reusing existing connection to opscode.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 6470 (6.3K) [application/x-sh]
Saving to: `STDOUT'
0% [ ] 0 --.-K/s Downloading Chef 10.18.2 for ubuntu...
100%[===============================================================================================================================================================>] 6,470 --.-K/s in 0.03s
2013-02-08 17:26:14 (219 KB/s) - written to stdout [6470/6470]
Installing Chef 10.18.2
(Reading database ... 80694 files and directories currently installed.)
Preparing to replace chef 10.14.4-2.ubuntu.11.04 (using .../chef_10.18.2_amd64.deb) ...
Unpacking replacement chef ...
Setting up chef (10.18.2-2.ubuntu.11.04) ...
Thank you for installing Chef!
vagrant@vagrant-server:~$ exit
logout
Connection to 127.0.0.1 closed.
~/work/monigusto (master) vagrant provision server
[server] Running provisioner: Vagrant::Provisioners::ChefSolo...
[server] Generating chef JSON and uploading...
[server] Running chef-solo...
stdin: is not a tty
[2013-02-08T17:27:26+00:00] INFO: *** Chef 10.18.2 ***
[2013-02-08T17:27:26+00:00] INFO: Setting the run_list to ["role[monigusto_server]"] from JSON
[2013-02-08T17:27:26+00:00] INFO: Run List is [role[monigusto_server]]
[2013-02-08T17:27:26+00:00] INFO: Run List expands to [monigusto::server]
[2013-02-08T17:27:26+00:00] INFO: Starting Chef Run for vagrant-server.vm
[2013-02-08T17:27:26+00:00] INFO: Running start handlers
[2013-02-08T17:27:26+00:00] INFO: Start handlers complete.
[2013-02-08T17:27:28+00:00] WARN: Cloning resource attributes for service[apache2] from prior resource (CHEF-3694)
[2013-02-08T17:27:28+00:00] WARN: Previous service[apache2]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/apache2/recipes/default.rb:24:in `from_file'
[2013-02-08T17:27:28+00:00] WARN: Current service[apache2]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/apache2/recipes/default.rb:221:in `from_file'
[2013-02-08T17:27:28+00:00] INFO: Chef Handlers will be at: /tmp/handlers
[2013-02-08T17:27:28+00:00] INFO: Processing remote_directory[/tmp/handlers] action create (chef_handler::default line 23)
[2013-02-08T17:27:28+00:00] INFO: Processing cookbook_file[/tmp/handlers/README] action create (dynamically defined)
[2013-02-08T17:27:28+00:00] INFO: Processing chef_gem[simple-graphite] action install (graphite_handler::default line 20)
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for link[/var/lib/logstash/bin] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous link[/var/lib/logstash/bin]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logstash/recipes/agent.rb:35:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Current link[/var/lib/logstash/bin]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logstash/recipes/server.rb:53:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for link[/var/lib/logstash/etc] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous link[/var/lib/logstash/etc]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logstash/recipes/agent.rb:35:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Current link[/var/lib/logstash/etc]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logstash/recipes/server.rb:53:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for link[/var/lib/logstash/lib] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous link[/var/lib/logstash/lib]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logstash/recipes/agent.rb:35:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Current link[/var/lib/logstash/lib]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logstash/recipes/server.rb:53:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for link[/var/lib/logstash/log] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous link[/var/lib/logstash/log]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logstash/recipes/agent.rb:35:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Current link[/var/lib/logstash/log]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logstash/recipes/server.rb:53:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for link[/var/lib/logstash/tmp] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous link[/var/lib/logstash/tmp]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logstash/recipes/agent.rb:35:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Current link[/var/lib/logstash/tmp]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logstash/recipes/server.rb:53:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for template[/etc/logrotate.d/logstash] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous template[/etc/logrotate.d/logstash]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logrotate/definitions/logrotate_app.rb:35:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Current template[/etc/logrotate.d/logstash]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logrotate/definitions/logrotate_app.rb:35:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for execute[a2enmod php5] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous execute[a2enmod php5]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/apache2/definitions/apache_module.rb:38:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Current execute[a2enmod php5]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/apache2/definitions/apache_module.rb:38:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for execute[a2dissite default] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous execute[a2dissite default]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/apache2/definitions/apache_site.rb:34:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Current execute[a2dissite default]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/apache2/definitions/apache_site.rb:34:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for service[apache2] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous service[apache2]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/apache2/recipes/default.rb:221:in `from_file'
[2013-02-08T17:27:29+00:00] WARN: Current service[apache2]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/logstash/recipes/kibana.rb:70:in `from_file'
[2013-02-08T17:27:29+00:00] INFO: Processing cookbook_file[/tmp/handlers/logstash_handler.rb] action create (logstash_handler::default line 24)
[2013-02-08T17:27:29+00:00] INFO: Processing chef_handler[Chef::Handler::Logstash] action enable (logstash_handler::default line 30)
[2013-02-08T17:27:29+00:00] INFO: Enabling chef_handler[Chef::Handler::Logstash] as a report handler
[2013-02-08T17:27:29+00:00] INFO: Enabling chef_handler[Chef::Handler::Logstash] as a exception handler
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for service[collectd] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous service[collectd]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/collectd/recipes/default.rb:24:in `from_file'
[2013-02-08T17:27:29+00:00] WARN: Current service[collectd]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/collectd/recipes/default.rb:87:in `from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for package[build-essential] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous package[build-essential]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/build-essential/recipes/default.rb:51:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Current package[build-essential]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/tasseo/recipes/default.rb:61:in `from_file'
[2013-02-08T17:27:29+00:00] INFO: ohai plugins will be at: /etc/chef/ohai_plugins
[2013-02-08T17:27:29+00:00] INFO: Processing remote_directory[/etc/chef/ohai_plugins] action create (ohai::default line 27)
[2013-02-08T17:27:29+00:00] INFO: Processing cookbook_file[/etc/chef/ohai_plugins/README] action create (dynamically defined)
[2013-02-08T17:27:29+00:00] INFO: Processing ohai[custom_plugins] action reload (ohai::default line 42)
[2013-02-08T17:27:29+00:00] INFO: ohai[custom_plugins] reloaded
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for service[nginx] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous service[nginx]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/nginx/recipes/default.rb:32:in `from_file'
[2013-02-08T17:27:29+00:00] WARN: Current service[nginx]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/nginx/recipes/default.rb:39:in `from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for execute[nxdissite default] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous execute[nxdissite default]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/nginx/definitions/nginx_site.rb:29:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Current execute[nxdissite default]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/nginx/definitions/nginx_site.rb:29:in `block in from_file'
[2013-02-08T17:27:29+00:00] INFO: Setting up Nagios server via Apache2
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for template[/etc/apache2/ports.conf] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous template[/etc/apache2/ports.conf]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/apache2/recipes/default.rb:195:in `from_file'
[2013-02-08T17:27:29+00:00] WARN: Current template[/etc/apache2/ports.conf]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/apache2/recipes/mod_ssl.rb:37:in `from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for execute[preseed nagiosadmin password] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous execute[preseed nagiosadmin password]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/nagios/recipes/server_package.rb:28:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Current execute[preseed nagiosadmin password]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/nagios/recipes/server_package.rb:28:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for template[/etc/nagios3/nagios.cfg] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous template[/etc/nagios3/nagios.cfg]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/nagios/definitions/nagios_conf.rb:28:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Current template[/etc/nagios3/nagios.cfg]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/nagios/definitions/nagios_conf.rb:28:in `block in from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for service[postfix] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous service[postfix]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/postfix/recipes/default.rb:30:in `from_file'
[2013-02-08T17:27:29+00:00] WARN: Current service[postfix]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/postfix/recipes/default.rb:63:in `from_file'
[2013-02-08T17:27:29+00:00] WARN: Cloning resource attributes for package[curl] from prior resource (CHEF-3694)
[2013-02-08T17:27:29+00:00] WARN: Previous package[curl]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/npm/recipes/default.rb:26:in `from_file'
[2013-02-08T17:27:29+00:00] WARN: Current package[curl]: /tmp/vagrant-chef-1/chef-solo-2/cookbooks/monigusto/recipes/server_collectd.rb:17:in `from_file'
[2013-02-08T17:27:29+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22)
[2013-02-08T17:27:29+00:00] INFO: Processing execute[apt-get update] action nothing (apt::default line 29)
[2013-02-08T17:27:29+00:00] INFO: Processing execute[apt-get autoremove] action nothing (apt::default line 36)
[2013-02-08T17:27:29+00:00] INFO: Processing execute[apt-get autoclean] action nothing (apt::default line 42)
[2013-02-08T17:27:29+00:00] INFO: Processing package[update-notifier-common] action install (apt::default line 48)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[apt-get-update-periodic] action run (apt::default line 52)
[2013-02-08T17:27:30+00:00] INFO: Processing directory[/var/cache/local] action create (apt::default line 62)
[2013-02-08T17:27:30+00:00] INFO: Processing directory[/var/cache/local/preseeding] action create (apt::default line 62)
[2013-02-08T17:27:30+00:00] INFO: Processing package[apache2] action install (apache2::default line 20)
[2013-02-08T17:27:30+00:00] INFO: Processing service[apache2] action enable (apache2::default line 24)
[2013-02-08T17:27:30+00:00] INFO: Processing directory[/etc/apache2/ssl] action create (apache2::default line 131)
[2013-02-08T17:27:30+00:00] INFO: Processing directory[/etc/apache2/conf.d] action create (apache2::default line 137)
[2013-02-08T17:27:30+00:00] INFO: Processing directory[/var/cache/apache2] action create (apache2::default line 143)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/sysconfig/httpd] action create (apache2::default line 150)
[2013-02-08T17:27:30+00:00] INFO: Processing template[apache2.conf] action create (apache2::default line 159)
[2013-02-08T17:27:30+00:00] INFO: Processing template[apache2-conf-security] action create (apache2::default line 175)
[2013-02-08T17:27:30+00:00] INFO: Processing template[apache2-conf-charset] action create (apache2::default line 185)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/apache2/ports.conf] action create (apache2::default line 195)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/apache2/sites-available/default] action create (apache2::default line 204)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/apache2/mods-available/status.conf] action create (apache2::mod_status line 21)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod status] action run (apache2::mod_status line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/apache2/mods-available/alias.conf] action create (apache2::mod_alias line 21)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod alias] action run (apache2::mod_alias line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod auth_basic] action run (apache2::mod_auth_basic line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod authn_file] action run (apache2::mod_authn_file line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod authz_default] action run (apache2::mod_authz_default line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod authz_groupfile] action run (apache2::mod_authz_groupfile line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod authz_host] action run (apache2::mod_authz_host line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod authz_user] action run (apache2::mod_authz_user line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/apache2/mods-available/autoindex.conf] action create (apache2::mod_autoindex line 21)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod autoindex] action run (apache2::mod_autoindex line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/apache2/mods-available/dir.conf] action create (apache2::mod_dir line 21)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod dir] action run (apache2::mod_dir line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod env] action run (apache2::mod_env line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/apache2/mods-available/mime.conf] action create (apache2::mod_mime line 21)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod mime] action run (apache2::mod_mime line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/apache2/mods-available/negotiation.conf] action create (apache2::mod_negotiation line 21)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod negotiation] action run (apache2::mod_negotiation line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/apache2/mods-available/setenvif.conf] action create (apache2::mod_setenvif line 21)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod setenvif] action run (apache2::mod_setenvif line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2dissite default] action run (apache2::default line 34)
[2013-02-08T17:27:30+00:00] INFO: Processing service[apache2] action start (apache2::default line 221)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod headers] action run (monigusto::server line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing remote_directory[/tmp/handlers] action nothing (chef_handler::default line 23)
[2013-02-08T17:27:30+00:00] INFO: Processing chef_gem[simple-graphite] action install (graphite_handler::default line 20)
[2013-02-08T17:27:30+00:00] INFO: Processing cookbook_file[/tmp/vagrant-chef-1/chef-handler-graphite.rb] action create (graphite_handler::default line 22)
[2013-02-08T17:27:30+00:00] INFO: Processing chef_handler[GraphiteReporting] action enable (graphite_handler::default line 27)
[2013-02-08T17:27:30+00:00] INFO: Enabling chef_handler[GraphiteReporting] as a report handler
[2013-02-08T17:27:30+00:00] INFO: Enabling chef_handler[GraphiteReporting] as a exception handler
[2013-02-08T17:27:30+00:00] INFO: Processing package[python] action install (python::package line 40)
[2013-02-08T17:27:30+00:00] INFO: Processing package[python-dev] action install (python::package line 40)
[2013-02-08T17:27:30+00:00] INFO: Processing remote_file[/tmp/vagrant-chef-1/distribute_setup.py] action create (python::pip line 33)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[install-pip] action run (python::pip line 39)
[2013-02-08T17:27:30+00:00] INFO: Processing python_pip[virtualenv] action install (python::virtualenv line 23)
[2013-02-08T17:27:30+00:00] INFO: Processing remote_file[/usr/src/whisper-0.9.9.tar.gz] action create (graphite::whisper line 4)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[untar whisper] action run (graphite::whisper line 9)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[install whisper] action run (graphite::whisper line 15)
[2013-02-08T17:27:30+00:00] INFO: execute[install whisper] ran successfully
[2013-02-08T17:27:30+00:00] INFO: Processing package[python-twisted] action install (graphite::carbon line 1)
[2013-02-08T17:27:30+00:00] INFO: Processing package[python-simplejson] action install (graphite::carbon line 2)
[2013-02-08T17:27:30+00:00] INFO: Processing remote_file[/usr/src/carbon-0.9.9.tar.gz] action create (graphite::carbon line 7)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[untar carbon] action run (graphite::carbon line 12)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[install carbon] action run (graphite::carbon line 18)
[2013-02-08T17:27:30+00:00] INFO: execute[install carbon] ran successfully
[2013-02-08T17:27:30+00:00] INFO: Processing template[/opt/graphite/conf/carbon.conf] action create (graphite::carbon line 24)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/opt/graphite/conf/storage-schemas.conf] action create (graphite::carbon line 33)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[carbon: change graphite storage permissions to apache user] action run (graphite::carbon line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing directory[/opt/graphite/lib/twisted/plugins/] action create (graphite::carbon line 46)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[start-runsvdir] action nothing (runit::default line 22)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[runit-hup-init] action nothing (runit::default line 31)
[2013-02-08T17:27:30+00:00] INFO: Processing package[runit] action install (runit::default line 44)
[2013-02-08T17:27:30+00:00] INFO: Processing directory[/etc/sv/carbon-cache] action create (graphite::carbon line 36)
[2013-02-08T17:27:30+00:00] INFO: Processing directory[/etc/sv/carbon-cache/log] action create (graphite::carbon line 43)
[2013-02-08T17:27:30+00:00] INFO: Processing directory[/etc/sv/carbon-cache/log/main] action create (graphite::carbon line 50)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/sv/carbon-cache/run] action create (graphite::carbon line 57)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/sv/carbon-cache/log/run] action create (graphite::carbon line 68)
[2013-02-08T17:27:30+00:00] INFO: Processing template[/etc/sv/carbon-cache/finish] action create (graphite::carbon line 93)
[2013-02-08T17:27:30+00:00] INFO: Processing link[/etc/init.d/carbon-cache] action create (graphite::carbon line 128)
[2013-02-08T17:27:30+00:00] INFO: Processing link[/etc/service/carbon-cache] action create (graphite::carbon line 134)
[2013-02-08T17:27:30+00:00] INFO: Processing ruby_block[supervise_carbon-cache_sleep] action create (graphite::carbon line 139)
[2013-02-08T17:27:30+00:00] INFO: Processing service[carbon-cache] action nothing (graphite::carbon line 147)
[2013-02-08T17:27:30+00:00] INFO: Processing package[libapache2-mod-python] action install (apache2::mod_python line 23)
[2013-02-08T17:27:30+00:00] INFO: Processing file[/etc/apache2/conf.d/python.conf] action delete (apache2::mod_python line 32)
[2013-02-08T17:27:30+00:00] INFO: Processing execute[a2enmod python] action run (apache2::mod_python line 38)
[2013-02-08T17:27:30+00:00] INFO: Processing package[python-cairo-dev] action install (graphite::web line 6)
[2013-02-08T17:27:31+00:00] INFO: Processing package[python-django] action install (graphite::web line 7)
[2013-02-08T17:27:31+00:00] INFO: Processing package[python-django-tagging] action install (graphite::web line 8)
[2013-02-08T17:27:31+00:00] INFO: Processing package[python-memcache] action install (graphite::web line 9)
[2013-02-08T17:27:31+00:00] INFO: Processing package[python-rrdtool] action install (graphite::web line 10)
[2013-02-08T17:27:31+00:00] INFO: Processing remote_file[/usr/src/graphite-web-0.9.9.tar.gz] action create (graphite::web line 12)
[2013-02-08T17:27:31+00:00] INFO: Processing execute[untar graphite-web] action run (graphite::web line 17)
[2013-02-08T17:27:31+00:00] INFO: Processing execute[install graphite-web] action run (graphite::web line 23)
[2013-02-08T17:27:31+00:00] INFO: execute[install graphite-web] ran successfully
[2013-02-08T17:27:31+00:00] INFO: Processing template[/etc/apache2/sites-available/graphite] action create (graphite::web line 29)
[2013-02-08T17:27:31+00:00] INFO: Processing execute[a2ensite graphite] action run (graphite::web line 24)
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/graphite/storage] action create (graphite::web line 35)
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/graphite/storage/log] action create (graphite::web line 40)
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/graphite/storage/log/webapp] action create (graphite::web line 46)
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/graphite/storage/log/whisper] action create (graphite::web line 46)
[2013-02-08T17:27:31+00:00] INFO: Processing cookbook_file[/opt/graphite/bin/set_admin_passwd.py] action create (graphite::web line 52)
[2013-02-08T17:27:31+00:00] INFO: Processing cookbook_file[/opt/graphite/storage/graphite.db] action create_if_missing (graphite::web line 56)
[2013-02-08T17:27:31+00:00] INFO: Processing execute[set admin password] action nothing (graphite::web line 61)
[2013-02-08T17:27:31+00:00] INFO: Processing file[/opt/graphite/storage/graphite.db] action create (graphite::web line 66)
[2013-02-08T17:27:31+00:00] INFO: Processing ruby_block[set-env-java-home] action create (java::openjdk line 39)
[2013-02-08T17:27:31+00:00] INFO: ruby_block[set-env-java-home] called
[2013-02-08T17:27:31+00:00] INFO: Processing file[/etc/profile.d/jdk.sh] action create (java::openjdk line 45)
[2013-02-08T17:27:31+00:00] INFO: Processing ruby_block[update-java-alternatives] action nothing (java::openjdk line 54)
[2013-02-08T17:27:31+00:00] INFO: Processing package[openjdk-6-jdk] action install (java::openjdk line 93)
[2013-02-08T17:27:31+00:00] INFO: Processing package[default-jre-headless] action install (java::openjdk line 93)
[2013-02-08T17:27:31+00:00] INFO: Processing package[sun-java6-jdk] action purge (java::default line 29)
[2013-02-08T17:27:31+00:00] INFO: Processing package[sun-java6-bin] action purge (java::default line 29)
[2013-02-08T17:27:31+00:00] INFO: Processing package[sun-java6-jre] action purge (java::default line 29)
[2013-02-08T17:27:31+00:00] INFO: Processing group[logstash] action create (logstash::default line 8)
[2013-02-08T17:27:31+00:00] INFO: Processing user[logstash] action create (logstash::default line 12)
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash] action create (logstash::default line 20)
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/agent] action create (logstash::agent line 20)
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/agent/bin] action create (logstash::agent line 28)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/var/lib/logstash/bin] action create (logstash::agent line 35)
[2013-02-08T17:27:31+00:00] INFO: link[/var/lib/logstash/bin] created
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/agent/etc] action create (logstash::agent line 28)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/var/lib/logstash/etc] action create (logstash::agent line 35)
[2013-02-08T17:27:31+00:00] INFO: link[/var/lib/logstash/etc] created
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/agent/lib] action create (logstash::agent line 28)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/var/lib/logstash/lib] action create (logstash::agent line 35)
[2013-02-08T17:27:31+00:00] INFO: link[/var/lib/logstash/lib] created
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/agent/tmp] action create (logstash::agent line 28)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/var/lib/logstash/tmp] action create (logstash::agent line 35)
[2013-02-08T17:27:31+00:00] INFO: link[/var/lib/logstash/tmp] created
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/agent/log] action create (logstash::agent line 28)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/var/lib/logstash/log] action create (logstash::agent line 35)
[2013-02-08T17:27:31+00:00] INFO: link[/var/lib/logstash/log] created
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/agent/etc/conf.d] action create (logstash::agent line 40)
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/agent/etc/patterns] action create (logstash::agent line 47)
[2013-02-08T17:27:31+00:00] INFO: Processing template[/etc/init/logstash_agent.conf] action create (logstash::agent line 57)
[2013-02-08T17:27:31+00:00] INFO: Processing service[logstash_agent] action enable (logstash::agent line 61)
[2013-02-08T17:27:31+00:00] INFO: Processing service[logstash_agent] action start (logstash::agent line 61)
[2013-02-08T17:27:31+00:00] INFO: Processing remote_file[/opt/logstash/agent/lib/logstash-1.1.1.jar] action create (logstash::agent line 86)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/opt/logstash/agent/lib/logstash.jar] action create (logstash::agent line 93)
[2013-02-08T17:27:31+00:00] INFO: Processing template[/opt/logstash/agent/etc/shipper.conf] action create (logstash::agent line 106)
[2013-02-08T17:27:31+00:00] INFO: Processing package[logrotate] action install (logrotate::default line 20)
[2013-02-08T17:27:31+00:00] INFO: Processing template[/etc/logrotate.d/logstash] action create (logstash::agent line 35)
[2013-02-08T17:27:31+00:00] INFO: template[/etc/logrotate.d/logstash] updated content
[2013-02-08T17:27:31+00:00] INFO: template[/etc/logrotate.d/logstash] owner changed to 0
[2013-02-08T17:27:31+00:00] INFO: template[/etc/logrotate.d/logstash] group changed to 0
[2013-02-08T17:27:31+00:00] INFO: template[/etc/logrotate.d/logstash] mode changed to 440
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/server] action create (logstash::server line 37)
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/server/bin] action create (logstash::server line 46)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/var/lib/logstash/bin] action create (logstash::server line 53)
[2013-02-08T17:27:31+00:00] INFO: link[/var/lib/logstash/bin] created
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/server/etc] action create (logstash::server line 46)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/var/lib/logstash/etc] action create (logstash::server line 53)
[2013-02-08T17:27:31+00:00] INFO: link[/var/lib/logstash/etc] created
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/server/lib] action create (logstash::server line 46)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/var/lib/logstash/lib] action create (logstash::server line 53)
[2013-02-08T17:27:31+00:00] INFO: link[/var/lib/logstash/lib] created
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/server/log] action create (logstash::server line 46)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/var/lib/logstash/log] action create (logstash::server line 53)
[2013-02-08T17:27:31+00:00] INFO: link[/var/lib/logstash/log] created
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/server/tmp] action create (logstash::server line 46)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/var/lib/logstash/tmp] action create (logstash::server line 53)
[2013-02-08T17:27:31+00:00] INFO: link[/var/lib/logstash/tmp] created
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/server/patterns] action create (logstash::server line 46)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/var/lib/logstash/patterns] action create (logstash::server line 53)
[2013-02-08T17:27:31+00:00] INFO: Processing remote_file[/opt/logstash/server/lib/logstash-1.1.1.jar] action create (logstash::server line 60)
[2013-02-08T17:27:31+00:00] INFO: Processing link[/opt/logstash/server/lib/logstash.jar] action create (logstash::server line 68)
[2013-02-08T17:27:31+00:00] INFO: Processing directory[/opt/logstash/server/etc/conf.d] action create (logstash::server line 81)
[2013-02-08T17:27:31+00:00] INFO: Processing template[/etc/init/logstash_server.conf] action create (logstash::server line 91)
[2013-02-08T17:27:31+00:00] INFO: Processing service[logstash_server] action enable (logstash::server line 95)
[2013-02-08T17:27:31+00:00] INFO: Processing service[logstash_server] action start (logstash::server line 95)
[2013-02-08T17:27:32+00:00] INFO: Processing template[/opt/logstash/server/etc/logstash.conf] action create (logstash::server line 119)
[2013-02-08T17:27:32+00:00] INFO: Processing template[/etc/logrotate.d/logstash] action create (logstash::server line 35)
[2013-02-08T17:27:32+00:00] INFO: template[/etc/logrotate.d/logstash] updated content
[2013-02-08T17:27:32+00:00] INFO: template[/etc/logrotate.d/logstash] owner changed to 0
[2013-02-08T17:27:32+00:00] INFO: template[/etc/logrotate.d/logstash] group changed to 0
[2013-02-08T17:27:32+00:00] INFO: template[/etc/logrotate.d/logstash] mode changed to 440
[2013-02-08T17:27:32+00:00] INFO: Processing package[libapache2-mod-php5] action install (apache2::mod_php5 line 23)
[2013-02-08T17:27:32+00:00] INFO: Processing file[/etc/apache2/conf.d/php.conf] action delete (apache2::mod_php5 line 67)
[2013-02-08T17:27:32+00:00] INFO: Processing execute[a2enmod php5] action run (apache2::mod_php5 line 38)
[2013-02-08T17:27:32+00:00] INFO: Processing package[php5-curl] action upgrade (php::module_curl line 26)
[2013-02-08T17:27:32+00:00] INFO: Processing package[git] action install (git::default line 24)
[2013-02-08T17:27:32+00:00] INFO: Processing execute[a2enmod php5] action run (logstash::kibana line 38)
[2013-02-08T17:27:32+00:00] INFO: Processing execute[a2dissite default] action run (logstash::kibana line 34)
[2013-02-08T17:27:32+00:00] INFO: Processing directory[/opt/logstash/kibana/cfb13eaa4704fe4c9106bf9673123ce767d8afac] action create (logstash::kibana line 28)
[2013-02-08T17:27:32+00:00] INFO: Processing git[/opt/logstash/kibana/cfb13eaa4704fe4c9106bf9673123ce767d8afac] action sync (logstash::kibana line 34)
[2013-02-08T17:27:32+00:00] INFO: Processing link[/opt/logstash/kibana/current] action create (logstash::kibana line 49)
[2013-02-08T17:27:32+00:00] INFO: Processing template[/etc/apache2/sites-available/kibana] action create (logstash::kibana line 54)
[2013-02-08T17:27:32+00:00] INFO: Processing execute[a2ensite kibana] action run (logstash::kibana line 24)
[2013-02-08T17:27:32+00:00] INFO: Processing template[/opt/logstash/kibana/current/config.php] action create (logstash::kibana line 62)
[2013-02-08T17:27:32+00:00] INFO: Processing service[apache2] action nothing (logstash::kibana line 70)
[2013-02-08T17:27:32+00:00] INFO: Processing cookbook_file[/tmp/handlers/logstash_handler.rb] action nothing (logstash_handler::default line 24)
[2013-02-08T17:27:32+00:00] INFO: Processing chef_handler[Chef::Handler::Logstash] action nothing (logstash_handler::default line 30)
[2013-02-08T17:27:32+00:00] INFO: Processing package[snmp] action install (snmp::default line 21)
[2013-02-08T17:27:32+00:00] INFO: Processing package[snmpd] action install (snmp::default line 21)
[2013-02-08T17:27:32+00:00] INFO: Processing cookbook_file[/etc/default/snmpd] action create (snmp::default line 26)
[2013-02-08T17:27:32+00:00] INFO: Processing service[snmpd] action start (snmp::default line 34)
[2013-02-08T17:27:32+00:00] INFO: Processing service[snmpd] action enable (snmp::default line 34)
[2013-02-08T17:27:32+00:00] INFO: Processing template[/etc/snmp/snmpd.conf] action create (snmp::default line 38)
[2013-02-08T17:27:32+00:00] INFO: Processing package[collectd] action install (collectd::default line 20)
[2013-02-08T17:27:32+00:00] INFO: Processing service[collectd] action nothing (collectd::default line 24)
[2013-02-08T17:27:32+00:00] INFO: Processing directory[/etc/collectd] action create (collectd::default line 28)
[2013-02-08T17:27:32+00:00] INFO: Processing directory[/etc/collectd/plugins] action create (collectd::default line 34)
[2013-02-08T17:27:32+00:00] INFO: Processing directory[/var/lib/collectd] action create (collectd::default line 40)
[2013-02-08T17:27:32+00:00] INFO: Processing directory[/usr/lib/collectd] action create (collectd::default line 47)
[2013-02-08T17:27:32+00:00] INFO: Processing template[/etc/collectd/collectd.conf] action create (collectd::default line 55)
[2013-02-08T17:27:32+00:00] INFO: Processing template[/etc/collectd/collection.conf] action create (collectd::default line 55)
[2013-02-08T17:27:32+00:00] INFO: Processing template[/etc/collectd/thresholds.conf] action create (collectd::default line 55)
[2013-02-08T17:27:32+00:00] INFO: Processing ruby_block[delete_old_plugins] action create (collectd::default line 64)
[2013-02-08T17:27:32+00:00] INFO: ruby_block[delete_old_plugins] called
[2013-02-08T17:27:32+00:00] INFO: Processing service[collectd] action enable (collectd::default line 87)
[2013-02-08T17:27:32+00:00] INFO: Processing service[collectd] action start (collectd::default line 87)
[2013-02-08T17:27:32+00:00] INFO: Processing template[/etc/collectd/plugins/network.conf] action create (collectd::server line 21)
[2013-02-08T17:27:32+00:00] INFO: Processing package[build-essential] action install (build-essential::default line 51)
[2013-02-08T17:27:32+00:00] INFO: Processing package[binutils-doc] action install (build-essential::default line 51)
[2013-02-08T17:27:32+00:00] INFO: Processing package[autoconf] action install (build-essential::default line 58)
[2013-02-08T17:27:32+00:00] INFO: Processing package[flex] action install (build-essential::default line 58)
[2013-02-08T17:27:32+00:00] INFO: Processing package[bison] action install (build-essential::default line 58)
[2013-02-08T17:27:32+00:00] INFO: Processing apt_repository[node.js] action add (nodejs::install_from_package line 39)
[2013-02-08T17:27:32+00:00] INFO: Processing execute[install-key C7917B12] action run (/tmp/vagrant-chef-1/chef-solo-2/cookbooks/apt/providers/repository.rb line 26)
[2013-02-08T17:27:33+00:00] INFO: execute[install-key C7917B12] ran successfully
[2013-02-08T17:27:33+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-2/cookbooks/apt/providers/repository.rb line 96)
[2013-02-08T17:27:33+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-2/cookbooks/apt/providers/repository.rb line 100)
[2013-02-08T17:27:33+00:00] INFO: Processing file[/etc/apt/sources.list.d/node.js.list] action create (/tmp/vagrant-chef-1/chef-solo-2/cookbooks/apt/providers/repository.rb line 112)
[2013-02-08T17:27:33+00:00] INFO: entered create
[2013-02-08T17:27:33+00:00] INFO: file[/etc/apt/sources.list.d/node.js.list] owner changed to 0
[2013-02-08T17:27:33+00:00] INFO: file[/etc/apt/sources.list.d/node.js.list] group changed to 0
[2013-02-08T17:27:33+00:00] INFO: file[/etc/apt/sources.list.d/node.js.list] mode changed to 644
[2013-02-08T17:27:33+00:00] INFO: file[/etc/apt/sources.list.d/node.js.list] created file /etc/apt/sources.list.d/node.js.list
[2013-02-08T17:27:33+00:00] INFO: file[/etc/apt/sources.list.d/node.js.list] sending delete action to file[/var/lib/apt/periodic/update-success-stamp] (immediate)
[2013-02-08T17:27:33+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action delete (/tmp/vagrant-chef-1/chef-solo-2/cookbooks/apt/providers/repository.rb line 96)
[2013-02-08T17:27:33+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] backed up to /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20130208172733
[2013-02-08T17:27:33+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] deleted file at /var/lib/apt/periodic/update-success-stamp
[2013-02-08T17:27:33+00:00] INFO: file[/etc/apt/sources.list.d/node.js.list] sending run action to execute[apt-get update] (immediate)
[2013-02-08T17:27:33+00:00] INFO: Processing execute[apt-get update] action run (/tmp/vagrant-chef-1/chef-solo-2/cookbooks/apt/providers/repository.rb line 100)
[2013-02-08T17:27:38+00:00] INFO: execute[apt-get update] ran successfully
[2013-02-08T17:27:38+00:00] INFO: Processing package[nodejs] action install (nodejs::install_from_package line 49)
[2013-02-08T17:27:48+00:00] INFO: Processing package[npm] action install (nodejs::install_from_package line 49)
[2013-02-08T17:27:56+00:00] INFO: Processing package[curl] action install (npm::default line 26)
[2013-02-08T17:27:59+00:00] INFO: Processing bash[install npm - package manager for node] action run (npm::default line 28)
[2013-02-08T17:28:05+00:00] INFO: bash[install npm - package manager for node] ran successfully
[2013-02-08T17:28:05+00:00] INFO: Processing git[/tmp/statsd] action sync (statsd::default line 28)
[2013-02-08T17:28:05+00:00] INFO: git[/tmp/statsd] cloning repo git://github.com/etsy/statsd.git to /tmp/statsd
[2013-02-08T17:28:07+00:00] INFO: git[/tmp/statsd] checked out branch: 96c488dc52a4f50fdf73343b8275e914be722655 reference: 96c488dc52a4f50fdf73343b8275e914be722655
[2013-02-08T17:28:07+00:00] INFO: Processing package[debhelper] action install (statsd::default line 35)
[2013-02-08T17:28:16+00:00] INFO: Processing template[/tmp/statsd/debian/changelog] action create (statsd::default line 38)
[2013-02-08T17:28:16+00:00] INFO: template[/tmp/statsd/debian/changelog] backed up to /var/chef/backup/tmp/statsd/debian/changelog.chef-20130208172816
[2013-02-08T17:28:16+00:00] INFO: template[/tmp/statsd/debian/changelog] updated content
[2013-02-08T17:28:16+00:00] INFO: template[/tmp/statsd/debian/changelog] owner changed to 0
[2013-02-08T17:28:16+00:00] INFO: template[/tmp/statsd/debian/changelog] group changed to 0
[2013-02-08T17:28:16+00:00] INFO: template[/tmp/statsd/debian/changelog] mode changed to 644
[2013-02-08T17:28:16+00:00] INFO: Processing execute[build debian package] action run (statsd::default line 42)
[2013-02-08T17:28:20+00:00] INFO: execute[build debian package] ran successfully
[2013-02-08T17:28:20+00:00] INFO: Processing dpkg_package[statsd] action install (statsd::default line 48)
[2013-02-08T17:28:20+00:00] INFO: Processing service[statsd] action enable (statsd::default line 53)
[2013-02-08T17:28:20+00:00] INFO: service[statsd] enabled
[2013-02-08T17:28:20+00:00] INFO: Processing service[statsd] action start (statsd::default line 53)
[2013-02-08T17:28:20+00:00] INFO: service[statsd] started
[2013-02-08T17:28:20+00:00] INFO: Processing user[statsd] action create (statsd::default line 64)
[2013-02-08T17:28:21+00:00] INFO: user[statsd] created
[2013-02-08T17:28:21+00:00] INFO: Processing directory[/usr/share/statsd] action create (statsd::default line 70)
[2013-02-08T17:28:21+00:00] INFO: directory[/usr/share/statsd] owner changed to 997
[2013-02-08T17:28:21+00:00] INFO: Processing npm_package[statsd-librato-backend] action install_local (statsd::default line 83)
[2013-02-08T17:28:21+00:00] INFO: Processing execute[install NPM package statsd-librato-backend into /usr/share/statsd] action run (/tmp/vagrant-chef-1/chef-solo-2/cookbooks/npm/providers/package.rb line 13)
[2013-02-08T17:28:22+00:00] INFO: execute[install NPM package statsd-librato-backend into /usr/share/statsd] ran successfully
[2013-02-08T17:28:22+00:00] INFO: Processing template[/etc/statsd/config.js] action create (statsd::default line 93)
[2013-02-08T17:28:22+00:00] INFO: template[/etc/statsd/config.js] updated content
[2013-02-08T17:28:22+00:00] INFO: template[/etc/statsd/config.js] mode changed to 644
[2013-02-08T17:28:22+00:00] INFO: Processing cookbook_file[/usr/share/statsd/scripts/start] action create (statsd::default line 113)
[2013-02-08T17:28:22+00:00] INFO: cookbook_file[/usr/share/statsd/scripts/start] backed up to /var/chef/backup/usr/share/statsd/scripts/start.chef-20130208172822
[2013-02-08T17:28:22+00:00] INFO: cookbook_file[/usr/share/statsd/scripts/start] owner changed to 0
[2013-02-08T17:28:22+00:00] INFO: cookbook_file[/usr/share/statsd/scripts/start] group changed to 0
[2013-02-08T17:28:22+00:00] INFO: cookbook_file[/usr/share/statsd/scripts/start] mode changed to 755
[2013-02-08T17:28:22+00:00] INFO: cookbook_file[/usr/share/statsd/scripts/start] created file /usr/share/statsd/scripts/start
[2013-02-08T17:28:22+00:00] INFO: Processing template[/etc/init/statsd.conf] action create (statsd::default line 121)
[2013-02-08T17:28:22+00:00] INFO: template[/etc/init/statsd.conf] backed up to /var/chef/backup/etc/init/statsd.conf.chef-20130208172822
[2013-02-08T17:28:22+00:00] INFO: template[/etc/init/statsd.conf] updated content
[2013-02-08T17:28:22+00:00] INFO: template[/etc/init/statsd.conf] owner changed to 0
[2013-02-08T17:28:22+00:00] INFO: template[/etc/init/statsd.conf] group changed to 0
[2013-02-08T17:28:22+00:00] INFO: template[/etc/init/statsd.conf] mode changed to 644
[2013-02-08T17:28:22+00:00] INFO: Processing file[/var/log/statsd.log] action create (statsd::default line 139)
[2013-02-08T17:28:23+00:00] INFO: entered create
[2013-02-08T17:28:23+00:00] INFO: file[/var/log/statsd.log] owner changed to 997
[2013-02-08T17:28:23+00:00] INFO: file[/var/log/statsd.log] created file /var/log/statsd.log
[2013-02-08T17:28:23+00:00] INFO: Processing package[unzip] action install (ark::default line 22)
[2013-02-08T17:28:24+00:00] INFO: Processing user[jmxtrans] action create (jmxtrans::default line 18)
[2013-02-08T17:28:24+00:00] INFO: user[jmxtrans] created
[2013-02-08T17:28:24+00:00] INFO: Processing ark[jmxtrans] action install (jmxtrans::default line 31)
[2013-02-08T17:28:24+00:00] INFO: Processing remote_file[/tmp/vagrant-chef-1/jmxtrans.zip] action create (dynamically defined)
[2013-02-08T17:28:35+00:00] INFO: remote_file[/tmp/vagrant-chef-1/jmxtrans.zip] updated
[2013-02-08T17:28:35+00:00] INFO: Processing directory[/opt/jmxtrans-latest] action create (dynamically defined)
[2013-02-08T17:28:35+00:00] INFO: directory[/opt/jmxtrans-latest] created directory /opt/jmxtrans-latest
[2013-02-08T17:28:35+00:00] INFO: directory[/opt/jmxtrans-latest] mode changed to 755
[2013-02-08T17:28:35+00:00] INFO: Processing link[/opt/jmxtrans] action create (dynamically defined)
[2013-02-08T17:28:35+00:00] INFO: link[/opt/jmxtrans] created
[2013-02-08T17:28:35+00:00] INFO: Processing template[/etc/init.d/jmxtrans] action create (jmxtrans::default line 41)
[2013-02-08T17:28:35+00:00] INFO: template[/etc/init.d/jmxtrans] updated content
[2013-02-08T17:28:35+00:00] INFO: template[/etc/init.d/jmxtrans] owner changed to 0
[2013-02-08T17:28:35+00:00] INFO: template[/etc/init.d/jmxtrans] group changed to 0
[2013-02-08T17:28:35+00:00] INFO: template[/etc/init.d/jmxtrans] mode changed to 755
[2013-02-08T17:28:35+00:00] INFO: Processing template[/etc/default/jmxtrans] action create (jmxtrans::default line 50)
[2013-02-08T17:28:35+00:00] INFO: template[/etc/default/jmxtrans] updated content
[2013-02-08T17:28:35+00:00] INFO: template[/etc/default/jmxtrans] owner changed to 0
[2013-02-08T17:28:35+00:00] INFO: template[/etc/default/jmxtrans] group changed to 0
[2013-02-08T17:28:35+00:00] INFO: template[/etc/default/jmxtrans] mode changed to 644
[2013-02-08T17:28:35+00:00] INFO: template[/etc/default/jmxtrans] not queuing delayed action restart on service[jmxtrans] (delayed), as it's already been queued
[2013-02-08T17:28:35+00:00] INFO: Processing directory[/var/log/jmxtrans] action create (jmxtrans::default line 58)
[2013-02-08T17:28:35+00:00] INFO: directory[/var/log/jmxtrans] created directory /var/log/jmxtrans
[2013-02-08T17:28:35+00:00] INFO: directory[/var/log/jmxtrans] owner changed to 1000
[2013-02-08T17:28:35+00:00] INFO: directory[/var/log/jmxtrans] group changed to 1001
[2013-02-08T17:28:35+00:00] INFO: directory[/var/log/jmxtrans] mode changed to 755
[2013-02-08T17:28:35+00:00] INFO: Processing directory[/opt/jmxtrans/json] action create (jmxtrans::default line 64)
[2013-02-08T17:28:35+00:00] INFO: directory[/opt/jmxtrans/json] created directory /opt/jmxtrans/json
[2013-02-08T17:28:35+00:00] INFO: directory[/opt/jmxtrans/json] owner changed to 1000
[2013-02-08T17:28:35+00:00] INFO: directory[/opt/jmxtrans/json] group changed to 1001
[2013-02-08T17:28:35+00:00] INFO: directory[/opt/jmxtrans/json] mode changed to 755
[2013-02-08T17:28:35+00:00] INFO: Processing template[/opt/jmxtrans/json/set1.json] action create (jmxtrans::default line 70)
[2013-02-08T17:28:35+00:00] INFO: template[/opt/jmxtrans/json/set1.json] updated content
[2013-02-08T17:28:35+00:00] INFO: template[/opt/jmxtrans/json/set1.json] owner changed to 1000
[2013-02-08T17:28:35+00:00] INFO: template[/opt/jmxtrans/json/set1.json] group changed to 1001
[2013-02-08T17:28:35+00:00] INFO: template[/opt/jmxtrans/json/set1.json] mode changed to 755
[2013-02-08T17:28:35+00:00] INFO: template[/opt/jmxtrans/json/set1.json] not queuing delayed action restart on service[jmxtrans] (delayed), as it's already been queued
[2013-02-08T17:28:35+00:00] INFO: Processing package[gzip] action install (jmxtrans::default line 84)
[2013-02-08T17:28:36+00:00] INFO: Processing cron[compress and remove logs rotated by log4j] action create (jmxtrans::default line 86)
[2013-02-08T17:28:36+00:00] INFO: cron[compress and remove logs rotated by log4j] added crontab entry
[2013-02-08T17:28:36+00:00] INFO: Processing execute[set correct jps alternative] action run (jmxtrans::default line 93)
[2013-02-08T17:28:36+00:00] INFO: Processing service[jmxtrans] action enable (jmxtrans::default line 98)
[2013-02-08T17:28:36+00:00] INFO: service[jmxtrans] enabled
[2013-02-08T17:28:36+00:00] INFO: Processing service[jmxtrans] action start (jmxtrans::default line 98)
[2013-02-08T17:28:37+00:00] INFO: Processing git[/opt/tasseo] action checkout (tasseo::default line 41)
[2013-02-08T17:28:37+00:00] INFO: git[/opt/tasseo] cloning repo https://github.com/obfuscurity/tasseo.git to /opt/tasseo
[2013-02-08T17:28:39+00:00] INFO: git[/opt/tasseo] checked out branch: master reference: 8e739971a04b71fc8b7b3fee33d58467377ea8f5
[2013-02-08T17:28:39+00:00] INFO: Processing user[tasseo] action create (tasseo::default line 48)
[2013-02-08T17:28:39+00:00] INFO: user[tasseo] created
[2013-02-08T17:28:39+00:00] INFO: Processing directory[/var/log/tasseo] action create (tasseo::default line 54)
[2013-02-08T17:28:39+00:00] INFO: directory[/var/log/tasseo] created directory /var/log/tasseo
[2013-02-08T17:28:39+00:00] INFO: directory[/var/log/tasseo] owner changed to 996
[2013-02-08T17:28:39+00:00] INFO: directory[/var/log/tasseo] group changed to 996
[2013-02-08T17:28:39+00:00] INFO: directory[/var/log/tasseo] mode changed to 755
[2013-02-08T17:28:39+00:00] INFO: Processing package[ruby-dev] action install (tasseo::default line 60)
[2013-02-08T17:28:43+00:00] INFO: Processing package[build-essential] action install (tasseo::default line 61)
[2013-02-08T17:28:43+00:00] INFO: Processing package[rubygems] action install (tasseo::default line 63)
[2013-02-08T17:28:46+00:00] INFO: Processing gem_package[bundler] action install (tasseo::default line 65)
[2013-02-08T17:28:53+00:00] INFO: Processing execute[bundle install] action run (tasseo::default line 67)
[2013-02-08T17:29:22+00:00] INFO: execute[bundle install] ran successfully
[2013-02-08T17:29:22+00:00] INFO: Processing directory[/etc/sv/tasseo] action create (tasseo::default line 36)
[2013-02-08T17:29:22+00:00] INFO: directory[/etc/sv/tasseo] created directory /etc/sv/tasseo
[2013-02-08T17:29:22+00:00] INFO: directory[/etc/sv/tasseo] owner changed to 0
[2013-02-08T17:29:22+00:00] INFO: directory[/etc/sv/tasseo] group changed to 0
[2013-02-08T17:29:22+00:00] INFO: directory[/etc/sv/tasseo] mode changed to 755
[2013-02-08T17:29:22+00:00] INFO: Processing directory[/etc/sv/tasseo/log] action create (tasseo::default line 43)
[2013-02-08T17:29:22+00:00] INFO: directory[/etc/sv/tasseo/log] created directory /etc/sv/tasseo/log
[2013-02-08T17:29:22+00:00] INFO: directory[/etc/sv/tasseo/log] owner changed to 0
[2013-02-08T17:29:22+00:00] INFO: directory[/etc/sv/tasseo/log] group changed to 0
[2013-02-08T17:29:22+00:00] INFO: directory[/etc/sv/tasseo/log] mode changed to 755
[2013-02-08T17:29:22+00:00] INFO: Processing directory[/etc/sv/tasseo/log/main] action create (tasseo::default line 50)
[2013-02-08T17:29:22+00:00] INFO: directory[/etc/sv/tasseo/log/main] created directory /etc/sv/tasseo/log/main
[2013-02-08T17:29:22+00:00] INFO: directory[/etc/sv/tasseo/log/main] owner changed to 0
[2013-02-08T17:29:22+00:00] INFO: directory[/etc/sv/tasseo/log/main] group changed to 0
[2013-02-08T17:29:22+00:00] INFO: directory[/etc/sv/tasseo/log/main] mode changed to 755
[2013-02-08T17:29:22+00:00] INFO: Processing template[/etc/sv/tasseo/run] action create (tasseo::default line 57)
[2013-02-08T17:29:22+00:00] INFO: template[/etc/sv/tasseo/run] updated content
[2013-02-08T17:29:22+00:00] INFO: template[/etc/sv/tasseo/run] owner changed to 0
[2013-02-08T17:29:22+00:00] INFO: template[/etc/sv/tasseo/run] group changed to 0
[2013-02-08T17:29:22+00:00] INFO: template[/etc/sv/tasseo/run] mode changed to 755
[2013-02-08T17:29:22+00:00] INFO: template[/etc/sv/tasseo/run] not queuing delayed action restart on service[tasseo] (delayed), as it's already been queued
[2013-02-08T17:29:22+00:00] INFO: Processing template[/etc/sv/tasseo/log/run] action create (tasseo::default line 68)
[2013-02-08T17:29:22+00:00] INFO: template[/etc/sv/tasseo/log/run] updated content
[2013-02-08T17:29:22+00:00] INFO: template[/etc/sv/tasseo/log/run] owner changed to 0
[2013-02-08T17:29:22+00:00] INFO: template[/etc/sv/tasseo/log/run] group changed to 0
[2013-02-08T17:29:22+00:00] INFO: template[/etc/sv/tasseo/log/run] mode changed to 755
[2013-02-08T17:29:22+00:00] INFO: Processing link[/etc/init.d/tasseo] action create (tasseo::default line 128)
[2013-02-08T17:29:22+00:00] INFO: link[/etc/init.d/tasseo] created
[2013-02-08T17:29:22+00:00] INFO: Processing link[/etc/service/tasseo] action create (tasseo::default line 134)
[2013-02-08T17:29:22+00:00] INFO: link[/etc/service/tasseo] created
[2013-02-08T17:29:22+00:00] INFO: Processing ruby_block[supervise_tasseo_sleep] action create (tasseo::default line 139)
[2013-02-08T17:29:24+00:00] INFO: ruby_block[supervise_tasseo_sleep] called
[2013-02-08T17:29:24+00:00] INFO: Processing service[tasseo] action nothing (tasseo::default line 147)
[2013-02-08T17:29:24+00:00] INFO: Processing ohai[reload_nginx] action nothing (nginx::ohai_plugin line 22)
[2013-02-08T17:29:24+00:00] INFO: Processing template[/etc/chef/ohai_plugins/nginx.rb] action create (nginx::ohai_plugin line 27)
[2013-02-08T17:29:24+00:00] INFO: template[/etc/chef/ohai_plugins/nginx.rb] updated content
[2013-02-08T17:29:24+00:00] INFO: template[/etc/chef/ohai_plugins/nginx.rb] owner changed to 0
[2013-02-08T17:29:24+00:00] INFO: template[/etc/chef/ohai_plugins/nginx.rb] group changed to 0
[2013-02-08T17:29:24+00:00] INFO: template[/etc/chef/ohai_plugins/nginx.rb] mode changed to 755
[2013-02-08T17:29:24+00:00] INFO: template[/etc/chef/ohai_plugins/nginx.rb] sending reload action to ohai[reload_nginx] (immediate)
[2013-02-08T17:29:24+00:00] INFO: Processing ohai[reload_nginx] action reload (nginx::ohai_plugin line 22)
[2013-02-08T17:29:24+00:00] INFO: ohai[reload_nginx] reloaded
[2013-02-08T17:29:24+00:00] INFO: Processing remote_directory[/etc/chef/ohai_plugins] action nothing (ohai::default line 27)
[2013-02-08T17:29:24+00:00] INFO: Processing ohai[custom_plugins] action nothing (ohai::default line 42)
[2013-02-08T17:29:24+00:00] INFO: Processing package[nginx] action install (nginx::default line 31)
[2013-02-08T17:29:26+00:00] INFO: Processing service[nginx] action enable (nginx::default line 32)
[2013-02-08T17:29:26+00:00] INFO: Processing directory[/etc/nginx] action create (nginx::commons_dir line 21)
[2013-02-08T17:29:26+00:00] INFO: Processing directory[/var/log/nginx] action create (nginx::commons_dir line 28)
[2013-02-08T17:29:26+00:00] INFO: directory[/var/log/nginx] owner changed to 33
[2013-02-08T17:29:26+00:00] INFO: Processing directory[/etc/nginx/sites-available] action create (nginx::commons_dir line 36)
[2013-02-08T17:29:26+00:00] INFO: Processing directory[/etc/nginx/sites-enabled] action create (nginx::commons_dir line 36)
[2013-02-08T17:29:26+00:00] INFO: Processing directory[/etc/nginx/conf.d] action create (nginx::commons_dir line 36)
[2013-02-08T17:29:26+00:00] INFO: Processing template[/usr/sbin/nxensite] action create (nginx::commons_script line 22)
[2013-02-08T17:29:27+00:00] INFO: template[/usr/sbin/nxensite] updated content
[2013-02-08T17:29:27+00:00] INFO: template[/usr/sbin/nxensite] owner changed to 0
[2013-02-08T17:29:27+00:00] INFO: template[/usr/sbin/nxensite] group changed to 0
[2013-02-08T17:29:27+00:00] INFO: template[/usr/sbin/nxensite] mode changed to 755
[2013-02-08T17:29:27+00:00] INFO: Processing template[/usr/sbin/nxdissite] action create (nginx::commons_script line 22)
[2013-02-08T17:29:27+00:00] INFO: template[/usr/sbin/nxdissite] updated content
[2013-02-08T17:29:27+00:00] INFO: template[/usr/sbin/nxdissite] owner changed to 0
[2013-02-08T17:29:27+00:00] INFO: template[/usr/sbin/nxdissite] group changed to 0
[2013-02-08T17:29:27+00:00] INFO: template[/usr/sbin/nxdissite] mode changed to 755
[2013-02-08T17:29:27+00:00] INFO: Processing template[nginx.conf] action create (nginx::commons_conf line 21)
[2013-02-08T17:29:27+00:00] INFO: template[nginx.conf] backed up to /var/chef/backup/etc/nginx/nginx.conf.chef-20130208172927
[2013-02-08T17:29:27+00:00] INFO: template[nginx.conf] updated content
[2013-02-08T17:29:27+00:00] INFO: template[nginx.conf] owner changed to 0
[2013-02-08T17:29:27+00:00] INFO: template[nginx.conf] group changed to 0
[2013-02-08T17:29:27+00:00] INFO: template[nginx.conf] mode changed to 644
[2013-02-08T17:29:27+00:00] INFO: Processing template[/etc/nginx/sites-available/default] action create (nginx::commons_conf line 30)
[2013-02-08T17:29:27+00:00] INFO: template[/etc/nginx/sites-available/default] backed up to /var/chef/backup/etc/nginx/sites-available/default.chef-20130208172927
[2013-02-08T17:29:27+00:00] INFO: template[/etc/nginx/sites-available/default] updated content
[2013-02-08T17:29:27+00:00] INFO: template[/etc/nginx/sites-available/default] owner changed to 0
[2013-02-08T17:29:27+00:00] INFO: template[/etc/nginx/sites-available/default] group changed to 0
[2013-02-08T17:29:27+00:00] INFO: template[/etc/nginx/sites-available/default] mode changed to 644
[2013-02-08T17:29:27+00:00] INFO: template[/etc/nginx/sites-available/default] not queuing delayed action reload on service[nginx] (delayed), as it's already been queued
[2013-02-08T17:29:27+00:00] INFO: Processing execute[nxdissite default] action run (nginx::commons_conf line 29)
[2013-02-08T17:29:27+00:00] INFO: execute[nxdissite default] ran successfully
[2013-02-08T17:29:27+00:00] INFO: execute[nxdissite default] not queuing delayed action reload on service[nginx] (delayed), as it's already been queued
[2013-02-08T17:29:27+00:00] INFO: execute[nxdissite default] not queuing delayed action reload on service[nginx] (delayed), as it's already been queued
[2013-02-08T17:29:27+00:00] INFO: Processing service[nginx] action start (nginx::default line 39)
[2013-02-08T17:29:28+00:00] INFO: service[nginx] started
[2013-02-08T17:29:28+00:00] INFO: Processing template[/etc/nginx/sites-available/tasseo] action create (tasseo::web line 22)
[2013-02-08T17:29:28+00:00] INFO: template[/etc/nginx/sites-available/tasseo] updated content
[2013-02-08T17:29:28+00:00] INFO: template[/etc/nginx/sites-available/tasseo] owner changed to 0
[2013-02-08T17:29:28+00:00] INFO: template[/etc/nginx/sites-available/tasseo] group changed to 0
[2013-02-08T17:29:28+00:00] INFO: template[/etc/nginx/sites-available/tasseo] mode changed to 644
[2013-02-08T17:29:28+00:00] INFO: template[/etc/nginx/sites-available/tasseo] not queuing delayed action reload on service[nginx] (delayed), as it's already been queued
[2013-02-08T17:29:28+00:00] INFO: Processing execute[nxdissite default] action run (tasseo::web line 29)
[2013-02-08T17:29:28+00:00] INFO: Processing execute[nxensite tasseo] action run (tasseo::web line 23)
[2013-02-08T17:29:28+00:00] INFO: execute[nxensite tasseo] ran successfully
[2013-02-08T17:29:28+00:00] INFO: execute[nxensite tasseo] not queuing delayed action reload on service[nginx] (delayed), as it's already been queued
[2013-02-08T17:29:28+00:00] INFO: Processing template[/etc/apache2/ports.conf] action create (apache2::mod_ssl line 37)
[2013-02-08T17:29:28+00:00] INFO: Processing template[/etc/apache2/mods-available/ssl.conf] action create (apache2::mod_ssl line 21)
[2013-02-08T17:29:28+00:00] INFO: template[/etc/apache2/mods-available/ssl.conf] backed up to /var/chef/backup/etc/apache2/mods-available/ssl.conf.chef-20130208172928
[2013-02-08T17:29:28+00:00] INFO: template[/etc/apache2/mods-available/ssl.conf] updated content
[2013-02-08T17:29:28+00:00] INFO: template[/etc/apache2/mods-available/ssl.conf] owner changed to 0
[2013-02-08T17:29:28+00:00] INFO: template[/etc/apache2/mods-available/ssl.conf] group changed to 0
[2013-02-08T17:29:28+00:00] INFO: template[/etc/apache2/mods-available/ssl.conf] mode changed to 644
[2013-02-08T17:29:28+00:00] INFO: Processing execute[a2enmod ssl] action run (apache2::mod_ssl line 38)
[2013-02-08T17:29:28+00:00] INFO: execute[a2enmod ssl] ran successfully
[2013-02-08T17:29:28+00:00] INFO: execute[a2enmod ssl] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued
[2013-02-08T17:29:28+00:00] INFO: Processing execute[a2enmod rewrite] action run (apache2::mod_rewrite line 38)
[2013-02-08T17:29:28+00:00] INFO: execute[a2enmod rewrite] ran successfully
[2013-02-08T17:29:28+00:00] INFO: execute[a2enmod rewrite] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued
[2013-02-08T17:29:28+00:00] INFO: Processing execute[a2dissite 000-default] action run (nagios::apache line 34)
[2013-02-08T17:29:28+00:00] INFO: Processing template[/etc/apache2/sites-available/nagios3.conf] action create (nagios::apache line 33)
[2013-02-08T17:29:29+00:00] INFO: template[/etc/apache2/sites-available/nagios3.conf] updated content
[2013-02-08T17:29:29+00:00] INFO: template[/etc/apache2/sites-available/nagios3.conf] mode changed to 644
[2013-02-08T17:29:29+00:00] INFO: Processing file[/etc/apache2/conf.d/nagios3.conf] action delete (nagios::apache line 42)
[2013-02-08T17:29:29+00:00] INFO: Processing execute[a2ensite nagios3.conf] action run (nagios::apache line 24)
[2013-02-08T17:29:29+00:00] INFO: execute[a2ensite nagios3.conf] ran successfully
[2013-02-08T17:29:29+00:00] INFO: execute[a2ensite nagios3.conf] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued
[2013-02-08T17:29:29+00:00] INFO: Processing execute[preseed nagiosadmin password] action run (nagios::server_package line 28)
[2013-02-08T17:29:29+00:00] INFO: execute[preseed nagiosadmin password] ran successfully
[2013-02-08T17:29:29+00:00] INFO: Processing execute[preseed nagiosadmin password] action run (nagios::server_package line 28)
[2013-02-08T17:29:29+00:00] INFO: execute[preseed nagiosadmin password] ran successfully
[2013-02-08T17:29:29+00:00] INFO: Processing package[nagios3] action install (nagios::server_package line 41)
[2013-02-08T17:30:10+00:00] INFO: Processing package[nagios-nrpe-plugin] action install (nagios::server_package line 41)
[2013-02-08T17:30:11+00:00] INFO: Processing package[nagios-images] action install (nagios::server_package line 41)
[2013-02-08T17:30:11+00:00] INFO: Processing package[nagios-nrpe-server] action install (nagios::client_package line 27)
[2013-02-08T17:30:12+00:00] INFO: Processing package[nagios-plugins] action install (nagios::client_package line 27)
[2013-02-08T17:30:12+00:00] INFO: Processing package[nagios-plugins-basic] action install (nagios::client_package line 27)
[2013-02-08T17:30:12+00:00] INFO: Processing package[nagios-plugins-standard] action install (nagios::client_package line 27)
[2013-02-08T17:30:12+00:00] INFO: Processing remote_directory[/usr/lib/nagios/plugins] action create (nagios::client line 41)
[2013-02-08T17:30:12+00:00] INFO: Processing cookbook_file[/usr/lib/nagios/plugins/nagios_helper.rb] action create (dynamically defined)
[2013-02-08T17:30:13+00:00] INFO: cookbook_file[/usr/lib/nagios/plugins/nagios_helper.rb] mode changed to 755
[2013-02-08T17:30:13+00:00] INFO: cookbook_file[/usr/lib/nagios/plugins/nagios_helper.rb] created file /usr/lib/nagios/plugins/nagios_helper.rb
[2013-02-08T17:30:13+00:00] INFO: Processing cookbook_file[/usr/lib/nagios/plugins/file_queues.rb] action create (dynamically defined)
[2013-02-08T17:30:13+00:00] INFO: cookbook_file[/usr/lib/nagios/plugins/file_queues.rb] mode changed to 755
[2013-02-08T17:30:13+00:00] INFO: cookbook_file[/usr/lib/nagios/plugins/file_queues.rb] created file /usr/lib/nagios/plugins/file_queues.rb
[2013-02-08T17:30:13+00:00] INFO: Processing cookbook_file[/usr/lib/nagios/plugins/db_queues.rb] action create (dynamically defined)
[2013-02-08T17:30:13+00:00] INFO: cookbook_file[/usr/lib/nagios/plugins/db_queues.rb] mode cha
Typo in @jedi4ever commands:
vagrant up server --no-provision
vagrant ssh server -c "wget -O - http://opscode.com/chef/install.sh | sudo bash -s -- -v 10.18.2"
vagrant provision server
The -c is required to execute the wget and install on the server.
@dgrotto 's fix worked for me.
Both provisioned ok (haven't tested)
@mrjcleaver @dgrotto thanks for the patience! I will add this as a shell provisioner to the Vagrantfile soon
workaround published via - 71a884df41ca657023c27045133f2611f3dae4bd
It fixes the problem for me. Thanks @jedi4ever
Tested with vbox 4.2.1 and 4.2.6