From nobody@FreeBSD.org  Wed Jun 27 19:45:35 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 725B237B403
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 27 Jun 2001 19:45:35 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.3/8.11.3) id f5S2jZV20429;
	Wed, 27 Jun 2001 19:45:35 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200106280245.f5S2jZV20429@freefall.freebsd.org>
Date: Wed, 27 Jun 2001 19:45:35 -0700 (PDT)
From: Hideaki Saito <eizo-edo@air.linkclub.or.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: There may be problems about login
X-Send-Pr-Version: www-1.0

>Number:         28468
>Category:       misc
>Synopsis:       There may be problems about login
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 27 19:50:00 PDT 2001
>Closed-Date:    Thu Dec 27 21:50:05 PST 2001
>Last-Modified:  Thu Dec 27 21:50:34 PST 2001
>Originator:     Hideaki Saito
>Release:        4.3 release
>Organization:
Toma Dental Clinic
>Environment:
FreeBSD deamon 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001     jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC  i386

>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

>How-To-Repeat:
To start FreeBSD (?)
>Fix:

>Release-Note:
>Audit-Trail:

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
 
State-Changed-From-To: open->feedback 
State-Changed-By: jon 
State-Changed-When: Thu Aug 2 11:50:35 PDT 2001 
State-Changed-Why:  
User notified of likely error in configuration, pending feedback from user. 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28468 
State-Changed-From-To: feedback->closed 
State-Changed-By: bmah 
State-Changed-When: Thu Dec 27 21:50:05 PST 2001 
State-Changed-Why:  
Feedback timeout (4+ months). 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28468 
>Unformatted:
