$ cd /tmp
$ touch file
$ touch file
No problems.
$ cd //server/share
$ touch file
$ touch file
No problems on a share either
$ cd M:/myview/myvob
$ touch file
$ touch file
touch: setting times of `file': Permission denied
$ ls -l file
-rw-r--r-- 1 adefaria Domain U 0 Oct 31 15:17 file
(Note that the M drive is the drive assigned to Clearcase dynamic views).
Now if I hop on a machine running 1.3.12:
$ cd M:/myview/myvob
$ touch file
$ touch file
No problems! Seems to me that 1.3.14 introduced this problem. What things can I check to find out why this is failing on 1.3.14?
(I've attached an strace of the touch file exhibiting the problem on MVFS)
Thanks.
strace_touch_mvfs
Description: application/java-applet
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/