https://bugzilla.novell.com/show_bug.cgi?id=794345 https://bugzilla.novell.com/show_bug.cgi?id=794345#c0 Summary: Systemd rejected send message from Member "Inhibit" from kdeinit4 Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: All OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: i@marguerite.su QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.20 (KHTML, like Gecko) Chrome/25.0.1343.0 Safari/537.20 SUSE/25.0.1343.0 Hi, There's a strange problem for kde 4.9.4 + systemd 44 (maybe systemd only). which makes openSUSE can't boot if it occurs, especially when you're using dracut (maybe unrelated but that's my case, I have to manually power down a few times to get a successful boot). Dec 13 23:44:25 earth dbus-daemon[631]: dbus[631]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.15" (uid=1000 pid=1176 comm="kdeinit4: kded4 [kdeinit] ") interface="org.freedesktop.login1.Manager" member="Inhibit" error name="(unset)" requested_reply="0" destination="org.freedesktop.login1" (uid=0 pid=600 comm="/lib/systemd/systemd-logind ") Dec 13 23:44:25 earth dbus[631]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.15" (uid=1000 pid=1176 comm="kdeinit4: kded4 [kdeinit] ") interface="org.freedesktop.login1.Manager" member="Inhibit" error name="(unset)" requested_reply="0" destination="org.freedesktop.login1" (uid=0 pid=600 comm="/lib/systemd/systemd-logind ") In /var/log/message these lines are marked red. which means potential errors. By searching 'member="Inhibit" error name="(unset)"' we'll find only openSUSE has this problem and it's reproducible (at least a few users get this problem too) http://www.google.com.hk/search?hl=zh-CN&newwindow=1&safe=strict&tbo=d&biw=1024&bih=682&noj=1&q=member%3D%22Inhibit%22+error+name%3D%22%28unset%29%22&btnG=Google+%E6%90%9C%E7%B4%A2 I don't know what causes this reject action exactly, but here's a simple fix: in /etc/dbus-1/system.d/org.freedesktop.login1.conf: <allow send_destination="org.freedesktop.login1" send_interface="org.freedesktop.login1.Manager" send_member="FlushDevices"/> +<allow send_destination="org.freedesktop.login1" + send_interface="org.freedesktop.login1.Manager" + send_member="Inhibit"/> <allow send_destination="org.freedesktop.login1" send_interface="org.freedesktop.login1.Seat" send_member="ActivateSession"/> Thanks. Marguerite Reproducible: Sometimes -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.