Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2849

General Questions • Re: [Software] Time spent on flushing to journal CRASH

$
0
0
Got something. Not sure something useful, but at least a change.
As getting a second machine with serial port will take me some days, in the document pointed above just following the BOOT_DEBUG parameter I found the log_host option to send the output to a remote syslog, and that was easier to test.
So stopped grub and added those parameters. The command line was:

BOOT_IMAGE=/boot/vmlinuz-6.1.0-27-amd64 root=UUID=b14ddcd2-183c-4335-ac29-2992b3b3de74 ro initrd=/install/initrd.gz BOOT_DEBUG=2 log_host=192.168.1.231

Now, the remote syslog didnt receive anything at all, but after tens of tests all of them crashing at the "Time spent on flushing" line (line num 926 in my journal file) this time, for the first time in weeks, it got to the login screen. Auto-populated with the user I set when installed it, and waiting the password. I entered the password and boom, the reboot is back. This time the journal contains 1554 lines, so some progress. Why the new command line parameters helped to get further is a mystery to me.

In case it is relevant, this is that segment from the journal, with the first lines after the last one I was able to get before.

Jan 13 21:32:07 lightH systemd-journald[340]: Time spent on flushing to /var/log/journal/e77c844966b145c1b1ca7c2fa7f8ab4a is 8.043ms for 925 entries.
Jan 13 21:32:07 lightH systemd-journald[340]: System Journal (/var/log/journal/e77c844966b145c1b1ca7c2fa7f8ab4a) is 88.0M, max 4.0G, 3.9G free.
Jan 13 21:32:08 lightH systemd-journald[340]: Received client request to flush runtime journal.
Jan 13 21:32:08 lightH systemd-journald[340]: File /var/log/journal/e77c844966b145c1b1ca7c2fa7f8ab4a/system.journal corrupted or uncleanly shut down, renaming and replacing.
Jan 13 21:32:08 lightH kernel: lp: driver loaded but no devices found
Jan 13 21:32:08 lightH kernel: ppdev: user-space parallel port driver
Jan 13 21:32:07 lightH systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.


Scanning through the additional lines in the journal, I found some that got my attention (remember I know very little, so no criteria of what's relevant, I just skip all the Starting...Started...Finished lines as apparently no failures)

Jan 13 21:32:08 lightH systemd[1]: Started systemd-ask-password-plymouth.path - Forward Password Requests to Plymouth Directory Watch.
Jan 13 21:32:08 lightH systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.


No clue about that local encrypted volumes, I have encrypted nothing.

Jan 13 21:32:09 lightH kernel: mei_me 0000:00:16.0: Device doesn't have valid ME Interface
Jan 13 21:32:09 lightH kernel: mei_me 0000:00:16.1: Device doesn't have valid ME Interface


Lines complaining for that (?) ME interface

Jan 13 21:32:09 lightH kernel: power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().

Some complaint for a deprecated driver, hopefully not key one (?) power_meter

Jan 13 21:32:09 lightH kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS

No clue, but complains for unable to reset...

Jan 13 21:32:12 lightH udisksd[582]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
Jan 13 21:32:12 lightH udisksd[582]: Failed to load the 'mdraid' libblockdev plugin


Lines with explicit failures.

Jan 13 21:32:19 lightH wireplumber[744]: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
Jan 13 21:32:19 lightH wireplumber[744]: found session bus but no portal
Jan 13 21:32:19 lightH pipewire-pulse[745]: mod.rt: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
Jan 13 21:32:19 lightH pipewire-pulse[745]: mod.rt: found session bus but no portal
Jan 13 21:32:19 lightH pipewire[742]: mod.rt: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
Jan 13 21:32:19 lightH pipewire[742]: mod.rt: found session bus but no portal


Some "no portal" complaints...

Jan 13 21:32:58 lightH systemd[723]: Startup finished in 39.842s.
Jan 13 21:33:13 lightH dbus-daemon[748]: [session uid=115 pid=748] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.12' (uid=115 pid=1469 comm="/usr/libexec/tracker-miner-fs-3")
Jan 13 21:33:13 lightH systemd[723]: Starting tracker-extract-3.service - Tracker metadata extractor...
Jan 13 21:33:13 lightH dbus-daemon[748]: [session uid=115 pid=748] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
Jan 13 21:33:13 lightH systemd[723]: Started tracker-extract-3.service - Tracker metadata extractor.
Jan 13 21:33:13 lightH dbus-daemon[748]: [session uid=115 pid=748] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.20' (uid=115 pid=1512 comm="/usr/libexec/tracker-extract-3")
Jan 13 21:33:13 lightH systemd[723]: Starting gvfs-metadata.service - Virtual filesystem metadata service...
Jan 13 21:33:13 lightH dbus-daemon[748]: [session uid=115 pid=748] Successfully activated service 'org.gtk.vfs.Metadata'
Jan 13 21:33:13 lightH systemd[723]: Started gvfs-metadata.service - Virtual filesystem metadata service.
Jan 13 21:33:20 lightH systemd[1]: systemd-localed.service: Deactivated successfully.
Jan 13 21:33:20 lightH systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jan 13 21:33:31 lightH geoclue[1172]: Service not used for 60 seconds. Shutting down..
Jan 13 21:33:31 lightH systemd[1]: geoclue.service: Deactivated successfully.
Jan 13 21:33:50 lightH realmd[1374]: quitting realmd service after timeout
Jan 13 21:33:50 lightH realmd[1374]: stopping service
Jan 13 21:33:50 lightH systemd[1]: realmd.service: Deactivated successfully.


And the final lines captured.

Thanks in advance for any hint to continue.

AN

Statistics: Posted by GetMyDebianBack — 2025-01-13 22:25



Viewing all articles
Browse latest Browse all 2849

Trending Articles