2007-04-30 16:24:33 +00:00
|
|
|
Because FAM uses RPC, please make sure that the RPC port mapper is
|
|
|
|
enabled by checking whether portmap=YES is in /etc/rc.conf.local. After
|
|
|
|
that, restart the portmap(8) server.
|
2007-04-27 22:00:55 +00:00
|
|
|
|
|
|
|
Furthermore, you have to enable the FAM daemon. There are two ways to do
|
|
|
|
this: through inetd(8) or as a standalone server. If you prefer the former
|
|
|
|
way, add the following line to /etc/inetd.conf:
|
|
|
|
|
|
|
|
sgi_fam/1-2 stream rpc/tcp wait root ${PREFIX}/sbin/famd famd
|
|
|
|
|
2007-11-07 18:13:05 +00:00
|
|
|
and reload inetd(8) daemon. To enable the FAM daemon as a standalone
|
2007-04-27 22:00:55 +00:00
|
|
|
server add the following lines to /etc/rc.local file:
|
|
|
|
|
|
|
|
if [ -x ${PREFIX}/sbin/famd ]; then
|
2008-10-02 01:15:38 +00:00
|
|
|
echo -n ' famd'; ${PREFIX}/sbin/famd -T 0
|
2007-04-27 22:00:55 +00:00
|
|
|
fi
|