Operating System - HP-UX
1832950 Members
2763 Online
110048 Solutions
New Discussion

Re: HPUX 11.11 PARISC - inetd spawning many telnetd processes

 
Cara Tock
Regular Advisor

HPUX 11.11 PARISC - inetd spawning many telnetd processes

Hello.

HPUX 11.11 PARISC Patches, Dec 2007

For some reason, inetd is spawning a telnetd session every time I connect via terminal emulation software (Reflections).

Once I do get connected to the server, I type a couple of commands and then get disconnected from my telnet session. I log in again and then get disconnected in a minute or two.

It seems that each user session for the user - root never disconnects/cleans up (normally I don't use root to log in directly - wanted to see behavior of logging in as root as opposed to non-root user)

Suspecting an issue with inetd, I went to the console, did an "inetd -k" and then "inetd -l"
so I could get more logging for troubleshooting this issue.

Has anyone heard of an issue with inetd/telnetd
that requires a patch/system tuning?

Please advise.
3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: HPUX 11.11 PARISC - inetd spawning many telnetd processes

>>For some reason, inetd is spawning a telnetd session every time I connect via terminal emulation software (Reflections).

Yes, that is completely normal.

>>"inetd -l" so I could get more logging for troubleshooting this issue.

What have you found with the logging turned on?

I would look for any inetd cumulative patches.

PHNE_35017 - s700_800 11.11 inetd(1M) cumulative patch
http://www13.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_35017&sel={hpux:11.11,}&BC=main|search|

PHNE_36196 - s700_800 11.11 telnet kernel, telnetd(1M), telnet(1) patch
http://www13.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_36196&sel={hpux:11.11,}&BC=main|search|
Steven E. Protter
Exalted Contributor

Re: HPUX 11.11 PARISC - inetd spawning many telnetd processes

Shalom,

For some reason, inetd is spawning a telnetd session every time I connect via terminal emulation software (Reflections).

Reflections uses telnet to connect and make sessions.

This is perfectly normal.

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
Ganesan R
Honored Contributor

Re: HPUX 11.11 PARISC - inetd spawning many telnetd processes

Hi,

That is the behaviour of inetd daemon. It is the master daemon which is responding to all ARPA/Berkley service requests like ftp/rcp/remsh/telnet etc.

For each request it will spawn a new process(telnetd/ftpd/rlogind..)

For instance if five telnet requests it will spwan five telnetd process. It is applicable to other services also like ftp, rlogin, etc..
Best wishes,

Ganesh.