From owner-freebsd-current@FreeBSD.ORG Sun Apr 7 18:37:29 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6F035194 for ; Sun, 7 Apr 2013 18:37:29 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com [74.125.83.43]) by mx1.freebsd.org (Postfix) with ESMTP id 09134962 for ; Sun, 7 Apr 2013 18:37:28 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id e50so1969122eek.30 for ; Sun, 07 Apr 2013 11:37:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=3ScgnE6X2LeBrRZsml+oS5g23y/9ZQbUzdvlo3m8k1o=; b=uViO8hB8kk39gxvgKAG4YaUuRJBU5aehCipD0TOJusSUdIAh+1KPCeuWNAOflcEiIt 1/YgBz2tcy70VvYYsv7BiUgUl7qbi9x7bp675UU3yDO60+3S0DcV6mHdVaZDjUOYT00L x0uRowFTFcvPYzfzO05Pgt4eD2XBMIJyKRuHztobwUNsHLLk4HDCPHLZvqKlf+8CNGyB tuYhemqPZ2qFN6QpPo4uWiytG9UQkMUlT3mCHRx9Fl+IYnwBPRghPMJkRoM+hTuCuvP8 Dr1RAdTF/MnpN/vieaZGqNFPBbSgaulV2YWh3CzV+DJ5nRlGNr3o3bAgETMEQ0hWeId4 aOpw== X-Received: by 10.15.43.73 with SMTP id w49mr40913191eev.12.1365359842473; Sun, 07 Apr 2013 11:37:22 -0700 (PDT) Received: from [192.168.1.80] (91EC4593.dsl.pool.telekom.hu. [145.236.69.147]) by mx.google.com with ESMTPS id q5sm27669683eeo.17.2013.04.07.11.37.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 07 Apr 2013 11:37:21 -0700 (PDT) Message-ID: <5161CAAF.30106@gmail.com> Date: Sun, 07 Apr 2013 21:36:15 +0200 From: deeptech71 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:18.0) Gecko/20100101 SeaMonkey/2.15 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Kernel output interleaved on boot References: <559270951.20130407172227@serebryakov.spb.ru> In-Reply-To: <559270951.20130407172227@serebryakov.spb.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 18:37:29 -0000 On 04/07/2013 15:22, Lev Serebryakov wrote: > It looks like characters from two lines are interleaved... Is it > known problem? Have you removed options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. from your (GENERIC) kernel?