I opened this ticket: https://www.virtualbox.org/ticket/14627
And there's a simple fix. The solution is to change the following line in /etc/init.d/vboxdrv: MINOR=`sed -n 's;\([0-9]\+\) vboxdrv;\1;p' /proc/misc` and add a "$" at the end of "vboxdrv", so it doesn't get confused by vboxdrvu returning 2 numbers: MINOR=`sed -n 's;\([0-9]\+\) vboxdrv$;\1;p' /proc/misc` Can you implement this fix? Thanks! -- Linux 4.2.0: Hurr durr I'ma sheep http://www.youtube.com/DanielFragaBR http://exchangewar.info Bitcoin: 12H6661yoLDUZaYPdah6urZS5WiXwTAUgL _______________________________________________ vbox-dev mailing list vbox-dev@virtualbox.org https://www.virtualbox.org/mailman/listinfo/vbox-dev