buildworld fail in 8.0-RC3

i do what you said Mr DutchDaemon ,and i add to rc.conf this :
Code:
fusefs_enable="YES"
then start :
Code:
/usr/local/etc/rc.d/fusefs start
now it is work .
zfs to now does not load and i notice that vboxdrv does not load to after moving modules from extract packages to /boot/kernel .
now i am going to makeworld again with this changes :
make.conf :
Code:
WITH_ZFS=TRUE
src.conf :
Code:
WITHOUT_INET6=yes
WITHOUT_GAMES=yes
WITHOUT_IPFILTER=yes
WITHOUT_IPX=yes
WITHOUT_NCP=yes
WITHOUT_SENDMAIL=yes
to see if i can get zfs .
 
i dispoint when i get the some problem ,even i get new problem ,not all ntfs partition appear in dev !
 
dmesg was said :
Code:
kernel: KLD zfs.ko: depends on opensolaris - not available or version mismatch
Nov 11 10:15:10 localhost SIFE: /etc/rc.d/zfs: WARNING: Unable to load kernel module zfs
Nov 11 10:15:10 localhost kernel: KLD zfs.ko: depends on opensolaris - not available or version mismatch
Nov 11 10:15:24 localhost kernel: KLD zfs.ko: depends on opensolaris - not available or version mismatch
so i add this modules to make.conf because zfs was depend in it :
Code:
MODULES_OVERRIDE=zfs opensolaris krpc
now zfs load successfully ,my only problem now is loading vboxdrv and getting the missing ntfs partition that are now disappear from dev even i run chkdsk for theme .
 
Back
Top