Skip to content

Instantly share code, notes, and snippets.

@generalredneck
Created September 22, 2017 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save generalredneck/fb9fee0943f92953f57fdbebaa3ad6fe to your computer and use it in GitHub Desktop.
Save generalredneck/fb9fee0943f92953f57fdbebaa3ad6fe to your computer and use it in GitHub Desktop.
drupal-vm failure
$ vagrant up
Bringing machine 'local.woodmagazine.com' up with 'virtualbox' provider...
==> local.woodmagazine.com: Checking if box 'geerlingguy/ubuntu1404' is up to date...
==> local.woodmagazine.com: Clearing any previously set forwarded ports...
==> local.woodmagazine.com: Clearing any previously set network interfaces...
==> local.woodmagazine.com: Preparing network interfaces based on configuration...
local.woodmagazine.com: Adapter 1: nat
local.woodmagazine.com: Adapter 2: hostonly
==> local.woodmagazine.com: Forwarding ports...
local.woodmagazine.com: 22 (guest) => 2222 (host) (adapter 1)
==> local.woodmagazine.com: Running 'pre-boot' VM customizations...
==> local.woodmagazine.com: Booting VM...
==> local.woodmagazine.com: Waiting for machine to boot. This may take a few minutes...
local.woodmagazine.com: SSH address: 127.0.0.1:2222
local.woodmagazine.com: SSH username: vagrant
local.woodmagazine.com: SSH auth method: private key
==> local.woodmagazine.com: Machine booted and ready!
[local.woodmagazine.com] GuestAdditions versions on your host (5.1.28) and guest (5.1.26) do not match.
Reading package lists...
Building dependency tree...
Reading state information...
linux-headers-3.13.0-129-generic is already the newest version.
linux-headers-3.13.0-129-generic set to manually installed.
The following packages were automatically installed and are no longer required:
libyaml-0-2 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.
The following extra packages will be installed:
fakeroot libfakeroot
Suggested packages:
dpkg-dev debhelper
The following NEW packages will be installed:
dkms fakeroot libfakeroot
0 upgraded, 3 newly installed, 0 to remove and 35 not upgraded.
E: Archives directory /var/cache/apt/archives/partial is missing. - Acquire (2: No such file or directory)
E: Archives directory /var/cache/apt/archives/partial is missing. - Acquire (2: No such file or directory)
Reading package lists...
Building dependency tree...
Reading state information...
linux-headers-3.13.0-129-generic is already the newest version.
linux-headers-3.13.0-129-generic set to manually installed.
The following packages were automatically installed and are no longer required:
libyaml-0-2 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.
The following extra packages will be installed:
fakeroot libfakeroot
Suggested packages:
dpkg-dev debhelper
The following NEW packages will be installed:
dkms fakeroot libfakeroot
0 upgraded, 3 newly installed, 0 to remove and 35 not upgraded.
E: Archives directory /var/cache/apt/archives/partial is missing. - Acquire (2: No such file or directory)
==> local.woodmagazine.com: Checking for guest additions in VM...
==> local.woodmagazine.com: [vagrant-hostsupdater] Checking for host entries
==> local.woodmagazine.com: [vagrant-hostsupdater] found entry for: 192.168.10.6 local.woodmagazine.com
==> local.woodmagazine.com: [vagrant-hostsupdater] found entry for: 192.168.10.6 www.local.woodmagazine.com
==> local.woodmagazine.com: [vagrant-hostsupdater] found entry for: 192.168.10.6 adminer.local.woodmagazine.com
==> local.woodmagazine.com: [vagrant-hostsupdater] found entry for: 192.168.10.6 xhprof.local.woodmagazine.com
==> local.woodmagazine.com: [vagrant-hostsupdater] found entry for: 192.168.10.6 pimpmylog.local.woodmagazine.com
==> local.woodmagazine.com: [vagrant-hostsupdater] found entry for: 192.168.10.6 dashboard.local.woodmagazine.com
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
apt-get install -y linux-headers-`uname -r` dkms
Stdout from the command:
Reading package lists...
Building dependency tree...
Reading state information...
linux-headers-3.13.0-129-generic is already the newest version.
linux-headers-3.13.0-129-generic set to manually installed.
The following packages were automatically installed and are no longer required:
libyaml-0-2 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.
The following extra packages will be installed:
fakeroot libfakeroot
Suggested packages:
dpkg-dev debhelper
The following NEW packages will be installed:
dkms fakeroot libfakeroot
0 upgraded, 3 newly installed, 0 to remove and 35 not upgraded.
Stderr from the command:
E: Archives directory /var/cache/apt/archives/partial is missing. - Acquire (2: No such file or directory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment