RH72 UTD (up to date)

I'm starting to get sgi_fam xinetd errors on one of my RH72UTD systems.  Yep
just one all others are the exact same config and have the exact same rpm's
installed.  I had previously had sgi_fam errors but was able to correct them
with adding the following entry to hosts.allow:

 fam:127.0.0.1

The entry still exists, but the errors now happen every night during the run
of logwatch.  Note that this started happening again after an update of many
rpms including logwatch itself.  But because the rest of my systems don't
display this error, I'm clueless on what the problem is.  Here is the error
that repeats 32 times per day:

 xinetd[1317]; FAIL: sgi_fam libwrap from=0.0.0.0

The process number increments but the rest of the log entry stays the same.
My /etc/xinetd.d/sgi_fam file looks basically like the rest of my systems,
but maybe I'm missing something:

----------------------------
# default: on
# description: FAM is a file monitoring daemon. It can \
# be used to get reports when files change.
service sgi_fam
{
        type         = RPC UNLISTED
        socket_type  = stream
        user         = root
        group        = nobody
        server       = /usr/bin/fam
        wait         = yes
        protocol     = tcp
        rpc_version  = 2
        rpc_number   = 391002
        bind         = 127.0.0.1
}
----------------------------

Anyone offer any ideas how to deal with this error?



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to