Re: [systemd-devel] [PATCH] loopback setup in unprivileged containers

2014-12-28 Thread Tom Gundersen
On Sun, Dec 28, 2014 at 11:56 PM, Tom Gundersen wrote: > On Sun, Dec 28, 2014 at 6:18 PM, Stéphane Graber > wrote: >> My host system doesn't have nspawn so I can't easily test it this way, >> but it was my understanding that nspawn didn't support user namespaces >> and uid/gid mappings which is w

Re: [systemd-devel] [PATCH] loopback setup in unprivileged containers

2014-12-28 Thread Tom Gundersen
On Sun, Dec 28, 2014 at 6:18 PM, Stéphane Graber wrote: > My host system doesn't have nspawn so I can't easily test it this way, > but it was my understanding that nspawn didn't support user namespaces > and uid/gid mappings which is what I'm working with here. Indeed, that is not supported by ns

Re: [systemd-devel] [PATCH] Fix install location of systemd.pc

2014-12-28 Thread Matthias Urlichs
Hi, Mike Gilbert: > > libdir=/usr/lib/x86_64-linux-gnu > > > > which isn't architecture agnostic and thus not suitable for > > /usr/share/. > > From Lennart's commit message, it seems like this was done intentionally. > It still doesn't work on a multi-arch system. :-P -- -- Matthias Urlichs

[systemd-devel] [PATCH v2] bootchart: ship a configuration that will boot without sysvinit compat

2014-12-28 Thread Gabriel de Perthuis
bootchart defaults to chaining to /sbin/init, which is sensible, but in a pure systemd environment (without systemd-sysvinit) will make the machine unbootable. Change the default through /etc/systemd/bootchart.conf. Keep the /sbin/init default in the source code, in case some users rely on that. -

Re: [systemd-devel] [PATCH] Fix install location of systemd.pc

2014-12-28 Thread Mike Gilbert
On Sun, Dec 28, 2014 at 6:20 AM, Martin Pitt wrote: > Hello all, > > systemd.pc is currently installed into /usr/share/pkgconfig/, but this > isn't correct: It contains "libdir" whose value is (possibly) > architecture specific. E. g. if you configure with > --libdir=/usr/lib/x86_64-linux-gnu (we

Re: [systemd-devel] [PATCH] bootchart: ship a configuration that will boot without sysvinit compat

2014-12-28 Thread Mike Gilbert
On Sat, Dec 27, 2014 at 8:57 AM, Gabriel de Perthuis wrote: > bootchart defaults to chaining to /sbin/init, which is sensible, > but in a pure systemd environment (without systemd-sysvinit) > will make the machine unbootable. > > Change the default through /etc/systemd/bootchart.conf. > Keep the /

Re: [systemd-devel] Quiesce audit message flood from 218

2014-12-28 Thread Reindl Harald
Am 28.12.2014 um 12:45 schrieb Martin Pitt: systemd 218 now enables audit in the kernel unconditionally i hope "audit=0" in the kernel line will be respected without compliant logs signature.asc Description: OpenPGP digital signature ___ systemd-d

Re: [systemd-devel] [PATCH 1/2] fix minor typo in comment

2014-12-28 Thread Sylvain Plantefeve
Thanks ! 2014-12-28 13:05 GMT+01:00 Martin Pitt : > Hey Sylvain, > > both applied, thank you! > > Martin > -- > Martin Pitt| http://www.piware.de > Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) > ___ sys

Re: [systemd-devel] [PATCH] loopback setup in unprivileged containers

2014-12-28 Thread Tom Gundersen
Hi Martin, On Sat, Dec 27, 2014 at 7:27 PM, Martin Pitt wrote: > I'm forwarding a patch for the loopback setup from Stéphane. I already > pushed one part of it as > http://cgit.freedesktop.org/systemd/systemd/commit/?id=58a489c > which is trivial and obvious, but the other part isn't. Thanks fo

Re: [systemd-devel] [PATCH 1/2] fix minor typo in comment

2014-12-28 Thread Martin Pitt
Hey Sylvain, both applied, thank you! Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://

[systemd-devel] [PATCH 1/2] fix minor typo in comment

2014-12-28 Thread Sylvain Plantefève
From: Sylvain Plantefève --- src/libsystemd/sd-bus/bus-error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsystemd/sd-bus/bus-error.c b/src/libsystemd/sd-bus/bus-error.c index 2955d9d..09800ec 100644 --- a/src/libsystemd/sd-bus/bus-error.c +++ b/src/libsystemd/sd-

[systemd-devel] [PATCH 2/2] machined: fix MarkReadOnly method's name on bus

2014-12-28 Thread Sylvain Plantefève
From: Sylvain Plantefève --- src/machine/image-dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/image-dbus.c b/src/machine/image-dbus.c index 5ac689c..659f7de 100644 --- a/src/machine/image-dbus.c +++ b/src/machine/image-dbus.c @@ -142,7 +142,7 @@ const sd_b

[systemd-devel] Quiesce audit message flood from 218

2014-12-28 Thread Martin Pitt
Hello all, systemd 218 now enables audit in the kernel unconditionally [1]. While these messages might be nice to have in the journal, they literally flood dmesg and thus /var/log/syslog and friends with messages like [39098.129349] audit: type=1105 audit(1419765421.403:4233): pid=25633 uid=0 au

[systemd-devel] [PATCH] Fix install location of systemd.pc

2014-12-28 Thread Martin Pitt
Hello all, systemd.pc is currently installed into /usr/share/pkgconfig/, but this isn't correct: It contains "libdir" whose value is (possibly) architecture specific. E. g. if you configure with --libdir=/usr/lib/x86_64-linux-gnu (we do that in Debian for multi-arch support) systemd.pc contains