Summary: | dbus-deamon poweroff the system after resumming from suspend-to-memory | ||
---|---|---|---|
Product: | dbus | Reporter: | yu.c.chen <yu.c.chen> |
Component: | core | Assignee: | D-Bus Maintainers <dbus> |
Status: | RESOLVED NOTOURBUG | QA Contact: | D-Bus Maintainers <dbus> |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.6 | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
yu.c.chen@intel.com
2015-05-16 13:40:57 UTC
Your description makes it clear this is not a bug in D-Bus. It receives the message and passes it on to the destination. That means D-Bus is working properly. To debug your problem, you need to find the process that sent the command and why it did that. You may try running dbus-daemon in verbose mode so it will print the details of the incoming message. Alternatively, you can use strace to get the details of the message as it writes to the destination and that will include the sender's unique connection ID. Also note that there must be a file in /etc/dbus-1/system.d allowing this sender to send this message to the destination. So the actual source mustn't be very difficult to find. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.