From owner-freebsd-current@FreeBSD.ORG Wed Aug 1 21:32:01 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BCC516A417 for ; Wed, 1 Aug 2007 21:32:01 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id A168013C4CC for ; Wed, 1 Aug 2007 21:32:00 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so88642nfb for ; Wed, 01 Aug 2007 14:31:59 -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:content-transfer-encoding:content-disposition:references; b=il21Ay0w8TmrXtRUL/z8LzM158mwrKl4n19bF1Gynq6+aKhws6jdFvdL3U4ORCcs7eC1Ag+kCzkulLLHGJDkSnDtLV2uioe5T0Aq/BHfvEHDRG+FBtSv4uBBo968WYSj5t8/UwSG9YR2eRhojp4AdZ4n4jrzF2/7ErigI6W8gq8= 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:content-transfer-encoding:content-disposition:references; b=psOIhMbhBT+AvDVXx+pP13puvnQXU5Sw4or+Yu+C0VdAr631NkXuTasBbK90kIWOHB1ExO1XH10k1gEk2MaCQ6k1s7DyHfuehDnKkIeT+lK5UheIKAHcncDrOKgIrgSfnEpdukPOJBvHQBhWSJQPvP1TRLZfleuKvmGgHcPFg4I= Received: by 10.86.81.8 with SMTP id e8mr857787fgb.1186003918922; Wed, 01 Aug 2007 14:31:58 -0700 (PDT) Received: by 10.86.63.16 with HTTP; Wed, 1 Aug 2007 14:31:58 -0700 (PDT) Message-ID: Date: Wed, 1 Aug 2007 14:31:58 -0700 From: "Maksim Yevmenkin" To: "KOT MATPOCKuH" In-Reply-To: <3979a4b0707292342i6918b7b8i9bb332bc5001d4c7@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> <3979a4b0707292342i6918b7b8i9bb332bc5001d4c7@mail.gmail.com> Cc: freebsd-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: Wed, 01 Aug 2007 21:32:01 -0000 On 7/29/07, KOT MATPOCKuH wrote: > > On 7/29/07, Maksim Yevmenkin wrote: > > On 7/29/07, KOT MATPOCKuH wrote: > > > I got a problem. After messages on console: > > > ... > > > Mounting local files systems:. > > > Setting hostname: green. > > > fxp: link state changed to UP > > > nfe0: link state changed to DOWN > > > > > > console hangs. > > try to disable kbdmux(4) and see if this helps. > I added hint.kbdmux.0.disabled="1" to loader.conf, one times system is > booted propertly, but after second times I have same problem... > btw. If I shutting down system, console unhangs and last messages about > syncing file systems I see in "realtime"... > > -- > MATPOCKuH > > PS. I'm using KVM switch. May be this can help? if possible, try without kvm switch and kbdmux. if you are using ps/2 mouse - try without. finally, switch try to switch to usb keyboard. the goal is to get system boot without any problems. then you can slowly add/switch devices one by one to identify what causes the problem. once you know what causes the problem it will be easier to diagnose and fix it. thanks, max