From owner-freebsd-stable@FreeBSD.ORG Thu Feb 4 22:22: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 7A7E8106566B for ; Thu, 4 Feb 2010 22:22:13 +0000 (UTC) (envelope-from mail@vas.org.ua) Received: from relay.electro.ua (electro.ua [213.186.192.234]) by mx1.freebsd.org (Postfix) with ESMTP id 2F6C18FC18 for ; Thu, 4 Feb 2010 22:22:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by relay.electro.ua (Postfix) with ESMTP id 2BE001708F for ; Fri, 5 Feb 2010 00:22:12 +0200 (EET) X-Virus-Scanned: amavisd-new at http.org.ua Received: from relay.electro.ua ([127.0.0.1]) by localhost (http.org.ua [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qxUzNdRfplC0 for ; Fri, 5 Feb 2010 00:22:12 +0200 (EET) Received: from [192.168.1.100] (blonde.org.ua [213.186.192.244]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by relay.electro.ua (Postfix) with ESMTPSA id 024EB1708B for ; Fri, 5 Feb 2010 00:22:12 +0200 (EET) Message-ID: <4B6B489E.9030309@vas.org.ua> Date: Fri, 05 Feb 2010 00:22:22 +0200 From: Vasyl Samoilov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; uk; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <201002041607.o14G7KLC019927@lurza.secnetix.de> In-Reply-To: <201002041607.o14G7KLC019927@lurza.secnetix.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: messages output starts getting interleaved 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: Thu, 04 Feb 2010 22:22:13 -0000 04.02.2010 18:07, Oliver Fromme написав(ла): > Vasyl Samoilov wrote: > > After migrating to 8.0-STABLE from 7.2-STABLE my messages output starts > > getting interleaved (see below). I'm running amd64 smp kernel. Is there > > anything can be done to get rid of this? Thanks in advance. > > Do you have the following line in your kernel configuration? > (It's in GENERIC by default.) > > options PRINTF_BUFR_SIZE=128 > > It mitigates the problem, but doesn't solve it completely. > > Best regards > Oliver > > Yes, I do, but the problem seems to be somewhere else. It seems that this garbage in /var/log/messages comes in only when isc-dhcpd is starting. It's always some message from "kernel" with garbage in between dhcpd messages on every reboot - it shouldn't be there. >uname -a FreeBSD tiger.local.domain 8.0-STABLE FreeBSD 8.0-STABLE #1: Tue Feb 2 10:04:02 EET 2010 vas@tiger.local.domain:/usr/obj/usr/src/sys/GENERIC amd64 >cat /usr/src/sys/amd64/conf/GENERIC | grep PRINTF_BUFR_SIZE options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. >pkg_info | grep dhcp isc-dhcp31-server-3.1.3 The ISC Dynamic Host Configuration Protocol server