Bug 28468

Summary: There may be problems about login
Product: Base System Reporter: Hideaki Saito <eizo-edo>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Hideaki Saito 2001-06-28 03:50:00 UTC
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

How-To-Repeat: To start FreeBSD (?)
Comment 1 Jonathan Chen freebsd_committer freebsd_triage 2001-08-02 17:19:15 UTC
> 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
Comment 2 Jonathan Chen freebsd_committer freebsd_triage 2001-08-02 19:50:35 UTC
State Changed
From-To: open->feedback

User notified of likely error in configuration, pending feedback from user.
Comment 3 Bruce A. Mah freebsd_committer freebsd_triage 2001-12-28 05:50:05 UTC
State Changed
From-To: feedback->closed

Feedback timeout (4+ months).