Re: [systemd-devel] Revisiting the "ExecRestart" issue

2014-03-31 Thread Brandon Black
On Fri, Mar 28, 2014 at 12:12 PM, Brandon Black wrote: > > Given where things are at today, as best I can tell my best bet is to go > down that sort of road, though, and try to clone over the cgroups > memberships manually somehow during an ExecReload= command for this restart > (even though it

Re: [systemd-devel] Requiring hardware device and escaping device names

2014-03-31 Thread Kai Hendry
On 31 March 2014 09:54, Kai Hendry wrote: > Not sure what to try next? If I start it manually `sudo systemctl > start shkd@-dev-input-event0.service`, it starts working again. Is > http://www.freedesktop.org/software/systemd/man/systemd.service.html#TimeoutSec= > the right way to proceed? Not sure

[systemd-devel] [PATCH] Document CONFIG_NET_NS as a required kernel option

2014-03-31 Thread Mike Gilbert
Several units now utilize the PrivateNetwork parameter, which requires network namespace support. --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index fc13e10..cecbcbf 100644 --- a/README +++ b/README @@ -70,6 +70,9 @@ REQUIREMENTS: create additional sym

[systemd-devel] [PATCH] tests: fix test-rtnl-manual.c compile failure

2014-03-31 Thread Cristian Rodríguez
Needs KMOD_CFLAGS --- Makefile.am | 4 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 6c7d6e5..77495a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1399,6 +1399,10 @@ test_ipcrm_LDADD = \ libsystemd-shared.la \ -lrt +test_rtnl_manual_CFLAGS =

Re: [systemd-devel] Revisiting the "ExecRestart" issue

2014-03-31 Thread Brandon Black
On Sat, Mar 29, 2014 at 9:09 PM, Michael Scherer wrote: > Le vendredi 28 mars 2014 à 12:12 -0500, Brandon Black a écrit : > > 4) Socket Activation! I know this is what some will scream when they > > skim the above, but it's not a realistic solution in this case for a > > few reasons: > > a) T

Re: [systemd-devel] git requires now linux api userspace headers >= 3.13 to build?

2014-03-31 Thread Tom Gundersen
On Mon, Mar 31, 2014 at 5:08 PM, Samuli Suominen wrote: > User reported me today, http://bpaste.net/show/195803/ > > IFLA_VLAN_PROTOCOL is not defined before 3.12, but even with 3.12 there are > different errors, so at least >= 3.13 is now required > > > /var/tmp/portage/sys-apps/systemd-/wo

[systemd-devel] git requires now linux api userspace headers >= 3.13 to build?

2014-03-31 Thread Samuli Suominen
User reported me today, http://bpaste.net/show/195803/ IFLA_VLAN_PROTOCOL is not defined before 3.12, but even with 3.12 there are different errors, so at least >= 3.13 is now required /var/tmp/portage/sys-apps/systemd-/work/systemd-/src/libsystemd/sd-rtnl/rtnl-types.c:66:10: error: 'I

Re: [systemd-devel] Systemd not correctly handle audio device acls for the active session?

2014-03-31 Thread Colin Guthrie
'Twas brillig, and Kawing Chiu at 29/03/14 02:13 did gyre and gimble: > So, is that simply not achievable in systemd? I mean, since logind "has > no way to know about my session on vt7", then what about I *tell* it > explicitly? Maybe through some cmdline tools, for example, something > like: `logi

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

2014-03-31 Thread Colin Walters
On Tue, Mar 25, 2014 at 8:45 PM, Stephan Raue wrote: docs/gtk-doc.make:270: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL You might try: https://git.gnome.org/browse/gtk-doc-stub It's used by OpenEmbedded: https://github.com/openembedded/oe-core/tree/master/meta/recipes-gnome/gtk-

Re: [systemd-devel] [PATCH 2/2] kdbus: use kdbus_conn_find_peer() where appropriate

2014-03-31 Thread Kay Sievers
On Mon, Mar 31, 2014 at 2:43 AM, Djalal Harouni wrote: > connection.c | 7 ++- > match.c | 14 ++ > names.c | 5 + Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.fre

Re: [systemd-devel] [PATCH 1/2] connection: add function kdbus_conn_find_peer()

2014-03-31 Thread Kay Sievers
On Mon, Mar 31, 2014 at 2:43 AM, Djalal Harouni wrote: > Use this function to find a connection peer with a given id. > > The returned connection is on the same bus of the source connection > and it is ref'ed. > > This allows to reduce code duplication and will make it easy to > read code and diff

Re: [systemd-devel] [PATCH 4/4] connection: unref ep and bus and free match_db on error path

2014-03-31 Thread Kay Sievers
On Mon, Mar 31, 2014 at 2:41 AM, Djalal Harouni wrote: > connection.c | 2 +- Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH 3/4] handle: change return value from -EFAULT to -EPERM

2014-03-31 Thread Kay Sievers
On Mon, Mar 31, 2014 at 2:41 AM, Djalal Harouni wrote: > Return -EPERM if current does not have the appropriate privileges to > create custom endpoints. Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://list

Re: [systemd-devel] [PATCH 2/4] endpoint: protect the idr tree on release

2014-03-31 Thread Kay Sievers
On Mon, Mar 31, 2014 at 2:41 AM, Djalal Harouni wrote: > endpoint.c | 2 ++ Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH 1/4] connection: remove useless kdbus_str_hash() call

2014-03-31 Thread Kay Sievers
On Mon, Mar 31, 2014 at 2:41 AM, Djalal Harouni wrote: > The hash is calculated internally in kdbus_name_lookup(), so just > remove this useless kdbus_str_hash() call. It is not used. Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@li

Re: [systemd-devel] [PATCH] doc: fix items' names in PORTING-DBUS1

2014-03-31 Thread Kay Sievers
On Mon, Mar 31, 2014 at 11:34 AM, Lukasz Skalski wrote: > --- > src/libsystemd/sd-bus/PORTING-DBUS1 | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.free

[systemd-devel] [PATCH] doc: fix items' names in PORTING-DBUS1

2014-03-31 Thread Lukasz Skalski
--- src/libsystemd/sd-bus/PORTING-DBUS1 | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/libsystemd/sd-bus/PORTING-DBUS1 b/src/libsystemd/sd-bus/PORTING-DBUS1 index 0253a42..f2ebcd7 100644 --- a/src/libsystemd/sd-bus/PORTING-DBUS1 +++ b/src/libsystemd/sd-

Re: [systemd-devel] [212] systemd-networkd crashes with simple network config

2014-03-31 Thread Tom Gundersen
On Mon, Mar 31, 2014 at 12:28 AM, Tom Gundersen wrote: > On Sun, Mar 30, 2014 at 10:18 PM, Kai Krakow wrote: >> Tom Gundersen schrieb: >> >>> On Sun, Mar 30, 2014 at 6:07 PM, Kai Krakow wrote: Tom Gundersen schrieb: >> Starting it from command line shows: >> >> # /usr/lib

Re: [systemd-devel] [PATCH v2] sd-rtnl: fix off-by-one

2014-03-31 Thread Tom Gundersen
On Mon, Mar 31, 2014 at 6:20 AM, Steven Siloti wrote: > Also fix type parameter passed to new0 Thanks to both. Applied. Cheers, Tom > src/libsystemd/sd-rtnl/rtnl-message.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/libsystemd/sd-rtnl/rtnl-message.c > b/s