Re: [systemd-devel] Why don't systemd-timedated list time zones from zone1970.tab?

2019-02-28 Thread Christopher Wong
Hi Lennart, I have created a PR now. https://github.com/systemd/systemd/pull/11856 BR, Christopher Wong From: Lennart Poettering Sent: Monday, February 25, 2019 14:08 To: Christopher Wong Cc: systemd-devel@lists.freedesktop.org Subject: Re: [systemd-dev

Re: [systemd-devel] Cannot call GetUnit method with ssh

2019-02-28 Thread Bao Nguyen
Hi again, Just would like to update that when i restart dbus service, the issue does not happen. Brs, Bao On Thu, Feb 28, 2019 at 6:21 PM Bao Nguyen wrote: > Hello everyone, > > I am using systemd 228. When the system starts successfully, I tried > to login to my system via ssh with my one of

Re: [systemd-devel] How to suppress "A start job is running for offline-updates" knight-rider status output?

2019-02-28 Thread Hans de Goede
Hi, On 28-02-19 10:27, Colin Guthrie wrote: Hans de Goede wrote on 27/02/2019 19:12: On 27-02-19 17:04, Lennart Poettering wrote: Another option is to do this in your soruces btw: ```c (void) kill(1, SIGRTMIN+21); ``` Sending SIGRTMIN+21 to PID 1 will disable the status output explicitly. If

[systemd-devel] Cannot call GetUnit method with ssh

2019-02-28 Thread Bao Nguyen
Hello everyone, I am using systemd 228. When the system starts successfully, I tried to login to my system via ssh with my one of setting users, and I can log in successfully but systemd throws an error message: "Failed to get unit: Access denied" When I trace code of systemd, I found the messag

Re: [systemd-devel] How to suppress "A start job is running for offline-updates" knight-rider status output?

2019-02-28 Thread Colin Guthrie
Hans de Goede wrote on 27/02/2019 19:12: > On 27-02-19 17:04, Lennart Poettering wrote: >> Another option is to do this in your soruces btw: >> >> ```c >> (void) kill(1, SIGRTMIN+21); >> ``` >> >> Sending SIGRTMIN+21 to PID 1 will disable the status output >> explicitly. If you are sure you don't w