Operating System - HP-UX
1849191 Members
6161 Online
104041 Solutions
New Discussion

Re: Telnet Service Problem

 
mandla008
New Member

Telnet Service Problem

Hi,

I am not able to telnet to my server, but able to ssh.

When I would like to restart the inetd daemon, it is showing below error mesg.
# inetd -s
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'setauduser' in load module '/usr/sbin/inetd'.
Killed
# inetd -c
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'setauduser' in load module '/usr/sbin/inetd'.
Killed
# inetd -k
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'setauduser' in load module '/usr/sbin/inetd'.
Killed
#

Cheers
Mand
9 REPLIES 9
Sajjad Sahir
Honored Contributor

Re: Telnet Service Problem

telnet daemon is running
ps -eaf | grep inetd
can u check it please
Sajjad Sahir
Honored Contributor

Re: Telnet Service Problem

if it is ok
can u telnet as normal user
mandla008
New Member

Re: Telnet Service Problem

yes It is running.

# ps -eaf | grep inetd
root 988 1 0 Apr 2 ? 0:29 /usr/sbin/inetd
root 24013 23287 0 12:17:15 pts/0 0:00 grep inetd
#

Cheers
Mand
Sajjad Sahir
Honored Contributor

Re: Telnet Service Problem

u can telnet as a normal user am i right
then can u do su -
Sajjad Sahir
Honored Contributor

Re: Telnet Service Problem

if u can do su -
then go to co option in console then change
u root passwd
then it will be work, if su - is also not ok
please revert
mandla008
New Member

Re: Telnet Service Problem

Thanks for your reply.

i am not able to telnet to the server, But I am able to SSH.

if I try through telnet it will listen the port for sometime, after that its getting closed.

whiteknight
Honored Contributor

Re: Telnet Service Problem

Mand,

CR# JAGaf64517
problem
This can happen if the system is a Trusted System, and libsec patch
PHCO_31554 is not installed, or is not properly installed.

Here is fixed in 11.23
Patch : PHCO_34021

Please install the lpspool patch

WK
Problem never ends, you must know how to fix it
Sajjad Sahir
Honored Contributor

Re: Telnet Service Problem

this is due to the patch issue
pls install patch what whitenight suggested
chandra Sekhar_7
Frequent Advisor

Re: Telnet Service Problem

Dear Mand,

Please check /etc/services file port no 23 is listen or not
Edit the /etc/inetd.conf
#telnet stream tcp6 nowait root /usr/lbin/telnetd telnetd
"Uncomment this line"
Then restart inetd deamon then try it.


Regards
chandra