From owner-freebsd-questions@FreeBSD.ORG Fri Feb 17 07:07:14 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 D1B4B16A420 for ; Fri, 17 Feb 2006 07:07:14 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47BBD43D46 for ; Fri, 17 Feb 2006 07:07:13 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-41-159.woh.res.rr.com [65.31.41.159]) by ms-smtp-01-eri0.ohiordc.rr.com (8.13.4/8.13.4) with SMTP id k1H77CUu008729 for ; Fri, 17 Feb 2006 02:07:12 -0500 (EST) Message-ID: <006301c6338f$7eff2c70$0200a8c0@satellite> From: "Dave" To: Date: Fri, 17 Feb 2006 01:58:02 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: getty repeating to quickly X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2006 07:07:14 -0000 Hello, I've got a box running 6.0-RELEASE. I'm trying to hook serial consoles in to it, and have set up /etc/ttys and /boot/device.hints to allow me to do this. Yet, in /var/log/messages i keep seeing this error: "Init: getty repeating to quickly on port /dev/ttyd0, sleeping 30 secs" This is a repeating msg and i never get my serial console. I've confirmed that the port is showing up via dmesg, the system's bios has it on the correct i/o address and irq, and the pnp option is turned off. Any ideas? Thanks. Dave.