Re: [systemd-devel] systemd-logind failing due to dbus error on org.freedesktop.systemd1

2018-02-02 Thread Michal Koutný
On 02/01/2018 01:18 PM, Colin Guthrie wrote: > If it's ybbind that's causing issues, then chances are it's related to > the NSS setup, i.e. /etc/nsswitch.conf and other related config specific > to Yellow Pages stuff (I forget what they are as it's been > 10years > since I used it!) +1, I don't t

Re: [systemd-devel] systemd-logind failing due to dbus error on org.freedesktop.systemd1

2018-02-01 Thread Colin Guthrie
If it's ybbind that's causing issues, then chances are it's related to the NSS setup, i.e. /etc/nsswitch.conf and other related config specific to Yellow Pages stuff (I forget what they are as it's been > 10years since I used it!) It could be the NSS system is asking for user/group info via YP and

Re: [systemd-devel] systemd-logind failing due to dbus error on org.freedesktop.systemd1

2018-02-01 Thread Gustavo Sousa
Hello, Michal. After some trial an error I was able to find the culprit: the ypbind daemon. - If I have it enabled, then it seems to me that, for some reason, systemd can not take ownership of the dbus names (/me not sure if that is the correct terminology). - If I leave it disabled, then the pro

Re: [systemd-devel] systemd-logind failing due to dbus error on org.freedesktop.systemd1

2018-01-31 Thread Gustavo Sousa
On Wed, Jan 31, 2018 at 3:52 PM, Michal Koutný wrote: > > > On 01/31/2018 03:55 PM, Gustavo Sousa wrote: >> Unfortunately, no. I didn't actually wait for the auto restart, I >> tried myself with 'systemctl restart systemd-logind'. > It seems like systemd-logind was thus properly connected to dbus

Re: [systemd-devel] systemd-logind failing due to dbus error on org.freedesktop.systemd1

2018-01-31 Thread Michal Koutný
On 01/31/2018 03:55 PM, Gustavo Sousa wrote: > Unfortunately, no. I didn't actually wait for the auto restart, I > tried myself with 'systemctl restart systemd-logind'. It seems like systemd-logind was thus properly connected to dbus and there may be other issue. Could you please post logs prece

Re: [systemd-devel] systemd-logind failing due to dbus error on org.freedesktop.systemd1

2018-01-31 Thread Gustavo Sousa
Hi, Michal. On Wed, Jan 31, 2018 at 12:44 PM, Michal Koutný wrote: > > Hello Gustavo. > > On 01/31/2018 03:36 PM, Gustavo Sousa wrote: > > After a system upgrade, > Was dbus-daemon restarted as part of the upgrade? No, but I did reboot the system. > > > I've posted the output of 'journalctl -xe

Re: [systemd-devel] systemd-logind failing due to dbus error on org.freedesktop.systemd1

2018-01-31 Thread Michal Koutný
Hello Gustavo. On 01/31/2018 03:36 PM, Gustavo Sousa wrote: > After a system upgrade, Was dbus-daemon restarted as part of the upgrade? > I've posted the output of 'journalctl -xe' regarding the error > here: https://pastebin.com/TNmg2z9s Was it fixed when systemd

[systemd-devel] systemd-logind failing due to dbus error on org.freedesktop.systemd1

2018-01-31 Thread Gustavo Sousa
Hello, everyone! I'm having a problem regarding systemd-logind service. After a system upgrade, I realized logging into the system took a long time, then I looked at the system logs and noticed that systemd-logind service had failed. I've posted the output of 'journalctl -xe' regarding the error