Re: [systemd-devel] eudev fork and patches there

2012-12-18 Thread Koen Kooi
Op 19 dec. 2012, om 06:20 heeft microcai het volgende geschreven: > On 2012年12月17日星期一 CST下午10时36分48秒, Kay Sievers wrote: >> On Mon, Dec 17, 2012 at 2:04 PM, Koen Kooi >> wrote: >>> Op 17 dec. 2012, om 12:17 heeft Zbigniew Jędrzejewski-Szmek >>> het volgende geschreven: >> eudev has ma

[systemd-devel] Re: eudev fork and patches there

2012-12-18 Thread microcai
On 2012年12月17日星期一 CST下午10时36分48秒, Kay Sievers wrote: On Mon, Dec 17, 2012 at 2:04 PM, Koen Kooi wrote: Op 17 dec. 2012, om 12:17 heeft Zbigniew Jędrzejewski-Szmek het volgende geschreven: eudev has made a project annoucement [1], and I thought it would be worthwhile to go through their patc

Re: [systemd-devel] [Patch] build issues on ppc

2012-12-18 Thread Lennart Poettering
On Tue, 18.12.12 17:56, Lukáš Nykrýn ([email protected]) wrote: > Hello, > systemd-196 won't build on ppc > https://bugzilla.redhat.com/show_bug.cgi?id=888255. I think that > sufficient patch would be: > > diff --git a/Makefile.am b/Makefile.am > index 804cc04..acbb12b 100644 > --- a/Makefile.am

[systemd-devel] [Patch] build issues on ppc

2012-12-18 Thread Lukáš Nykrýn
Hello, systemd-196 won't build on ppc https://bugzilla.redhat.com/show_bug.cgi?id=888255. I think that sufficient patch would be: diff --git a/Makefile.am b/Makefile.am index 804cc04..acbb12b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1068,7 +1068,8 @@ libsystemd_core_la_SOURCES = \ sr

Re: [systemd-devel] DeviceAllow

2012-12-18 Thread Lennart Poettering
On Mon, 17.12.12 16:50, Juan Orti Alcaine ([email protected]) wrote: > Hello, > > I'm testing some of the security measures described in this post [1], and I'm > having problems with the DeviceAllow directive. > > If I get it right, if I allow one access, all the remaining devices are >

Re: [systemd-devel] watchdog chain

2012-12-18 Thread Lennart Poettering
On Tue, 18.12.12 17:24, Allmeroth, Robert ([email protected]) wrote: > Hello, > > Is it possible to start systemd as a watchdog client? > Example: A first systemd starts a second systemd with WATCHDOG_USEC= set. > Will the second one send heartbeats to the first one? > > If yes - will

Re: [systemd-devel] [PATCH] logind: allow HybridSleep methods in default DBus context

2012-12-18 Thread Lennart Poettering
On Mon, 17.12.12 22:32, Mantas Mikulėnas ([email protected]) wrote: Applied. Thanks! > --- > src/login/org.freedesktop.login1.conf | 8 > 1 file changed, 8 insertions(+) > > diff --git a/src/login/org.freedesktop.login1.conf > b/src/login/org.freedesktop.login1.conf > index 5860fd9..6

[systemd-devel] watchdog chain

2012-12-18 Thread Allmeroth, Robert
Hello, Is it possible to start systemd as a watchdog client? Example: A first systemd starts a second systemd with WATCHDOG_USEC= set. Will the second one send heartbeats to the first one? If yes - will systemd also do that if it's forced to '--system' mode (even if it's not PID1)? Best regard