Operating System - HP-UX
1833760 Members
2170 Online
110063 Solutions
New Discussion

telnet device drivers missing, rlogin working fine, unable to do telnet.

 
SOLVED
Go to solution
Sanjay Shinde
Occasional Advisor

telnet device drivers missing, rlogin working fine, unable to do telnet.

Hi All,
Remote server while trying to connect by telnet giving ERROR message :
-----
Trying...
Connected to hostA.xyz.com.
Escape character is '^]'.
telnetd: Telnet device drivers missing: No such device
Local flow control off
--------
it's HP L class server, OS HP-UX 11.0,

rlogin is working fine,
check /etc/initd.conf telnet entry is there,
/dev/telnetm character device file is there,

rebooted server, but no luck,
there are "no" FAILED in /etc/rc.log
Any idea ?

Thanks
Sanjay
Unix Sys. Admin.
2 REPLIES 2
S.K. Chan
Honored Contributor
Solution

Re: telnet device drivers missing, rlogin working fine, unable to do telnet.

This might be due to the "corrupted" telnet device files. Try to recreated them, see if it helps ..
# cd /
# rm /dev/pty/*
# rm /dev/pts/*
# insf -e
# cd /dev
# insf -d telm
# insf -d tels

Sanjay Shinde
Occasional Advisor

Re: telnet device drivers missing, rlogin working fine, unable to do telnet.

Thanks Chan,
It works,
Thanks once again,

Sanjay
Unix Sys. Admin.