Score:0

VirtualBox working... but /sbin/vboxconfig missing?

mx flag

I had an older version of VirtualBox running (6.1.16) and installed VirtualBox 6.1.26 with:

sudo apt-get install virtualbox-dkms

Fired up virtualbox from the command line, and things went OK, but /sbin/vboxconfig does not exist. Is this a one-time/normal thing? VBoxManage exists, which is the important thing, I would think.

asylumax avatar
mx flag
Even that file is missing. Perhaps it is best to just get rid of this install, and make sure nothing is there, and re-install.
Score:1
in flag

This is not a problem that I've seen too often with VirtualBox, but there are instances when an installation will "hiccup". The /sbin/vboxconfig file is just a symbolic link, so you can resolve it yourself if you'd like:

  1. Open Terminal (if it's not already open)
  2. Create the symbolic link:
    sudo ln -s /usr/lib/virtualbox/postinst-common.sh /sbin/vboxconfig
    
    Note: The use of sudo here ensures the link can be written and is owned by root.

Be sure that all of the VirtualBox packages are running with the same version number to reduce the risk of errors, particularly with the "Guest Additions CD Image".

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.