From owner-freebsd-questions@FreeBSD.ORG Mon Jun 4 20:35:55 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B843106567B for ; Mon, 4 Jun 2012 20:35:55 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id F0D728FC0A for ; Mon, 4 Jun 2012 20:35:54 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id q54KZno1003327; Mon, 4 Jun 2012 14:35:49 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <4FCD1C25.1020006@dreamchaser.org> Date: Mon, 04 Jun 2012 14:35:49 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120528 Thunderbird/12.0.1 MIME-Version: 1.0 To: Polytropon References: <4FCB7BBF.7090603@dreamchaser.org> <7581F5930C4F42B28B1E4A5162491B35@astrolap> <4FCC1D4C.2020503@dreamchaser.org> <20120604050537.f2df2af2.freebsd@edvax.de> <4FCC6A41.6030408@dreamchaser.org> <4FCD0955.6080801@dreamchaser.org> <20120604214018.bc46d44b.freebsd@edvax.de> In-Reply-To: <20120604214018.bc46d44b.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Mon, 04 Jun 2012 14:35:49 -0600 (MDT) Cc: FreeBSD Mailing List Subject: Re: umount device busy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@dreamchaser.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2012 20:35:55 -0000 On 06/04/12 13:40, Polytropon wrote: > On Mon, 04 Jun 2012 13:15:33 -0600, Gary Aitken wrote: >> Can you tell me where any of this is documented? >> I can't find squat about gamin. >> no man page and no docs in the /usr/local tree > > Welcome to the realm of modern software and its aversion > against documentation. :-) > > In such cases, you often need to use a web browser, google, > and search for keywords related to your problem. Actually, did, but missed it. I know I had the spelling right because I was flooded with "gaRmin" results and had to check. I'll go hide in the corner now... >> Checked the port options for gamin itself and see there's >> a place to turn on the poller, to that should solve that problem. > > No, this setting is done in a configuration file (installed > version of course). The setting is > > poll /mnt/* > poll /media/* > > or > > poll /dev/* > > or the like - not sure, I'm not using it. It's also an option at build time. Or at least it shows up there: [*] GAM_POLLER Use gamin's poller instead of kqueue's >> But where does one learn about disabling specific directories >> or other info? > > In arbitrary web forums, wikis and user pages. :-) > > Here's an example: > > http://people.gnome.org/~veillard/gamin/config.html Found that easily now, thanks.