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:
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.
Created attachment 967008 [details] diff
*** This bug has been marked as a duplicate of bug 1169269 ***