From owner-freebsd-questions@FreeBSD.ORG Fri Feb 18 01:54:35 2005 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 6B04B16A4CE for ; Fri, 18 Feb 2005 01:54:35 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE3343D2F for ; Fri, 18 Feb 2005 01:54:34 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (net4801-2 [192.168.254.1]) by fw.farid-hajji.net (Postfix) with ESMTP id DFA944AC9A; Fri, 18 Feb 2005 02:50:37 +0100 (CET) Date: Fri, 18 Feb 2005 02:50:37 +0100 From: cpghost@cordula.ws To: Joachim Dagerot Message-ID: <20050218015037.GA74402@fw.farid-hajji.net> References: <200502172257.j1HMvRVu021920@mail-core.space2u.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502172257.j1HMvRVu021920@mail-core.space2u.com> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Headless system or serial console 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: Fri, 18 Feb 2005 01:54:35 -0000 On Thu, Feb 17, 2005 at 11:57:27PM +0100, Joachim Dagerot wrote: > 1. Is there a way to get a serial console after the installation is done? How? (Link?) All you need to do is to enable a getty on a serial port, e.g. by editing /etc/ttys: console none unknown off secure ttyd0 "/usr/libexec/getty std.9600" dialup on secure If you don't plan to attach a monitor (or don't have a VGA circuitery at all on the box), you can also turn 'off' the virtual terminals ttyv? in /etc/ttys You can also add this to /etc/syslog.conf: # uncomment this to log all writes to /dev/console to /var/log/console.log console.info /var/log/console.log And double check the entry for /var/log/console.log in /etc/newsyslog.conf: /var/log/console.log 600 5 100 * J After rebooting, you can connect to the serial port with 9600 8N1. You may want to use a crossed serial cable (null-modem cable) for this. Regards, -cpghost. -- Cordula's Web. http://www.cordula.ws/