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 ssil...@gmail.com 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

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 t...@jklm.no wrote: On Sun, Mar 30, 2014 at 10:18 PM, Kai Krakow hurikha...@gmail.com wrote: Tom Gundersen t...@jklm.no schrieb: On Sun, Mar 30, 2014 at 6:07 PM, Kai Krakow hurikha...@gmail.com wrote: Tom Gundersen t...@jklm.no schrieb:

[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 +++

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 tix...@opendz.org 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 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 tix...@opendz.org 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 tix...@opendz.org wrote: Return -EPERM if current does not have the appropriate privileges to create custom endpoints. Applied. Thanks, Kay ___ systemd-devel mailing list

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 tix...@opendz.org wrote: connection.c | 7 ++- match.c | 14 ++ names.c | 5 + Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

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: `loginctl

[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 snip /var/tmp/portage/sys-apps/systemd-/work/systemd-/src/libsystemd/sd-rtnl/rtnl-types.c:66:10:

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 ssuomi...@gentoo.org 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 snip

Re: [systemd-devel] Revisiting the ExecRestart issue

2014-03-31 Thread Brandon Black
On Sat, Mar 29, 2014 at 9:09 PM, Michael Scherer m...@zarb.org 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:

[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

[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

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

2014-03-31 Thread Kai Hendry
On 31 March 2014 09:54, Kai Hendry hen...@webconverger.com 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