[Bug 552404] Re: dbus fails to be configured in chroots

Brian Murray brian at ubuntu.com
Tue Feb 15 19:25:41 UTC 2011


** Also affects: dbus (Ubuntu Lucid)
   Importance: Undecided
       Status: New

** Also affects: dbus (Ubuntu Maverick)
   Importance: Undecided
       Status: New

** Also affects: dbus (Ubuntu Natty)
   Importance: Medium
       Status: Confirmed

** Changed in: dbus (Ubuntu Maverick)
   Importance: Undecided => Medium

** Changed in: dbus (Ubuntu Maverick)
       Status: New => Confirmed

** Changed in: dbus (Ubuntu Lucid)
   Importance: Undecided => Medium

** Changed in: dbus (Ubuntu Lucid)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/552404

Title:
  dbus fails to be configured in chroots

Status in “dbus” package in Ubuntu:
  Confirmed
Status in “dbus” source package in Lucid:
  Confirmed
Status in “dbus” source package in Maverick:
  Confirmed
Status in “dbus” source package in Natty:
  Confirmed

Bug description:
  Binary package hint: dbus

  Similar to #441100, but I'm not sure if it's a duplicate, so I'm
  filing it separately.

  While upgrading my Lucid/i386 chroot, I got this error:
  "Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory"

  The result was that dbus and all of the packages that depend on it
  were left in an unconfigured state, breaking my chroot.

  Looking at dbus.postinst, the problem seems to be this line:
    dbus-send --print-reply --system --type=method_call \
  	--dest=org.freedesktop.DBus \
    / org.freedesktop.DBus.ReloadConfig > /dev/null

  I believe this should either have an "if we_are_not_in_a_chroot" in front of it,
  or an "|| true" at the end of it, as detecting chroots can be difficult.





More information about the Ubuntu-sponsors mailing list