From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23590 invoked by alias); 23 Apr 2012 11:02:42 -0000 Received: (qmail 23576 invoked by uid 22791); 23 Apr 2012 11:02:41 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,TW_HR,TW_RW,TW_WX,TW_XR,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.mediaxim.be (HELO mail.mediaxim.be) (193.74.142.132) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Apr 2012 11:02:28 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.mediaxim.be (Postfix) with ESMTP id BA5AA224910 for ; Mon, 23 Apr 2012 13:02:26 +0200 (CEST) Received: from mail.mediaxim.be ([127.0.0.1]) by localhost (mail.mediaxim.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HETu6MunEu1j for ; Mon, 23 Apr 2012 13:02:23 +0200 (CEST) Received: from bespdc01.mediaxim.local (unknown [10.32.16.1]) by mail.mediaxim.be (Postfix) with ESMTP id 452E22248C7 for ; Mon, 23 Apr 2012 13:02:23 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message Subject: RE: cygwin 1.7.13-1: can't execute shell scripts on samba share Date: Mon, 23 Apr 2012 11:02:00 -0000 Message-ID: <6BFA9AF2C7556E42AFF3F187ECAB07B802F9CFCB@bespdc01.mediaxim.local> In-Reply-To: References: <1E3D6F97-F938-420C-A5F7-C6446EC27F32@intersystems.com> <1883CD3D-75CE-4289-A5F9-317DE2ED7F28@intersystems.com> From: "Michel Bardiaux" To: X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-04/txt/msg00482.txt.bz2 [snip] > lgiambro@lorien ~ > $ cat len.sh > #!/bin/sh > echo it works And man sh states " --norc Do not read and execute the personal initialization file ~/.bashrc if the shell is interactive. This option is on by default if the shell is invoked as sh." Which eliminates bashrc as a possible culprit. I have also tried the same as you did (len.sh on a samba share) and saw the same problem. Then I saw that the len.sh got a (cygwin *and* linux) mode of -rwxrw-r-- *without* doing any chmod. Then I saw that *every* file I create on the samba share, gets the same mode! First things first, is there a workaround? Yes, chmod 777 len.sh *done on linux* works. And it actually works too when done on cygwin. However, recreating len.sh on cygwin, then a chmod 700 len.sh again on cygwin, does not work, again "./len.sh: Permission denied". But the mode seen on the linux side is -rwx------. I have also tried deleting then recreating the file in cygwin, then closing all cygwin processes and unmapping and remapping the samba drive. No cigar. Then I tried cacls in various situations. It turns out that with mode 777, cacls reveals "Everyone:F", but with mode 700 we get: len.sh F (special access:) Everyone:(special access:) And getfacl says: # file: len.sh # owner: ???????? # group: ???????? user::rwx group::--- mask:rwx other:--- Now I would say cygwin behaves as expected in my case: owner has execute permission, but who is the owner? Unfortunately this can only be *part* of the explanation, since for the OP it is # file: len.sh # owner: lgiambro # group: releng user::rwx group::--- mask:rwx other:--- (see thread head for the cacls). His samba setup is obviously better than mine. But now I cant be sure my workaround (mode 777) will work in his case. Hope these can help. -- 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