Operating System - HP-UX
1822897 Members
3502 Online
109645 Solutions
New Discussion юеВ

inetd[615]: Going down on signal 15

 
SOLVED
Go to solution
Jim Lynn
Contributor

inetd[615]: Going down on signal 15

The syslog.log has this entry - where else should I look. I'm AIX trained but not HPUX so be gentle. We're running 10.20.
Apr 29 08:56:31 uxxxisp telnetd[19986]: recv: Connection reset by peer
Apr 29 09:06:01 uxxxisp bootpd[20059]: Exiting after 15 minutes of inactivity
Apr 29 09:34:38 uxxxisp named[533]: NSTATS 1020090878 997220367 A=34328 SOA=1474
2
Apr 29 09:34:38 uxxxisp named[533]: XSTATS 1020090878 997220367 RR=10416 RNXD=0
RFwdR=0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=10419 SAns=
49070 SFwdQ=0 SDupQ=10 SErr=0 RQ=49070 RIQ=0 RFwdQ=0 RDupQ=0 RTCP=0 SFwdR=0 SFai
l=3 SFErr=0 SNaAns=5 SNXD=20280
Apr 29 09:40:26 uxxxisp telnetd[20703]: recv: Connection reset by peer
Apr 29 10:34:38 uxxxisp named[533]: NSTATS 1020094478 997220367 A=34343 SOA=1474
4
Apr 29 10:34:38 uxxxisp named[533]: XSTATS 1020094478 997220367 RR=10417 RNXD=0
RFwdR=0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=10420 SAns=
49087 SFwdQ=0 SDupQ=10 SErr=0 RQ=49087 RIQ=0 RFwdQ=0 RDupQ=0 RTCP=0 SFwdR=0 SFai
l=3 SFErr=0 SNaAns=5 SNXD=20292
Apr 29 11:25:48 uxxxisp inetd[615]: Going down on signal 15
Apr 29 11:44:05 uxxxisp named[533]: NSTATS 1020098645 997220367 A=34362 SOA=1475
I'm really new
5 REPLIES 5
hpuxrox
Respected Contributor

Re: inetd[615]: Going down on signal 15

I suggest enabling detailed logging. So you can get a better idea on whats going on.

run,

inetd -b

Then check you syslog, but be sure to turn this off because it will fill your syslog very quickly. Just rerun to toggle off.
Helen French
Honored Contributor

Re: inetd[615]: Going down on signal 15

Hi Jim:

One work around of inetd dying on signal is to increase the kernel parameter - eqmemsize. Check out all log files you have and get more information about this error.

HTH,
Shiju
Life is a promise, fulfill it!
Clemens van Everdingen
Honored Contributor

Re: inetd[615]: Going down on signal 15

HI,

Looks like someone killed your inetd deamon !

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
hpuxrox
Respected Contributor

Re: inetd[615]: Going down on signal 15

In that case,

cat /.sh_history | grep kill

Roger Baptiste
Honored Contributor
Solution

Re: inetd[615]: Going down on signal 15


Signal 15 is kill command.
Somebody with root access killed inetd on your box!

-raj
Take it easy.