From owner-freebsd-current@FreeBSD.ORG Mon Aug 27 11:49:30 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 EE30F16A417 for ; Mon, 27 Aug 2007 11:49:30 +0000 (UTC) (envelope-from matpockuh@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 7594713C45A for ; Mon, 27 Aug 2007 11:49:30 +0000 (UTC) (envelope-from matpockuh@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1151533nfb for ; Mon, 27 Aug 2007 04:49:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=tIjARO7KaKc+H0f18Oy6Ic+Fzrj0Tqc9GE9iuFHsC8+hL9F8Hq5Vu5+RuSeWPQWHExJag7Bh2jdSCuROGPInaITWH/5g+fnCv5bpu+NEfM/lCPF2hGDossLZ5BAAw6IPl01A0pSb4JbUjI4FaQM8SyOhaTXaPhHbjUfz+C23fM0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=U/XAHdoypTg1FZOYC6u6ur5JEh8yaOz/pFmYDOQYm4uRr5k75YZNoTA1VgRCy5E8sf2vLedN2jb7bQUbJJa9+Lhcfpb7t1d8d9Ble6pRGR5tFVuISuolpBvRucKBwwRlF6XVhmyV5D6/fi0T1VZ89fsTVMPiiD5jtxSgFxnZeR0= Received: by 10.78.140.17 with SMTP id n17mr3850344hud.1188215368690; Mon, 27 Aug 2007 04:49:28 -0700 (PDT) Received: by 10.78.160.10 with HTTP; Mon, 27 Aug 2007 04:49:28 -0700 (PDT) Message-ID: <3979a4b0708270449y3a36a219o87b84ef18218e75@mail.gmail.com> Date: Mon, 27 Aug 2007 15:49:28 +0400 From: "KOT MATPOCKuH" To: "Hidetoshi Shimokawa" In-Reply-To: <626eb4530708260337t28f0b434oce7b33560822f71f@mail.gmail.com> MIME-Version: 1.0 References: <3979a4b0707291120v4927a20cm357b845f6d1f3567@mail.gmail.com> <46BE1D6C.6040903@cran.org.uk> <626eb4530708221937h31c8f37fu9527e941ed4000b6@mail.gmail.com> <3979a4b0708240929p5f42b54ev412d5af16e9fb020@mail.gmail.com> <626eb4530708260337t28f0b434oce7b33560822f71f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Mon, 27 Aug 2007 11:49:31 -0000 On 8/26/07, Hidetoshi Shimokawa wrote: > > > ...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. With this line in my kernel configuration file I have this in dmesg.boot: ... cd0 at ata1 bus 0 target 0 lun 0 cd0: <_NEC DVD_RW ND-3540A 1.01> Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfersSMP: AP CPU #1 Launched! cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/ad4s1a -- MATPOCKuH