Skip to content

Instantly share code, notes, and snippets.

@walderrama
Created December 18, 2014 14:53
Show Gist options
  • Save walderrama/c4fc2a7b9955921ce844 to your computer and use it in GitHub Desktop.
Save walderrama/c4fc2a7b9955921ce844 to your computer and use it in GitHub Desktop.
output of first bootstrap
walderrama-mbp:chef-repo victor$ knife bootstrap --run-list "role[phpapp]" --json-attributes "{\"phpapp\": {\"server_name\": \"intro.hellofutu.re\"}}" 192.168.40.210 -x victor --sudo
Connecting to 192.168.40.210
Failed to authenticate victor - trying password auth
Enter your password:
192.168.40.210 knife sudo password:
192.168.40.210
192.168.40.210 Installing Chef Client...
192.168.40.210 --2014-12-17 20:30:37-- https://www.opscode.com/chef/install.sh
192.168.40.210 Resolving www.opscode.com (www.opscode.com)... 184.106.28.91
192.168.40.210 Connecting to www.opscode.com (www.opscode.com)|184.106.28.91|:443... connected.
192.168.40.210 HTTP request sent, awaiting response... 200 OK
192.168.40.210 Length: 18285 (18K) [application/x-sh]
192.168.40.210 Saving to: 'STDOUT'
192.168.40.210
100%[======================================>] 18,285 --.-K/s in 0.001s
192.168.40.210
192.168.40.210 2014-12-17 20:30:38 (12.4 MB/s) - written to stdout [18285/18285]
192.168.40.210
192.168.40.210 Downloading Chef 12 for ubuntu...
192.168.40.210 downloading https://www.opscode.com/chef/metadata?v=12&prerelease=false&nightlies=false&p=ubuntu&pv=14.04&m=i686
192.168.40.210 to file /tmp/install.sh.1122/metadata.txt
192.168.40.210 trying wget...
192.168.40.210 url https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/13.04/i686/chef_12.0.3-1_i386.deb
192.168.40.210 md5 033c1d522f82d20430972f95f37f9401
192.168.40.210 sha256 fd42cd7725a061d7d87ca7a720fd22c6b122af4aa6674220769bbf80157940eb
192.168.40.210 downloaded metadata file looks valid...
192.168.40.210 downloading https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/13.04/i686/chef_12.0.3-1_i386.deb
192.168.40.210 to file /tmp/install.sh.1122/chef_12.0.3-1_i386.deb
192.168.40.210 trying wget...
192.168.40.210 Comparing checksum with sha256sum...
192.168.40.210 Installing Chef 12
192.168.40.210 installing with dpkg...
192.168.40.210 Selecting previously unselected package chef.
(Reading database ... 56000 files and directories currently installed.)
192.168.40.210 Preparing to unpack .../chef_12.0.3-1_i386.deb ...
192.168.40.210 Unpacking chef (12.0.3-1) ...
192.168.40.210 Setting up chef (12.0.3-1) ...
192.168.40.210 Thank you for installing Chef!
192.168.40.210 Starting first Chef Client run...
192.168.40.210 bash: /usr/bin/chef-client: /opt/chef/embedded/bin/ruby: bad interpreter: Too many levels of symbolic links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment