All,
New day, new chances.
So,... the system did run through the night. As the crash was yesterday between 22:00 & 23:00 it's not related to "24:00 maintenance".
The kind of strange thing is that the system did run for 3 days without crash and now it again crashes after about 14hr runtime.
Only differences:
- removed usbstick for external logging
- reconnected X10 USB interface that uses libusb-1.0 library form my C-language application
- upgraded .tcz applications to TC17 level again
I "kind of feel without evidence" that it's not the .tcz applications. I still suspect the usb stuff
Anyways, restarted the system with "usbcore.autosuspend=-1" boot option.
Here is my applicable extlinux.conf section
LABEL gui17tst
KERNEL /tce/boot/vmlinuz17
INITRD /tce/boot/core17.gz
APPEND quiet usbcore.autosuspend=-1 host=huis cron tz=CET-1CEST,M3.5.0,M10.5.0/3 waitusb=5:UUID="a6f362cf-6c77-4fb7-bb05-76724d3b8113" tce=UUID="a6f362cf-6c77-4fb7-bb05-76724d3b8113"
showbootcodes:
tc@huis:/krubo/work$ showbootcodes
BOOT_IMAGE=/tce/boot/vmlinuz17 quiet usbcore.autosuspend=-1 host=huis cron tz=CET-1CEST,M3.5.0,M10.5.0/3 waitusb=5:UUID="a6f362cf-6c77-4fb7-bb05-76724d3b8113" tce=UUID="a6f362cf-6c77-4fb7-bb05-76724d3b8113" initrd=/tce/boot/core17.gz
I will likely have to manually halt the system a few times in upcoming 2 days for reason I get a home-battery installed.
I will definitely keep this thread updated but probably no news in upcoming 2..4 days.
@Rich, thanks for the directions on avoiding cron-logging. I will for now not do that for reason I have minimised the entries towards low flash-wear anyways. And having some logging helps to get timestamps for start&crash. Very likely I do something like that at a later stage.
With that said... "any tips to get better crash logging"?? I basically have zero logging from last crash. I probably need to set -l to 6 instead of 5.
Will try that later. Lets see how the "usbcore.autosuspend=-1" works out for now.
[Edit]: Adjusted first showbootcodes code tag. Rich