os icon indicating copy to clipboard operation
os copied to clipboard

udisksd complains about missing shared objects

Open codygarver opened this issue 6 years ago • 0 comments

Apr 06 11:18:54 juno systemd[1]: Starting Disk Manager...
Apr 06 11:18:54 juno udisksd[572]: udisks daemon version 2.7.6 starting
Apr 06 11:18:55 juno udisksd[572]: failed to load module crypto: libbd_crypto.so.2: cannot open shared object file: No such file or directory
Apr 06 11:18:55 juno udisksd[572]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
Apr 06 11:18:55 juno udisksd[572]: Failed to load the 'mdraid' libblockdev plugin
Apr 06 11:18:55 juno udisksd[572]: Failed to load the 'crypto' libblockdev plugin
Apr 06 11:18:55 juno systemd[1]: Started Disk Manager.
Apr 06 11:18:55 juno udisksd[572]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Apr 06 11:25:10 juno systemd[1]: Stopping Disk Manager...
Apr 06 11:25:10 juno systemd[1]: Stopped Disk Manager.

Installing the following fixes the warning, should consider adding them:

libblockdev-mdraid2
libblockdev-crypto2

Might speed up boot time slightly.

codygarver avatar Apr 06 '18 16:04 codygarver