Quote:
Originally Posted by AwesomeMachine
Well, it might be looking somewhere else for dkms.conf.
|
Thanks AwesomMachine! right,
and i too was looking elsewhere, "dkms.conf does not exist" turned up a lot of googles, this old
ubuntu bug solves it. Just some house cleaning
Code:
rm -rf /var/lib/dkms/vboxhost
as those VirtualBox modules exist elsewhere and do install correctly. Now dkms status is clean
Code:
% dkms status
sysdig, 0.16.0, 4.11.6-1-ARCH, x86_64: installed
sysdig, 0.16.0, 4.9.33-1-lts, x86_64: installed
the old vboxhost stuff was the culprit, sysdig is good now. As others mentioned in that bug, kind of an obscure message, but a little search with the right information more than makes up for the message.