Skip to content

Instantly share code, notes, and snippets.

@nyasukun
Created March 14, 2017 15:43
Show Gist options
  • Save nyasukun/e9b58afcdf6eb6060b508d36a8335839 to your computer and use it in GitHub Desktop.
Save nyasukun/e9b58afcdf6eb6060b508d36a8335839 to your computer and use it in GitHub Desktop.
$ vagrant up
Installing the 'vagrant-triggers' plugin. This can take a few minutes...
Fetching: bundler-1.14.6.gem (100%)
Fetching: vagrant-triggers-0.5.3.gem (100%)
Installed the plugin 'vagrant-triggers (0.5.3)'!
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Running triggers before up...
==> default: Trying to delete folder .vagrant/machines/default/virtualbox/synced_folders
Could not delete folder .vagrant/machines/default/virtualbox/synced_folders.
#<Errno::ENOENT: No such file or directory @ unlink_internal - .vagrant/machines/default/virtualbox/synced_folders>
==> default: Box 'ubuntu/trusty64' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'ubuntu/trusty64'
default: URL: https://atlas.hashicorp.com/ubuntu/trusty64
==> default: Adding box 'ubuntu/trusty64' (v20170307.0.1) for provider: virtualbox
default: Downloading: https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20170307.0.1/providers/virtualbox.box
default: Progress: 27% (Rate: 12235/s, Estimated time remaining: 4:18:43)
default: Progress: 27% (Rate: 13790/s, Estimated time remaining: 4:18:42)
==> default: Successfully added box 'ubuntu/trusty64' (v20170307.0.1) for 'virtualbox'!
==> default: Importing base box 'ubuntu/trusty64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'ubuntu/trusty64' is up to date...
==> default: Setting the name of the VM: acpc_vagrant_default_1489425984802_34339
==> default: Clearing any previously set forwarded ports...
==> default: Auto-generating node name for Chef...
==> default: The cookbook path '/Users/y/acpc/acpc_vagrant/cookbooks' doesn't exist. Ignoring...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 3000 (guest) => 3000 (host) (adapter 1)
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default:
default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
default:
default: Inserting generated public key within guest...
default: Removing insecure key from the guest if it's present...
default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: The guest additions on this VM do not match the installed version of
default: VirtualBox! In most cases this is fine, but in rare cases it can
default: prevent things such as shared folders from working properly. If you see
default: shared folder errors, please make sure the guest additions within the
default: virtual machine match the version of VirtualBox you have installed on
default: your host and reload your VM.
default:
default: Guest Additions Version: 4.3.36
default: VirtualBox Version: 5.1
==> default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
default: /vagrant => /Users/y/acpc/acpc_vagrant
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default: automake autotools-dev m4
==> default: Suggested packages:
==> default: autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext
==> default: The following NEW packages will be installed:
==> default: autoconf automake autotools-dev m4
==> default: 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
==> default: Need to get 1,072 kB of archives.
==> default: After this operation, 3,995 kB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main m4 amd64 1.4.17-2ubuntu1 [195 kB]
==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main autoconf all 2.69-6 [322 kB]
==> default: Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main autotools-dev all 20130810.1 [44.3 kB]
==> default: Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main automake all 1:1.14.1-2ubuntu1 [510 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 1,072 kB in 3s (301 kB/s)
==> default: Selecting previously unselected package m4.
==> default: (Reading database ... 63122 files and directories currently installed.)
==> default: Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ...
==> default: Unpacking m4 (1.4.17-2ubuntu1) ...
==> default: Selecting previously unselected package autoconf.
==> default: Preparing to unpack .../autoconf_2.69-6_all.deb ...
==> default: Unpacking autoconf (2.69-6) ...
==> default: Selecting previously unselected package autotools-dev.
==> default: Preparing to unpack .../autotools-dev_20130810.1_all.deb ...
==> default: Unpacking autotools-dev (20130810.1) ...
==> default: Selecting previously unselected package automake.
==> default: Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ...
==> default: Unpacking automake (1:1.14.1-2ubuntu1) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Processing triggers for install-info (5.2.0.dfsg.1-2) ...
==> default: Setting up m4 (1.4.17-2ubuntu1) ...
==> default: Setting up autoconf (2.69-6) ...
==> default: Setting up autotools-dev (20130810.1) ...
==> default: Setting up automake (1:1.14.1-2ubuntu1) ...
==> default: update-alternatives:
==> default: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default: libbison-dev
==> default: Suggested packages:
==> default: bison-doc
==> default: The following NEW packages will be installed:
==> default: bison libbison-dev
==> default: 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
==> default: Need to get 595 kB of archives.
==> default: After this operation, 1,816 kB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libbison-dev amd64 2:3.0.2.dfsg-2 [338 kB]
==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main bison amd64 2:3.0.2.dfsg-2 [257 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 595 kB in 3s (181 kB/s)
==> default: Selecting previously unselected package libbison-dev:amd64.
==> default: (Reading database ... 63405 files and directories currently installed.)
==> default: Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ...
==> default: Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ...
==> default: Selecting previously unselected package bison.
==> default: Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ...
==> default: Unpacking bison (2:3.0.2.dfsg-2) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ...
==> default: Setting up bison (2:3.0.2.dfsg-2) ...
==> default: update-alternatives:
==> default: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Reading package lists...
==> default: Building dependency tree...
==> default:
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default: dpkg-dev g++ g++-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl
==> default: libalgorithm-merge-perl libdpkg-perl libfile-fcntllock-perl
==> default: libstdc++-4.8-dev
==> default: Suggested packages:
==> default: debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg
==> default: libstdc++-4.8-doc
==> default: The following NEW packages will be installed:
==> default: build-essential dpkg-dev g++ g++-4.8 libalgorithm-diff-perl
==> default: libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl
==> default: libfile-fcntllock-perl libstdc++-4.8-dev
==> default: 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
==> default: Need to get 20.2 MB of archives.
==> default: After this operation, 43.7 MB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.3 [1,053 kB]
==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.3 [18.1 MB]
==> default: Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]
==> default: Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.7 [179 kB]
==> default: Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.7 [726 kB]
==> default: Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]
==> default: Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]
==> default: Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]
==> default: Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]
==> default: Get:10 http://archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 20.2 MB in 1min 48s (185 kB/s)
==> default: Selecting previously unselected package libstdc++-4.8-dev:amd64.
==> default: (Reading database ... 63457 files and directories currently installed.)
==> default: Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
==> default: Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ...
==> default: Selecting previously unselected package g++-4.8.
==> default: Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
==> default: Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.3) ...
==> default: Selecting previously unselected package g++.
==> default: Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...
==> default: Unpacking g++ (4:4.8.2-1ubuntu6) ...
==> default: Selecting previously unselected package libdpkg-perl.
==> default: Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.7_all.deb ...
==> default: Unpacking libdpkg-perl (1.17.5ubuntu5.7) ...
==> default: Selecting previously unselected package dpkg-dev.
==> default: Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.7_all.deb ...
==> default: Unpacking dpkg-dev (1.17.5ubuntu5.7) ...
==> default: Selecting previously unselected package build-essential.
==> default: Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...
==> default: Unpacking build-essential (11.6ubuntu6) ...
==> default: Selecting previously unselected package libalgorithm-diff-perl.
==> default: Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...
==> default: Unpacking libalgorithm-diff-perl (1.19.02-3) ...
==> default: Selecting previously unselected package libalgorithm-diff-xs-perl.
==> default: Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...
==> default: Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ...
==> default: Selecting previously unselected package libalgorithm-merge-perl.
==> default: Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...
==> default: Unpacking libalgorithm-merge-perl (0.08-2) ...
==> default: Selecting previously unselected package libfile-fcntllock-perl.
==> default: Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...
==> default: Unpacking libfile-fcntllock-perl (0.14-2build1) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ...
==> default: Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.3) ...
==> default: Setting up g++ (4:4.8.2-1ubuntu6) ...
==> default: update-alternatives:
==> default: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
==> default: Setting up libdpkg-perl (1.17.5ubuntu5.7) ...
==> default: Setting up dpkg-dev (1.17.5ubuntu5.7) ...
==> default: Setting up build-essential (11.6ubuntu6) ...
==> default: Setting up libalgorithm-diff-perl (1.19.02-3) ...
==> default: Setting up libalgorithm-diff-xs-perl (0.04-2build4) ...
==> default: Setting up libalgorithm-merge-perl (0.08-2) ...
==> default: Setting up libfile-fcntllock-perl (0.14-2build1) ...
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default: libssl-doc zlib1g-dev
==> default: The following NEW packages will be installed:
==> default: libssl-dev libssl-doc zlib1g-dev
==> default: 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
==> default: Need to get 2,229 kB of archives.
==> default: After this operation, 8,288 kB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1 [183 kB]
==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.22 [1,074 kB]
==> default: Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.22 [972 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 2,229 kB in 14s (158 kB/s)
==> default: Selecting previously unselected package zlib1g-dev:amd64.
==> default: (Reading database ... 64641 files and directories currently installed.)
==> default: Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1_amd64.deb ...
==> default: Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ...
==> default: Selecting previously unselected package libssl-dev:amd64.
==> default: Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.22_amd64.deb ...
==> default: Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.22) ...
==> default: Selecting previously unselected package libssl-doc.
==> default: Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.22_all.deb ...
==> default: Unpacking libssl-doc (1.0.1f-1ubuntu2.22) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ...
==> default: Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.22) ...
==> default: Setting up libssl-doc (1.0.1f-1ubuntu2.22) ...
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following NEW packages will be installed:
==> default: libyaml-dev
==> default: 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
==> default: Need to get 55.9 kB of archives.
==> default: After this operation, 271 kB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libyaml-dev amd64 0.1.4-3ubuntu3.1 [55.9 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 55.9 kB in 1s (52.7 kB/s)
==> default: Selecting previously unselected package libyaml-dev:amd64.
==> default: (Reading database ... 66090 files and directories currently installed.)
==> default: Preparing to unpack .../libyaml-dev_0.1.4-3ubuntu3.1_amd64.deb ...
==> default: Unpacking libyaml-dev:amd64 (0.1.4-3ubuntu3.1) ...
==> default: Setting up libyaml-dev:amd64 (0.1.4-3ubuntu3.1) ...
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default: libtinfo-dev
==> default: The following NEW packages will be installed:
==> default: libreadline6-dev libtinfo-dev
==> default: 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
==> default: Need to get 289 kB of archives.
==> default: After this operation, 1,280 kB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libtinfo-dev amd64 5.9+20140118-1ubuntu1 [76.3 kB]
==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libreadline6-dev amd64 6.3-4ubuntu2 [213 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 289 kB in 2s (107 kB/s)
==> default: Selecting previously unselected package libtinfo-dev:amd64.
==> default: (Reading database ... 66098 files and directories currently installed.)
==> default: Preparing to unpack .../libtinfo-dev_5.9+20140118-1ubuntu1_amd64.deb ...
==> default: Unpacking libtinfo-dev:amd64 (5.9+20140118-1ubuntu1) ...
==> default: Selecting previously unselected package libreadline6-dev:amd64.
==> default: Preparing to unpack .../libreadline6-dev_6.3-4ubuntu2_amd64.deb ...
==> default: Unpacking libreadline6-dev:amd64 (6.3-4ubuntu2) ...
==> default: Processing triggers for install-info (5.2.0.dfsg.1-2) ...
==> default: Setting up libtinfo-dev:amd64 (5.9+20140118-1ubuntu1) ...
==> default: Setting up libreadline6-dev:amd64 (6.3-4ubuntu2) ...
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: zlib1g-dev is already the newest version.
==> default: zlib1g-dev set to manually installed.
==> default: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: Suggested packages:
==> default: ncurses-doc
==> default: The following NEW packages will be installed:
==> default: libncurses5-dev
==> default: 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
==> default: Need to get 170 kB of archives.
==> default: After this operation, 1,056 kB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libncurses5-dev amd64 5.9+20140118-1ubuntu1 [170 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 170 kB in 4s (35.4 kB/s)
==> default: Selecting previously unselected package libncurses5-dev:amd64.
==> default: (Reading database ... 66139 files and directories currently installed.)
==> default: Preparing to unpack .../libncurses5-dev_5.9+20140118-1ubuntu1_amd64.deb ...
==> default: Unpacking libncurses5-dev:amd64 (5.9+20140118-1ubuntu1) ...
==> default: Setting up libncurses5-dev:amd64 (5.9+20140118-1ubuntu1) ...
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following NEW packages will be installed:
==> default: libffi-dev
==> default: 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
==> default: Need to get 99.8 kB of archives.
==> default: After this operation, 323 kB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libffi-dev amd64 3.1~rc1+r3.0.13-12ubuntu0.1 [99.8 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 99.8 kB in 2s (45.2 kB/s)
==> default: Selecting previously unselected package libffi-dev:amd64.
==> default: (Reading database ... 66176 files and directories currently installed.)
==> default: Preparing to unpack .../libffi-dev_3.1~rc1+r3.0.13-12ubuntu0.1_amd64.deb ...
==> default: Unpacking libffi-dev:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ...
==> default: Processing triggers for install-info (5.2.0.dfsg.1-2) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Setting up libffi-dev:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ...
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: libgdbm3 is already the newest version.
==> default: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following NEW packages will be installed:
==> default: libgdbm-dev
==> default: 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
==> default: Need to get 24.9 kB of archives.
==> default: After this operation, 144 kB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libgdbm-dev amd64 1.8.3-12build1 [24.9 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 24.9 kB in 1s (13.6 kB/s)
==> default: Selecting previously unselected package libgdbm-dev.
==> default: (Reading database ... 66209 files and directories currently installed.)
==> default: Preparing to unpack .../libgdbm-dev_1.8.3-12build1_amd64.deb ...
==> default: Unpacking libgdbm-dev (1.8.3-12build1) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Setting up libgdbm-dev (1.8.3-12build1) ...
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: libffi-dev is already the newest version.
==> default: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
==> default: Running provisioner: chef_solo...
default: Installing Chef (11.18)...
==> default: Generating chef JSON and uploading...
==> default: Running chef-solo...
==> default: [2017-03-13T17:31:26+00:00] INFO: Forking chef instance to converge...
==> default: [2017-03-13T17:31:26+00:00] WARN:
==> default: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
==> default: SSL validation of HTTPS requests is disabled. HTTPS connections are still
==> default: encrypted, but chef is not able to detect forged replies or man in the middle
==> default: attacks.
==> default:
==> default: To fix this issue add an entry like this to your configuration file:
==> default:
==> default: ```
==> default: # Verify all HTTPS connections (recommended)
==> default: ssl_verify_mode :verify_peer
==> default:
==> default: # OR, Verify only connections to chef-server
==> default: verify_api_cert true
==> default: ```
==> default:
==> default: To check your SSL configuration, or troubleshoot errors, you can use the
==> default: `knife ssl check` command like so:
==> default:
==> default: ```
==> default: knife ssl check -c /tmp/vagrant-chef/solo.rb
==> default: ```
==> default:
==> default: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
==> default: Starting Chef Client, version 11.18.12
==> default: [2017-03-13T17:31:26+00:00] INFO: *** Chef 11.18.12 ***
==> default: [2017-03-13T17:31:26+00:00] INFO: Chef-client pid: 12962
==> default: [2017-03-13T17:31:32+00:00] INFO: Setting the run_list to ["recipe[apt]", "recipe[build-essential]", "recipe[openssl]", "recipe[readline]", "recipe[logrotate]", "recipe[mongodb::default]", "recipe[sqlite]", "recipe[subversion]", "recipe[vim]", "recipe[nginx]", "recipe[git]", "recipe[nodejs]", "recipe[ruby_build]", "recipe[rbenv::user]", "recipe[rbenv::vagrant]", "recipe[redisio]", "recipe[redisio::enable]"] from CLI options
==> default: [2017-03-13T17:31:32+00:00] INFO: Run List is [recipe[apt], recipe[build-essential], recipe[openssl], recipe[readline], recipe[logrotate], recipe[mongodb::default], recipe[sqlite], recipe[subversion], recipe[vim], recipe[nginx], recipe[git], recipe[nodejs], recipe[ruby_build], recipe[rbenv::user], recipe[rbenv::vagrant], recipe[redisio], recipe[redisio::enable]]
==> default: [2017-03-13T17:31:32+00:00] INFO: Run List expands to [apt, build-essential, openssl, readline, logrotate, mongodb::default, sqlite, subversion, vim, nginx, git, nodejs, ruby_build, rbenv::user, rbenv::vagrant, redisio, redisio::enable]
==> default: [2017-03-13T17:31:32+00:00] INFO: Starting Chef Run for vagrant-15f06b02
==> default: [2017-03-13T17:31:32+00:00] INFO: Running start handlers
==> default: [2017-03-13T17:31:32+00:00] INFO: Start handlers complete.
==> default:
==> default: Running handlers:
==> default: [2017-03-13T17:31:32+00:00] ERROR: Running exception handlers
==> default: Running handlers complete
==> default:
==> default: [2017-03-13T17:31:32+00:00] ERROR: Exception handlers complete
==> default: [2017-03-13T17:31:32+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> default: Chef Client failed. 0 resources updated in 5.668300914 seconds
==> default: [2017-03-13T17:31:32+00:00] ERROR: You must specify at least one cookbook repo path
==> default: [2017-03-13T17:31:32+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run 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.
Installing the 'vagrant-triggers' plugin. This can take a few minutes...
Installed the plugin 'vagrant-triggers (0.5.3)'!
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Running triggers before up...
==> default: Trying to delete folder .vagrant/machines/default/virtualbox/synced_folders
==> default: Checking if box 'ubuntu/trusty64' is up to date...
==> default: The cookbook path '/Users/y/acpc/acpc_vagrant/cookbooks' doesn't exist. Ignoring...
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment