From owner-freebsd-questions@FreeBSD.ORG Wed May 26 08:28:07 2004 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 37C8516A4CE for ; Wed, 26 May 2004 08:28:07 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A0A43D55 for ; Wed, 26 May 2004 08:28:06 -0700 (PDT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BT0JR-0005QU-00 for ; Wed, 26 May 2004 17:27:25 +0200 Received: from r2i215.mistral.cz ([62.245.72.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 May 2004 17:27:25 +0200 Received: from element by r2i215.mistral.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 May 2004 17:27:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Pavel Duda Date: Wed, 26 May 2004 17:28:07 +0200 Lines: 38 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r2i215.mistral.cz User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en Sender: news Subject: Serial Console problem 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, 26 May 2004 15:28:07 -0000 X-List-Received-Date: Wed, 26 May 2004 15:28:07 -0000 I've just tried connect to my fbsd box with serial cable (serial console), it works fine but I get always after some time this : > May 26 17:12:47 monty getty[585]: login_tty /dev/console: >Inappropriate ioctl for device >May 26 17:12:47 monty getty[587]: login_tty /dev/console: Inappropriate >ioctl for device >May 26 17:12:47 monty init: getty repeating too quickly on port >/dev/console, sleeping 30 secs >May 26 17:12:47 monty getty[589]: login_tty /dev/console: Inappropriate >ioctl for device I can work with serial console, but these messages are anoying. Any suggestion how to get rid od them ? Some info : -------------------------------------- System is FreeBSD 5.2.1 kernel with "options CONSPEED=115200" -------------------------------------- /etc/make.conf (bootblocks recompiled) BOOT_COMCONSOLE_PORT=0x3F8 BOOT_COMCONSOLE_SPEED=115200" -------------------------------------- /etc/ttys ttyd0 "/usr/libexec/getty std.115200" vt100 on secure -------------------------------------- dmesg ... sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A, console ... -------------------------------------- Thanks, P.D.