From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 1 17:40:07 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A90416A4CE for ; Fri, 1 Apr 2005 17:40:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E0C43D3F for ; Fri, 1 Apr 2005 17:40:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j31He7QZ051286 for ; Fri, 1 Apr 2005 17:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j31He6bV051285; Fri, 1 Apr 2005 17:40:06 GMT (envelope-from gnats) Date: Fri, 1 Apr 2005 17:40:06 GMT Message-Id: <200504011740.j31He6bV051285@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matteo Riondato Subject: Re: conf/54170: error from weekly periodic script 330.catman X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matteo Riondato List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 17:40:07 -0000 The following reply was made to PR conf/54170; it has been noted by GNATS. From: Matteo Riondato To: Marko Kuntic 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--