From owner-freebsd-bugs Thu Aug 2 9:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8231637B403 for ; Thu, 2 Aug 2001 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72GK1i57931; Thu, 2 Aug 2001 09:20:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 Aug 2001 09:20:01 -0700 (PDT) Message-Id: <200108021620.f72GK1i57931@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jonathan Chen Subject: Re: misc/28468: There may be problems about login Reply-To: Jonathan Chen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/28468; it has been noted by GNATS. From: Jonathan Chen To: freebsd-gnats-submit@FreeBSD.org, eizo-edo@air.linkclub.or.jp Cc: Subject: Re: misc/28468: There may be problems about login Date: Thu, 2 Aug 2001 12:19:15 -0400 > Description > > There are error messages > deamon getty[1302]: login_tty /dev/console: Operation not supported by device > Jun 28 20:59:25 deamon init: getty repeating too quickly on port /dev/console, > sleeping 30 secs This is most likely due to your changing of /etc/ttys. The line for the console tty should read (this is the default): console "none" unknown off secure Most likely you have it set to: console "/usr/libexec/getty Pc" pccons on secure Simply changing "on" to "off" will get rid of the error messages. Your system should continue to function as before. -Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message