fgrehm / vagrant-cachier

Caffeine reducer
http://fgrehm.viewdocs.io/vagrant-cachier
MIT License
1.08k stars 111 forks source link

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

Closed hbokh closed 1 year ago

hbokh commented 6 years ago

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 commented 6 years ago

I also have this issue on:

Reproduced with NFS mount options:

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

fgrehm commented 1 year ago

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

As per https://github.com/fgrehm/vagrant-cachier/issues/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 :wave: