
On 25 Dec 2013, at 11:22 am, Craig Sanders <cas@taz.net.au> wrote:
jeremy's attitude that only positive opinions about systemd were valid and deserving to be expressed really pissed me off.
I never said that. The following is the contents of my post, once again. Can you please point to the specific paragraph/sentence that caused you to think that I said that:
Can you please refrain from posting crap? (In case it was supposed to be funny, it was pretty lame.)
Again, as I said before, journalctl doesn’t prevent you from doing any of that. Your Lennart-bashing is currently based on a strawman.
I don’t know about you, but I thought this was pretty straightforward:
$ journalctl | vim - $ journalctl | grep SCSI
Of course, you can get better niceties by actually taking advantage of some of journalctl’s features (hint: the future looks a lot brighter with your head out of the sand):
$ journalctl _EXE=/usr/sbin/sshd $ journalctl _SYSTEMD_UNIT=httpd.service _SYSTEMD_UNIT=mysqld.service
Or if you like, combine filtering and grep:
$ journalctl _EXE=/usr/sbin/dhclient | grep 'bound to'
If you’re still having trouble, maybe you should, dare I say it, RTFM?
$ man journalctl