Routine system update failed (Ubuntu 22.04.4 LTS)

Ralf Mardorf kde.lists at yahoo.com
Sat Sep 21 01:08:30 UTC 2024


On Fri, 2024-09-20 at 23:16 +0200, Bo Berglund wrote:
> ~$ df -h
> Filesystem                         Size  Used Avail Use% Mounted on
> tmpfs                               96M  1.4M   95M   2% /run
> /dev/mapper/agivpnserver--vg-root   28G   19G  7.5G  72% /
> tmpfs                              479M     0  479M   0% /dev/shm
> tmpfs                              5.0M     0  5.0M   0% /run/lock
> /dev/sda1                          470M  394M   52M  89% /boot
> tmpfs                               96M   32K   96M   1% /run/user/1000

Hi,

1. you probably run out of disk space when writing initrd. After this
failed the space used by the incomplete initrd was probably released.

An initrd can easily be larger than 50M. So without the size of a kernel
there isn't already enough space for ~ 9 initrds, 470M / 55M = 8.55 .

Or less likely 2. on file systems that are smaller than ½G you can more
easily run out of inodes.

$ df -h --inodes

If no inode is left, you also get a "No space left on device" error.

Regards,
Ralf


More information about the ubuntu-users mailing list