Hi Alex,
I have not changed any configuration files for fam.
Here are some files.
nfserver:/etc/fam.conf
insecure_compatibility = false
untrusted_user = nobody
local_only = false
xtab_verification = true
nfsclient:/etc/fam.conf
insecure_compatibility = false
untrusted_user = nobody
local_only = false
xtab_verification = true
nfsserver:/etc/xinet.d/sgi_fam
# 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
}
nfsclient:/etc/xinetd.d/sgi_fam
# 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
}
# netstat -a -n | grep 32770
tcp 0 0 127.0.0.1:32770 0.0.0.0:* LISTEN
udp 0 0 0.0.0.0:32770 0.0.0.0:*
Ashish
On Fri, 17 May 2002, Alex Larsson wrote:
> On Fri, 17 May 2002, Ashish Gupta wrote:
>
> > Hi,
> > fam-2.6.4-11 (Redhat 7.2) is flooding the network. Whole bandwidth is
> > consumed by fam. Earlier it was working fine without any problem. problem
> > started when we mounted a nfs filesystem on this machine. nfs server is
> > also
> > running fam. any solution ??
>
> Did you do any changes? By default the fam server shipped with RedHat only
> listens to the loopback device.
>
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Alexander Larsson Red Hat, Inc
> alexl@xxxxxxxxxx alla@xxxxxxxxxxxxxx
> He's a maverick neurotic werewolf who hangs with the wrong crowd. She's a
> chain-smoking red-headed barmaid on the trail of a serial killer. They fight
> crime!
>
>
--
Source code, list archive, and docs: http://oss.sgi.com/projects/fam/
To unsubscribe: echo unsubscribe fam | mail majordomo@xxxxxxxxxxx
|