From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 25 17:18:03 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3DAF37B401 for ; Fri, 25 Jul 2003 17:18:03 -0700 (PDT) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF4CF43FA3 for ; Fri, 25 Jul 2003 17:18:00 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao07.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030726001801.XPGL26675.lakemtao07.cox.net@mezz.mezzweb.com>; Fri, 25 Jul 2003 20:18:01 -0400 To: octavian@hacknslash.org References: <1059178347.350.4.camel@phobos.lexis.int> Message-ID: Content-Type: text/plain; charset=utf-8; format=flowed From: Jeremy Messenger MIME-Version: 1.0 Date: Fri, 25 Jul 2003 19:17:57 -0500 In-Reply-To: <1059178347.350.4.camel@phobos.lexis.int> User-Agent: Opera7.11/Linux M2 build 406 cc: freebsd-gnome@freebsd.org Subject: Re: WITH_FAM=yes X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2003 00:18:04 -0000 On 25 Jul 2003 17:12:27 -0700, Octavian Hornoiu wrote: > I followed the instructions on the freebsd gnome2 FAQ about using FAM on > freebsd 4.8. I did the following: > > 1. added "WITH_FAM=yes" to /etc/make.conf > 2. added 'portmap_enable="YES"' to /etc/rc.conf > 3. removed 'nfs_reserved_port_only="YES"' from /etc/rc.conf > 4. did a "portupgrade -fR gnome2" to force an entire rebuild of all > packages required by gnome2 > 5. rebooted my computer > > However, I am still not seeing any folder updates in nautilus when i do > something like add a folder in konqueror or untar a file. What am i > missing here in getting FAM to work? You have missed a step, you need to enable the inetd and add a line in /etc/inetd.conf following: sgi_fam/1-2 stream rpc/tcp wait root /usr/local/bin/fam fam You should be able to find the info in the devel/fam/pkg-message. I use daemontools instead inetd. Cheers, Mezz > Thanks in advance! > > Octavian > > p.s. Please make sure to CC me on any replies as i am not subscribed to > the list -- bsdforums.org 's moderator, mezz.