From owner-freebsd-questions@FreeBSD.ORG Thu Dec 1 18:15:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA2D16A420 for ; Thu, 1 Dec 2005 18:15:52 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AC2C43D5C for ; Thu, 1 Dec 2005 18:15:50 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id jB1IFnFg001889; Thu, 1 Dec 2005 20:15:49 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id jB1IFCbK063723; Thu, 1 Dec 2005 20:15:12 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id jB1IFCi1063722; Thu, 1 Dec 2005 20:15:12 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 1 Dec 2005 20:15:12 +0200 From: Giorgos Keramidas To: Blue Raccoon Message-ID: <20051201181512.GA63703@flame.pc> References: <20051201173603.3E9EC16A427@hub.freebsd.org> <20051201185956.ee767f97.blue.raccoon@wanadoo.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051201185956.ee767f97.blue.raccoon@wanadoo.nl> Cc: freebsd-questions@freebsd.org Subject: Re: Can't run scripts no more: "permission denied" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2005 18:15:52 -0000 On 2005-12-01 18:59, Blue Raccoon wrote: > Hi, > > I tried to make a simple script to launch sylpheed when mailto: is > clicked in firefox: > > sylpheed --compose "$1" > > I put that in a plain text file, made it executable.. and nothing > happened. From the command line I get "permission denied" when I run > it. Even when I set perm to 777. Is the script in a directory that is already in your PATH? Where is the script and what are the _EXACT_ steps you take to run it? > Next I find that another script (which copies a bunch of config files > to a safe place) also won't run anymore. It worked fine this morning. > Sudo makes no difference. When did those scripts run fine? What did you change since then?