[systemd-bugs] [Bug 64760] journalctl mixes new logs with logs from the previous boot on crash (no RTC)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 7 19:20:05 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=64760

--- Comment #1 from Zbigniew Jedrzejewski-Szmek <zbyszek at in.waw.pl> ---
I guess we could a mode where journalctl orders messages first by boot_id, and
then by the monotonic time. Shouldn't be too hard:
  for sd_journal_enumerate_unique("BOOT_ID"):
     sd_journal_add_match("BOOT_ID=...")
     logs_show()

Might even be useful to people who have an rtc but it's not functioning
currently.

I wonder how rare such a situation is.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130608/1d2eb7f3/attachment.html>


More information about the systemd-bugs mailing list