On Wednesday, February 25, 2015 10:19:32 AM Chris H wrote: > On Wed, 25 Feb 2015 09:42:54 -0800 "Chris H" <bsd-li...@bsdforge.com> wrote > > > On Wed, 25 Feb 2015 08:56:14 -0800 "Chris H" <bsd-li...@bsdforge.com> > > wrote > > > > I see somebody also reported something along these lines, recently; > > http://freebsd.1045724.n5.nabble.com/ufs-devfs-quot-lock-order-reversal-qu > > ot- on-poweroff-td5989901.html > > > > But there was no reported resolution. > > and again in January, as well. > https://www.mail-archive.com/freebsd-current@freebsd.org/msg158784.html > > Is there any way to switch off WITNESS, INVARIANTS && SKIPSPIN > in the GENERIC that is installed, outside of building a new > kernel?
The VFS ones are more complicated. You can add options 'WITNESS_NO_VNODE' to your kernel config to limit the noise. (Someone should turn that into a sysctl/tunable so it can be enabled in a stock kernel.) -- John Baldwin _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"