[arch-general] logwatch with postfix configuration

2013-10-14 Thread jb
Hi, this is my configuration: $ cat /etc/logwatch/conf/logwatch.conf mailer = "/usr/bin/postfix" Running: # logwatch --debug 5 shows the familiar output. But running: # /etc/cron.daily/0logwatch does not deliver output to root or forwarded to myself.

[arch-general] truecrypt, loop and /etc/modules-load.d/truecrypt.conf

2013-10-14 Thread John Davis
Hello I used the wikipage to address the problem where loop module does not load. Here is the relevant page. === Failed to set up a loop device === If you get a message "Failed to set up a loop device" when trying to create/mount a TrueCrypt volume, it may be because you updated your kernel rec

Re: [arch-general] How to show (kernel) messages by journalctl?

2013-10-14 Thread Timothée Ravier
On 13/10/2013 01:51, Ralf Mardorf wrote: > yesterday I rebooted at 17:51 from linux 3.11.4-1 to linux-rt > 3.10.14_rt9-1 and then shut down at 17:55. > > How can I get log data, kernel messages of this startup? To get log data from a specific startup, as root/using sudo, run: # journalctl -b -1 "

Re: [arch-general] How to show (kernel) messages by journalctl?

2013-10-14 Thread Ralf Mardorf
On Mon, 14 Oct 2013 19:38:54 +0200, Timothée Ravier wrote: To get log data from a specific startup, as root/using sudo, run: # journalctl -b -1 "_TRANSPORT=kernel" where "-b -1" means the previous boot ("-b -2" meaning the boot before and so on). You can also use: # journalctl -b -0 "_TRANSPOR

Re: [arch-general] How to show (kernel) messages by journalctl?

2013-10-14 Thread Anatol Pomozov
Hi On Sat, Oct 12, 2013 at 6:06 PM, Chris Down 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 kerne