Closed robdecker closed 8 years ago
It looks like:
gzip: stdout: No space left on device
Can you log in (vagrant ssh
) and run df -h
and paste the output? It looks like you've hit 20+ GB on the VM disk image.
vagrant@drupalvm:/tmp$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ubuntu--vg-root 78G 12G 63G 16% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 988M 4.0K 988M 1% /dev
tmpfs 201M 432K 200M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1001M 0 1001M 0% /run/shm
none 100M 0 100M 0% /run/user
/dev/sda1 236M 229M 0 100% /boot
/dev/loop1 56M 56M 0 100% /tmp/vbox
192.168.88.1:/Users/rob/work/_drupalvm/_db-dumps_ 931G 632G 300G 68% /db-dumps
vagrant 931G 632G 300G 68% /vagrant
Yeah, it looks like the /boot
volume is full (/dev/sda1), and that's causing the error.
See http://askubuntu.com/questions/89710/how-do-i-free-up-more-space-in-boot for more info—also, I typically blow out my Drupal VM instances on a weekly basis (vagrant destroy -f
) and rebuild them from scratch, so this kind of problem is avoided :)
Drupal VM is structured so it can be destroyed and rebuilt as easily as possible, so it might be good when you run into issues like this to just destroy it and rebuild; otherwise you'll have to do some of the cleanup as suggested in the above thread on Ask Ubuntu.
I have updated Ansible requirements (
sudo ansible-galaxy install -r provisioning/requirements.yml --force
) and am trying to provision, but it is failing. I have retried a few times.It is failing sometimes at
geerlingguy.mailhog | Install sSMTP
and sometimes atgeerlingguy.postfix | Ensure postfix is installed (Debian)
. Error log follows: