[systemd-bugs] [Bug 55239] New: journalctl and parsing corrupted journals
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Sep 23 06:20:28 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=55239
Priority: high
Bug ID: 55239
Assignee: systemd-bugs at lists.freedesktop.org
Summary: journalctl and parsing corrupted journals
QA Contact: systemd-bugs at lists.freedesktop.org
Severity: enhancement
Classification: Unclassified
OS: All
Reporter: public.avatar at gmail.com
Hardware: Other
Status: NEW
Version: unspecified
Component: general
Product: systemd
At this momenct journalctl couldn't parse corrupted logs. Simple test
test > journalctl -D $(pwd) > out
test > wc -l out
82154 out
test > for i in $(seq 1 512); do let "out=$i*10"; dd if=/dev/urandom
of=system.journal count=1 conv=notrunc seek=$out; done 2>/dev/null
test > journalctl -D $(pwd) > out2
test > wc -l out2
4 out2
test >
--
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/20120923/e16f3aa0/attachment.html>
More information about the systemd-bugs
mailing list