Date: Tue, 30 Jan 2001 08:00:07 -0800 (PST) From: Thomas Moestl <tmoestl@gmx.net> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/24735: Still problems (crashes) with ipfw, bridging and dummynet on 4.2-STABLE. Message-ID: <200101301600.f0UG07p91611@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/24735; it has been noted by GNATS. From: Thomas Moestl <tmoestl@gmx.net> To: freebsd-gnats-submit@FreeBSD.org, admin@allegan.net Cc: Subject: Re: kern/24735: Still problems (crashes) with ipfw, bridging and dummynet on 4.2-STABLE. Date: Tue, 30 Jan 2001 16:59:32 +0100 Hi, > I am still having problems getting ipfw, bridging and dummynet to be > stable. 4.1 and 4.2 caused panics upon startup. 4.2-Stable allows it > to run (yeah!) but it is still unstable. About every hour or so it > reboots. Sometimes it reboots 5 or 6 times in a few minutes time. There > is no pattern. However if I disable bridging it will runs fine. Perhaps you are running out of mbuf clusters? You should do a netstat -m to check this. If the peak values are close to max, you need to increase NMBCLUSTERS (or probably better maxusers) in you kernel config. These settings are also changeable via sysctls (in kern.ipc). If this is not the problem, could you please supply more debugging info (e.g. panic message, if possible backtrace)? - thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101301600.f0UG07p91611>
