Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 1997 10:58:25 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Greg Lehey <grog@lemis.com>
Cc:        Mark Murray <mark@grondar.za>, Nate Williams <nate@mt.sri.com>, FreeBSD current users <FreeBSD-current@FreeBSD.ORG>
Subject:   Re: find still broken - is this only happening to me? 
Message-ID:  <8145.875264305@critter.freebsd.dk>
In-Reply-To: Your message of "Fri, 26 Sep 1997 17:17:29 %2B0930." <19970926171729.56024@lemis.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <19970926171729.56024@lemis.com>, Greg Lehey writes:


>>> $ find /sys -follow -name '*.[csh]' | xargs grep ENFILE|less
>
>Grrr.  I went back and recompiled find with -g.  And it worked.  So I
>recompiled it with the default CFLAGS.  And it worked.  I promise,
>nothing in the source tree has changed since I built it yesterday,
>only the problem has gone into hiding.
>
>Let's forget this one.  If it happens again, I'll try to catch it
>before it goes into hiding again.

Is there any chance that you had a directory named so it matched '*.[csh]' ?

Ie, would a 

	find /sys -type f -name '*.[csh]' | xargs grep ENFILE|less

have made a difference ?

--
Poul-Henning Kamp             FreeBSD coreteam member
phk@FreeBSD.ORG               "Real hackers run -current on their laptop."



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