Date: Mon, 9 Jan 2006 19:45:29 +0000 From: Daniel Bye <freebsd-questions@slightlystrange.org> To: freebsd-questions@freebsd.org Subject: Re: premission denied executing a script Message-ID: <20060109194529.GA25909@catflap.slightlystrange.org> In-Reply-To: <005f01c6147e$e5a88820$6401a8c0@moreprivate> References: <001201c61476$3c038d40$6401a8c0@moreprivate> <0E48B181-7B8D-4935-9FFE-7878F0BDF7CE@submonkey.net> <005f01c6147e$e5a88820$6401a8c0@moreprivate>
next in thread | previous in thread | raw e-mail | index | archive | help
--/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 08, 2006 at 01:11:07PM -0500, RJ wrote: > Thanks Ceri but, it didn't solve my problem. > The script starts with "#!/usr/src/bin/sh" and I've tried changing it to > "#!/bin/sh" (no quotes). The end result is still permission denied. >=20 > Does the system log what the script is trying to do? I can't find anythi= ng > so far. Well, that depends on whether or not the author included logging functionality - without seeing the script, it's hard to tell... How about trying to run the script with xtrace turned on? # sh -x /the/script It causes each command to be echoed to STDERR as it executes, and may help you home in on the problem. HTH Dan --=20 Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDwr1ZhvzwOpChvo8RAo2LAKCmpdef8ueVNP3z62Tw9vglYfdVmgCg5PN8 nC96EfZOe1iyaT7lvHoRCWw= =/gOZ -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060109194529.GA25909>