From owner-freebsd-questions@FreeBSD.ORG Thu Oct 24 23:03:33 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38886DE2 for ; Thu, 24 Oct 2013 23:03:33 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E44052608 for ; Thu, 24 Oct 2013 23:03:32 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r9ON3SE2062985; Thu, 24 Oct 2013 17:03:28 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r9ON3SeD062982; Thu, 24 Oct 2013 17:03:28 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 24 Oct 2013 17:03:28 -0600 (MDT) From: Warren Block To: Polytropon Subject: Re: click-click in floppy disk drive In-Reply-To: <20131024233059.0c3bd75b.freebsd@edvax.de> Message-ID: References: <20131024112256.DTF88722@ms5.mc.surewest.net> <20131024233059.0c3bd75b.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 24 Oct 2013 17:03:28 -0600 (MDT) Cc: leeoliveshackelford@surewest.net, freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 23:03:33 -0000 On Thu, 24 Oct 2013, Polytropon wrote: >> Likewise, there is another program that scans mounted media in order to >> refresh the desktop and file utilities when files have been added or >> removed. Unfortunately, I can't recall what that program is called at >> the moment, but it can be told to ignore certain files and directories. > > If I remember correctly, has that been... FAM? The file alteration > monitor? Something with gamin and libfam? I know I had trouble with > that stuff on a LXDE installation once... That's it, gamin! Here is what I have in /usr/local/etc/gamin/gaminrc: poll /usr/home/wblock/Desktop/* poll /* # fsset ufs poll 10 fsset ufs poll 10 That did not do what I'd hoped, which was not lock those directories or files. It seems to have had the effect of disabling gamin entirely, which I've just lived with. The first line is the one that should work. The last one (I think) tells gamin to poll all UFS filesystems. But again, this did not work as expected.