<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - journalctl mixes new logs with logs from the previous boot on crash (no RTC)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=64760#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - journalctl mixes new logs with logs from the previous boot on crash (no RTC)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=64760">bug 64760</a>
              from <span class="vcard"><a class="email" href="mailto:zbyszek@in.waw.pl" title="Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl>"> <span class="fn">Zbigniew Jedrzejewski-Szmek</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>