From owner-freebsd-ipfw@FreeBSD.ORG Wed Sep 19 09:55:15 2007 Return-Path: Delivered-To: freebsd-ipfw@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2828416A417; Wed, 19 Sep 2007 09:55:15 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp3.yandex.ru (smtp3.yandex.ru [213.180.200.14]) by mx1.freebsd.org (Postfix) with ESMTP id BF39B13C459; Wed, 19 Sep 2007 09:55:13 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from ns.kirov.so-cdu.ru ([77.72.136.145]:61164 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S4748191AbXISJgK (ORCPT + 2 others); Wed, 19 Sep 2007 13:36:10 +0400 X-Comment: RFC 2476 MSA function at smtp3.yandex.ru logged sender identity as: bu7cher Message-ID: <46F0ED85.7060608@yandex.ru> Date: Wed, 19 Sep 2007 13:36:05 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: remko@FreeBSD.org References: <200709190919.l8J9JQXl025724@freefall.freebsd.org> In-Reply-To: <200709190919.l8J9JQXl025724@freefall.freebsd.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ipfw@FreeBSD.org, freebsd-bugs@FreeBSD.org, pmaechler@glattwerk.ch, freensd-current@FreeBSD.org Subject: Re: bin/116458: [ipfw]: Logging problems with syslog and ipfw an 6.2.REL-p5 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 09:55:15 -0000 Remko Lodder wrote: > > bge0 is running in promisc mode because of dsc which is running. > > > > sample content of /var/log/messages > > Sep 14 12:00:00 ns2 newsyslog[94585]: logfile turned over due to size>100K > > Sep 14 12:00:02 ns2 kernel: 5 > > Sep 14 12:00:05 ns2 kernel: > > Sep 14 12:00:05 ns2 kernel: 7 > > Sep 14 12:00:08 ns2 kernel: > > Sep 14 12:00:08 ns2 kernel: 9 > > Sep 14 12:00:11 ns2 kernel: 8 > > Sep 14 12:00:14 ns2 kernel: > > Sep 14 12:00:14 ns2 kernel: e0 > > Sep 14 12:00:15 ns2 kernel: a bge0 > > Sep 14 12:00:15 ns2 kernel: e0 > > Sep 14 12:00:15 ns2 kernel: < This problem is not related to the ipfw. But you can try this patch: http://people.yandex-team.ru/~sem/FreeBSD/kernel/log_mutex.diff Please, report back if it will help you. -- WBR, Andrey V. Elsukov