Failed to start Load/Save random OS seed

Hello there,

unfortunately, I managed to break my installation…

What I did:

I updated the prusaslicer package via Flatpak and the steam client at the same time. At least the Flatpak update didn’t finish successfully, and the computer completely froze during the process.

(I thought Flatpak and the steam client are somehow encapsulated, as no pacman/yay was involved.)

After a reboot, I got the following error messages:

I have an encrypted system with btrfs, but unfortunately, every old snapshot produces the same error message.

I can access my system using a live USB stick and arch-chroot.

But where/how should I begin fixing this error?

Thanks and happy holidays! :christmas_tree:

Ok so I had some time to dig further.

[root@EndeavourOS /]# df -h

Filesystem          Size  Used Avail Use% Mounted on

/dev/mapper/crypto  119G   86G     0 100% /

/dev/sda1           511M  1.1M  510M   1% /boot/efi

/dev/mapper/crypto  119G   86G     0 100% /home

efivarfs            100K   77K   19K  81% /sys/firmware/efi/efivars

udev                1.8G     0  1.8G   0% /dev

shm                 1.9G     0  1.9G   0% /dev/shm

run                 1.9G     0  1.9G   0% /run

tmp                 1.9G     0  1.9G   0% /tmp

airootfs             10G  132M  9.9G   2% /etc/resolv.conf

There should be plenty space, but root is reported at 100% usage.

I tried to remove some files and a package:

[root@EndeavourOS /]# pacman -Rns digikam 

error: failed to init transaction (unable to lock database)

error: could not lock database: No space left on device

Unable to lock database could relate to a lockfile: but there is no /var/lib/pacman/db.lck

So I tried to create a simple file:

[root@EndeavourOS /]# touch test

touch: cannot touch 'test': No space left on device

btrfs usage shows there should be space:

[root@EndeavourOS /]# btrfs filesystem usage /

Overall:

    Device size:                 118.74GiB

    Device allocated:            118.74GiB

    Device unallocated:            1.00MiB

    Device missing:                  0.00B

    Device slack:                  3.50KiB

    Used:                         85.18GiB

    Free (estimated):             33.35GiB      (min: 33.35GiB)

    Free (statfs, df):               0.00B

    Data ratio:                       1.00

    Metadata ratio:                   1.00

    Global reserve:              208.44MiB      (used: 208.00KiB)

    Multiple profiles:                  no


Data,single: Size:116.73GiB, Used:83.38GiB (71.43%)

   /dev/mapper/crypto    116.73GiB


Metadata,single: Size:2.01GiB, Used:1.80GiB (89.87%)

   /dev/mapper/crypto      2.01GiB


System,single: Size:4.00MiB, Used:16.00KiB (0.39%)

   /dev/mapper/crypto      4.00MiB


Unallocated:

   /dev/mapper/crypto      1.00MiB

What am I missing?

Okay maybe the disk was indeed full, deleted an old Timeshift snapshot an got the system working again!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.