public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Problem running scripts from a share with latest snapshot
@ 2014-04-28 13:32 Jon TURNEY
  2014-05-05 10:33 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Jon TURNEY @ 2014-04-28 13:32 UTC (permalink / raw)
  To: cygwin


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-05 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-28 13:32 Problem running scripts from a share with latest snapshot Jon TURNEY
2014-05-05 10:33 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).