I'm not sure, I'd check the entries in

         /etc/securetty

Each entry should have a corresponding /dev entry.  For example:

------------ /etc/securetty --------------------
tty1
tty2
tty3
tty4
tty5
tty6
tty7
tty8
--------------------------------------------------------

# ls -la /dev/tty1
crw--w----   1 root     tty        4,   1 Nov  9 13:26 /dev/tty1

--------------------------------------------------------

Hope that helps =)

-Ed



At 03:18 AM 11/10/2000 +0530, you wrote:

>Hi,
>
>I am trying to telnet to a system running linux 6.2, but it is giving the
>following error:
>
># telnet 200.165.100.3
>Trying 200.165.100.3...
>Connected to 200.165.100.3.
>Escape character is '^]'.
>
>Red Hat Linux release 6.2 (Zoot)
>Kernel 2.2.14-12smp on an i686
>/dev/ttypz: Permission denied
>
>
>The permissions for /dev/ttypz is
>
>crw-rw-rw
>
>If i remove this file, its giving the following error
>
>
># telnet 200.165.100.3
>Trying 200.165.100.3...
>Connected to 200.165.100.3.
>Escape character is '^]'.
>
>Red Hat Linux release 6.2 (Zoot)
>Kernel 2.2.14-12smp on an i686
>/dev/ttypz: No such file or directory
>
>
>How can I solve this problem.. The file ttypz was created by using
>mknod -m 666 ttypz c 3 16, but with 3 16 one more file is already
>existing. Is it giving the problem.
>
>Thanks,
>Kiran



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to