Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Aug 2001 09:20:01 -0700 (PDT)
From:      Jonathan Chen <jon@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/28468: There may be problems about login
Message-ID:  <200108021620.f72GK1i57931@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/28468; it has been noted by GNATS.

From: Jonathan Chen <jon@FreeBSD.org>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108021620.f72GK1i57931>