Re: [systemd-devel] Strange problem: Failed to get properties: Failed to activate service

2018-10-22 Thread Jan Synacek
On Thu, Oct 18, 2018 at 3:29 PM Cecil Westerhof wrote: > I found out that in reality no reboot had taken place. For one reason or > another that did not work. Doing: > systemctl reboot > systemctl poweroff > init 0 > halt > > All did not work. Those gave messages like: >

Re: [systemd-devel] Missing signal / dbus-fd while waiting for dbus-method response

2018-10-22 Thread Jan Mueller
Hello folks, we’re facing the following issue: An application does not receive DBUS signals via the DBUS file descriptor while waiting for a dbus-method response. The basic setup: Two applications are communicating via DBUS, using a select() loop waiting for events on the dbus-fd. The faulty