Package: dbus Version: 1.1.2-1 Severity: important If I install dbus in a chroot environment, then I cannot umount the chroot filesystem later, since it has started some daemon process, keeping the mount point busy:
# umount /tmp/usbroot umount: /tmp/usbroot: device is busy umount: /tmp/usbroot: device is busy # df /tmp/usbroot Filesystem 1K-blocks Used Available Use% Mounted on /dev/sdd3 3717640 375304 3342336 11% /tmp/usbroot # fuser -m /dev/sdd3 /dev/sdd3: 31334rce # ps -ef | egrep 31334 100 31334 1 0 22:43 ? 00:00:00 /usr/bin/dbus-daemon --system root 31830 31815 0 22:48 pts/3 00:00:00 egrep 31334 Regards Harri -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

