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

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

2014-05-31 Thread Rico Sagner
If hostnamectl is used with the --host option it does not show the correct machine and boot IDs of the remote host. The IDs are read by hostnamectl locally instead of querying dbus on the remote host. This patch makes systemd-hostnamed offer the IDs via dbus and hostnamectl retrieve it this way.