From owner-freebsd-net@FreeBSD.ORG Mon Jul 16 04:31:40 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6A3B1065691; Mon, 16 Jul 2012 04:31:40 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id 134488FC08; Mon, 16 Jul 2012 04:31:39 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.5/8.14.5) with ESMTP id q6G4VVMR044648; Mon, 16 Jul 2012 11:31:32 +0700 (NOVT) (envelope-from egrosbein@rdtc.ru) Message-ID: <50039923.2060802@rdtc.ru> Date: Mon, 16 Jul 2012 11:31:31 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <20110513162311.GK95084@glebius.int.ru> <4DD298AD.2060905@frasunek.com> <20110517184613.GN74366@glebius.int.ru> <4FDB1D71.6050908@freebsd.lublin.pl> <20120615203142.GW28613@glebius.int.ru> <4FDBAFD7.9020606@freebsd.lublin.pl> <4FDF2F81.6030307@sentex.net> <4FDF3097.6080701@freebsd.lublin.pl> <4FE0EE62.5070905@freebsd.lublin.pl> <4FF7F2C6.5070401@freebsd.lublin.pl> <20120709081225.GJ21957@glebius.int.ru> <4FFBB7A8.90201@rdtc.ru> <4FFBCA96.3000605@freebsd.lublin.pl> <50032E10.3060607@sentex.net> <65702E3D-9373-4CC7-9CB4-81704EF44ED8@lists.zabbadoz.net> In-Reply-To: <65702E3D-9373-4CC7-9CB4-81704EF44ED8@lists.zabbadoz.net> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: Przemyslaw Frasunek , freebsd-net@freebsd.org, Ryan Stone , Mike Tancsa Subject: Re: mpd5/Netgraph issues after upgrading to 7.4 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2012 04:31:40 -0000 16.07.2012 07:13, Bjoern A. Zeeb пишет: > > On 15. Jul 2012, at 20:54 , Mike Tancsa wrote: > >> On 7/10/2012 2:24 AM, Przemyslaw Frasunek wrote: >>>> It seems, Przemyslaw Frasunek uses proxyarp? >>>> I have no such problems but I do not use proxyarp. >>>> Could you get rid of it, Przemyslaw? >>> >>> No, I don't use proxy ARP. I have about 300 PPPoE ng interfaces and 10 VLANs >>> with plain IP traffic. ARP table has only < 50 entries, all of them are dynamic. >> >> I had a new one. Unfortunately, it did not generate a coredump file for >> some reason. Kernel was from ~ mid Feb >> >> Fatal trap 9: general protection fault while in kernel mode >> cpuid = 1; apic id = 02 > ... >> Uptime: 151d12h10m10s >> ipfw: 11 Deny TCP 192.168.1.99:33822 208.47.254.32:80 in via ng471 >> Dumping 883 out of 8145 MB:ipfw: 13 Deny UDP 64.7.157.21:512 >> 192.168.254.46:137 in via ng21 >> panic: bufwrite: buffer is not busy??? >> cpuid = 1 >> Uptime: 151d12h10m10s > > Hmm this one means we didn't stop all CPUs properly on panic; I think that > was fixed since? At least it's the reason you didn't have a chance to get > the core dump. RELENG_8 (and others, perhaps) still needs additional patch (by Andry Gapon) in case of USB keyboard to write crashdump properly. I've sent its URL recently: http://www.grosbein.net/freebsd/patches/stop_scheduler_on_panic.usb.diff > > However of course the initial problem leading to the panic of course > is its own issue still.