1752790 Members
5808 Online
108789 Solutions
New Discussion юеВ

Re: syslog tweaking..

 
SOLVED
Go to solution
Paul Torp
Regular Advisor

syslog tweaking..

on one of my hpux servers running hp-ux 11.00, I've got "spamming" from from inetd.

The same message appear every other minute:
N 00:00:22 myhostname inetd registrar/tcp: Connection from myhostname (myip) at Fri Dec 17 00:00:22 2004

We have traced this back to /etc/services: registrar 1712/tcp # resource monitor service

How do I turn this off using /etc/syslog.conf ?
The syntax there and the possibilities is not what i've used to.

Paul
"sendmail is kind of fun..."
4 REPLIES 4
Ralph Grothe
Honored Contributor
Solution

Re: syslog tweaking..

Is it simply the inetd's extended logging you want to turn off?
Then a simple "/usr/sbin/inetd -l" would suffice.
Madness, thy name is system administration
Paul Torp
Regular Advisor

Re: syslog tweaking..

tnx a lot for the quick answer...

i guess this fix is not permanent.

I want it to be dead after a reboot as well
"sendmail is kind of fun..."
Ralph Grothe
Honored Contributor

Re: syslog tweaking..

Have a look at /etc/rc.config.d/netdaemons
if the inetd argument variable holds the -l option.
If so remove it.
Madness, thy name is system administration
Paul Torp
Regular Advisor

Re: syslog tweaking..

OK i read the man pages on inetd.. the default is OFF..

Its turned off now..
"sendmail is kind of fun..."