﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
14716,"Error In suplibOsInit - wrong command ""/sbin/rcvboxdrv setup"" proposed in dialog -> fixed in 5.0 and later releases after Oct 20 2015",doktor5k,,"When starting a saved VM after update to VirtualBox-5.0-5.0.6_103037_el6-1.x86_64
it shows the following dialog because vboxdrv and related kernel modules have not been re-built yet for the current kernel after virtualbox update:

> Kernel driver not installed (rc=-1908)
> 
> 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. ""


The proposed command {{{
/sbin/rcvboxdrv setup
}}}
 does not exist. The actual command that should be proposed is 
{{{
/usr/lib/virtualbox/vboxdrv.sh setup
}}}

Please adjust the string in the dialogue. 

FWIW, not sure why the %post scripts of the rpm did not run this, logic can be see n via 
{{{
rpm -q --scripts --triggers VirtualBox-5.0|grep vboxdrv.sh
}}}
and should have fixed this, but the dialog should still show the correct command.",defect,closed,other,VirtualBox 5.0.6,fixed,,,Windows,Linux
