Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 14:24:25 -0400
From:      Alan E <alane@geeksrus.net>
To:        Charlie Root <root@250-217.customer.cloud9.net>
Cc:        FreeBSD Ports List <ports@freebsd.org>
Subject:   Re: troubles with the FAM port
Message-ID:  <20020718182425.GA41703@wwweasel.geeksrus.net>
In-Reply-To: <200207181631.g6IGVLJ1037421@250-217.customer.cloud9.net>
References:  <200207181631.g6IGVLJ1037421@250-217.customer.cloud9.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 18, 2002 at 12:31:21PM -0400, Charlie Root wrote:
>In the process of building the latest KDE (3.0.2) on my -current
>machine I ran into the following problems with fam:
>
>	. configure failing due to mountlist issues --
>	  solved by changing <rpcsvc/mount.h> in configure.in
>	  to <sys/types.h> and <sys/mount.h>;

Hmm. The file has changed locations? Or is there more than one 
mount.h?

	. libfam/Client.h failing to compile for a whole bunch
>	  of hard to decipher errors/warnings -- gave up.

This is not useful at all. Why not include the compiler output?

>/etc/inetd.conf:sgi_fam/1-2 stream rpc/tcp wait		root	/opt/bin/fam	fam

Yes, of course, all our ports install in /opt... Umm, that's not what
the installation message says.

==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
************************************************************************

1. In order to run this port, please add the following line to /etc/rpc if
it is not already there:

==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
sgi_fam		391002
==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==

2. If you wish to run fam from inetd (the recommended method), then
please add the following lines to /etc/inetd.conf if they are not
already there:

==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
# FAM: File Alteration Monitor [devel/fam]
sgi_fam/1-2	stream rpc/tcp wait root /usr/local/bin/fam	fam
==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==

After modifying /etc/inetd.conf, you must (as root) run:

	killall -HUP inetd

3. If, instead, you wish to run fam as a system daemon, then (as root)
do the following:

	cd /usr/local/etc/rc.d
	cp fam.sh.sample fam.sh
	/usr/local/etc/rc.d/fam.sh start

************************************************************************
==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==

Summary: without sufficient and useful information, as well as your
cooperation in following instructions, I can't really do anything for
you.

-- 
AlanE

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020718182425.GA41703>