https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902
--- Comment #83 from Gleb Popov <arr...@freebsd.org> --- Can you try applying following patch on top of current tip? diff -r cc24e5813f9d objectmanager.cpp --- a/objectmanager.cpp Wed Feb 05 16:23:59 2020 +0400 +++ b/objectmanager.cpp Thu Feb 06 14:36:10 2020 +0400 @@ -288,6 +288,8 @@ QDBusConnection::systemBus().registerObject(dbusPath, d); addInterface(d->dbusPath, "org.freedesktop.UDisks2.Drive", new DriveAdaptor(d)); + + tryRegisterPostponed(); } void ObjectManager::addZFSDataset(const ZFSInfo& zfsInfo) -- You are receiving this mail because: You are the assignee for the bug.