[vbox-dev] [FIXED] for minor install error: Cannot create device /dev/vboxdrv with major 10 and minor 57u 58

Frank Mehnert frank.mehnert at oracle.com
Fri Sep 25 15:19:27 GMT 2015


Dâniel,

On Wednesday 23 September 2015 15:10:55 Dâniel Fraga wrote:
> 	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?

no need to do such postings on vbox-dev. Doing so just duplicates the
information. As I just wrote to the ticket the fix is now committed to
the repository and will be part of the next 5.0.x maintenance release.

Kind regards,

Frank
-- 
Dr.-Ing. Frank Mehnert | Software Development Director, VirtualBox
ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | 71384 Weinstadt, Germany

ORACLE Deutschland B.V. & Co. KG
Hauptverwaltung: Riesstraße 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603

Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer: Alexander van der Ven, Astrid Kepper, Val Maher




More information about the vbox-dev mailing list