On Wed, May 30, 2001 at 06:25:52AM -0500, Latham, Steve wrote:
> The /dev point modes and ownership must be exact, something like root:tty or
> root:root, mode 627
Mode 627 is -rw--w-rwx
This means that _anyone_ can:
1) read what you type,
2) write to your terminal
The correct mode should be -rw--w----, ie 620, and owned by root:tty when
no one is using it, or the userid:tty when userid is logged in.
However, as for the "can't login" problems, maybe {g,mini}libc is setup for
the Unix98 PTS system (needs pts filesystem mounted on /dev/pts).
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King [EMAIL PROTECTED] --- ---
| | | | http://www.arm.linux.org.uk/ / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.