Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2013 19:34:34 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        freebsd-emulation@freebsd.org
Subject:   VirtualBox kernel modules
Message-ID:  <alpine.BSF.2.00.1301101929430.23007@wonkity.com>

next in thread | raw e-mail | index | archive | help
emulators/virtualbox-ose-kmod puts the built kernel modules in 
/boot/kernel along with all the system kernel modules.

However, somewhere in the buildworld/kernel/installworld process, these 
modules are deleted.  Deinstalling the port shows this:

   # make deinstall
   ===>  Deinstalling for emulators/virtualbox-ose-kmod
   ===>   Deinstalling virtualbox-ose-kmod-4.2.6
   pkg_delete: file '//boot/kernel/vboxdrv.ko' doesn't exist
   pkg_delete: file '//boot/kernel/vboxnetadp.ko' doesn't exist
   pkg_delete: file '//boot/kernel/vboxnetflt.ko' doesn't exist
   pkg_delete: couldn't entirely delete package `virtualbox-ose-kmod-4.2.6'
   (perhaps the packing list is incorrectly specified?)

I think those modules used to be in /boot/modules.

Is this a problem with my system, the port, or something else?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1301101929430.23007>