From owner-freebsd-current@FreeBSD.ORG Sun Aug 26 10:37:31 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74EBB16A417 for ; Sun, 26 Aug 2007 10:37:31 +0000 (UTC) (envelope-from freebsd@gm.nunu.org) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id 3D80A13C458 for ; Sun, 26 Aug 2007 10:37:31 +0000 (UTC) (envelope-from freebsd@gm.nunu.org) Received: by nz-out-0506.google.com with SMTP id l8so781703nzf for ; Sun, 26 Aug 2007 03:37:30 -0700 (PDT) Received: by 10.142.103.6 with SMTP id a6mr463242wfc.1188124649566; Sun, 26 Aug 2007 03:37:29 -0700 (PDT) Received: by 10.142.203.18 with HTTP; Sun, 26 Aug 2007 03:37:29 -0700 (PDT) Message-ID: <626eb4530708260337t28f0b434oce7b33560822f71f@mail.gmail.com> Date: Sun, 26 Aug 2007 19:37:29 +0900 From: "Hidetoshi Shimokawa" Sender: freebsd@gm.nunu.org To: "KOT MATPOCKuH" In-Reply-To: <3979a4b0708240929p5f42b54ev412d5af16e9fb020@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3979a4b0707291120v4927a20cm357b845f6d1f3567@mail.gmail.com> <46BE1D6C.6040903@cran.org.uk> <626eb4530708221937h31c8f37fu9527e941ed4000b6@mail.gmail.com> <3979a4b0708240929p5f42b54ev412d5af16e9fb020@mail.gmail.com> X-Google-Sender-Auth: cd71dfa3af7a731f Cc: Bruce Cran , current@freebsd.org Subject: Re: console hangs after setting hostname X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Aug 2007 10:37:31 -0000 On 8/25/07, KOT MATPOCKuH wrote: > On 8/23/07, Hidetoshi Shimokawa wrote: > > > > It looks that the low level console is not locked though the high level > > console > > is locked by Giant. > > > > Could you try the attached patch? > > > Thanks you! Console doesn't hangs... Thank for the test. > ...and I'm too see corrupt messages in /var/run/dmesg.boot and on console: > > cd0: <_NEC DVD_RW ND-3540A 1.01> Removable CD-ROM SCSI-0 device > cdS0M:P :3 3A.P 0C0P0UM B#/s1 tLraaunnscfheerds! This is expected. If you concern interleaved meassges, could you try to add the following line to your kernel configuration file as sun4v? options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. -- /\ Hidetoshi Shimokawa \/ simokawa@FreeBSD.ORG