Date: Wed, 27 Mar 2013 12:05:37 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: budsz <budiyt@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: freebsd-hackers@freebsd.org Message-ID: <44txnw6d66.fsf@lowell-desk.lan> In-Reply-To: <CADM2n7jMBm-2AAg_1L0yPncw%2BTdcvupaHgO_0nCz2wpLS52miA@mail.gmail.com> (budsz's message of "Tue, 26 Mar 2013 15:28:53 %2B0700") References: <CADM2n7jMBm-2AAg_1L0yPncw%2BTdcvupaHgO_0nCz2wpLS52miA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
budsz <budiyt@gmail.com> writes: > I want ask about error in `dmesg` output "remove Bump sched buckets to > 64 (was 0)" > in FreeBSD 8.3 STABLE version. Where's the code lines should be remove (safety)? That message isn't in RELENG_9, so I can't give you details. It's probably resizing a dummynet queue, so it's likely to be in one of the c files in /usr/src/sys/netpfil/ipfw/. Removing the print statment is *probably* safe, but will leave you with less information if something actually goes wrong with allocating buckets the next time you add a new queue. Or you could update to something more recent, where that specific message isn't present at all.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44txnw6d66.fsf>