Hello, VBoxDRMClient is normally executed by the "/usr/sbin/VBoxService" (run by startup script from virtualbox-guest-utils package).
I have found a workaround for the version 7.2.14-dfsg-1 - diverting the VBoxDRMClient binary: # dpkg-divert --add --rename --divert /usr/bin/VBoxDRMClient.real /usr/bin/VBoxDRMClient After this modification, daemons will start in the same way as in 7.2.0-dfsg-3. Regards Zbynek

