Re: Bogus assumption prevents d2u/u2d/conv/etal working on mixed files.

2004-04-04 Thread Karl M
Hi All... I too would favor that the d2u and u2d just do what I say. Failing that, instead of --force, could we use --please-o-please-convert-this-file-i-really-mean-it perhaps the I should be capitalized. Thanks, ...Karl From: Charles Wilson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subjec

Re: Bogus assumption prevents d2u/u2d/conv/etal working on mixed files.

2004-04-04 Thread Charles Wilson
David Fritz wrote: You guys are missing the point. Charles Wilson mentioned a side effect of the code at issue in the original post and suggested that it was valuable. I think there is some misunderstanding about the cygutils package. I did not write any of it.(*) I do not defend any of the d

Re: Bogus assumption prevents d2u/u2d/conv/etal working on mixed files.

2004-04-04 Thread David Fritz
You guys are missing the point. Charles Wilson mentioned a side effect of the code at issue in the original post and suggested that it was valuable. Personally, I don't care if they attempt to detect binary files or not. My point was (and is) that: *If detection of binary files is desirable*,

RE: Bogus assumption prevents d2u/u2d/conv/etal working on mixed files.

2004-04-04 Thread Igor Pechtchanski
On Sun, 4 Apr 2004, GARY VANSICKLE wrote: > > Noo... Please, remove all of these safety checks. > > There must be some kind of user sanity presupposition. Or else the tools > > soon will be crippled to a state where they are unusable for normal work. > > FWIW I'm with Hannu. Should rm ask you, "

Re: Running Postgresql 7.4.2 on Windows 2000 with Cygwin !

2004-04-04 Thread Jason Tishler
Jan, On Sun, Apr 04, 2004 at 03:15:03PM +0200, JC Jan Christensen wrote: > and downloaded the file : > > cygipc-2.03-2.tar.bz2 > > and installed the cygipc-daemon in the file. The above is a bad thing to do. See below for why. > I have downloaded the file postgresql-7.4.2.tar.gz and unpac

RE: Bogus assumption prevents d2u/u2d/conv/etal working on mixed files.

2004-04-04 Thread GARY VANSICKLE
> Noo... Please, remove all of these safety checks. > There must be some kind of user sanity presupposition. Or else the tools > soon will be crippled to a state where they are unusable for normal work. FWIW I'm with Hannu. Should rm ask you, "Do you *really* want to delete this file?", or make

Re: Loading gcc-compiled DLL with Java (JNI) crashes when using newer (>1.5.5) cygwin1.dll

2004-04-04 Thread Hans Horn
>>The correct switch is -mno-cygwin. -mno-cygwin should be equivalent to >>building with the mingw compiler unless you try to include cygwin header >>files or libraries, which is a common mistake. Chris, sorry that was I typo in my posting! I used gcc -mno-cygwin rather than -no-cygwin, and this

Re: zsh and line breaks

2004-04-04 Thread Peter Stephenson
Bart Schaefer wrote: > On Apr 2, 5:23pm, Peter A. Castro wrote: > } > } On Thu, 1 Apr 2004, Peter A. Castro wrote: > } > } So, now I need a ruling on just where to put this fix. > > I don't know that I can give you a "ruling" but in my opinion it would be > fine to put this in main.c, appropriat

Re: Bogus assumption prevents d2u/u2d/conv/etal working on mixed files.

2004-04-04 Thread Igor Pechtchanski
On Sat, 3 Apr 2004, David Fritz wrote: > Charles Wilson wrote: > [...] > > (2) it's an attempt to prevent users from permanently scrogging binary > > files. See: d2u, on a binary file, is an irreversible operation. So, > > if you do "d2u *" you'll probably kill something deep inside some binar

Re: cygheap problems, 20040326 snapshot

2004-04-04 Thread Christopher Faylor
On Sun, Apr 04, 2004 at 12:16:06AM -0500, Mark Blackburn wrote: >Christopher Faylor wrote: >>On Fri, Apr 02, 2004 at 08:27:32PM -0500, Mark Blackburn wrote: >> >>>Brian Ford wrote: >>> On Mon, 29 Mar 2004, Mark Blackburn wrote: >No it isn't. I recently tried my own build of cygwin: >>

RE: UDP socket select/recvfrom problem when no server

2004-04-04 Thread Hannu E K Nevalainen
> From: Christopher J. White > I've got a UDP socket application that fails since my > most recent upgrade, I believe from 1.5.9 to 1.5.9-1. > > Basic UDP app that fails as follows: > > I suspect that the destination is returning an ICMP error when the > server is not running and that is what's

RE: Bogus assumption prevents d2u/u2d/conv/etal working on mixed files.

2004-04-04 Thread Hannu E K Nevalainen
> From: David Fritz > Sent: Sunday, April 04, 2004 6:46 AM > Charles Wilson wrote: > [...] > > (2) it's an attempt to prevent users from permanently > scrogging binary > > files. See: d2u, on a binary file, is an irreversible operation. So, > > if you do "d2u *" you'll probably kill something

Re: difference between mingw and cygwin-mingw

2004-04-04 Thread Larry Hall
At 11:38 PM 4/2/2004, you wrote: >Folks, > >what is the difference between vanilla mingw and the one shipped with >cygwin? >in particular, what is the difference between the gcc compiler flavors? See . -- Larry Hall

UDP socket select/recvfrom problem when no server

2004-04-04 Thread Christopher J. White
I've got a UDP socket application that fails since my most recent upgrade, I believe from 1.5.9 to 1.5.9-1. Basic UDP app that fails as follows: First problem (note, 10.1.1.19 is the local machine): - bind 10.1.1.19:5001 - select() -- no socket ready - sendto 10.1.1.19:5000 - select() -- soc

Re: /etc/passwd -> /proc/mkpasswd

2004-04-04 Thread Gerald Villemure
- Original Message - From: "Corinna Vinschen" <[EMAIL PROTECTED]> > On Apr 3 19:48, Gerald Villemure wrote: > > I wonder if it would be possible to do something like this: > > > > /etc/passwd -> /proc/mkpasswd > > /etc/group -> /proc/mkgroup > > > > These sym links would make the 2 file

Re: /etc/passwd -> /proc/mkpasswd

2004-04-04 Thread Corinna Vinschen
On Apr 3 19:48, Gerald Villemure wrote: > I wonder if it would be possible to do something like this: > > /etc/passwd -> /proc/mkpasswd > /etc/group -> /proc/mkgroup > > These sym links would make the 2 files dynamic and would simplify setup > somewhat. OTOH, it would make the layout of these f