[systemd-devel] hostnamectl doesn't work in a lxc container

2017-02-10 Thread Yuri Kanivetsky
Hi, Not sure it's a good place to ask. But it'd be great if you could help me with this one. Or at least tell me where to ask. I failed to find any systemd user mailing lists. The guys from lxc mailing list keep silence: https://lists.linuxcontainers.org/pipermail/lxc-users/2017-February/012840.h

[systemd-devel] systemd-bus-proxyd policy differences from dbus-daemon?

2017-02-10 Thread Matt Hoosier
I'm trying to figure out the root cause of some failures of regular old libdbus1-using programs when /var/run/dbus/system_bus_socket happens to be provided by systemd-bus-proxyd. The programs in question attempt to invoke org.freedesktop.DBus.AddMatch() with the rule-parameter having the value:

[systemd-devel] Renew DHCP lease

2017-02-10 Thread John Lane
I've just switched a server to systemd-networkd dhcp client. How do I renew a lease and/or force it to push a new hostname to the dhcp server. I have RTFM and get the impression it can't be done. Hopefully I have that wrong... Thanks and much appreciated. ___

Re: [systemd-devel] [PATCH] architecture: Add support for the RISC-V architecture.

2017-02-10 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 10, 2017 at 12:45:51PM +, Richard W.M. Jones wrote: > On Fri, Sep 30, 2016 at 04:45:01PM +0100, Richard W.M. Jones wrote: > > Signed-off-by: Richard W.M. Jones > > --- > > src/basic/architecture.c | 14 ++ > > src/basic/architecture.h | 16 > > 2 files

Re: [systemd-devel] [PATCH] architecture: Add support for the RISC-V architecture.

2017-02-10 Thread Richard W.M. Jones
On Fri, Sep 30, 2016 at 04:45:01PM +0100, Richard W.M. Jones wrote: > Signed-off-by: Richard W.M. Jones > --- > src/basic/architecture.c | 14 ++ > src/basic/architecture.h | 16 > 2 files changed, 30 insertions(+) > > diff --git a/src/basic/architecture.c b/src/basi