I have a VirtualBox process hanging around which I tried to kill (-KILL/-ABORT) but without success. The parent pid is 1 (init).
top shows the process as D which is documented as "uninterruptible sleep".
strace shows up nothing.
How can I get rid of this? It prevents me from unloading the vbox kernel driver to load a newer one.