Date: Wed, 23 Dec 2009 00:20:40 +0100 From: Leslie Jensen <leslie@eskk.nu> To: Mario Lobo <lobo@bsd.com.br> Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox error if kernel module loader in /boot/loader.conf (WAS Re: Loading kernel modules for virtualbox via script) Message-ID: <4B315448.909@eskk.nu> In-Reply-To: <200912222001.08532.lobo@bsd.com.br> References: <4B314586.1030301@fletchermoorland.co.uk> <4B314CBB.1030506@eskk.nu> <200912222001.08532.lobo@bsd.com.br>
next in thread | previous in thread | raw e-mail | index | archive | help
> This is a known problem for a while but I think it's almost microscopic. > > > Just place the following script in /usr/local/etc/rc.d/vboxkos > > ----------------------------------- > #!/bin/sh > echo ' VirtualBox' > /sbin/kldload vboxnetflt > /sbin/kldload vboxnetadp<- optional > ------------------------------------ > > and take vboxnetflt_load="YES" out of loader.conf. > Load only vboxdrv.ko there ! > > The modules will be loaded late enough and everything will work. I placed the vboxkos script as you described, set the same owner and group and rights as the files already present. Unfortunately the vboxnetflt module did not get loaded. /Les
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B315448.909>