From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 29 20:37:33 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04B23106567A; Tue, 29 Apr 2008 20:37:33 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E87F18FC2F; Tue, 29 Apr 2008 20:37:32 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3TKbW82041512; Tue, 29 Apr 2008 20:37:32 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3TKbWbv041508; Tue, 29 Apr 2008 20:37:32 GMT (envelope-from vwe) Date: Tue, 29 Apr 2008 20:37:32 GMT Message-Id: <200804292037.m3TKbWbv041508@freefall.freebsd.org> To: zaulychny@yahoo.com, vwe@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/123200: Server failure due to netgraph mpd and dhcpclient X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 20:37:33 -0000 Synopsis: Server failure due to netgraph mpd and dhcpclient State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Tue Apr 29 20:28:08 UTC 2008 State-Changed-Why: At the very first look on your configuration, I've seen one misconfiguration which might cause problems: You're using a netmask greater than /32 for alias addresses on same subnet (take a look at I/F fxp0 addresses 192.168.0.101, 192.168.0.199 and 192.168.0.1 share the same subnet (/24) and all three have a netmask of /24. Only one should have a /24, the others should be created as /32. If you're experiencing kernel panics, please provide us with the kernel dump (panic message AND the backtrace). If you don't get a panic, please recompile your kernel with WITNESS enabled and show us the witness messages. Also please explain a bit about your DHCP issue (to me it's unclear what role dhcp_client may play here). Do you start mpd from the DHCP script of vice versa? Please show us your mpd configuration. Also a look to the routing table might be useful. Anyway we need the panic message and a backtrace to analyze or witness messages. Problem does not seem to be i386 related - reclassify. Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: vwe Responsible-Changed-When: Tue Apr 29 20:28:08 UTC 2008 Responsible-Changed-Why: set to feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=123200