Date: Fri, 1 Apr 2005 17:40:06 GMT From: Matteo Riondato <rionda@gufi.org> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/54170: error from weekly periodic script 330.catman Message-ID: <200504011740.j31He6bV051285@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/54170; it has been noted by GNATS. From: Matteo Riondato <rionda@gufi.org> To: Marko Kuntic <mkuntic@mioc.hr> Cc: bug-followup@freebsd.org Subject: Re: conf/54170: error from weekly periodic script 330.catman Date: Fri, 1 Apr 2005 19:33:11 +0200 --tuFXEhzhBeitrIAu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 01, 2005 at 02:59:42PM +0200, Marko Kuntic wrote: > On Fri, 1 Apr 2005, Matteo Riondato wrote: >=20 > >On Fri, Apr 01, 2005 at 02:26:28PM +0200, Marko Kuntic wrote: > >>The filesystems are mounted with acls, but no acls are defined on the > >>directories in question. > > > >What about ACLs on /usr/libexec? >=20 > None, anywhere. All FSs are mounted with ACLs, but they're only really us= ed=20 > on places in /home. You're absolutely sure, right? Please, try the attached patch (after this I really don't know what to do, because it seems that you're really the only one to have this problem..) --- catman.local.orig Mon Mar 28 18:29:42 2005 +++ catman.local Fri Apr 1 19:29:33 2005 @@ -49,7 +49,7 @@ dirs=3D`echo $dirs | sed 's/:/ /g'` case X"$dirs" in X) echo "usage: $0 [options] directories ..."; exit 1;; e= sac -localdirs=3D`find -H $dirs -fstype local -type d -prune -print` +localdirs=3D`cd / && find -H $dirs -fstype local -type d -prune -print` case X"$localdirs" in X) echo "$0: no local-mounted manual directories found: $dirs" Best Regards --=20 Rionda aka Matteo Riondato Disinformato per default G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) --tuFXEhzhBeitrIAu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCTYXX2Mp4pR7Fa+wRAo4eAJ0SOVC25YfLRnK0RBwbIi5BbYb0ugCg3DmW aqHRIRo9B307UaAIhrRP68w= =tuwI -----END PGP SIGNATURE----- --tuFXEhzhBeitrIAu--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504011740.j31He6bV051285>