Created
November 11, 2012 20:18
-
-
Save lvnilesh/4056125 to your computer and use it in GitHub Desktop.
working coolapp
This file contains hidden or 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
➜ coolapp git:(master) ✗ vagrant up | |
[default] Importing base box 'precise64'... | |
[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.2.0 | |
VirtualBox Version: 4.2.4 | |
[default] Matching MAC address for NAT networking... | |
[default] Clearing any previously set forwarded ports... | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 (adapter 1) | |
[default] Creating shared folders metadata... | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... | |
[default] Booting VM... | |
[default] Waiting for VM to boot. This can take a few minutes. | |
[default] VM booted and ready for use! | |
[default] Configuring and enabling network interfaces... | |
[default] Mounting shared folders... | |
[default] -- v-root: /vagrant | |
[default] -- v-csc-1: /tmp/vagrant-chef-1/chef-solo-1/cookbooks | |
[default] -- v-csc-2: /tmp/vagrant-chef-1/chef-solo-2/cookbooks | |
[default] Running provisioner: Vagrant::Provisioners::ChefSolo... | |
[default] Generating chef JSON and uploading... | |
[default] Running chef-solo... | |
stdin: is not a tty | |
[2012-11-11T20:00:19+00:00] INFO: *** Chef 10.14.2 *** | |
[2012-11-11T20:00:20+00:00] INFO: Setting the run_list to ["recipe[rails-lastmile]"] from JSON | |
[2012-11-11T20:00:20+00:00] INFO: Run List is [recipe[rails-lastmile]] | |
[2012-11-11T20:00:20+00:00] INFO: Run List expands to [rails-lastmile] | |
[2012-11-11T20:00:20+00:00] INFO: Starting Chef Run for precise64 | |
[2012-11-11T20:00:20+00:00] INFO: Running start handlers | |
[2012-11-11T20:00:20+00:00] INFO: Start handlers complete. | |
[2012-11-11T20:00:20+00:00] INFO: ohai plugins will be at: /etc/chef/ohai_plugins | |
[2012-11-11T20:00:20+00:00] INFO: Processing remote_directory[/etc/chef/ohai_plugins] action create (ohai::default line 27) | |
[2012-11-11T20:00:20+00:00] INFO: Processing directory[/etc/chef/ohai_plugins] action create (dynamically defined) | |
[2012-11-11T20:00:20+00:00] INFO: directory[/etc/chef/ohai_plugins] created directory /etc/chef/ohai_plugins | |
[2012-11-11T20:00:20+00:00] INFO: directory[/etc/chef/ohai_plugins] owner changed to 0 | |
[2012-11-11T20:00:20+00:00] INFO: directory[/etc/chef/ohai_plugins] group changed to 0 | |
[2012-11-11T20:00:20+00:00] INFO: directory[/etc/chef/ohai_plugins] mode changed to 755 | |
[2012-11-11T20:00:20+00:00] INFO: Processing cookbook_file[/etc/chef/ohai_plugins/README] action create (dynamically defined) | |
[2012-11-11T20:00:20+00:00] INFO: cookbook_file[/etc/chef/ohai_plugins/README] mode changed to 644 | |
[2012-11-11T20:00:20+00:00] INFO: cookbook_file[/etc/chef/ohai_plugins/README] created file /etc/chef/ohai_plugins/README | |
[2012-11-11T20:00:20+00:00] INFO: remote_directory[/etc/chef/ohai_plugins] created directory /etc/chef/ohai_plugins | |
[2012-11-11T20:00:20+00:00] INFO: remote_directory[/etc/chef/ohai_plugins] owner changed to 0 | |
[2012-11-11T20:00:20+00:00] INFO: remote_directory[/etc/chef/ohai_plugins] group changed to 0 | |
[2012-11-11T20:00:20+00:00] INFO: remote_directory[/etc/chef/ohai_plugins] mode changed to 755 | |
[2012-11-11T20:00:20+00:00] INFO: Processing ohai[custom_plugins] action reload (ohai::default line 42) | |
[2012-11-11T20:00:20+00:00] INFO: ohai[custom_plugins] reloaded | |
[2012-11-11T20:00:20+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) | |
[2012-11-11T20:00:25+00:00] INFO: execute[apt-get-update] ran successfully | |
[2012-11-11T20:00:25+00:00] INFO: Processing execute[apt-get update] action nothing (apt::default line 29) | |
[2012-11-11T20:00:25+00:00] INFO: Processing execute[apt-get autoremove] action nothing (apt::default line 36) | |
[2012-11-11T20:00:25+00:00] INFO: Processing execute[apt-get autoclean] action nothing (apt::default line 42) | |
[2012-11-11T20:00:25+00:00] INFO: Processing package[update-notifier-common] action install (apt::default line 48) | |
[2012-11-11T20:00:27+00:00] INFO: package[update-notifier-common] sending run action to execute[apt-get-update] (immediate) | |
[2012-11-11T20:00:27+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) | |
[2012-11-11T20:00:31+00:00] INFO: execute[apt-get-update] ran successfully | |
[2012-11-11T20:00:31+00:00] INFO: Processing execute[apt-get-update-periodic] action run (apt::default line 52) | |
[2012-11-11T20:00:31+00:00] INFO: Processing directory[/var/cache/local] action create (apt::default line 62) | |
[2012-11-11T20:00:31+00:00] INFO: directory[/var/cache/local] created directory /var/cache/local | |
[2012-11-11T20:00:31+00:00] INFO: directory[/var/cache/local] owner changed to 0 | |
[2012-11-11T20:00:31+00:00] INFO: directory[/var/cache/local] group changed to 0 | |
[2012-11-11T20:00:31+00:00] INFO: directory[/var/cache/local] mode changed to 755 | |
[2012-11-11T20:00:31+00:00] INFO: Processing directory[/var/cache/local/preseeding] action create (apt::default line 62) | |
[2012-11-11T20:00:31+00:00] INFO: directory[/var/cache/local/preseeding] created directory /var/cache/local/preseeding | |
[2012-11-11T20:00:31+00:00] INFO: directory[/var/cache/local/preseeding] owner changed to 0 | |
[2012-11-11T20:00:31+00:00] INFO: directory[/var/cache/local/preseeding] group changed to 0 | |
[2012-11-11T20:00:31+00:00] INFO: directory[/var/cache/local/preseeding] mode changed to 755 | |
[2012-11-11T20:00:31+00:00] INFO: Processing package[build-essential] action install (rails-lastmile::setup line 17) | |
[2012-11-11T20:00:37+00:00] INFO: Processing package[tar] action install (ruby_build::default line 34) | |
[2012-11-11T20:00:37+00:00] INFO: Processing package[bash] action install (ruby_build::default line 34) | |
[2012-11-11T20:00:37+00:00] INFO: Processing package[curl] action install (ruby_build::default line 34) | |
[2012-11-11T20:00:39+00:00] INFO: Processing package[git-core] action install (ruby_build::default line 34) | |
[2012-11-11T20:00:44+00:00] INFO: Processing execute[Install ruby-build] action nothing (ruby_build::default line 38) | |
[2012-11-11T20:00:44+00:00] INFO: Processing directory[/tmp/vagrant-chef-1] action create (ruby_build::default line 48) | |
[2012-11-11T20:00:44+00:00] INFO: Processing git[/tmp/vagrant-chef-1/ruby-build] action checkout (ruby_build::default line 52) | |
[2012-11-11T20:00:45+00:00] INFO: git[/tmp/vagrant-chef-1/ruby-build] cloning repo git://github.com/sstephenson/ruby-build.git to /tmp/vagrant-chef-1/ruby-build | |
[2012-11-11T20:00:46+00:00] INFO: git[/tmp/vagrant-chef-1/ruby-build] checked out branch: master reference: 0ef9259058373fa57000de5408bec481065caa98 | |
[2012-11-11T20:00:46+00:00] INFO: git[/tmp/vagrant-chef-1/ruby-build] sending run action to execute[Install ruby-build] (immediate) | |
[2012-11-11T20:00:46+00:00] INFO: Processing execute[Install ruby-build] action run (ruby_build::default line 38) | |
[2012-11-11T20:00:46+00:00] INFO: execute[Install ruby-build] ran successfully | |
[2012-11-11T20:00:46+00:00] INFO: Processing package[git-core] action install (rbenv::system_install line 43) | |
[2012-11-11T20:00:46+00:00] INFO: Processing package[grep] action install (rbenv::system_install line 43) | |
[2012-11-11T20:00:46+00:00] INFO: Processing template[/etc/profile.d/rbenv.sh] action create (rbenv::system_install line 29) | |
[2012-11-11T20:00:47+00:00] INFO: template[/etc/profile.d/rbenv.sh] updated content | |
[2012-11-11T20:00:47+00:00] INFO: template[/etc/profile.d/rbenv.sh] owner changed to 0 | |
[2012-11-11T20:00:47+00:00] INFO: template[/etc/profile.d/rbenv.sh] mode changed to 755 | |
[2012-11-11T20:00:47+00:00] INFO: Processing git[/usr/local/rbenv] action checkout (rbenv::system_install line 61) | |
[2012-11-11T20:00:47+00:00] INFO: git[/usr/local/rbenv] cloning repo git://github.com/sstephenson/rbenv.git to /usr/local/rbenv | |
[2012-11-11T20:00:49+00:00] INFO: git[/usr/local/rbenv] checked out branch: master reference: 6778c8e905d774d4dc70724c455e6fcff4c1d3e1 | |
[2012-11-11T20:00:49+00:00] INFO: Processing bash[Initialize rbenv (system)] action run (rbenv::system_install line 80) | |
[2012-11-11T20:00:49+00:00] INFO: bash[Initialize rbenv (system)] ran successfully | |
[2012-11-11T20:00:49+00:00] INFO: Processing log[rbenv-post-init-system] action write (rbenv::system_install line 87) | |
[2012-11-11T20:00:49+00:00] INFO: rbenv-post-init-system | |
[2012-11-11T20:00:49+00:00] INFO: Processing rbenv_ruby[1.9.3-p286] (system) action install (rbenv::system line 23) | |
[2012-11-11T20:00:49+00:00] INFO: Processing package[build-essential] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:00:49+00:00] INFO: Processing package[bison] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:00:51+00:00] INFO: Processing package[openssl] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:00:51+00:00] INFO: Processing package[libreadline6] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:00:51+00:00] INFO: Processing package[libreadline6-dev] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:00:51+00:00] INFO: Processing package[zlib1g] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:00:51+00:00] INFO: Processing package[zlib1g-dev] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:00:51+00:00] INFO: Processing package[libssl-dev] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:00:51+00:00] INFO: Processing package[libyaml-dev] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:00:55+00:00] INFO: Processing package[libsqlite3-0] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:00:55+00:00] INFO: Processing package[libsqlite3-dev] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:00:57+00:00] INFO: Processing package[sqlite3] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:00:58+00:00] INFO: Processing package[libxml2-dev] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:01+00:00] INFO: Processing package[libxslt1-dev] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:04+00:00] INFO: Processing package[autoconf] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:06+00:00] INFO: Processing package[libc6-dev] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:06+00:00] INFO: Processing package[ssl-cert] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:08+00:00] INFO: Processing package[subversion] action install (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Building rbenv_ruby[1.9.3-p286] (system), this could take a while... | |
[2012-11-11T20:01:11+00:00] INFO: Processing rbenv_script[rbenv install 1.9.3-p286 (system)] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 59) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[build-essential] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[bison] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[openssl] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[libreadline6] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[libreadline6-dev] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[zlib1g] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[zlib1g-dev] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[libssl-dev] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[libyaml-dev] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[libsqlite3-0] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[libsqlite3-dev] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[sqlite3] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[libxml2-dev] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[libxslt1-dev] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[autoconf] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[libc6-dev] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[ssl-cert] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing package[subversion] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 97) | |
[2012-11-11T20:01:11+00:00] INFO: Processing rbenv_script[rbenv install 1.9.3-p286 (system)] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/ruby.rb line 59) | |
[2012-11-11T20:01:11+00:00] INFO: Processing script[rbenv install 1.9.3-p286 (system)] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/script.rb line 28) | |
[2012-11-11T20:06:12+00:00] INFO: script[rbenv install 1.9.3-p286 (system)] ran successfully | |
[2012-11-11T20:06:12+00:00] INFO: Processing rbenv_global[1.9.3-p286] (system) action create (rails-lastmile::setup line 23) | |
[2012-11-11T20:06:12+00:00] INFO: Processing rbenv_script[rbenv global 1.9.3-p286 (system)] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/global.rb line 28) | |
[2012-11-11T20:06:12+00:00] INFO: Processing rbenv_script[rbenv global 1.9.3-p286 (system)] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/global.rb line 28) | |
[2012-11-11T20:06:12+00:00] INFO: Processing script[rbenv global 1.9.3-p286 (system)] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/script.rb line 28) | |
[2012-11-11T20:06:12+00:00] INFO: script[rbenv global 1.9.3-p286 (system)] ran successfully | |
[2012-11-11T20:06:12+00:00] INFO: Processing rbenv_gem[global::bundler] (system) action install (rails-lastmile::setup line 24) | |
[2012-11-11T20:06:17+00:00] INFO: Processing rbenv_rehash[rbenv_gem[1.9.3-p286::bundler] (system)] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/libraries/chef_provider_package_rbenvrubygems.rb line 86) | |
[2012-11-11T20:06:17+00:00] INFO: Processing rbenv_script[rbenv rehash (system)] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/rehash.rb line 27) | |
[2012-11-11T20:06:17+00:00] INFO: Processing rbenv_rehash[rbenv_gem[1.9.3-p286::bundler] (system)] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/libraries/chef_provider_package_rbenvrubygems.rb line 86) | |
[2012-11-11T20:06:17+00:00] INFO: Processing rbenv_script[rbenv rehash (system)] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/rehash.rb line 27) | |
[2012-11-11T20:06:17+00:00] INFO: Processing script[rbenv rehash (system)] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/script.rb line 28) | |
[2012-11-11T20:06:17+00:00] INFO: script[rbenv rehash (system)] ran successfully | |
[2012-11-11T20:06:17+00:00] INFO: Processing rbenv_gem[global::rails] (system) action install (rails-lastmile::setup line 25) | |
[2012-11-11T20:06:52+00:00] INFO: Processing rbenv_rehash[rbenv_gem[1.9.3-p286::rails] (system)] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/libraries/chef_provider_package_rbenvrubygems.rb line 86) | |
[2012-11-11T20:06:52+00:00] INFO: Processing rbenv_script[rbenv rehash (system)] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/rehash.rb line 27) | |
[2012-11-11T20:06:52+00:00] INFO: Processing rbenv_rehash[rbenv_gem[1.9.3-p286::rails] (system)] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/libraries/chef_provider_package_rbenvrubygems.rb line 86) | |
[2012-11-11T20:06:52+00:00] INFO: Processing rbenv_script[rbenv rehash (system)] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/rehash.rb line 27) | |
[2012-11-11T20:06:52+00:00] INFO: Processing script[rbenv rehash (system)] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/script.rb line 28) | |
[2012-11-11T20:06:52+00:00] INFO: script[rbenv rehash (system)] ran successfully | |
[2012-11-11T20:06:52+00:00] INFO: Processing template[/etc/chef/ohai_plugins/nginx.rb] action create (nginx::ohai_plugin line 22) | |
[2012-11-11T20:06:52+00:00] INFO: template[/etc/chef/ohai_plugins/nginx.rb] updated content | |
[2012-11-11T20:06:52+00:00] INFO: template[/etc/chef/ohai_plugins/nginx.rb] owner changed to 0 | |
[2012-11-11T20:06:52+00:00] INFO: template[/etc/chef/ohai_plugins/nginx.rb] group changed to 0 | |
[2012-11-11T20:06:52+00:00] INFO: template[/etc/chef/ohai_plugins/nginx.rb] mode changed to 755 | |
[2012-11-11T20:06:52+00:00] INFO: Processing remote_directory[/etc/chef/ohai_plugins] action nothing (ohai::default line 27) | |
[2012-11-11T20:06:52+00:00] INFO: Processing ohai[custom_plugins] action nothing (ohai::default line 42) | |
[2012-11-11T20:06:52+00:00] INFO: Processing package[nginx] action install (nginx::default line 31) | |
[2012-11-11T20:06:55+00:00] INFO: Processing service[nginx] action enable (nginx::default line 32) | |
[2012-11-11T20:06:55+00:00] INFO: Processing directory[/etc/nginx] action create (nginx::commons line 20) | |
[2012-11-11T20:06:55+00:00] INFO: Processing directory[/var/log/nginx] action create (nginx::commons line 26) | |
[2012-11-11T20:06:55+00:00] INFO: directory[/var/log/nginx] owner changed to 33 | |
[2012-11-11T20:06:55+00:00] INFO: Processing directory[/etc/nginx/sites-available] action create (nginx::commons line 33) | |
[2012-11-11T20:06:55+00:00] INFO: Processing directory[/etc/nginx/sites-enabled] action create (nginx::commons line 33) | |
[2012-11-11T20:06:55+00:00] INFO: Processing directory[/etc/nginx/conf.d] action create (nginx::commons line 33) | |
[2012-11-11T20:06:55+00:00] INFO: Processing template[/usr/sbin/nxensite] action create (nginx::commons line 41) | |
[2012-11-11T20:06:55+00:00] INFO: template[/usr/sbin/nxensite] updated content | |
[2012-11-11T20:06:55+00:00] INFO: template[/usr/sbin/nxensite] owner changed to 0 | |
[2012-11-11T20:06:55+00:00] INFO: template[/usr/sbin/nxensite] group changed to 0 | |
[2012-11-11T20:06:55+00:00] INFO: template[/usr/sbin/nxensite] mode changed to 755 | |
[2012-11-11T20:06:55+00:00] INFO: Processing template[/usr/sbin/nxdissite] action create (nginx::commons line 41) | |
[2012-11-11T20:06:55+00:00] INFO: template[/usr/sbin/nxdissite] updated content | |
[2012-11-11T20:06:55+00:00] INFO: template[/usr/sbin/nxdissite] owner changed to 0 | |
[2012-11-11T20:06:55+00:00] INFO: template[/usr/sbin/nxdissite] group changed to 0 | |
[2012-11-11T20:06:55+00:00] INFO: template[/usr/sbin/nxdissite] mode changed to 755 | |
[2012-11-11T20:06:55+00:00] INFO: Processing template[nginx.conf] action create (nginx::commons line 49) | |
[2012-11-11T20:06:55+00:00] INFO: template[nginx.conf] backed up to /var/chef/backup/etc/nginx/nginx.conf.chef-20121111200655 | |
[2012-11-11T20:06:55+00:00] INFO: template[nginx.conf] updated content | |
[2012-11-11T20:06:55+00:00] INFO: template[nginx.conf] owner changed to 0 | |
[2012-11-11T20:06:55+00:00] INFO: template[nginx.conf] group changed to 0 | |
[2012-11-11T20:06:55+00:00] INFO: template[nginx.conf] mode changed to 644 | |
[2012-11-11T20:06:55+00:00] INFO: template[nginx.conf] sending reload action to service[nginx] (immediate) | |
[2012-11-11T20:06:55+00:00] INFO: Processing service[nginx] action reload (rails-lastmile::default line 70) | |
[2012-11-11T20:06:55+00:00] INFO: Processing template[/etc/nginx/sites-available/default] action create (nginx::commons line 58) | |
[2012-11-11T20:06:55+00:00] INFO: template[/etc/nginx/sites-available/default] backed up to /var/chef/backup/etc/nginx/sites-available/default.chef-20121111200655 | |
[2012-11-11T20:06:55+00:00] INFO: template[/etc/nginx/sites-available/default] updated content | |
[2012-11-11T20:06:55+00:00] INFO: template[/etc/nginx/sites-available/default] owner changed to 0 | |
[2012-11-11T20:06:55+00:00] INFO: template[/etc/nginx/sites-available/default] group changed to 0 | |
[2012-11-11T20:06:55+00:00] INFO: template[/etc/nginx/sites-available/default] mode changed to 644 | |
[2012-11-11T20:06:55+00:00] INFO: Processing execute[nxensite default] action run (nginx::commons line 23) | |
[2012-11-11T20:06:55+00:00] INFO: Processing service[nginx] action start (nginx::default line 39) | |
[2012-11-11T20:06:55+00:00] INFO: service[nginx] started | |
[2012-11-11T20:06:55+00:00] INFO: Processing gem_package[unicorn] action install (unicorn::default line 21) | |
[2012-11-11T20:07:04+00:00] INFO: Processing directory[/var/run/unicorn] action create (rails-lastmile::default line 21) | |
[2012-11-11T20:07:04+00:00] INFO: directory[/var/run/unicorn] created directory /var/run/unicorn | |
[2012-11-11T20:07:04+00:00] INFO: directory[/var/run/unicorn] owner changed to 0 | |
[2012-11-11T20:07:04+00:00] INFO: directory[/var/run/unicorn] group changed to 0 | |
[2012-11-11T20:07:04+00:00] INFO: directory[/var/run/unicorn] mode changed to 777 | |
[2012-11-11T20:07:04+00:00] INFO: Processing file[/var/run/unicorn/master.pid] action create_if_missing (rails-lastmile::default line 28) | |
[2012-11-11T20:07:04+00:00] INFO: file[/var/run/unicorn/master.pid] owner changed to 0 | |
[2012-11-11T20:07:04+00:00] INFO: file[/var/run/unicorn/master.pid] group changed to 0 | |
[2012-11-11T20:07:04+00:00] INFO: file[/var/run/unicorn/master.pid] mode changed to 666 | |
[2012-11-11T20:07:04+00:00] INFO: file[/var/run/unicorn/master.pid] created file /var/run/unicorn/master.pid | |
[2012-11-11T20:07:04+00:00] INFO: Processing file[/var/log/unicorn.log] action create_if_missing (rails-lastmile::default line 35) | |
[2012-11-11T20:07:04+00:00] INFO: file[/var/log/unicorn.log] owner changed to 0 | |
[2012-11-11T20:07:04+00:00] INFO: file[/var/log/unicorn.log] group changed to 0 | |
[2012-11-11T20:07:04+00:00] INFO: file[/var/log/unicorn.log] mode changed to 666 | |
[2012-11-11T20:07:04+00:00] INFO: file[/var/log/unicorn.log] created file /var/log/unicorn.log | |
[2012-11-11T20:07:04+00:00] INFO: Processing template[/etc/unicorn.cfg] action create (rails-lastmile::default line 42) | |
[2012-11-11T20:07:04+00:00] INFO: template[/etc/unicorn.cfg] updated content | |
[2012-11-11T20:07:04+00:00] INFO: template[/etc/unicorn.cfg] owner changed to 0 | |
[2012-11-11T20:07:05+00:00] INFO: template[/etc/unicorn.cfg] group changed to 0 | |
[2012-11-11T20:07:05+00:00] INFO: template[/etc/unicorn.cfg] mode changed to 644 | |
[2012-11-11T20:07:05+00:00] INFO: Processing rbenv_script[run-rails] action run (rails-lastmile::default line 50) | |
[2012-11-11T20:07:05+00:00] INFO: Processing script[run-rails] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rbenv/providers/script.rb line 28) | |
[2012-11-11T20:07:36+00:00] INFO: script[run-rails] ran successfully | |
[2012-11-11T20:07:36+00:00] INFO: Processing template[/etc/nginx/sites-enabled/default] action create (rails-lastmile::default line 60) | |
[2012-11-11T20:07:37+00:00] INFO: template[/etc/nginx/sites-enabled/default] backed up to /var/chef/backup/etc/nginx/sites-enabled/default.chef-20121111200737 | |
[2012-11-11T20:07:37+00:00] INFO: template[/etc/nginx/sites-enabled/default] updated content | |
[2012-11-11T20:07:37+00:00] INFO: template[/etc/nginx/sites-enabled/default] owner changed to 0 | |
[2012-11-11T20:07:37+00:00] INFO: template[/etc/nginx/sites-enabled/default] group changed to 0 | |
[2012-11-11T20:07:37+00:00] INFO: template[/etc/nginx/sites-enabled/default] mode changed to 644 | |
[2012-11-11T20:07:37+00:00] INFO: Processing service[unicorn] action nothing (rails-lastmile::default line 69) | |
[2012-11-11T20:07:37+00:00] INFO: Processing service[nginx] action nothing (rails-lastmile::default line 70) | |
[2012-11-11T20:07:37+00:00] INFO: template[/etc/nginx/sites-enabled/default] sending restart action to service[nginx] (delayed) | |
[2012-11-11T20:07:37+00:00] INFO: Processing service[nginx] action restart (rails-lastmile::default line 70) | |
[2012-11-11T20:07:38+00:00] INFO: service[nginx] restarted | |
[2012-11-11T20:07:38+00:00] INFO: Chef Run complete in 438.182221 seconds | |
[2012-11-11T20:07:38+00:00] INFO: Running report handlers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment