Re: [systemd-devel] [PATCH] hostnamectl: correct IDs for remote hosts

2014-06-01 Thread Lennart Poettering
On Sat, 31.05.14 18:21, Rico Sagner (sag...@b1-systems.de) wrote: Heya! I think that the two ids would probably be better exposed by PID 1 istelf, instead of hostnamed. It's a bit difficult to come up with a rule which props should be exposed from hostnamed and which ones from PID1, but I think

Re: [systemd-devel] [PATCH] tty-ask-password-agent: Do tell what directory we failed to open

2014-06-01 Thread Lennart Poettering
On Thu, 29.05.14 14:17, Cristian Rodríguez (crrodrig...@opensuse.org) wrote: Applied! THanks! --- src/tty-ask-password-agent/tty-ask-password-agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tty-ask-password-agent/tty-ask-password-agent.c

Re: [systemd-devel] [PATCH] udev-builtin-keyboard: do tell on which device EVIOCSKEYCODE failed.

2014-06-01 Thread Lennart Poettering
On Fri, 30.05.14 13:16, Cristian Rodríguez (crrodrig...@opensuse.org) wrote: Applied! Thanks! I am getting Error calling EVIOCSKEYCODE (scan code 0xc022d, key code 418): Invalid argument, the error message does not tell on which specific device the problem is, add that info. ---

Re: [systemd-devel] [PATCH] Drop the udev firmware loader

2014-06-01 Thread Samuli Suominen
On 01/06/14 08:45, Lennart Poettering wrote: On Fri, 30.05.14 04:32, Michael Biebl (mbi...@gmail.com) wrote: 2014-05-30 4:26 GMT+02:00 Greg KH gre...@linuxfoundation.org: You update systemd but you don't update the kernel? How does that make any sense? There might be very valid reasons

Re: [systemd-devel] [PATCH v5 12/14] autoconf: xen: enable explicit preference option for xenstored preference

2014-06-01 Thread Lennart Poettering
On Fri, 30.05.14 01:29, Luis R. Rodriguez (mcg...@suse.com) wrote: I'm cc'ing a few security folks as I'd appreciate review on the ideas here, in particular that of a launcher idea on system to replace alternatives on the ExecStart= line of a systemd service unit file, alternative ideas are of

Re: [systemd-devel] [PATCH] Drop the udev firmware loader

2014-06-01 Thread Lennart Poettering
On Sun, 01.06.14 09:10, Samuli Suominen (ssuomi...@gentoo.org) wrote: Also note that at that point we intend to move udev onto kdbus as transport, and get rid of the userspace-to-userspace netlink-based tranport udev used so far. Unless the systemd-haters prepare another kdbus userspace

Re: [systemd-devel] systemd-213 fails to compile without kmod, no way to fix it using ./configure options

2014-06-01 Thread Tom Gundersen
On 1 Jun 2014 06:31, Lennart Poettering lenn...@poettering.net wrote: On Sat, 31.05.14 19:43, Samuli Suominen (ssuomi...@gentoo.org) wrote: On 31/05/14 17:10, Samuli Suominen wrote: On 31/05/14 14:14, Samuli Suominen wrote: 1. libsystemd_network_la_SOURCES = in Makefile.am includes

Re: [systemd-devel] systemd-213 fails to compile without kmod, no way to fix it using ./configure options

2014-06-01 Thread Lennart Poettering
On Sun, 01.06.14 08:04, Tom Gundersen (t...@jklm.no) wrote: On 1 Jun 2014 06:31, Lennart Poettering lenn...@poettering.net wrote: On Sat, 31.05.14 19:43, Samuli Suominen (ssuomi...@gentoo.org) wrote: On 31/05/14 17:10, Samuli Suominen wrote: On 31/05/14 14:14, Samuli Suominen

Re: [systemd-devel] systemd-213 fails to compile without kmod, no way to fix it using ./configure options

2014-06-01 Thread Samuli Suominen
On 01/06/14 10:04, Tom Gundersen wrote: On 1 Jun 2014 06:31, Lennart Poettering lenn...@poettering.net mailto:lenn...@poettering.net wrote: On Sat, 31.05.14 19:43, Samuli Suominen (ssuomi...@gentoo.org mailto:ssuomi...@gentoo.org) wrote: On 31/05/14 17:10, Samuli Suominen

Re: [systemd-devel] systemd-213 fails to compile without kmod, no way to fix it using ./configure options

2014-06-01 Thread Tom Gundersen
On Sun, Jun 1, 2014 at 8:15 AM, Samuli Suominen ssuomi...@gentoo.org wrote: On 01/06/14 10:04, Tom Gundersen wrote: On 1 Jun 2014 06:31, Lennart Poettering lenn...@poettering.net mailto:lenn...@poettering.net wrote: On Sat, 31.05.14 19:43, Samuli Suominen (ssuomi...@gentoo.org

Re: [systemd-devel] systemd-213 fails to compile without kmod, no way to fix it using ./configure options

2014-06-01 Thread Tom Gundersen
On Sun, Jun 1, 2014 at 8:15 AM, Lennart Poettering lenn...@poettering.net wrote: On Sun, 01.06.14 08:04, Tom Gundersen (t...@jklm.no) wrote: On 1 Jun 2014 06:31, Lennart Poettering lenn...@poettering.net wrote: On Sat, 31.05.14 19:43, Samuli Suominen (ssuomi...@gentoo.org) wrote:

Re: [systemd-devel] [PATCH 2/2] journald: Add UDP syslog listener

2014-06-01 Thread Mantas Mikulėnas
I would suggest people who need a syslogd to use syslogd. Specifically, rsyslog, which can also output to the journal using the 'omjournal' module, (besides the aforementioned normalization features). -- Mantas Mikulėnas graw...@gmail.com On Jun 1, 2014 8:26 AM, Lennart Poettering

Re: [systemd-devel] systemd-213 fails to compile without kmod, no way to fix it using ./configure options

2014-06-01 Thread Michael Biebl
Tom, I quickly looked at the patch and it seems ok. While glancing over Makefile.am I noticed that e.g. libsystemd_network links against $(KMOD_LIBS). That looks wrong to me (faulty commit is 679be2a74241a70028438217bace423a1a45faa6), only libsystemd-networkd-core really requires kmod

Re: [systemd-devel] [PATCH v2 ] hostnamectl: correct IDs for remote hosts

2014-06-01 Thread Rico Sagner
Hello On 01.06.2014 08:01, Lennart Poettering wrote: On Sat, 31.05.14 18:21, Rico Sagner (sag...@b1-systems.de) wrote: Heya! I think that the two ids would probably be better exposed by PID 1 istelf, instead of hostnamed. It's a bit difficult to come up with a rule which props should be

Re: [systemd-devel] [PATCH] hostnamectl: correct IDs for remote hosts

2014-06-01 Thread Mantas Mikulėnas
On Sun, Jun 1, 2014 at 9:01 AM, Lennart Poettering lenn...@poettering.net wrote: On Sat, 31.05.14 18:21, Rico Sagner (sag...@b1-systems.de) wrote: Heya! I think that the two ids would probably be better exposed by PID 1 istelf, instead of hostnamed. It's a bit difficult to come up with a

[systemd-devel] Restarting from inside systemd-nspawn container results in deactivation

2014-06-01 Thread Jonathan Liu
Hi, I am using systemd 212 on Arch Linux 64-bit with the following patch applied: http://cgit.freedesktop.org/systemd/systemd/commit/?id=d8e40d62ab871a87fde421c4b246bb45bc3cbe2d I have systemd-nspawn@mycontainer service enabled and started for my container. If I SSH into the container and run