From owner-freebsd-current@FreeBSD.ORG Fri Aug 3 07:21:49 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 ABE5916A57E for ; Fri, 3 Aug 2007 07:21:49 +0000 (UTC) (envelope-from matpockuh@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 2A96313C481 for ; Fri, 3 Aug 2007 07:21:48 +0000 (UTC) (envelope-from matpockuh@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so203160nfb for ; Fri, 03 Aug 2007 00:21:48 -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=dqa7TTtmjPK2kmFTxmLtCLalS/N/sp/pTPF0fcRotfcl+cw0FR+CU3IKQ4O5ZQSZtDTAAN9WtwbIeMTqEKkzIVxvPejHzqR5PBAEQafubmDAnlIXC75wzctFlBLrLNlqG1ofJRdFBbHMl4PAxnONgyIweYbk/xQaU7kMxxL3cKM= 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=IiZMogaiCTt7SrCnHWGQ+cyRZDjbzEBcPvpLDPzwpfUuCBkGwy33FjHB5Bs1lrVqUgBhw+hdrOsU2f1vGoGb/UQVyWPGXJO91f/bdZ5vrGW5s5vsuGy5wTiO2Qqh7sPnQc5A3ikc67x45Dz6/z2KAfpq0i2BmALKMYURWY1sb0o= Received: by 10.78.107.8 with SMTP id f8mr748646huc.1186124148004; Thu, 02 Aug 2007 23:55:48 -0700 (PDT) Received: by 10.78.160.10 with HTTP; Thu, 2 Aug 2007 23:55:47 -0700 (PDT) Message-ID: <3979a4b0708022355t2ac8a6caja4dcfd1396e8f260@mail.gmail.com> Date: Fri, 3 Aug 2007 10:55:47 +0400 From: "KOT MATPOCKuH" To: "Maksim Yevmenkin" In-Reply-To: MIME-Version: 1.0 References: <3979a4b0707291120v4927a20cm357b845f6d1f3567@mail.gmail.com> <3979a4b0707292342i6918b7b8i9bb332bc5001d4c7@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: rc@freebsd.org, 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: Fri, 03 Aug 2007 07:21:49 -0000 On 8/2/07, Maksim Yevmenkin 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. > if possible, try without kvm switch and kbdmux. if you are using ps/2 > mouse - try without. I tried to boot without keyboard and mouse and have no result - console hanged again... finally, switch try to switch to usb keyboard. I will try to do this... 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. btw. One more man have the same problem, see message with subject "*weird problem with a fresh current on amd64"* As I see - console locked after messages about nve/nfe driver... may be problem is in this drivers? (nfe driver is a replacement for nve) %-[ -- MATPOCKuH