From owner-freebsd-questions@FreeBSD.ORG Thu Feb 3 23:42:53 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B0316A4CF for ; Thu, 3 Feb 2005 23:42:53 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91A4B43D53 for ; Thu, 3 Feb 2005 23:42:51 +0000 (GMT) (envelope-from juhasaarinen@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so336384wri for ; Thu, 03 Feb 2005 15:42:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=iIH1I/u03irVNHOUQW/m19gW5M2u7ToRXpReNGY8PPdArfNfwYag1/NM/iiXxGBI451PiaMWg0frzue9dWtVtbbxObYBS2daj5O2ADNESEpl4eguiuQ7bfKqlrsfWN+Y9gjOk78Sw+we4AfYgdgSc7o/3CHrG5KGbKhDYkh0NjQ= Received: by 10.54.43.14 with SMTP id q14mr251823wrq; Thu, 03 Feb 2005 15:42:43 -0800 (PST) Received: by 10.54.4.57 with HTTP; Thu, 3 Feb 2005 15:42:40 -0800 (PST) Message-ID: Date: Fri, 4 Feb 2005 12:42:40 +1300 From: Juha Saarinen To: Nils Vogels In-Reply-To: <4200AD1D.4090402@yuckfou.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4200AD1D.4090402@yuckfou.org> cc: freebsd-questions Subject: Re: Getting FAM up and running from inetd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Juha Saarinen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 23:42:53 -0000 On Wed, 02 Feb 2005 11:36:13 +0100, Nils Vogels wrote: > Hi there! > > I'm looking for a way to get fam [devel/fam] up and running from inetd. > > I seem to have followed all the hints in the pkg-message, however it > doesnt work: > > imhotep# ps auxwww|grep inetd > root 97100 0.0 0.1 1128 836 ?? Is 11:10AM 0:00.02 > /usr/sbin/inetd -wW > imhotep# ps auxwww|grep portmap > daemon 97494 0.0 0.1 952 612 ?? Is 11:23AM 0:00.00 > /usr/sbin/portmap > imhotep# grep fam /etc/inetd.conf > sgi_fam/1-2 stream rpc/tcp wait root > /usr/local/bin/fam fam > imhotep# grep fam /etc/rpc > sgi_fam 391002 # file alteration monitor > imhotep# rpcinfo -p > program vers proto port > 100000 2 tcp 111 portmapper > 100000 2 udp 111 portmapper > > When I use courier-imap, fam doesnt start up automatically. I can > start fam from commandline perfectly, but it only has a limited > lifespan then. > > Any hints would be greatly appreciated :) Did you remember to do: killall -HUP inetd as root? -- Juha