Re: [systemd-devel] Journal API demo application: "tallow" - a fail2ban replacement

2012-11-07 Thread William Douglas
"Kok, Auke-jan H" writes: > Hi folks, > > I wrote a demo application that uses the journal API to scan for SSH > bruteforce logs in the journal, called "tallow". Since Auke is on vacation now (and would *never* read email or work on projects on vacation ;) ) and has finally put this could out th

Re: [systemd-devel] Significant speedup of systemd boot time with CONFIG_HZ=1000

2012-11-07 Thread Henrik Grindal Bakken
"Kok, Auke-jan H" writes: > On Mon, Nov 5, 2012 at 7:19 AM, Henrik Grindal Bakken wrote: >> >> The kernel boot time seems pretty long there, but that's partly due to >> a fairly long (intentional) delay in initramfs. > > You'll get a much fuller picture if you use github.com/sofar/bootchart and

Re: [systemd-devel] Log out, Reboot and shutdown

2012-11-07 Thread Colin Guthrie
'Twas brillig, and Sweetth Devil at 07/11/12 14:46 did gyre and gimble: > The reason to use those are because I use a script looping a command and > I need to kill the script then the command in that order. Also because > those script arrow actually recording from the webcam and the desktop if > th

Re: [systemd-devel] Log out, Reboot and shutdown

2012-11-07 Thread Sweetth Devil
The reason to use those are because I use a script looping a command and I need to kill the script then the command in that order. Also because those script arrow actually recording from the webcam and the desktop if they aren't stop properly the file's index are corrupted. Which is happening at t

Re: [systemd-devel] Log out, Reboot and shutdown

2012-11-07 Thread Mantas Mikulėnas
On Wed, Nov 7, 2012 at 10:50 AM, Sw@g wrote: > Dear all, > > I used to add lines into /etc/rc.shutdown and /etc/gdm/PostSession/Default > to terminate script running from a specific users. > > Obviously those aren't used any more, which script are run for log out, > reboot and shut-down? Is killi

[systemd-devel] Log out, Reboot and shutdown

2012-11-07 Thread Sw@g
Dear all, I used to add lines into /etc/rc.shutdown and /etc/gdm/PostSession/Default to terminate script running from a specific users. Obviously those aren't used any more, which script are run for log out, reboot and shut-down? Looking forward for your replies, Regards, ___