On 6/19/20 4:57 PM, Ralph Katz wrote: > the system now is able to run for a few weeks > between reboots before producing checksum errors
Also, each reboot fails initial fsck and requires e2fsck -y As I recall, the boot screen on failed reboot displayed something like: DMAR fault status reg 2 ... garbage... run manual fsck > ralph@spike3:~$ cat /run/initramfs/fsck* > Log of fsck -C -f -a -T -t ext4 /dev/sda2 > Sat Jun 13 22:39:29 2020 > > /dev/sda2: Inode 55838449 seems to contain garbage. > > /dev/sda2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. > (i.e., without -a or -p options) > fsck exited with status code 4 > > Sat Jun 13 22:39:34 2020 > ---------------- > Log of fsck -C -f -a -T -t ext4 /dev/sda2 > Sat Jun 13 22:40:15 2020 > > /dev/sda2: Inode 55838449 seems to contain garbage. > > /dev/sda2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. > (i.e., without -a or -p options) > fsck exited with status code 4 > > Sat Jun 13 22:40:20 2020 > ---------------- > Log of fsck -C -f -a -T -t ext4 /dev/sda2 > Sat Jun 13 22:45:43 2020 > > /dev/sda2: 202311/60456960 files (1.6% non-contiguous), 14132093/241805828 > blocks > > Sat Jun 13 22:45:55 2020 > ---------------- Thanks, Ralph