Skip to content

Instantly share code, notes, and snippets.

@sbates
Created May 5, 2013 04:05
Show Gist options
  • Select an option

  • Save sbates/5519647 to your computer and use it in GitHub Desktop.

Select an option

Save sbates/5519647 to your computer and use it in GitHub Desktop.
this is the output from nohup sudo vagabond up --debug &
DEBUG: chef-solo -j /vagrant/.vagabond/dna.json -c /vagrant/.vagabond/solo.rb
[2013-05-05T04:03:28+00:00] INFO: *** Chef 11.4.4 ***
[2013-05-05T04:03:29+00:00] INFO: Setting the run_list to ["recipe[vagabond]"] from JSON
[2013-05-05T04:03:29+00:00] INFO: Run List is [recipe[vagabond]]
[2013-05-05T04:03:29+00:00] INFO: Run List expands to [vagabond]
[2013-05-05T04:03:29+00:00] INFO: Starting Chef Run for sensu-lxc-host
[2013-05-05T04:03:29+00:00] INFO: Running start handlers
[2013-05-05T04:03:29+00:00] INFO: Start handlers complete.
[2013-05-05T04:03:29+00:00] INFO: Processing package[lxc] action install (lxc::default line 3)
[2013-05-05T04:03:29+00:00] INFO: Processing package[yum] action install (lxc::install_dependencies line 4)
[2013-05-05T04:03:29+00:00] INFO: Processing package[curl] action install (lxc::install_dependencies line 4)
[2013-05-05T04:03:29+00:00] INFO: Processing template[/etc/default/lxc] action create (lxc::default line 22)
[2013-05-05T04:03:29+00:00] INFO: Processing service[lxc-net] action enable (lxc::default line 42)
[2013-05-05T04:03:29+00:00] INFO: Processing ruby_block[LXC template: lxc-centos] action run (vagabond::default line 3)
[2013-05-05T04:03:29+00:00] INFO: Processing cookbook_file[/usr/share/lxc/templates/lxc-centos] action create (dynamically defined)
[2013-05-05T04:03:29+00:00] INFO: cookbook_file[/usr/share/lxc/templates/lxc-centos] mode changed to 755
[2013-05-05T04:03:29+00:00] INFO: cookbook_file[/usr/share/lxc/templates/lxc-centos] created file /usr/share/lxc/templates/lxc-centos
[2013-05-05T04:03:29+00:00] INFO: ruby_block[LXC template: lxc-centos] called
[2013-05-05T04:03:29+00:00] INFO: Processing lxc_container[ubuntu_1210] action create (vagabond::default line 45)
[2013-05-05T04:03:29+00:00] INFO: Processing directory[/opt/hw-lxc-config] action create (/var/lib/gems/1.9.1/gems/vagabond-0.2.0/lib/vagabond/cookbooks/lxc/providers/container.rb line 18)
[2013-05-05T04:03:29+00:00] INFO: directory[/opt/hw-lxc-config] created directory /opt/hw-lxc-config
[2013-05-05T04:03:29+00:00] INFO: Processing execute[lxc host_ssh_key] action run (/var/lib/gems/1.9.1/gems/vagabond-0.2.0/lib/vagabond/cookbooks/lxc/providers/container.rb line 23)
[2013-05-05T04:03:29+00:00] INFO: execute[lxc host_ssh_key] ran successfully
[2013-05-05T04:03:29+00:00] INFO: Processing directory[/opt/hw-lxc-config] action nothing (/var/lib/gems/1.9.1/gems/vagabond-0.2.0/lib/vagabond/cookbooks/lxc/providers/container.rb line 18)
[2013-05-05T04:03:29+00:00] INFO: Processing execute[lxc host_ssh_key] action nothing (/var/lib/gems/1.9.1/gems/vagabond-0.2.0/lib/vagabond/cookbooks/lxc/providers/container.rb line 23)
[2013-05-05T04:03:29+00:00] INFO: Processing execute[lxc create[ubuntu_1210]] action run (/var/lib/gems/1.9.1/gems/vagabond-0.2.0/lib/vagabond/cookbooks/lxc/providers/container.rb line 31)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment