Operating System - HP-UX
1834951 Members
2289 Online
110071 Solutions
New Discussion

telnetd: Cannot push ptem: Not a typewriter

 
Lee Higginbotham
Occasional Advisor

telnetd: Cannot push ptem: Not a typewriter

Good afternoon,

When my remote users attempt to sign into the system (HP UX 11.i) they receive the following message: telnetd: Cannot push ptem: Not a typewriter. We just rebooted the system this morning, due to another telnet issue.

Anyone have any idea what is causing this and then of course ultimately, how to fix it?

Thanks,
Lee
I love UNIX and LINUX!
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: telnetd: Cannot push ptem: Not a typewriter

This is usally due to a lack of TERM variable being set up.

try this:

TERM=vt100
export TERM

You may need to try several TERM types to get a proper connection.

vt200

things like that.

You may need to explicitly run the users .profile file to get a full environment to get good operation with telnet.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
G. Vrijhoeven
Honored Contributor

Re: telnetd: Cannot push ptem: Not a typewriter

Lee Higginbotham
Occasional Advisor

Re: telnetd: Cannot push ptem: Not a typewriter

SEP,

Currently using vt220 and using MKT (Koala Term) and EWAN as the terminal emulator.

Thanks,

Lee
I love UNIX and LINUX!
Lee Higginbotham
Occasional Advisor

Re: telnetd: Cannot push ptem: Not a typewriter

All,

Thanks for your input.

Problem fixed with the following:

insf -e

It rebuilt the telnet tables.

Thanks again,

Lee
I love UNIX and LINUX!
Lee Higginbotham
Occasional Advisor

Re: telnetd: Cannot push ptem: Not a typewriter

insf -e cleared up the issue.
I love UNIX and LINUX!
winkshi
Occasional Contributor

Re: telnetd: Cannot push ptem: Not a typewriter

so great!
learnt so much!

thax!