"Grant Peel" <gp...@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).
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to