From owner-freebsd-current@FreeBSD.ORG Sun Feb 22 17:20:45 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44EDA16A4CE for ; Sun, 22 Feb 2004 17:20:45 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40EA843D1D for ; Sun, 22 Feb 2004 17:20:45 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 30A0A72DCA; Sun, 22 Feb 2004 17:20:45 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 2BF7572DBF for ; Sun, 22 Feb 2004 17:20:45 -0800 (PST) Date: Sun, 22 Feb 2004 17:20:45 -0800 (PST) From: Doug White To: current@freebsd.org In-Reply-To: <20040222162619.D83938@carver.gumbysoft.com> Message-ID: <20040222171850.B83938@carver.gumbysoft.com> References: <20040222162619.D83938@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: console broken after Feb 21 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Feb 2004 01:20:45 -0000 On Sun, 22 Feb 2004, Doug White wrote: > Sometime between Feb 6 and Feb 21, there was a change that has broken the > console on my athlon. init is acting like it can't open the console -- the > forked process sleeps and respawns, but there are no messages. Single user > and serial console have no effect and offer no additional output. More on this. Tweaking init to log to /dev/cuaa0, and converting vsyslog() calls into vfprintf(), finds that things are failing due to this: can't open /dev/console: No such file or directory I see that the 'devfs' global variable isn't initialized, so I'm going to initialize that. I'll also see if my on-disk /dev is broken or something, although I'm not sure how easy it is to fix. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org