Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2013 12:11:02 -0700
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        Ian Lepore <ian@freebsd.org>
Cc:        freebsd-current Current <freebsd-current@freebsd.org>
Subject:   Re: Cannot unmount nullfs in current
Message-ID:  <CAG=rPVfxa2qxk0qTsXWtMbKG8S7UrKhLoMdEb5y1uLEzkxs_8g@mail.gmail.com>
In-Reply-To: <1366378546.1231.4.camel@revolution.hippie.lan>
References:  <CAG=rPVf7gqgz4G=56RuLjYB_mvUDSU8NJBx5t-hKTr9DSfVr-Q@mail.gmail.com> <CAG=rPVcwEGgU2QiFJASgkjnfznUKrqKAOG7nx5dDr9yO_fs69w@mail.gmail.com> <1366378546.1231.4.camel@revolution.hippie.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 19, 2013 at 6:35 AM, Ian Lepore <ian@freebsd.org> wrote:

>
> I worked around this kind of problem by putting a single entry
> in /usr/local/etc/gamin/gaminrc:
>
>     poll /*
>
>

That's one option.  I used a "hammer" approach, and after reading
http://people.gnome.org/~veillard/gamin/config.html,
I put this in my /usr/local/etc/gamin/gaminrc:

fsset nullfs none
fsset ufs none
fsset zfs none

I think that is supposed to turn off gamin for any nullfs, ufs, or zfs file
system. :)
It seems to work for me.

--
Craig



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