On 20 March 2012 21:16, Ihsan Junaidi Ibrahim <ihsan.juna...@gmail.com> wrote: > Hi folks, > > While trying to poke around my mbuf stats, I ran across the following error > message. > > ihsan@sv01:~ $ netstat -m > netstat: memstat_sysctl_all: Too many CPUs > > It's an E3-1230 CPU on a Supermicro X9SCM-F with 4G RAM. > > I'm on 9.0-RELEASE. > > Has anybody encountered this before? >
Well, that means that you are likely running libmemstat(3) library from RELENG_8. This error message (and a reason for it) was removed in 9.0. In 8.x and earlier this error was possible when kernel is compiled with MAXCPU kernel option value greater than 32. If you upgraded to 9.0 from an earlier release than please make sure you have kernel and world in sync. -- wbr, pluknet _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"