Console Messages

Lowell Gilbert freebsd-questions-local at be-well.ilk.org
Sun Nov 28 15:23:38 UTC 2010


"Grant Peel" <gpeel at thenetnow.com> writes:

> I am using FreeBSD 8.0 and am getting lots of these:
>
> negative sbsize for uid = 0
> +negative sbsize for uid = 0
> +negative sbsize for uid = 0
> +negative sbsize for uid = 0
> +negative sbsize for uid = 0
>
> any ideas what it means or how to cure it?

Hmm.  Interesting.  You may need to go -hackers for this...

Apparently a socket buffer is claiming to use a negative amount of
space.  Offhand I'd guess that it wrapped around, but there seem to be
checks in place to avoid that.  It's something running as root, which
should help you track it down (most network daemons should be run as
other users anyway).


More information about the freebsd-questions mailing list