ptwobrussell / Mining-the-Social-Web-2nd-Edition

The official online compendium for Mining the Social Web, 2nd Edition (O'Reilly, 2013)
http://bit.ly/135dHfs
Other
2.9k stars 1.49k forks source link

Installing Chef failed #314

Open Mapleaaa opened 7 years ago

Mapleaaa commented 7 years ago
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'precise64'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: Mining-the-Social-Web-2nd-Edition_default_1478178436265_69136
==> default: Auto-generating node name for Chef...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 8888 (guest) => 8888 (host) (adapter 1)
    default: 5000 (guest) => 5000 (host) (adapter 1)
    default: 27017 (guest) => 27017 (host) (adapter 1)
    default: 27018 (guest) => 27018 (host) (adapter 1)
    default: 27019 (guest) => 27019 (host) (adapter 1)
    default: 28017 (guest) => 28017 (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.2.0
    default: VirtualBox Version: 5.1
==> default: Mounting shared folders...
    default: /vagrant => C:/Users/Maplez/Desktop/PYthon/oreilly/Mining-the-Social-Web-2nd-Edition
    default: /tmp/vagrant-chef/74385f0fcf89d1da7abe59d4ec1783cf/cookbooks => C:/Users/Maplez/Desktop/PYthon/oreilly/Mining-the-Social-Web-2nd-Edition/deploy/cookbooks
==> default: Running provisioner: chef_solo...
    default: Installing Chef (latest)...

and there is no response anymore, is there anything wrong?
I use win10 and the latest VM.

rreben commented 7 years ago

I made a fork, with some adjustments. It is working for me (Windows 7). https://github.com/rreben/Mining-the-Social-Web-2nd-Edition It is reported to work on windows 10 and MacOS as well.

There is some explanation in the readme file on the fork. Also some discussions in this repo in closed issues.