From owner-freebsd-questions@FreeBSD.ORG Mon Jan 30 02:57:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B8416A420 for ; Mon, 30 Jan 2006 02:57:16 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B59BB43D46 for ; Mon, 30 Jan 2006 02:57:15 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F3PE4-0006Tr-3r for freebsd-questions@freebsd.org; Mon, 30 Jan 2006 03:57:08 +0100 Received: from 69-171-193-20.sbtnvt.adelphia.net ([69.171.193.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Jan 2006 03:57:08 +0100 Received: from scott by 69-171-193-20.sbtnvt.adelphia.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Jan 2006 03:57:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: "Scott I. Remick" Date: Sun, 29 Jan 2006 21:57:00 -0500 Lines: 16 Message-ID: References: <43DCD8E2.8060303@allenmyland.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 69-171-193-20.sbtnvt.adelphia.net User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) X-Archive: encrypt Sender: news Subject: Re: serial console for dummies? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2006 02:57:16 -0000 On Sun, 29 Jan 2006 10:01:54 -0500, Ken Stevenson wrote: > I was trying to accomplish the same thing a couple weeks ago and > somebody recommended the following: > > touch /var/log/console.log > > Edit /etc/syslog.conf and uncomment the line that begins with > console.info. > > Reboot (you might be able to just restart syslogd). Interesting. I will try that, but I think I'll be running into the same problem before where the HALT occurs before anything can be written to disk, so nothing gets logged. I think I'd still like to figure out how to set up a serial console too.