Hi Jonathan, > Look; don't guess. You've discovered with systemctl list-units > --failed which units have failed. Now use systemctl status on each of > those units, which will give you when it was started, what was > started, how it stopped (with exit code and signal status), and (if > you do this as the superuser) the most recent log output related to > the service.
yes, I tried to find out, what happened. Two of three errors I found. Those were orphaned configuration files in /etc/default of deinstalled packages. Deleting them, too fixed the problem. However, that orphaned configuration files mess the system should not be and should be ignored by systemd. But this should not be discussed here. Tha last error I could associate to the drive, but I am stuck, how to fix this. I get: protheus2:~# systemctl --failed list-units UNIT LOAD ACTIVE SUB DESCRIPTION ● systemd-remount-fs.service loaded failed failed Remount Root and Kernel File Systems To fix this, I did a e2fsck on the / partitiin from a livefile system, but got no success. The / and the /boot partition and the other 3 partitions (which are ecrypted) are ok. Checked them with e2fsck, too. I do not know, where I can look now. Here is my /etc/fstab: # /dev/sda6 / ext4 noatime,defaults,errors=remount-ro 0 1 UUID=4a3f4888-aefb-4bee-a23d-3c03ec22c9d7 / ext4 noatime,defaults,errors=remount-ro,discard 0 1 # /dev/sda3 /boot ext2 defaults 0 1 UUID=f7af70e2-a7db-4fbe-b4af-1386376fc796 /boot ext2 defaults 0 1 /dev/mapper/home /home ext4 noatime,defaults,errors=remount- ro,discard 0 2 /dev/mapper/usr /usr ext4 noatime,defaults,errors=remount- ro,discard 0 2 /dev/mapper/var /var ext4 noatime,defaults,errors=remount- ro,discard 0 2 # /dev/sda5 none swap sw 0 0 UUID=f11162a8-de6d-47c4-9af4-b60bd5400073 none swap sw 0 0 none /proc/bus/usb usbfs auto,devmode=0666 0 0 # /dev/disk/by-label/UIT-KEY /media vfat uid=0,gid=0,umask=277 0 0 If you (or someone else) sees something wrong or unusual, please point me to that. Thank you all for any help! Best regards Hans -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/39248304.g4jEs4Docp@protheus2