Description of problem: Since upgrading to FC18, my terminal occasionally keeps spitting out messages like: "/org/freedesktop/UDisks2/drives/INTEL_SSDSA2CW300G3_CVPR1304019T300EGN" 's interface "org.freedesktop.UDisks2.Drive.Ata" changed props: modified: "SmartUpdated" : QVariant(qulonglong, 1350938558) which is somewhat annoying, as the SMART status is just fine. Editing /etc/dbus-1/system.d/org.freedesktop.UDisks2.conf to deny it output seems to fix it. Version-Release number of selected component (if applicable): udisks2-2.0.0-1.fc18.x86_64
Seems to be a problem with a Qt application on your system (the QVariant is giving that away). Since udisks2 does not use Qt, it's not a udisks2 problem so I'm closing it CANTFIX since there is nothing to fix. My guess is that you have a buggy Qt app listening to D-Bus signals from udisks2. Feel free to reopen and reassign if you figure out what application it is.