Created
July 27, 2018 14:28
-
-
Save sirkitree/d5cba11e853c58c93c1284cee078ef65 to your computer and use it in GitHub Desktop.
drupalvm output 7/27/2018
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant up | |
Bringing machine 'ibm' up with 'virtualbox' provider... | |
==> ibm: Checking if box 'geerlingguy/ubuntu1404' is up to date... | |
==> ibm: Clearing any previously set forwarded ports... | |
==> ibm: Clearing any previously set network interfaces... | |
==> ibm: Preparing network interfaces based on configuration... | |
ibm: Adapter 1: nat | |
ibm: Adapter 2: hostonly | |
==> ibm: Forwarding ports... | |
ibm: 22 (guest) => 2222 (host) (adapter 1) | |
==> ibm: Running 'pre-boot' VM customizations... | |
==> ibm: Booting VM... | |
==> ibm: Waiting for machine to boot. This may take a few minutes... | |
ibm: SSH address: 127.0.0.1:2222 | |
ibm: SSH username: vagrant | |
ibm: SSH auth method: private key | |
==> ibm: Machine booted and ready! | |
[ibm] GuestAdditions versions on your host (5.2.16) and guest (5.2.12) do not match. | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
linux-headers-3.13.0-32-generic is already the newest version. | |
The following packages were automatically installed and are no longer required: | |
python-crypto python-httplib2 python-jinja2 python-markupsafe | |
python-paramiko python-pkg-resources python-setuptools python-yaml sshpass | |
Use 'apt-get autoremove' to remove them. | |
Suggested packages: | |
debhelper | |
The following NEW packages will be installed: | |
dkms | |
0 upgraded, 1 newly installed, 0 to remove and 46 not upgraded. | |
Need to get 65.7 kB of archives. | |
After this operation, 353 kB of additional disk space will be used. | |
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main dkms all 2.2.0.3-1.1ubuntu5.14.04.9 [65.7 kB] | |
dpkg-preconfigure: unable to re-open stdin: No such file or directory | |
Fetched 65.7 kB in 0s (153 kB/s) | |
Selecting previously unselected package dkms. | |
(Reading database ... 76606 files and directories currently installed.) | |
Preparing to unpack .../dkms_2.2.0.3-1.1ubuntu5.14.04.9_all.deb ... | |
Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... | |
Copy iso file /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso | |
Mounting Virtualbox Guest Additions ISO to: /mnt | |
mount: block device /tmp/VBoxGuestAdditions.iso is write-protected, mounting read-only | |
Installing Virtualbox Guest Additions 5.2.16 - guest version is 5.2.12 | |
Verifying archive integrity... All good. | |
Uncompressing VirtualBox 5.2.16 Guest Additions for Linux........ | |
VirtualBox Guest Additions installer | |
Removing installed version 5.2.12 of VirtualBox Guest Additions... | |
vboxadd-service.sh: Stopping VirtualBox Guest Addition service. | |
You may need to restart your guest system to finish removing the guest drivers. | |
Copying additional installer modules ... | |
Installing additional modules ... | |
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules. This may take a while. | |
VirtualBox Guest Additions: Running kernel modules will not be replaced until the system is restarted | |
VirtualBox Guest Additions: Starting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment