Skip to content

Instantly share code, notes, and snippets.

@derekperkins
Created September 17, 2013 19:19
Show Gist options
  • Save derekperkins/6599335 to your computer and use it in GitHub Desktop.
Save derekperkins/6599335 to your computer and use it in GitHub Desktop.
Unsuccessful vagrant provision
C:\nozzle-chef>git pull
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 3 (delta 1), reused 0 (delta 0)
Unpacking objects: 100% (3/3), done.
From https://bitbucket.org/patrickhumpal/nozzle-chef
1a2ca75..030ab91 master -> origin/master
Updating 1a2ca75..030ab91
Fast-forward
bootstrap.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
C:\nozzle-chef>vagrant provision
[default] Running provisioner: shell...
[default] Running: C:/Users/Derek/AppData/Local/Temp/vagrant-shell20130917-6548-
x80crg
stdin: is not a tty
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
libcurl3 librtmp0
The following NEW packages will be installed:
curl libcurl3 librtmp0
0 upgraded, 3 newly installed, 0 to remove and 41 not upgraded.
Need to get 431 kB of archives.
After this operation, 1,057 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main librtmp0 amd64 2.4~20110
711.gitc28f1bab-1 [57.1 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main libcurl3 amd64 7.22.0-3u
buntu4 [237 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/main curl amd64 7.22.0-3ubunt
u4 [138 kB]
dpkg-preconfigure: unable to re-open stdin: No such file or directory
Fetched 431 kB in 1s (396 kB/s)
Selecting previously unselected package librtmp0.
(Reading database ... 23067 files and directories currently installed.)
Unpacking librtmp0 (from .../librtmp0_2.4~20110711.gitc28f1bab-1_amd64.deb) ...
Selecting previously unselected package libcurl3.
Unpacking libcurl3 (from .../libcurl3_7.22.0-3ubuntu4_amd64.deb) ...
Selecting previously unselected package curl.
Unpacking curl (from .../curl_7.22.0-3ubuntu4_amd64.deb) ...
Setting up librtmp0 (2.4~20110711.gitc28f1bab-1) ...
Setting up libcurl3 (7.22.0-3ubuntu4) ...
Setting up curl (7.22.0-3ubuntu4) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6790 100 6790 0 0 8199 0 --:--:-- --:--:-- --:--:-- 10446
Downloading Chef for ubuntu...
Installing Chef
Selecting previously unselected package chef.
(Reading database ... 23103 files and directories currently installed.)
Unpacking chef (from .../tmp.kXmlrLW9/chef__amd64.deb) ...
Setting up chef (11.6.0-1.ubuntu.12.04) ...
Thank you for installing Chef!
[default] Running provisioner: chef_solo...
Generating chef JSON and uploading...
Running chef-solo...
stdin: is not a tty
[2013-09-17T12:14:53-07:00] INFO: Forking chef instance to converge...
[2013-09-17T12:14:53-07:00] INFO: *** Chef 11.6.0 ***
[2013-09-17T12:14:55-07:00] INFO: Setting the run_list to ["role[development]"]
from JSON
[2013-09-17T12:14:55-07:00] INFO: Run List is [role[development]]
[2013-09-17T12:14:55-07:00] INFO: Run List expands to [apt, build-essential, che
f-client, htop, vim, dummy, redis::server_source, chef-php54, gearman, java::ope
njdk, elasticsearch, mysql::server, mysql::ruby, nozzle::prereqs, nozzle::web, n
ozzle::deploy, nozzle::database]
[2013-09-17T12:14:55-07:00] INFO: Starting Chef Run for local.nozzle.io
[2013-09-17T12:14:55-07:00] INFO: Running start handlers
[2013-09-17T12:14:55-07:00] INFO: Start handlers complete.
[2013-09-17T12:14:55-07:00] ERROR: Running exception handlers
[2013-09-17T12:14:55-07:00] ERROR: Exception handlers complete
[2013-09-17T12:14:55-07:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-sta
cktrace.out
[2013-09-17T12:14:55-07:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef ru
n process exited unsuccessfully (exit code 1)
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment