From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3857 invoked by alias); 28 Apr 2014 13:32:58 -0000 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 Received: (qmail 3845 invoked by uid 89); 28 Apr 2014 13:32:57 -0000 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 Received: from smtpout01.bt.lon5.cpcloud.co.uk (HELO smtpout01.bt.lon5.cpcloud.co.uk) (65.20.0.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 28 Apr 2014 13:32:56 +0000 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 Received: from [192.168.1.93] (86.174.34.79) by smtpout01.bt.lon5.cpcloud.co.uk (8.6.100.99.10223) (authenticated as jonturney@btinternet.com) id 534BAAD600F8FB51 for cygwin@cygwin.com; Mon, 28 Apr 2014 14:32:53 +0100 Message-ID: <535E5881.6010309@dronecode.org.uk> Date: Mon, 28 Apr 2014 13:32:00 -0000 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@cygwin.com Subject: Problem running scripts from a share with latest snapshot Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-04/txt/msg00630.txt.bz2 With the latest snapshot, something seems to have changed which stops me running scripts by pathname from a samba share. jon@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@tambora ~ $ uname -a CYGWIN_NT-6.3 tambora 1.7.30s(0.272/5/3) 20140426 17:41:38 x86_64 Cygwin jon@tambora ~ $ cat t.sh #!/bin/sh echo foo jon@tambora ~ $ ls -al t.sh -rwxr-xr-x 1 jon None 20 Apr 28 13:07 t.sh jon@tambora ~ $ ./t.sh foo jon@tambora ~ $ ls -al //necker/jon/t.sh -rwxrwxrwx 1 Unknown+User Unknown+Group 20 Apr 28 13:07 //necker/jon/t.sh jon@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