From owner-freebsd-ports@FreeBSD.ORG Wed Oct 1 12:56:09 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0140716A4BF for ; Wed, 1 Oct 2003 12:56:09 -0700 (PDT) Received: from lakemtao02.cox.net (lakemtao02.cox.net [68.1.17.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93FFC43F93 for ; Wed, 1 Oct 2003 12:56:07 -0700 (PDT) (envelope-from A.J.Caines@halplant.com) Received: from mail.halplant.com ([68.98.167.210]) by lakemtao02.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031001195607.LFOC3302.lakemtao02.cox.net@mail.halplant.com> for ; Wed, 1 Oct 2003 15:56:07 -0400 Received: by mail.halplant.com (Postfix, from userid 1001) id 59F38A3; Wed, 1 Oct 2003 15:56:06 -0400 (EDT) Date: Wed, 1 Oct 2003 15:56:06 -0400 From: Andrew J Caines To: freebsd-ports@freebsd.org Message-ID: <20031001195606.GT30185@hal9000.halplant.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <1065036318.92446.2.camel@materialised.hopto.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1065036318.92446.2.camel@materialised.hopto.org> Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.9-PRERELEASE X-URL: http://halplant.com:88/ X-Yahoo-Profile: AJ_Z0 Importance: Normal X-ICQ: 283813972 User-Agent: Mutt/1.5.4i Subject: Re: mozilla-gtk2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew J Caines List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 19:56:09 -0000 Mick, > /usr/X11R6/bin/mozilla: ./mozilla: Permission denied > exec: ./mozilla: Permission denied > Obviously it is a permissions issue, but after changing permission on > /usr/X11R6/bin/mozilla I still get the same error. If you had to change permissions on that file, then there's a good chance many other files don't have right permissions. Did you install with an unusually righteous umask? Did you check the target, ie. /usr/X11R6/lib/mozilla/mozilla? Look through all of /usr/X11R6/lib/mozilla{,-devel} and find all the files which have missing `other' perms, either with find's -perm or something a bit more legible like.. # find /usr/X11R6/lib/mozilla -ls | awk '/\-\-\-/{print $3,$NF}' I've found that sometimes extensions will install with oddly restrictive permissions which prevent them from being used by users. -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |