I need some help debuging a problem with automount and DBus in KDE. For example, a USB key is recognized in the log files, but won't mount or show in Dolphin.
All was fine till a few days ago. Gnome works as expected. I suspect it's related to another problem I'm having with DBus. Here are some symptoms: ]$ dbus-monitor --system Failed to open connection to system bus: The maximum number of active connections for UID 502 has been reached When I go in to the "Actions Policy" in the KDE System Settings, it comes up empty under KDE. In Gnome, it is filled in with the policy settings. tail -f /var/log/messages when pluggin in a USB key: Dec 21 21:21:40 Parkes kernel: usb 8-2: new high-speed USB device number 2 using ehci_hcd Dec 21 21:21:40 Parkes kernel: usb 8-2: New USB device found, idVendor=058f, idProduct=6387 Dec 21 21:21:40 Parkes kernel: usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Dec 21 21:21:40 Parkes kernel: usb 8-2: Product: Mass Storage Dec 21 21:21:40 Parkes kernel: usb 8-2: Manufacturer: Generic Dec 21 21:21:40 Parkes kernel: usb 8-2: SerialNumber: DA9792AB Dec 21 21:21:42 Parkes mtp-probe: checking bus 8, device 2: "/sys/devices/pci0000:00/0000:00:1d.7/usb8/8-2" Dec 21 21:21:42 Parkes mtp-probe: bus: 8, device: 2 was not an MTP device Dec 21 21:21:40 Parkes kernel: Initializing USB Mass Storage driver... Dec 21 21:21:40 Parkes kernel: scsi22 : usb-storage 8-2:1.0 Dec 21 21:21:40 Parkes kernel: usbcore: registered new interface driver usb- storage Dec 21 21:21:40 Parkes kernel: USB Mass Storage support registered. Dec 21 21:21:41 Parkes kernel: scsi 22:0:0:0: Direct-Access USB2.0 FlashDisk 8.07 PQ: 0 ANSI: 2 Dec 21 21:21:41 Parkes kernel: sd 22:0:0:0: [sdg] 2015232 512-byte logical blocks: (1.03 GB/984 MiB) Dec 21 21:21:41 Parkes kernel: sd 22:0:0:0: [sdg] Write Protect is off Dec 21 21:21:41 Parkes kernel: sd 22:0:0:0: [sdg] No Caching mode page present Dec 21 21:21:41 Parkes kernel: sd 22:0:0:0: [sdg] Assuming drive cache: write through Dec 21 21:21:41 Parkes kernel: sd 22:0:0:0: [sdg] No Caching mode page present Dec 21 21:21:41 Parkes kernel: sd 22:0:0:0: [sdg] Assuming drive cache: write through Dec 21 21:21:41 Parkes kernel: sdg: sdg1 Dec 21 21:21:41 Parkes kernel: sd 22:0:0:0: [sdg] No Caching mode page present Dec 21 21:21:41 Parkes kernel: sd 22:0:0:0: [sdg] Assuming drive cache: write through Dec 21 21:21:41 Parkes kernel: sd 22:0:0:0: [sdg] Attached SCSI removable disk Dec 21 21:29:29 Parkes kernel: usb 8-2: USB disconnect, device number 2 thanks, Curtis
