[systemd-bugs] [Bug 61411] All logs since last boot gone after crash/hard reboot

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 12 13:32:17 PDT 2013


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

--- Comment #2 from Kay Sievers <kay at vrfy.org> ---
You don't happen to run laptop mode, or any other thing that does
tune the writeback or disk syncing?

Can you please try something like:
  $ logger thisissometextilookfor; strings
/var/log/journal/6a...9ea/system.journal | grep thisis
  MESSAGE=thisissometextilookfor

It ends up immediately on disk here, as you can see.

You can also check:
  $ strings /var/log/journal/6a...9ea/*..journal | tail -5
  ...
  _SOURCE_REALTIME_TIMESTAMP=1363120145422193

And translate the usec to the readable date:
  $ date --date=@1363120145
  Tue Mar 12 21:29:05 CET 2013

-- 
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/20130312/8d314269/attachment.html>


More information about the systemd-bugs mailing list