Bug 1172866

Summary: systemd journal doesn't keep all kernel logs
Product: [Fedora] Fedora Reporter: Branko Grubić <bitlord0xff>
Component: systemdAssignee: systemd-maint
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: awilliam, johannbg, jsynacek, lnykryn, msekleta, s, systemd-maint, vpavlin, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-12-11 00:23:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
diff none

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 ***