Re: [systemd-devel] Hardware watchdog support, slug speed.

2013-03-11 Thread Sébastien Luttringer
On Mon, Mar 11, 2013 at 11:57 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Mon, Mar 11, 2013 at 11:46:55PM +0100, Lennart Poettering wrote: >> On Mon, 11.03.13 23:42, Zbigniew Jędrzejewski-Szmek ([email protected]) >> wrote: >> >> > >> > On Mon, Mar 11, 2013 at 11:11:19PM +0100, Sébastien Luttring

Re: [systemd-devel] Hardware watchdog support, slug speed.

2013-03-11 Thread Sébastien Luttringer
On Mon, Mar 11, 2013 at 11:46 PM, Lennart Poettering wrote: > On Mon, 11.03.13 23:42, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote: > >> >> On Mon, Mar 11, 2013 at 11:11:19PM +0100, Sébastien Luttringer wrote: >> Hi Sébastien, >> thank you for the great bug report. Thanks. I tried to come

Re: [systemd-devel] Hardware watchdog support, slug speed.

2013-03-11 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Mar 11, 2013 at 11:46:55PM +0100, Lennart Poettering wrote: > On Mon, 11.03.13 23:42, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote: > > > > > On Mon, Mar 11, 2013 at 11:11:19PM +0100, Sébastien Luttringer wrote: > > > After reexecuting the daemon, I got the following info in the

Re: [systemd-devel] Hardware watchdog support, slug speed.

2013-03-11 Thread Lennart Poettering
On Mon, 11.03.13 23:42, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote: > > On Mon, Mar 11, 2013 at 11:11:19PM +0100, Sébastien Luttringer wrote: > > After reexecuting the daemon, I got the following info in the journal. > > > > # systemctl daemon-reexec > > # LC_ALL=C journalctl -f > > m

Re: [systemd-devel] Hardware watchdog support, slug speed.

2013-03-11 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Mar 11, 2013 at 11:11:19PM +0100, Sébastien Luttringer wrote: > After reexecuting the daemon, I got the following info in the journal. > > # systemctl daemon-reexec > # LC_ALL=C journalctl -f > mars 11 20:50:15 slice systemd[1]: systemd 198 running in system mode. > (+PAM -LIBWRAP -AUDIT -

[systemd-devel] Hardware watchdog support, slug speed.

2013-03-11 Thread Sébastien Luttringer
Hello, I thought that systemd and the watchdog driver sbc_fitpc2_wdt was not friends. I use the both on an archlinux i686 setup to do some network basics. Everything works pretty well with watchdogd, I doesn't use the advanced features and systemd would do the job perfectly. Hum. But not. The iss

Re: [systemd-devel] [systemd-commits] Makefile.am src/bootchart

2013-03-11 Thread Kok, Auke-jan H
On Mon, Mar 11, 2013 at 2:50 PM, Lennart Poettering wrote: > Makefile.am |1 > src/bootchart/bootchart.c | 127 + > src/bootchart/bootchart.h | 39 -- > src/bootchart/store.c | 57 ++- > src/bootchart/store.h | 3

Re: [systemd-devel] Secure Linux Containers. I have masked down the systemd starting most daemons within containers.

2013-03-11 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/06/2013 09:08 AM, Lennart Poettering wrote: > On Thu, 14.02.13 07:16, Daniel J Walsh ([email protected]) wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Welcome to Fedora 19 (Rawhide)! >> >> Set hostname to . /dev/mapper/contro

Re: [systemd-devel] [ANNOUNCE] systemd 198

2013-03-11 Thread Lennart Poettering
On Fri, 08.03.13 17:48, Oleksii Shevchuk ([email protected]) wrote: > > Lennart, thanks for answer, but probably I mean something else. > > set-cgroup-attr creates drop-in with ControlGroupAttribute= for unit. Why > don't > have something like > > systemctl set unit.service ControlGroupAttribu

Re: [systemd-devel] [PATCH 1/2] core: keep mountinfo .mounts until late shutdown

2013-03-11 Thread Umut Tezduyar
Hi, Thank you for reviewing it Zbyszek. Dropping the requirement to local-fs.target worked better. This way mountinfo mounts don't stick around as inactive-dead as I indicated as a downside of my first patch. I have re-generated the patch with git format-patch and tested it on systemd 198. Please

Re: [systemd-devel] Underlinking in libsystemd-login

2013-03-11 Thread Lennart Poettering
On Sun, 10.03.13 11:29, Canek Peláez Valdés ([email protected]) wrote: > In Gentoo we are seeing the following failure with programs linking > agains libsystemd-login, they all fail with: > > /usr/lib64/libsystemd-login.so: undefined reference to `sd_id128_to_string' > /usr/lib64/libsystemd-login.

Re: [systemd-devel] [PATCH] Prevent crash due to infinite .include loop

2013-03-11 Thread Lennart Poettering
On Mon, 11.03.13 01:16, Timothée Ravier ([email protected]) wrote: > Hi, > > A friend of mine found that with the current configuration system, it is > possible for a unit to include itself thus creating an infinite loop. Hmm, detecting these cases down properly would require a bit too much code

Re: [systemd-devel] About “systemd-cat --priority=0”

2013-03-11 Thread Lennart Poettering
On Sun, 10.03.13 21:50, Colin Guthrie ([email protected]) wrote: > > 'Twas brillig, and Michal Schmidt at 08/03/13 11:10 did gyre and gimble: > > Dne 8.3.2013 10:57, Yan Lei napsal(a): > >> Sorry for troubling you, but I have got an issue to confirm with you. > >> My issue is when I use the fo

Re: [systemd-devel] [PATCH] Move udevadm to rootbindir

2013-03-11 Thread Michael Biebl
2013/3/11 Michael Biebl : > Since udevadm is required during early boot, we need udevadm in > rootbindir so support systems with a split-usr configuration. > For distributions like Fedora, which have done the usr-merge, this > patch doesn't change anything. > > Ok to commit? Kay acked the change v