From owner-freebsd-current@FreeBSD.ORG Tue Nov 13 00:17:30 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 4463A16A417 for ; Tue, 13 Nov 2007 00:17:30 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id E99D613C4CE for ; Tue, 13 Nov 2007 00:17:29 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so279967ana for ; Mon, 12 Nov 2007 16:17:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:content-transfer-encoding:in-reply-to:user-agent; bh=nowJKeSz8SaA8TsFXR4NtolsRAvGn1xS+/lsHEhlW34=; b=JkdxgIeAhN1GCJdzPl1UP/vMILPAeT8hjjhIjaJS52/Jq07B5s3Va/SrhXyAPUzY1ckzMTXLmHA7SKStguAIXjDEilWolTZax4pih3itB1PHls7kG8otW8a4p4y02MsF7suoaUIDu6+oDd/+esUo253W8XjIMUDERbVh3JLmpIg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:content-transfer-encoding:in-reply-to:user-agent; b=aovmiYiCegLIX2N6s300cRGWuhqnp2PIcMWN0mVGoM+GV09clMnn5X1pQcoG/WGFS+qWOJN1+rpI2yDQjqducfnD+kQhI2hlCU1vSbk1rJRecQJyguINxDEP0cVsrtYo8iiv3Ug1fNcFbexN9hBQamMufKV3/h8f1T/fT9Ohun8= Received: by 10.100.172.17 with SMTP id u17mr2592213ane.1194913039438; Mon, 12 Nov 2007 16:17:19 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 38sm27670nza.2007.11.12.16.17.02 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 12 Nov 2007 16:17:11 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id lAD0Gjdo099098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Nov 2007 09:16:45 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id lAD0GhfV099097; Tue, 13 Nov 2007 09:16:43 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 13 Nov 2007 09:16:43 +0900 From: Pyun YongHyeon To: Chuck Robey Message-ID: <20071113001643.GH87383@cdnetworks.co.kr> References: <47375D78.4040309@chuckr.org> <20071112005620.GA87383@cdnetworks.co.kr> <4737BCC3.5030509@chuckr.org> <20071112044340.GC87383@cdnetworks.co.kr> <4738B818.2070204@chuckr.org> <4738BDA4.3070405@conducive.net> <4738C36B.9090302@chuckr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=euc-kr Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4738C36B.9090302@chuckr.org> User-Agent: Mutt/1.4.2.1i Cc: =?euc-kr?B?+dvKq/j2?= Bill Hacker , freebsd-current@freebsd.org Subject: Re: nfe internet problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2007 00:17:30 -0000 On Mon, Nov 12, 2007 at 04:19:39PM -0500, Chuck Robey wrote: > ùÛÊ«øö Bill Hacker wrote: > >Chuck Robey wrote: > > > >*snip* > >> > >>I have one other odd problem, it's that no probe messages whatever > >>print during booting, so I had to pick up the demsg later on. The > >>last thing I see during booting is the first spinner character, > >>usually "|", and the next thing I see is "Login;", nothing inbetween > >>whatever. Any idea why my booting has gone totally silent on me? > > > >Not so odd. This is the way we set up servers. '-h' for headless. > > > >Now - the question is *why* IF/AS/WHEN you have no such setting. > > > >My guess is BIOS reporting one thing, probe another w/r finding a VGA it > >is allowed to use for console. > > > >What the probe 'discovers' doen't go active until it has finished - but > >the first two loader stages simply 'assume' console will be dealt with > >somehow, so their output does show up - boot device choice, spinner and > >such are still BIOS turf. > > > > Hmm I haven't given as muich care to my linker.hints file as I could. I > think I will experiment with giving it, at least, the correct stuff for > the console, that might give me the probe messages back. > > Good hint, I think this one's likely to fix the probing/printing > problem, but what about the problem with my nfe ports? If I activate > them with ifconfig, it locks up my computer, that's kind of a mean way > to react ... > It seems that you have MCP55 and the hardware is known to work without issues. In order to narrow down the issue I have to know where it locks up. When the system was locked up would you get a dump and show me the backtrace info? See http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html for more information. -- Regards, Pyun YongHyeon