under ZFS, I can reliably crash my systems

Dennis Glatting dg17 at penx.com
Sat Oct 6 14:38:02 UTC 2012


On Fri, 2012-10-05 at 19:09 +0300, Andriy Gapon wrote:
> on 05/10/2012 17:33 Dennis Glatting said the following:
> > swap_pager: out of swap space
> > swap_pager_getswapspace(16): failed
> > pid 1847 (fstat), uid 0, was killed: out of swap space
> 
> One thing I can tell you, your kernel and userland are out of sync.
> 

How so? If svn src and rebuild everything. Do you mean ports?

Typical src build is:

svn co svn://svn.pki2.com/base/stable/9/ /disk-1/src
cd /usr/src; make -j65 buildworld
make installworld
yes | make delete-old
yes | make delete-old-libs
mergemaster
cd /sys/amd64/conf/
./mkconfig.pl SMUNI.in 
config SMUNI
cd ../compile/SMUNI
make cleandepend && make depend && make
make install

That's fairly straight forward.






More information about the freebsd-fs mailing list