Re: 1.5.16-1: chmod problem

2005-05-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Pach Roman (GS-EC/ESA4) * on 5/3/2005 10:53 PM: > I admit I'm stubborn about this topic but I'd like to propose > the change of chmod implementation. > I thing, it would be nice if the 'chmod +/-w' would have in the discussed > case the

AW: 1.5.16-1: chmod problem

2005-05-04 Thread Pach Roman (GS-EC/ESA4) *
Hello Corinna, it's running now !!! Thanks you very much for your fast reaction. Roman -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Corinna Vinschen Gesendet: Mittwoch, 4. Mai 2005 11:06 An: cygwin@cygwin.com Betreff: Re: 1.5.16-1: chmod pr

Re: 1.5.16-1: chmod problem

2005-05-04 Thread Corinna Vinschen
On May 4 06:53, Pach Roman (GS-EC/ESA4) * wrote: > I admit I'm stubborn about this topic but I'd like to propose > the change of chmod implementation. > I thing, it would be nice if the 'chmod +/-w' would have in the discussed > case the same > functionality as the Windows' command 'attrib'. > S

Re: 1.5.16-1: chmod problem

2005-05-03 Thread Pach Roman (GS-EC/ESA4) *
I admit I'm stubborn about this topic but I'd like to propose the change of chmod implementation. I thing, it would be nice if the 'chmod +/-w' would have in the discussed case the same functionality as the Windows' command 'attrib'. See please the appended screenshot. U:\tmp>ls -l yahoo -rw-r--

Re: AW: 1.5.16-1: chmod problem

2005-05-03 Thread Brian Dessent
"Pach Roman (GS-EC/ESA4) *" wrote: > Unfortunately the Windows has a special attribute 'write protection' > which can be set in the mask for file's attribute. > So there is a kind of conflict now. Despite I can't change file permissions > (in the acl) > I can every time set/reset the bit 'write p

AW: 1.5.16-1: chmod problem

2005-05-02 Thread Pach Roman (GS-EC/ESA4) *
rinna Vinschen Gesendet: Montag, 2. Mai 2005 16:03 An: cygwin@cygwin.com Betreff: Re: 1.5.16-1: chmod problem On May 2 07:41, Pach Roman (GS-EC/ESA4) * wrote: > Hello, > I have tried now using strace. > The file strace.14 has been generated for cygwin-1.5.14-1, and strace.15 for > c

Re: 1.5.16-1: chmod problem

2005-05-02 Thread Corinna Vinschen
On May 2 07:41, Pach Roman (GS-EC/ESA4) * wrote: > Hello, > I have tried now using strace. > The file strace.14 has been generated for cygwin-1.5.14-1, and strace.15 for > cygwin-1.5.15-1. > > The command used was: > > strace chmod +w /u/tmp/yahoo > /tmp/strace.15 2>&1 > > The concerned part fr

Re: 1.5.16-1: chmod problem

2005-04-29 Thread Corinna Vinschen
On Apr 29 13:15, J?rg Schaible wrote: > Corinna Vinschen wrote on Friday, April 29, 2005 12:36 PM: > [snip] > >> TEMP = `C:\DOCUME~1\ropach\LOCALS~1\Temp' > >> TERM = `cygwin' > >> TMP = `C:\DOCUME~1\ropach\LOCALS~1\Temp' > > > > TMP should probably better be a POSIX path, too. > > Well, it's aut

RE: 1.5.16-1: chmod problem

2005-04-29 Thread Jörg Schaible
Corinna Vinschen wrote on Friday, April 29, 2005 12:36 PM: [snip] >> TEMP = `C:\DOCUME~1\ropach\LOCALS~1\Temp' >> TERM = `cygwin' >> TMP = `C:\DOCUME~1\ropach\LOCALS~1\Temp' > > TMP should probably better be a POSIX path, too. Well, it's autoconverted: $ env | grep TMP TMP=/mnt/c/DOKUME~1/jos/

RE: 1.5.16-1: chmod problem

2005-04-29 Thread Dave Korn
Original Message >From: Corinna Vinschen >Sent: 29 April 2005 11:36 > On Apr 28 14:40, Pach Roman (GS-EC/ESA4) * wrote: >> TEMP = `C:\DOCUME~1\ropach\LOCALS~1\Temp' >> TERM = `cygwin' >> TMP = `C:\DOCUME~1\ropach\LOCALS~1\Temp' > > TMP should probably better be a POSIX path, too. AYS?

Re: 1.5.16-1: chmod problem

2005-04-29 Thread Corinna Vinschen
On Apr 28 14:40, Pach Roman (GS-EC/ESA4) * wrote: > 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 y

AW: 1.5.16-1: chmod problem

2005-04-28 Thread Pach Roman (GS-EC/ESA4) *
> On Apr 28 14:40, Pach Roman (GS-EC/ESA4) * wrote: > > 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 mkpas

Re: 1.5.16-1: chmod problem

2005-04-28 Thread Corinna Vinschen
On Apr 28 14:40, Pach Roman (GS-EC/ESA4) * wrote: > 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 y

1.5.16-1: chmod problem

2005-04-28 Thread Pach Roman (GS-EC/ESA4) *
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 followi