Summary: | Hundreds of dbus-daemon processes | ||
---|---|---|---|
Product: | dbus | Reporter: | Marc Girod <marc.girod> |
Component: | core | Assignee: | Havoc Pennington <hp> |
Status: | RESOLVED WORKSFORME | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.4.x | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Marc Girod
2014-01-27 11:51:05 UTC
~# ps -fu root | grep dbus-daemon | grep -v grep | tail -8 root 17509 1 0 11:25 ? 00:00:00 //bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session root 17520 1 0 11:25 ? 00:00:00 //bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session root 17531 1 0 11:25 ? 00:00:00 //bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session root 17542 1 0 11:25 ? 00:00:00 //bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session root 17972 1 0 11:55 ? 00:00:00 //bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session root 17983 1 0 11:55 ? 00:00:00 //bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session root 17994 1 0 11:55 ? 00:00:00 //bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session root 18005 1 0 11:55 ? 00:00:00 //bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session Please report this to your distribution, which appears to be Ubuntu. dbus 1.4 is no longer supported upstream, except for security vulnerabilities. There are some Ubuntu-specific patches in their dbus package, I don't know whether those have any effect here. (In reply to comment #1) > ~# ps -fu root | grep dbus-daemon | grep -v grep | tail -8 > root 17509 1 0 11:25 ? 00:00:00 //bin/dbus-daemon --fork > --print-pid 4 --print-address 6 --session The symptoms you described probably mean that something running as root is either running /usr/bin/dbus-launch, or attempting to access a D-Bus session via the autolaunch: transport while under a transient X11 session, 4 times every 30 minutes. If this machine does not intentionally run an X11 GUI or a D-Bus session, uninstalling the dbus-x11 package or making /usr/bin/dbus-launch non-executable might work around this. Don't do that if you use an X11 GUI environment, though. Since 1.4.8, dbus autolaunch has only been effective when DISPLAY is set and non-empty, so if this is autolaunch, an X11 session must be involved somehow. Resolving as WORKSFORME; please reopen if you have evidence that this is a D-Bus bug and that it still exists in a supported version. |
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.