Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!cornell!uw-beaver!rice!sun-spots-request From: chris@gargoyle.uchicago.edu (Chris Johnston) Newsgroups: comp.sys.sun Subject: Re: Console wierdness under 3.5 Message-ID: <8901110423.AA24273@gargoyle.uchicago.edu> Date: 14 Jan 89 05:07:44 GMT Sender: usenet@rice.edu Organization: Interleaf Inc, Cambridge, MA Lines: 17 Approved: Sun-Spots@rice.edu Original-Date: Tue, 10 Jan 89 22:23:44 198 X-Sun-Spots-Digest: Volume 7, Issue 103, message 8 of 11 X-Issue-Reference: v7n93 In article <8812282227.AA02666@zaphod.uchicago.edu> you write: >...On most of our clients, >logging in via the console is impossible because whatever user name >(including root) you give, after hitting the carriage return no password >is asked for, but instead a new login prompt is generated.... A guess... Passwords are read from /dev/tty. Check to see if it is a really a device. Should look like this. chris@gargoyle 1 ls -lg /dev/null /dev/tty crwxrwxrwx 1 root wheel 3, 2 Jan 10 22:15 /dev/null crw-rw-rw- 1 root wheel 2, 0 Jan 10 22:16 /dev/tty chris@gargoyle 2 file /dev/null /dev/tty /dev/null: character special (3/2) /dev/tty: character special (2/0) cj