Skip to content

Instantly share code, notes, and snippets.

@KarlBaumann
Last active February 22, 2016 18:59
Show Gist options
  • Save KarlBaumann/e2e95f62d487b20f30b3 to your computer and use it in GitHub Desktop.
Save KarlBaumann/e2e95f62d487b20f30b3 to your computer and use it in GitHub Desktop.
baumanisk@KARW24098 C:\Users\baumanisk
> cd Vagrantfile
baumanisk@KARW24098 C:\Users\baumanisk\Vagrantfile
> vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'box-cutter/ubuntu1404-desktop' could not be found. Attempting
to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'box-cutter/ubuntu1404-desktop'
default: URL: https://atlas.hashicorp.com/box-cutter/ubuntu1404-desktop
==> default: Adding box 'box-cutter/ubuntu1404-desktop' (v2.0.14) for provider:
virtualbox
default: Downloading: https://atlas.hashicorp.com/box-cutter/boxes/ubuntu140
4-desktop/versions/2.0.14/providers/virtualbox.box
default: Progress: 100% (Rate: 641k/s, Estimated time remaining: --:--:--)
==> default: Successfully added box 'box-cutter/ubuntu1404-desktop' (v2.0.14) for 'virtualbox'!
==> default: Importing base box 'box-cutter/ubuntu1404-desktop'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'box-cutter/ubuntu1404-desktop' is up to date...
==> default: Setting the name of the VM: Security - Provisioning
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
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: Setting hostname...
==> default: Mounting shared folders...
default: /vagrant => C:/Users/baumanisk/Vagrantfile
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Set Zend desktop background image...
==> default: [DONE: Setting up background image]
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Set timezone to US Pacific Time...
==> default: America/Los_Angeles
==> default: [DONE: Setting timezone]
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Installing Apache ...
==> default: [DONE: Install Apache]
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Installing MySQL...
==> default: [DONE: Install MySQL]
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Installing PHP...
==> default: [DONE: Install PHP]
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Installing phpMyAdmin...
==> default: Set phpMyconfig params...
==> default: [DONE: Install phpMyAdmin]
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Installing Oracle Java. This will take time...
==> default: [DONE: Install Oracle Java]
==> default: Installing Zend Studio. This will take time...
==> default:
==> default: gzip: stdin: not in gzip format
==> default: tar: Child returned status 1
==> default: tar: Error is not recoverable: exiting now
==> default: [DONE: Install Zend Studio]
==> default: chown: cannot access ‘ZendStudio’: No such file or directory
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Setting up course project...
==> default: Create virtual hosts for the project...
==> default: Installing nmap port scanner...
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Selecting previously unselected package libblas3.
==> default: (Reading database ... 171373 files and directories currently installed.)
==> default: Preparing to unpack .../libblas3_1.2.20110419-7_amd64.deb ...
==> default: Unpacking libblas3 (1.2.20110419-7) ...
==> default: Selecting previously unselected package liblinear1.
==> default: Preparing to unpack .../liblinear1_1.8+dfsg-1ubuntu1_amd64.deb ...
==> default: Unpacking liblinear1 (1.8+dfsg-1ubuntu1) ...
==> default: Selecting previously unselected package liblinear-tools.
==> default: Preparing to unpack .../liblinear-tools_1.8+dfsg-1ubuntu1_amd64.deb ...
==> default: Unpacking liblinear-tools (1.8+dfsg-1ubuntu1) ...
==> default: Selecting previously unselected package nmap.
==> default: Preparing to unpack .../nmap_6.40-0.2ubuntu1_amd64.deb ...
==> default: Unpacking nmap (6.40-0.2ubuntu1) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Setting up libblas3 (1.2.20110419-7) ...
==> default: update-alternatives:
==> default: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
==> default: Setting up liblinear1 (1.8+dfsg-1ubuntu1) ...
==> default: Setting up liblinear-tools (1.8+dfsg-1ubuntu1) ...
==> default: Setting up nmap (6.40-0.2ubuntu1) ...
==> default: Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
==> default: Setting up the course DB if necessary
==> default: Bootstrap the course MySql database...
==> default: [DONE: Set up course project in Apache]
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Setting up the environment...
==> default: [DONE: Environment setup]
==> default: Running provisioner: shell...
default: Running: inline script
==> default: Executing cleanup detail...
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: [DONE: Cleanup]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment