From owner-freebsd-stable@FreeBSD.ORG Wed Oct 13 09:28:13 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21B20106566B for ; Wed, 13 Oct 2010 09:28:13 +0000 (UTC) (envelope-from boski.cezar@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id D90148FC0A for ; Wed, 13 Oct 2010 09:28:12 +0000 (UTC) Received: by iwn8 with SMTP id 8so7559326iwn.13 for ; Wed, 13 Oct 2010 02:28:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=MFjIXmHw0820jyw7E8E25LsdIRN3Yyj32TlLuo6j8dk=; b=B7Ef9j3R/pnU29TBXY1hFxJFcTmD+R7CggbBBRA1p9CQa3dBStHHIjuF2rXxX53Qlk OhLBT+6tfAs4prhj2plVt1iHbaOow/MMtgInY3UsidXS8r48hTjsKRNemcH4bu+ApGnU bGDAdc7FXMKOCXOSR7GhSnqx01DSfPaqPPjEQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=v3VzQs8/ZfICRRhliGB53rnebCL3kiPv/0XYGTm7/6K0JSSA0OxgKxfEA/NInVSrmT b1dSwQ13zNX60AUW37YIhefbY6c3mm8fvN3RxQ5wo4TgobvSZSu7JNkcj1XgHYlyEK3X NZZuU6nNDMNske1XdMTuTavlqqT6h2Mh8r19E= MIME-Version: 1.0 Received: by 10.42.22.69 with SMTP id n5mr3227787icb.477.1286962091500; Wed, 13 Oct 2010 02:28:11 -0700 (PDT) Sender: boski.cezar@gmail.com Received: by 10.231.205.197 with HTTP; Wed, 13 Oct 2010 02:28:11 -0700 (PDT) In-Reply-To: <4CB576AA.7080502@icyb.net.ua> References: <4CB569E8.7020301@icyb.net.ua> <4CB576AA.7080502@icyb.net.ua> Date: Wed, 13 Oct 2010 11:28:11 +0200 X-Google-Sender-Auth: 3ub4OP6wGgPqM-kk_B0bv5NSXNU Message-ID: From: Marcin To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: Problem with security log X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2010 09:28:13 -0000 2010/10/13 Andriy Gapon : > on 13/10/2010 12:01 Marcin said the following: >> 2010/10/13 Andriy Gapon : >>> on 12/10/2010 23:50 Marcin said the following: >>>> Hi folks, >>>> >>>> For some time in the file / var / log / security appear illegible entries: >>>> kernel: ipfw: 200 Deny UDiPp f1w9:2 .168.10.5:5230503 D22e4n.y0 >>>> .U0D.P25 1:15923.5136 o8.u10t. 5va5 3r5e03 224.0.0.251:5353 in via re0 >>>> >>>> How to get rid of it? Please help... >>> >>> Add buffering to msgbuf-writing routines in kernel. >>> >>> -- >>> Andriy Gapon >>> _______________________________________________ >>> freebsd-stable@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >>> >> >> Hi Andiry, >> How can i do that? Please give me an advice... :) > > http://svn.freebsd.org/viewvc/base/head/sys/kern/subr_prf.c?view=markup > http://svn.freebsd.org/viewvc/base/head/sys/kern/subr_msgbuf.c?view=markup > > Use the source, Luke :) > > -- > Andriy Gapon > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > Hi, Thanks for advice, I don't have enought power (C programmers knowledge) to use the sources... Maybe there is more simply solution...