Page 1 of 2

Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 15:57
by BPR
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv.
Please reinstall the kernel module by executing

'/sbin/rcvboxdrv setup'

as root. If it is available in your distribution, you should install the DKMS package first. This package keeps
track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not
installed. On linux, open returned ENOENT.

*** When this command is run

bash: /sbin/rcvboxdrv setup: No such file or directory

***** Changed to
bash: /usr/lib/virtualbox/vboxdrv.sh setup

Stopping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modules ...done.
Trying to register the VirtualBox kernel modules using DKMS ...done.
Starting VirtualBox kernel modules ...failed!
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)

dmesg gives

[ 2240.977157] VBoxSVCWatcher[7187]: segfault at 18 ip 00007fa4faf4ecb0 sp 00007fa4ec173e80 error 4 in VBoxXPCOM.so[7fa4faef7000+ff000]

Thanks for any help to get this resolved.
Bob

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 16:01
by Perryg
I would purge VirtualBox and then install new being sure to use the official version from virtualbox.org.

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 16:14
by BPR
Thanks. I was just hoping there was an easy fix before having to doing that. Been running VB for better than 6 years and this is the first time I've seen an update
destroy it this bad. Previous updates that killed it was an easy fix.

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 16:22
by Perryg
It can be due to a lot of things and you and I conversing about it will take a lot longer to figure it out. You can continue to diagnose this and yes you can fix it, but depending on the kernel verrsion, version of VBox, Etc. it will have a lot to do with your success. Remember that kernel updates can overrun the installed version of VBox and even if you have installed an earlier version that depended on init.d and the OS not longer supporting it. Sometimes it is just easier to purge and install. Your guest will remain intact so that should not be a concern.

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 16:47
by BPR
Thanks. Already working on the purge.

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 17:00
by BPR
Well, Now there is really something going wrong.

Installing 5.1 on 14.04 ran fine

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a
permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing

'/sbin/vboxconfig'

as root.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The
support driver is not installed. On linux, open returned ENOENT.

*** I ran this, and it all seemed to be doing good but then errored.

vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.

*** dmesg gives

[ 2240.977157] VBoxSVCWatcher[7187]: segfault at 18 ip 00007fa4faf4ecb0 sp 00007fa4ec173e80 error 4 in VBoxXPCOM.so[7fa4faef7000+ff000]

It also gives something about nss-myhostname
but that is not available when I try to install it.
E: Unable to locate package nss-myhostname

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 17:09
by Perryg
What version of QT are you running?

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 17:13
by BPR
Ubuntu 14.04, I use VLC, never installed Quick Time.

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 17:18
by Perryg

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 17:24
by BPR
Quick time is not available in the software center. Is there a command line install?

Thanks

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 17:31
by Perryg
Did you read the link I sent you. Linux QT is not Quick Time like you remember it.

"Qt is used mainly for developing application software with graphical user interfaces (GUIs)"

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 17:33
by Perryg
Run the following in the host terminal:
qmake --version

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 17:36
by BPR
Showed who uses it, including VLC etc, I guess I was looking for something about installing it, but I was thinking
it was Apple quick time.

I'll try another way to get this working or just pull out the old Win 7 laptop and fire it up, has exact setup. I only use it
one or twice a month, so it's not too much a priority.

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 17:38
by BPR
qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
Perryg wrote:Run the following in the host terminal:
qmake --version

Re: Not running after last Ubuntu kernal update

Posted: 15. Jul 2016, 17:42
by Perryg
You probably need to upgrade to qt5 since the latest version of VirtualBox relies on it.