我正在运行来自官方 Oracle 存储库的 Virtualbox 6.1.8。当我尝试升级到 6.1.10 时,出现以下错误:
A copy of VirtualBox is currently running. Please close it and try again.
Please note that it can take up to ten seconds for VirtualBox to finish running.
没什么不寻常的——我过去经常遇到这种情况。但据我所知,这次没有正在运行的虚拟机(以下命令不会打印任何内容):
$ VBoxManage list runningvms
我重新启动了机器,但这也没有帮助。有什么想法可以解决我的问题吗?
有关套餐的详细信息:
$ apt-cache policy virtualbox-6.1
virtualbox-6.1:
Installed: 6.1.8-137981~Ubuntu~eoan
Candidate: 6.1.10-138449~Ubuntu~eoan
Version table:
6.1.10-138449~Ubuntu~eoan 500
500 https://download.virtualbox.org/virtualbox/debian focal/contrib amd64 Packages
*** 6.1.8-137981~Ubuntu~eoan 100
100 /var/lib/dpkg/status
答案1
sudo service vboxdrv stop
帮助我,从这里开始https://github.com/buguroo/cuckooautoinstall/issues/8#issuecomment-258797788