X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=pbo nx7Fgb4T+mn09UAUx/Sul6UoMRrxyg78gsoY2n7SQjjcZGqBAUH/2BSMRFMtVu1J 03ri8Wj0szeVdLmCe4fpirj6FszVtyJDkqFyekgGSIK7y0ghpm635cvHV3wzzRJg Y/A8IyWcqNgpRDaiey4ZGiLvOLkunvh8iQfOviKA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=iPcl8FmbJ hFELuwErfOvglD6EgM=; b=mQu/nvfx+SeLCqiHw6lhFGQ9SJ1bmVV3ZutFbrxqI 2HbTyA03NzxN9JWnVtOUIkJtRB/hCc3B1x+FaodTh598b29KFVq48uc1AVruPyh4 /1Bf85kWDrIBbrBbFOzJcNjjVYtVXAK5lkjpwMTPNgLrgwohQLlSJ5jSGTCs/OW9 yM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: smtpout01.bt.lon5.cpcloud.co.uk X-CTCH-RefID: str=0001.0A090208.535E5885.0131,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-Junkmail-Premium-Raw: score=7/97,refid=2.7.2:2014.4.22.151221:17:7.944,ip=,rules=__MOZILLA_MSGID, __HAS_MSGID, __SANE_MSGID, __HAS_FROM, __USER_AGENT, __MOZILLA_USER_AGENT, __MIME_VERSION, __TO_MALFORMED_2, __TO_NO_NAME, __SUBJ_ALPHA_END, __CT, __CT_TEXT_PLAIN, __CTE, BODYTEXTP_SIZE_3000_LESS, BODY_SIZE_800_899, __MIME_TEXT_ONLY, HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, BODY_SIZE_1000_LESS, BODY_SIZE_2000_LESS, BODY_SIZE_7000_LESS, NO_URI_FOUND X-CTCH-Spam: Unknown Message-ID: <535E5881.6010309@dronecode.org.uk> Date: Mon, 28 Apr 2014 14:32:49 +0100 From: Jon TURNEY User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Problem running scripts from a share with latest snapshot Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit With the latest snapshot, something seems to have changed which stops me running scripts by pathname from a samba share. jon AT tambora ~ $ mount C:/cygwin64/bin on /usr/bin type ntfs (binary,auto) C:/cygwin64/lib on /usr/lib type ntfs (binary,auto) //necker/jon on /home/jon type smbfs (binary,exec,noacl,dos) C:/cygwin64 on / type ntfs (binary,auto) C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) jon AT tambora ~ $ uname -a CYGWIN_NT-6.3 tambora 1.7.30s(0.272/5/3) 20140426 17:41:38 x86_64 Cygwin jon AT tambora ~ $ cat t.sh #!/bin/sh echo foo jon AT tambora ~ $ ls -al t.sh -rwxr-xr-x 1 jon None 20 Apr 28 13:07 t.sh jon AT tambora ~ $ ./t.sh foo jon AT tambora ~ $ ls -al //necker/jon/t.sh -rwxrwxrwx 1 Unknown+User Unknown+Group 20 Apr 28 13:07 //necker/jon/t.sh jon AT tambora ~ $ //necker/jon/t.sh -bash: //necker/jon/t.sh: Permission denied -- 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