public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* getty problems
@ 2001-08-06 12:27 Lech Szychowski
  2001-08-06 12:30 ` Chris Wedgwood
  0 siblings, 1 reply; 7+ messages in thread
From: Lech Szychowski @ 2001-08-06 12:27 UTC (permalink / raw)
  To: linux-kernel

In short: on 2.4.7-ac[3-7] getty cannot open /dev/ttyX,
while on 2.4.5 it can.

I've done "strace -o /tmp/GETTY-`uname -r` /sbin/getty tty9 vc linux"
in both cases and compared otput files. The big difference is here:

2.4.5:
open("/dev/tty9", O_RDWR|O_NONBLOCK)    = 0

2.4.7-ac7:
open("/dev/tty9", O_RDWR|O_NONBLOCK)    = -1 ENODEV (No such device)

And yes, I believe I have terminal support compiled in:

===
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
===

$ gcc -v      
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/specs
gcc version 2.95.3 20010315 (release)

This problem hit me when I compiled and installed new kernel
(2.4.5 comes with the distribution) - I could not log in because
all gettys got disabled:

Aug  6 14:10:09 nnet /sbin/agetty[103]: /dev/tty6: cannot open as standard input: No such device
Aug  6 14:10:09 nnet init: Id "c4" respawning too fast: disabled for 5 minutes

-- 
	Leszek.

-- lech7@pse.pl 2:480/33.7          -- REAL programmers use INTEGERS --
-- speaking just for myself...

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-08-06 23:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-06 12:27 getty problems Lech Szychowski
2001-08-06 12:30 ` Chris Wedgwood
2001-08-06 13:45   ` Lech Szychowski
2001-08-06 14:09     ` Chris Wedgwood
2001-08-06 16:24       ` Lech Szychowski
2001-08-06 22:06         ` H. Peter Anvin
2001-08-06 23:17           ` Richard Gooch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox