X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,MISSING_HEADERS,TW_RW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-class: urn:content-classes:message Subject: RE: cygwin 1.7.13-1: can't execute shell scripts on samba share Date: Thu, 19 Apr 2012 10:28:19 +0200 Message-ID: <6BFA9AF2C7556E42AFF3F187ECAB07B802EC895B@bespdc01.mediaxim.local> In-Reply-To: <1883CD3D-75CE-4289-A5F9-317DE2ED7F28@intersystems.com> References: <1E3D6F97-F938-420C-A5F7-C6446EC27F32 AT intersystems DOT com> <1883CD3D-75CE-4289-A5F9-317DE2ED7F28 AT intersystems DOT com> From: "Michel Bardiaux" Cc: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q3J8TNTN009954 2 suggestions: 1. What happens if len.sh is in your Cygwin home, that is on the local drive? 2. What happens with "sh -x ./len.sh" (on the network drive)? HaND, -----Original Message----- No. That works. presumably because it's executing "bash" and not the script itself. -Len On Apr 18, 2012, at 1:49 PM, Earnie Boyd wrote: > On Wed, Apr 18, 2012 at 11:44 AM, Len Giambrone > wrote: >> I'm can't execute shell scripts on a samba share served by our linux boxes. >> >> lgiambro AT lorien //kitserver/kits >> $ ls -la len.sh >> -rwx------ 1 lgiambro releng 24 Apr 18 10:48 len.sh >> >> lgiambro AT lorien //kitserver/kits >> $ cat len.sh >> #!/bin/sh >> echo it works >> >> lgiambro AT lorien //kitserver/kits >> $ ./len.sh >> -bash: ./len.sh: Permission denied > > I suppose the same happens if you execute len.sh similar to the following? > > $ bash -x ./len.sh > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple