| Summary: | There may be problems about login | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Hideaki Saito <eizo-edo> |
| Component: | misc | Assignee: | 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
> 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 User notified of likely error in configuration, pending feedback from user. State Changed From-To: feedback->closed Feedback timeout (4+ months). |