From owner-freebsd-newbies@FreeBSD.ORG Mon Apr 26 19:18:43 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2779416A4CE for ; Mon, 26 Apr 2004 19:18:43 -0700 (PDT) Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id E08C843D41 for ; Mon, 26 Apr 2004 19:18:42 -0700 (PDT) (envelope-from kbarr@cisco.com) Received: from sj-core-3.cisco.com (171.68.223.137) by sj-iport-5.cisco.com with ESMTP; 26 Apr 2004 19:19:44 -0700 Received: from kbarrw2k (sjc-vpn4-923.cisco.com [10.21.83.154]) by sj-core-3.cisco.com (8.12.10/8.12.6) with ESMTP id i3R2If0Q020283 for ; Mon, 26 Apr 2004 19:18:41 -0700 (PDT) From: "Kenneth Barr (kbarr)" To: Date: Mon, 26 Apr 2004 22:18:54 -0400 Message-ID: <000101c42bfd$fddf8120$6401a8c0@amer.cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.5709 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Subject: RE: Login Prompt question X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 02:18:43 -0000 Got it. In /etc/ttys Change: console none unknown off secure To: console "/usr/libexec/getty Pc" cons25 on secure Ken -----Original Message----- From: Kenneth Barr (kbarr) [mailto:kbarr@cisco.com] Sent: Monday, April 26, 2004 8:06 PM To: 'freebsd-newbies@freebsd.org' Subject: Login Prompt question I am trying to run FreeBSC headless, without monitor and keyboard. My serial interface looks correct: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console I believe the boot.config is set correct cat /boot.config -h When the PC boots all the boot info is sent to serial, also to "Hit [Enter] to boot immediately..." works when I hit enter. The problem is I never get a login prompt, it stops at the date readout. Login through ethernet works but takes a very long time for login prompt. Ken