From owner-freebsd-questions@FreeBSD.ORG Wed Oct 1 14:22:33 2003 Return-Path: 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 E25BA16A4B3 for ; Wed, 1 Oct 2003 14:22:33 -0700 (PDT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id B454043FFB for ; Wed, 1 Oct 2003 14:22:31 -0700 (PDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.9p2/8.12.9) with ESMTP id h91LMUl7048094; Wed, 1 Oct 2003 17:22:31 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.9p1/8.12.9) with ESMTP id h91LMUdK089480; Wed, 1 Oct 2003 17:22:30 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.0.0.22.0.20031001172457.04babc48@209.112.4.2> X-Sender: mdtpop@209.112.4.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 01 Oct 2003 17:26:06 -0400 To: darryl@osborne-ind.com, From: Mike Tancsa In-Reply-To: <046801c3885a$a9e028a0$0701a8c0@darryl> References: <046801c3885a$a9e028a0$0701a8c0@darryl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by Sentex Communications (avscan1/20021227) Subject: Re: Headless question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 21:22:34 -0000 At 04:29 PM 01/10/2003, Darryl Hoar wrote: >Greetings, >I installed 4.7 on a machine last weekend. This machines main purpose is >just >to be a mysql database server. Do you have to do anything special to run it >without a monitor (space considerations) ? Its handy to enable serial console access. Add -Dh to /boot.config and in /etc/ttys ttyd0 "/usr/libexec/getty std.9600" vt100 on secure ---Mike