Re: GetVersionEx() depreciated, what should be used instead for Windows 7/8/10?

2024-03-22 Thread Ray Satiro via Cygwin
On 3/21/2024 11:15 AM, Corinna Vinschen via Cygwin wrote: On Mar 21 09:58, Christian Franke via Cygwin wrote: Corinna Vinschen via Cygwin wrote: On Mar 20 12:39, Christian Franke via Cygwin wrote: Corinna Vinschen via Cygwin wrote: You have to create an application with an application manifes

Re: Terminal occasionally shows duplicate command text when it is split over multiple lines

2021-08-24 Thread Ray Satiro via Cygwin
On 8/23/2021 6:15 PM, Thomas Wolff wrote: > Am 23.08.2021 um 23:52 schrieb Ray Satiro via Cygwin: >> I'm using cygwin x86 updated yesterday and when I paste in commands >> that are split over multiple lines sometimes an arbitrary line will >> show more than once, even

Terminal occasionally shows duplicate command text when it is split over multiple lines

2021-08-23 Thread Ray Satiro via Cygwin
I'm using cygwin x86 updated yesterday and when I paste in commands that are split over multiple lines sometimes an arbitrary line will show more than once, even though it is not actually part of the command more than once. For example here's a command: echo foo \bar \baz \qux And here's the t

Is ping only supposed to work for admin accounts?

2016-03-20 Thread Ray Satiro
I just used the cygwin installer to install ping-1.0.2-1.tar.xz but it doesn't work for limited user accounts: $ ping google.com ping: socket: Operation not permitted 149 29930 [main] ping 11668 dup_ent: duping protoent "icmp", 0xD56580 46 29976 [main] ping 11668 dup_ent: protoent icmp

What can I do about messages bouncing - ezmlm warning

2015-07-01 Thread Ray Satiro
I received an e-mail from cygwin-help: > Messages to you from the cygwin mailing list seem to > have been bouncing. The error is: > User and password not set, continuing without authentication. > 98.138.112.35 failed after I sent the message. > Remote host said: 554 5.7.9 Message not accepted

Re: socat-1.7.3.0-2 fork process sometimes lingers

2015-06-27 Thread Ray Satiro
On 6/19/2015 2:29 AM, Ray Satiro wrote: socat-1.7.3.0-2 Cygwin 2.0.4(0.287/5/3) Windows 7 x64 SP1 Since upgrading socat today I've noticed that when I CTRL+C to terminate it sometimes the spawned process won't terminate. I've since set up a clean Windows 7 SP1 x64 VM with W

socat-1.7.3.0-2 fork process sometimes lingers

2015-06-18 Thread Ray Satiro
socat-1.7.3.0-2 Cygwin 2.0.4(0.287/5/3) Windows 7 x64 SP1 Since upgrading socat today I've noticed that when I CTRL+C to terminate it sometimes the spawned process won't terminate. For example open two Cygwin terminals and: In one: socat tcp-listen:8080,reuseaddr,fork - And then in the other