11.2 RC1 flash automounting broken

I recently upgraded to 11.2 Rc1. Everything sees to be fine except the auto mounting. I use KDE 4.3.2. When I plug a USB flash drive, it is recognized by the system, KDE’s plugged devices plasmoid shows it, but nothing happens when I click on it. Same in Dolphin. I should also mention that Dolphin no longer navigates to HDD partitions through items in its’ “entry points” list. Those partitions are mounted and can be accessed through /mnt/[something] normally. I consider this is somehow related.
Here’s what I got in /var/log/messages when the flash drive is connected:

Oct 24 14:47:34 knuckles kernel: [10356.682039] usb 5-2: new full speed USB device using uhci_hcd and address 4
Oct 24 14:47:35 knuckles kernel: [10357.163052] usb 5-2: New USB device found, idVendor=140e, idProduct=b002
Oct 24 14:47:35 knuckles kernel: [10357.163059] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 24 14:47:35 knuckles kernel: [10357.163063] usb 5-2: Product: NF-450 MMC
Oct 24 14:47:35 knuckles kernel: [10357.163067] usb 5-2: Manufacturer: TELECHIPSAPIC
Oct 24 14:47:35 knuckles kernel: [10357.163070] usb 5-2: SerialNumber: A04560F5E9FDCB0D
Oct 24 14:47:35 knuckles kernel: [10357.163238] usb 5-2: configuration #1 chosen from 1 choice
Oct 24 14:47:35 knuckles kernel: [10357.165593] scsi6 : SCSI emulation for USB Mass Storage devices
Oct 24 14:47:35 knuckles kernel: [10357.165783] usb-storage: device found at 4
Oct 24 14:47:35 knuckles kernel: [10357.165789] usb-storage: waiting for device to settle before scanning
Oct 24 14:47:38 knuckles kernel: [10360.126050] scsi 6:0:0:0: Direct-Access     NF-450                    1.30 PQ: 0 ANSI: 0
Oct 24 14:47:38 knuckles kernel: [10360.126403] sd 6:0:0:0: Attached scsi generic sg2 type 0
Oct 24 14:47:38 knuckles kernel: [10360.140259] scsi 6:0:0:1: Direct-Access     NF-450                    1.30 PQ: 0 ANSI: 0
Oct 24 14:47:38 knuckles kernel: [10360.140689] sd 6:0:0:1: Attached scsi generic sg3 type 0
Oct 24 14:47:38 knuckles kernel: [10360.184115] sd 6:0:0:0: [sdc] 2037760 512-byte logical blocks: (1.04 GB/995 MiB)
Oct 24 14:47:38 knuckles kernel: [10360.266096] sd 6:0:0:0: [sdc] Write Protect is off
Oct 24 14:47:38 knuckles kernel: [10360.266106] sd 6:0:0:0: [sdc] Mode Sense: 37 00 00 08
Oct 24 14:47:38 knuckles kernel: [10360.266113] sd 6:0:0:0: [sdc] Assuming drive cache: write through
Oct 24 14:47:38 knuckles kernel: [10360.283107] sd 6:0:0:1: [sdd] Write Protect is on
Oct 24 14:47:38 knuckles kernel: [10360.283125] sd 6:0:0:1: [sdd] Mode Sense: 37 00 80 08
Oct 24 14:47:38 knuckles kernel: [10360.283131] sd 6:0:0:1: [sdd] Assuming drive cache: write through
Oct 24 14:47:38 knuckles kernel: [10360.290105] sd 6:0:0:1: [sdd] Attached SCSI removable disk
Oct 24 14:47:38 knuckles kernel: [10360.414106] sd 6:0:0:0: [sdc] Assuming drive cache: write through
Oct 24 14:47:38 knuckles kernel: [10360.414121]  sdc: sdc1
Oct 24 14:47:38 knuckles kernel: [10360.424338] usb-storage: device scan complete
Oct 24 14:47:38 knuckles kernel: [10360.547014] sd 6:0:0:0: [sdc] Assuming drive cache: write through
Oct 24 14:47:38 knuckles kernel: [10360.547031] sd 6:0:0:0: [sdc] Attached SCSI removable disk
Oct 24 14:47:38 knuckles kernel: [10360.576013] sd 6:0:0:1: [sdd] Assuming drive cache: write through
Oct 24 14:47:38 knuckles kernel: [10360.772053] sd 6:0:0:1: [sdd] Assuming drive cache: write through

The last line is dropped to the log again and again until I unplug the drive.
What should I do? Maybe add my user account to some group? Update some authentication in policykit or whatever?

Report it as a bug. There are other automounting bugs - so it would be helpful to have them all listed in Bugzilla.

Show me the bug tracker please :shame:
Also, I suspect the problem source is related to HAL & Dbus. CD auto mounting doesn’t work too, and I got an error from Dbus when tried to eject the disk through Dolphin. Unfortunately I didn’t copy it. Should I mention this in a bug report?

I’ve just fixed the problem.
I reinstalled hal and ivman packages and also updated all other to newest. Then I restarted haldaemon and ivman and, voila, it works now! I think there were some interpackage configuration problems.