Thanks for the info. This is not a new install, it's been installed and upgrading fine for a long time. The correct package for the kernel is also installed (current). The program actually opens fine (I actually have not used it for a long time...just noticed how terrible it looks against the dark theme...), however the error above persists. And there was an error during the run of usysconf after the upgrade. Here it is reproduced:
sudo usysconf run vbox-restart
[✓] Syncing filesystems success
[✗] Restarting VirtualBox services failed
A copy of the command output follows:
Job for vboxdrv.service failed because the control process exited with error code.
See "systemctl status vboxdrv.service" and "journalctl -xe" for details.
[✗] Restarting VirtualBox services failed
A copy of the command output follows:
Job for vboxdrv.service failed because the control process exited with error code.
See "systemctl status vboxdrv.service" and "journalctl -xe" for details.
I have not rebooted though, so I will try that and report back...
Thanks!
[Solved] The reboot did indeed fix the issue. Probably an issue with kernel modules unloading and loading, or something like that. Thanks for the attention.
sudo systemctl status vboxdrv.service
● vboxdrv.service - VirtualBox Linux kernel module
Loaded: loaded (/usr/lib64/virtualbox/vboxdrv.sh; disabled; vendor preset: enabled)
Active: active (exited) since Sat 2019-12-21 17:40:29 EST; 1min 42s ago
Process: 1114 ExecStart=/usr/lib64/virtualbox/vboxdrv.sh start (code=exited, status=0/SUCCESS)
Dec 21 17:40:28 node-laptop7 systemd[1]: Starting VirtualBox Linux kernel module...
Dec 21 17:40:28 node-laptop7 vboxdrv.sh[1114]: vboxdrv.sh: Starting VirtualBox services.
Dec 21 17:40:28 node-laptop7 vboxdrv.sh[1120]: Starting VirtualBox services.
Dec 21 17:40:29 node-laptop7 systemd[1]: Started VirtualBox Linux kernel module.