This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1.5.16-1: chmod problem


Hello,
the following commands run properly on the c:/drive
 
c> touch yahoo
c> ls -l yahoo
   -rw-rw-rw-  1 ropach mkpasswd 0 Apr 28 13:54 yahoo
 
c> chmod -w yahoo
c> ls -l yahoo
   -r--r--r--  1 ropach mkpasswd 0 Apr 28 13:54 yahoo
 
but if I try it on the u:/ drive connected over net the following error comes

u> ls -l yahoo
   -rw-r--r--  1 ropach mkpasswd 0 Apr 28 13:50 yahoo
u> chmod -w yahoo
   chmod: changing permissions of `yahoo': Permission denied

There were no problems up to the version cygwin-1.5.13-1.
The error on my machine is new for the following two versions
  cygwin-1.5.15-1
  cygwin-1.5.16-1

The output of the 'env':
 
The output of the 'cygcheck -v -s -r ':
 
Has anybody any ideas ?
 <<env.txt>>  <<cygcheck.txt>> 

Attachment: env.txt
Description: env.txt

Attachment: cygcheck.txt
Description: cygcheck.txt

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]