Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Plugin broken for apt-get on High Sierra? #188

Closed
hbokh opened this issue Feb 28, 2018 · 2 comments
Closed

Plugin broken for apt-get on High Sierra? #188

hbokh opened this issue Feb 28, 2018 · 2 comments
Labels

Comments

@hbokh
Copy link

hbokh commented Feb 28, 2018

Ever since I'm on macOS 10.13 High Sierra APFS and using Vagrant 2.0.x I'm getting

E: You don't have enough free space in /var/cache/apt/archives/.
 * ERROR: Failed to run install_debian_deps()!!!

when running vagrant up. Needles to say the disk is far from full:

192.168.33.1:/Users/hbokh/.vagrant.d/cache/debian/contrib-jessie64  234G  234G  156G  61% /tmp/vagrant-cache

Weirdest things is, once inside a box (debian/contrib-jessie64 (virtualbox, 8.10.0) but also ole/jessie64 (virtualbox, 0.2.2) in my case), apt-get upgrade gives the "not enough free space"-message, but aptitude upgrade will work OK and uses the cache...

Disabling both nfs and the mount_options for the plugin in the Vagrantfile makes things work (again).

Now I wonder: is this a Vagrant-, a macOS, a Debian-box (since for example ubuntu/xenial64 seems unaffected) or plugin-issue?

@cnielsen-socotra
Copy link

I also have this issue on:

  • Host: MacOS 10.13.4 (High Sierra)
  • Guest: Ubuntu 18.04
  • Virtualbox: 5.2.12
  • Vagrant: 2.1.0
  • vagrant-cachier: 1.2.1

Reproduced with NFS mount options:

  • udp or tcp
  • nolock or nolock absent

I had to uninstall the module to resolve the problem. Just commenting out the vagrant-cachier specific config was not enough.

@fgrehm fgrehm added the ignored label Nov 22, 2022
@fgrehm
Copy link
Owner

fgrehm commented Nov 22, 2022

Hey, sorry for the silence here but this project is looking for maintainers 😅

As per #193, I've added the ignored label and will close this issue. Thanks for the interest in the project and LMK if you want to step up and take ownership of this project on that other issue 👋

@fgrehm fgrehm closed this as completed Nov 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants