[systemd-devel] Regression: systemd-logind failure after migration to internal dbus impl

Oleksii Shevchuk alxchk at gmail.com
Sat Nov 9 06:17:12 PST 2013


> FYI, systemd-logind is still broken as for
> 86198b2788e56fd05959c2dce670d1646bf99bcd.
> Current symptoms: After leaving S3 logind doesn't sent notifications
> about leaving sleep mode. Instead, it goes to failure state:

So, the problem is: sd_event_run(m->event, us) at manager_run at login.c
returns -114, and logind exits. 

Probably either logind should be more tolerant to such errors, or
something should be fixed in systemd-bus code. Dunno what -114 means
(EALREADY? wtf?) 


More information about the systemd-devel mailing list