Hi On Sat, Oct 12, 2013 at 6:06 PM, Chris Down <chris@xxxxxxxxxxxxxx> wrote: > On 2013-10-13 01:51, Ralf Mardorf wrote: >> [rocketmouse@archlinux ~]$ journalctl -k >> -- Logs begin at Wed 2013-08-28 22:06:09 CEST, end at Sat 2013-10-12 20:36:06 CEST. -- > > Your user needs to have the right privileges to view kernel messages, or run as > root. Or to be a member of 'systemd-journal' UNIX group. Quoting the man page http://www.freedesktop.org/software/systemd/man/journalctl.html """All users are granted access to their private per-user journals. However, by default, only root and users who are members of the "systemd-journal" group get access to the system journal and the journals of other users.""" > > chris@gopher:~$ journalctl -k | wc -l > 1 > chris@gopher:~$ sudo journalctl -k | wc -l > 957