Bug 1172866 - systemd journal doesn't keep all kernel logs
Summary: systemd journal doesn't keep all kernel logs
Keywords:
Status: CLOSED DUPLICATE of bug 1169269
Alias: None
Product: Fedora
Classification: Fedora
Component: systemd
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: systemd-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-10 23:59 UTC by Branko Grubić
Modified: 2014-12-11 00:23 UTC (History)
9 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-12-11 00:23:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
diff (50.53 KB, patch)
2014-12-11 00:20 UTC, Branko Grubić
no flags Details | Diff

Description Branko Grubić 2014-12-10 23:59:07 UTC
Description of problem:
On my f21 system 'dmesg' and 'journalctl -b -k' (or 'journalctl -k') is different, journal is missing a lot of messages


journalctl -k  | wc -l  ( 144 )
dmesg | wc -l  ( 915 )

Version-Release number of selected component (if applicable):
systemd-216-12.fc21.x86_64

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Zbigniew Jędrzejewski-Szmek 2014-12-11 00:13:10 UTC
Please do:

dmesg >/tmp/f1
journalctl -k -o short-monotonic |sed "s/ $(hostname) kernel://; s/$(hostname) systemd/systemd/" >/tmp/f2
git diff --no-index -b -u /tmp/f[12]

And attach the output.

Comment 2 Branko Grubić 2014-12-11 00:20:03 UTC
Created attachment 967008 [details]
diff

Comment 3 Adam Williamson 2014-12-11 00:23:57 UTC

*** This bug has been marked as a duplicate of bug 1169269 ***


Note You need to log in before you can comment on or make changes to this bug.