[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 6 10:27:54 GMT 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #82 from Gleb Popov <arrowd at FreeBSD.org> ---
(In reply to Serge Volkov from comment #81)
There are, actually:

"da0"  waits for drive  "da0"
"Registering /org/freedesktop/UDisks2/drives/da0"
"Unregistering /org/freedesktop/UDisks2/block_devices/da0"

bsdisks tries to register block_devices/da0, but that requires drives/da0
registered first. It waits for drive, but then suddenly tries to unregister
block_devices/da0, although it is not even registered yet.

To rule out race condition, can you make sure you are inserting the flash only
after all "Unregistering da0*" messages are printed out?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list