Re: File permission problems with new cygwin dll

2002-10-18 Thread Christopher Faylor
On Thu, Oct 17, 2002 at 03:17:11PM +1300, Ross Smith wrote: >If you take any command-line program that writes to stdout -- plain old >"hello world" will do fine -- compile it with gcc, and run it several >times with >> somefile, then you get a file containing several copies >of "hello world", as yo

Re: File permission problems with new cygwin dll

2002-10-18 Thread Pavel Tsekov
On Thu, 17 Oct 2002, Christopher Faylor wrote: > On Thu, Oct 17, 2002 at 03:17:11PM +1300, Ross Smith wrote: > >If you take any command-line program that writes to stdout -- plain old > >"hello world" will do fine -- compile it with gcc, and run it several > >times with >> somefile, then you get a

RE: File permission problems with new cygwin dll

2002-10-18 Thread Ross Smith
> From: Christopher Faylor [mailto:cgf@;redhat.com] > > On Thu, Oct 17, 2002 at 03:17:11PM +1300, Ross Smith wrote: > >If you take any command-line program that writes to stdout > -- plain old > >"hello world" will do fine -- compile it with gcc, and run it several > >times with >> somefile, then

Re: File permission problems with new cygwin dll

2002-10-18 Thread Christopher Faylor
On Fri, Oct 18, 2002 at 12:19:29AM +0200, Pavel Tsekov wrote: >On Thu, 17 Oct 2002, Christopher Faylor wrote: > >> On Thu, Oct 17, 2002 at 03:17:11PM +1300, Ross Smith wrote: >> >If you take any command-line program that writes to stdout -- plain old >> >"hello world" will do fine -- compile it wit

RE: File permission problems with new cygwin dll

2002-10-16 Thread Ross Smith
> From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > > On Thu, Oct 17, 2002 at 11:09:31AM +1300, Ross Smith wrote: > >I just upgraded to the new cygwin dll and gcc, and I seem to > be running > >into some of the same problems reported by others. (Yes, I know ntsec > >is now enabled by default

RE: File permission problems with new cygwin dll

2002-10-16 Thread Rolf Campbell
:26 PM > To: [EMAIL PROTECTED] > Subject: Re: File permission problems with new cygwin dll > > > On Wed, Oct 16, 2002 at 07:23:25PM -0400, Rolf Campbell wrote: > >That fixed all of my problems! "mkpasswd -du mywindowslogin > > >/etc/passwd", and then gc

Re: File permission problems with new cygwin dll

2002-10-16 Thread Christopher Faylor
On Wed, Oct 16, 2002 at 07:23:25PM -0400, Rolf Campbell wrote: >That fixed all of my problems! "mkpasswd -du mywindowslogin > >/etc/passwd", and then gcc started producing programs that were >executable again. Wow. I'm amazed. I didn't expect that it would fix those kind of problems. I'm glad

RE: File permission problems with new cygwin dll

2002-10-16 Thread Rolf Campbell
2 7:05 PM > To: [EMAIL PROTECTED] > Subject: Re: File permission problems with new cygwin dll > > > On Thu, Oct 17, 2002 at 11:09:31AM +1300, Ross Smith wrote: > >I just upgraded to the new cygwin dll and gcc, and I seem to > be running > >into some of the same probl

Re: File permission problems with new cygwin dll

2002-10-16 Thread Christopher Faylor
On Thu, Oct 17, 2002 at 11:09:31AM +1300, Ross Smith wrote: >I just upgraded to the new cygwin dll and gcc, and I seem to be running >into some of the same problems reported by others. (Yes, I know ntsec >is now enabled by default.) > >First problem: chmod doesn't work. Whenever I try to use it, I

File permission problems with new cygwin dll

2002-10-16 Thread Ross Smith
I just upgraded to the new cygwin dll and gcc, and I seem to be running into some of the same problems reported by others. (Yes, I know ntsec is now enabled by default.) First problem: chmod doesn't work. Whenever I try to use it, I just get "chmod: changing permissions of `foo': Invalid argument