Operating System - HP-UX
1833831 Members
2539 Online
110063 Solutions
New Discussion

cant login through telnet

 
rajeesh k menon
Frequent Advisor

cant login through telnet

Hi all,

my hp unix machine 11i23 is not allowing to do a telnet after some sessions, means after some login its giving an error telnetd: /dev/pts/t0 : no such file

any idea? pls help

regards

rajeesh
3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: cant login through telnet

Well, does /dev/pts/t0 exist? If not, then that's your problem.

You can try doing an

# insf -e

to make sure that all appropriate device files are created.
Ramaprasad N
Honored Contributor

Re: cant login through telnet

Hi,

You may have to increase your session limit (tty). Try to increase this kernel parameter using SAM and the problem should be resolved there after.

-Ram
rajeesh k menon
Frequent Advisor

Re: cant login through telnet

It solved the problem