From owner-freebsd-current@FreeBSD.ORG Sat Nov 22 15:07:16 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CADFC16A4CE for ; Sat, 22 Nov 2003 15:07:16 -0800 (PST) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBF9743FA3 for ; Sat, 22 Nov 2003 15:07:15 -0800 (PST) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Sat, 22 Nov 2003 18:07:14 -0500 Message-ID: From: Don Bowman To: "'freebsd-current@freebsd.org'" Date: Sat, 22 Nov 2003 18:07:14 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Subject: serial console, inappropriate ioctl? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 23:07:16 -0000 I have a current system configured to use a serial console. I'm getting a 'login_tty /dev/console: Inappropriate ioctl for device' to the console every few seconds. bash-2.05b# cat /boot.config -Dh In /etc/ttys, i have set console as: console "/usr/libexec/getty std.115200" vt100 on secure and also have: ttyd0 "/usr/libexec/getty std.115200" vt100 on secure in the /boot/device.hints, i have: hint.sio.0.flags="0x30" bash-2.05b# uname -a FreeBSD bsd7.phaedrus.sandvine.com 5.1-CURRENT FreeBSD 5.1-CURRENT #2: Sat Nov 22 16:39:04 EST 2003 root@bsd7.phaedrus.sandvine.com:/d2/obj/d2/src/sys/GENERIC i386 Nov 22 18:03:16 bsd7 getty[940]: login_tty /dev/console: Inappropriate ioctl for device Nov 22 18:03:16 bsd7 init: getty repeating too quickly on port /dev/console, sleeping 30 secs Any suggestions on what this might be coming from? --don