Re: [systemd-devel] APIs - DBus, AF_UNIX, and files

2012-09-19 Thread Lennart Poettering
On Wed, 19.09.12 13:12, Colin Walters ([email protected]) wrote: > [I just joined the list, sorry if this has been discussed before...it's > hard to search for] > > So what's the big picture rationale for why some APIs are DBus (quite a > lot), others are raw AF_UNIX (scheduled shutdown), and ot

[systemd-devel] APIs - DBus, AF_UNIX, and files

2012-09-19 Thread Colin Walters
[I just joined the list, sorry if this has been discussed before...it's hard to search for] So what's the big picture rationale for why some APIs are DBus (quite a lot), others are raw AF_UNIX (scheduled shutdown), and others are basically an "API" where named files are put in specified places (sy

Re: [systemd-devel] [PATCH] man: /usr/local/lib is searched for files too, mention it.

2012-09-19 Thread Holger Hans Peter Freyther
On Wed, Sep 19, 2012 at 02:20:42PM +0200, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Sep 19, 2012 at 12:02:55PM +0200, Holger Hans Peter Freyther wrote: > Hi, Hey, > Files in /etc/ override files with the same name in /usr/lib/ and > /run/. Files in /run/ override files with the same name in

Re: [systemd-devel] [PATCH] man: /usr/local/lib is searched for files too, mention it.

2012-09-19 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Sep 19, 2012 at 12:02:55PM +0200, Holger Hans Peter Freyther wrote: > From: Holger Hans Peter Freyther > > /etc/modules-load.d/*.conf > /run/modules-load.d/*.conf > + > /usr/local/lib/modules-load.d/*.conf > > /u

Re: [systemd-devel] systemd shutdown

2012-09-19 Thread Peter Sztan
Obligatory RTFM comment: http://freedesktop.org/wiki/Software/systemd/Debugging#Diagnosing_Shutdown_Problems and other assorted reading material http://www.freedesktop.org/wiki/Software/systemd On Wed, Sep 19, 2012 at 2:03 PM, Mr Green wrote: > Hi, > > Currently testing a service that requires sy

[systemd-devel] systemd shutdown

2012-09-19 Thread Mr Green
Hi, Currently testing a service that requires syncing before system shutdown, at the moment it is not working. Systemd is simply shutting down before running the script. Is there any way to test that script is being run at poweroff? MrG ___ systemd

[systemd-devel] [PATCH] man: /usr/local/lib is searched for files too, mention it.

2012-09-19 Thread Holger Hans Peter Freyther
From: Holger Hans Peter Freyther --- man/binfmt.d.xml |1 + man/modules-load.d.xml |1 + man/sysctl.d.xml |1 + man/systemd.preset.xml |2 ++ man/tmpfiles.d.xml |1 + 5 files changed, 6 insertions(+) diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml index 07ae

Re: [systemd-devel] [HEADS-UP] Early-boot SysV service support is going away

2012-09-19 Thread Lennart Poettering
On Wed, 19.09.12 08:48, Koen Kooi ([email protected]) wrote: > Does this change protect from dbus getting the short end of the stick > when using a non-LSB sysv script? Systemd always seems to solve > problems by not starting the dbus service in this case. I haven't > filed a bug since it

Re: [systemd-devel] [RFC] logind lid switch inhibitors

2012-09-19 Thread Lennart Poettering
On Tue, 18.09.12 19:28, David Herrmann ([email protected]) wrote: Heya, > > - logind from now on handles lid switch/suspend key/power key in all > > cases, even if a graphical DE is running. In fact, any special handling > > of graphical DEs in logind is removed entirely. > > I don'