-
Notifications
You must be signed in to change notification settings - Fork 167
Description
Build results in BUILD FAILED!
Reviewing the stout the fail occurs when running the command
apt-get install -y --force-yes matchbox-window-manager xorg lightdm xinput
from the gui module I get multiple
error processing archive ....... : failed to write (No space left on device)
after the Build fails the output from df- h indicates over 300 GB for free storage, might this be an inode error for the quantity of files being written?
Filesystem Size Used Avail Use% Mounted on
udev 1.6G 0 1.6G 0% /dev
tmpfs 380M 1.4M 379M 1% /run
/dev/sda2 439G 21G 396G 5% /
tmpfs 1.9G 360K 1.9G 1% /dev/shm
tmpfs 5.0M 12K 5.0M 1% /run/lock
/dev/sda1 511M 69M 443M 14% /boot/firmware
tmpfs 380M 44K 380M 1% /run/user/1000
dist config file contains:
export MODULES="base(network,mysql,gui,ianseopi)"
removing gui module does not result in the build failure.