On Sat, Mar 26, 2022 at 4:50 AM Philip Rhoades <phil@pricom.com.au> wrote:
People,

I am trying to build from a ks file but I keep getting errors about not
enough space on / - but there is plenty of space:

   /dev/sda3       183G   31G  143G  18% /

Is the error about / on the image that is being created?  I have tried
removing all non-critical packages - which reduces the number in the
error message but I don't understand why I am getting it all . .

Here is what I get:


   [lots of errors like this]:
   installing package
NetworkManager-config-connectivity-fedora-1:1.37.3-1.fc37.noarch needs
296MB more space on the / filesystem

Error Summary
-------------
Disk Requirements:
    At least 296MB more space needed on the / filesystem.

Unable to unmount /var/tmp/imgcreate-krx68kda/install_root/var/cache/dnf
normally, using lazy unmount
lazy umount succeeded on
/var/tmp/imgcreate-krx68kda/install_root/var/cache/dnf
lazy umount succeeded on
/var/tmp/imgcreate-krx68kda/install_root/var/cache/dnf
Unable to unmount /var/tmp/imgcreate-krx68kda/install_root/sys normally,
using lazy unmount
lazy umount succeeded on /var/tmp/imgcreate-krx68kda/install_root/sys
lazy umount succeeded on /var/tmp/imgcreate-krx68kda/install_root/sys
Unmounting directory /var/tmp/imgcreate-krx68kda/install_root
Losetup remove /dev/loop0


How much space is in /var/tmp ?
It's not always the same as /

Troy