Daisuke
Contributor
- Joined
- Jun 23, 2011
- Messages
- 1,041
Every time I start FreeNAS, I get these errors:
Any idea what might cause the geometry issues?
/etc/exports is readable.
-rw-r--r-- 1 root wheel 55 Oct 3 00:43
I also got an error related to the vfs.zfs.prefetch_disable setting, that I fixed easy:
I added this line into /boot/loader.conf:
vfs.zfs.prefetch_disable=0
Still, I should not be doing this... the system should detect automatically that I have 4GB of RAM installed. There is an interesting article that highlights the same errors I listed above.
Code:
Oct 3 00:42:47 pluto kernel: SMP: AP CPU #1 Launched! Oct 3 00:42:47 pluto kernel: SMP: AP CPU #3 Launched! Oct 3 00:42:47 pluto kernel: SMP: AP CPU #2 Launched! Oct 3 00:42:47 pluto kernel: GEOM: da0s1: geometry does not match label (16h,63s != 255h,63s). Oct 3 00:42:47 pluto kernel: Trying to mount root from ufs:/dev/ufs/FreeNASs1a Oct 3 00:42:47 pluto kernel: ZFS filesystem version 4 Oct 3 00:42:47 pluto kernel: ZFS storage pool version 15 Oct 3 00:42:47 pluto root: /etc/rc: WARNING: /etc/exports is not readable. Oct 3 00:42:47 pluto root: /etc/rc: WARNING: failed precmd routine for mountd Oct 3 00:42:49 pluto root: /etc/rc: WARNING: failed precmd routine for vmware_guestd
Any idea what might cause the geometry issues?
/etc/exports is readable.
-rw-r--r-- 1 root wheel 55 Oct 3 00:43
I also got an error related to the vfs.zfs.prefetch_disable setting, that I fixed easy:
Code:
% mount -uw / % nano /boot/loader.conf % mount -ur /
I added this line into /boot/loader.conf:
vfs.zfs.prefetch_disable=0
Still, I should not be doing this... the system should detect automatically that I have 4GB of RAM installed. There is an interesting article that highlights the same errors I listed above.