X11 blinking cursor in text window like 'gvim' - only halts if moved-over another X11-win

2021-04-06 Thread L A Walsh
I don't recall this always being this way as I keep running into a problem with my input going into the wrong window. I've noted I seem to be relying on which editor(i.e. gvim) window in X11 has focus by noting that it has a blinking square cursor in the window at the cursor's current position

Re: 3270

2021-04-06 Thread Peter A. Castro
On Tue, Apr 06, 2021 at 12:44:28PM +0200, Cygwin List wrote: > On Tue, Mar 23, 2021 at 4:51 AM Peter A. wrote: > > On Sun, Mar 21, 2021 at 06:51:05PM +0100, Cygwin List wrote: > > > Hi, > > > > > > Do we have any c/s/x3270 maintainer? > > > Do we have any c/s/x3270 users except me? > > > > That

Questions on how to upgrade Apache

2021-04-06 Thread Andy Romens via Cygwin
Got bounced at first, trying just this email… Hi Cygwin, I got a question for you all. Our cyber security team is yelling at us to update Apache from 2.4.39 to 2.4.46. I have searched far and wide on the web to see if there is a way to do that, but so far nothing has turned up. Any idea on how

Questions on how to upgrade Apache

2021-04-06 Thread Andy Romens via Cygwin
Hi Cygwin, I got a question for you all. Our cyber security team is yelling at us to update Apache from 2.4.39 to 2.4.46. I have searched far and wide on the web to see if there is a way to do that, but so far nothing has turned up. Any idea on how to do this or if an updated package will get

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-06 Thread Ken Brown via Cygwin
On 4/6/2021 10:50 AM, sten.kristian.ivars...@gmail.com wrote: Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to drop messages or at least they are not received in the same order they are sent [snip] Thanks for the test case. I can confirm the problem. I'm not familiar

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-06 Thread Ken Brown via Cygwin
On 4/6/2021 3:52 AM, Noel Grandin wrote: On 2021/04/01 6:02 pm, Ken Brown via Cygwin wrote: Here's the issue, briefly.  The communication is done via a Windows named pipe. The receiver creates the pipe when it creates and binds its socket.  It creates only one pipe instance.  The sender

RE: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-06 Thread Kristian Ivarsson via Cygwin
> >> Using AF_UNIX/SOCK_DGRAM with current version (3.2.0) seems to > >> drop messages or at least they are not received in the same order > >> they are sent > >> > >> [snip] > >> > >>> Thanks for the test case. I can confirm the problem. I'm not > >>> familiar enough with the

Re: IBM MQ client application fails on latest cygwin

2021-04-06 Thread Takashi Yano via Cygwin
On Tue, 6 Apr 2021 15:16:56 +0200 Morten Kjærulff wrote: > When I run it from a windows command prompt, it works fine. In this case, did you run MQ client from cygwin shell in command prompt? Or run it in cmd.exe? -- Takashi Yano -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: IBM MQ client application fails on latest cygwin

2021-04-06 Thread Takashi Yano via Cygwin
On Tue, 6 Apr 2021 15:16:56 +0200 Morten Kjærulff wrote: > I have a non-cygwin IBM MQSeries client application which I call from > a script. It connects to my z/OS MQ server. > > When I run it from a windows command prompt, it works fine. > > When I run it from mintty, it fails in a strange way.

IBM MQ client application fails on latest cygwin

2021-04-06 Thread Morten Kjærulff via Cygwin
Hi, Came back from easter vacation today and updated my cygwin installation. I havn't touched my PC since March 26. I have a non-cygwin IBM MQSeries client application which I call from a script. It connects to my z/OS MQ server. When I run it from a windows command prompt, it works fine. When

Advertising inquiry to cygwin.com

2021-04-06 Thread Matthew Brown via Cygwin
Hi! I’m an SEO manager . I browsed your website and should say that I like it – both the style and content you post. I’m writing to ask about some advert opportunities and offers you have. I’m greatly interested in • guest posts • link insertion (in the existing article) •

Re: python3-odf-1.4.1-1.tar.xz corrupt on all mirrors

2021-04-06 Thread Marco Atzeri via Cygwin
On 06.04.2021 11:48, Rainer Emrich wrote: Hi All, the mentioned package file is corrupt on all mirrors I tested. Please, check and correct. python3-odf-1.4.1-1.tar.xz is an empty archive $ ls -l python3-odf-1.4.1-1.tar.xz -rwxrwxr-x+ 1 Marco Kein 108 Apr 6 12:38 python3-odf-1.4.1-1.tar.xz

Re: 3270

2021-04-06 Thread Morten Kjærulff via Cygwin
On Tue, Mar 23, 2021 at 4:51 AM Peter A. wrote: > > On Sun, Mar 21, 2021 at 06:51:05PM +0100, Cygwin List wrote: > > Hi, > > > > Do we have any c/s/x3270 maintainer? > > Do we have any c/s/x3270 users except me? > > That would be me. I haven't had much time to try and package a new > x3270.

Re: [PATCH v2] Cygwin: pty: Use atexit() instead of hooking exit() for GDB.

2021-04-06 Thread Corinna Vinschen
On Apr 6 09:40, Takashi Yano wrote: > - This patch utilizes atexit() instead of hooking exit() to clean > up pseudo console stuff when debugging non-cygwin app using GDB. > --- > winsup/cygwin/fhandler.h | 2 +- > winsup/cygwin/fhandler_tty.cc | 100 +++--- >

python3-odf-1.4.1-1.tar.xz corrupt on all mirrors

2021-04-06 Thread Rainer Emrich
Hi All, the mentioned package file is corrupt on all mirrors I tested. Please, check and correct. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-06 Thread Noel Grandin via Cygwin
On 2021/04/01 6:02 pm, Ken Brown via Cygwin wrote: Here's the issue, briefly.  The communication is done via a Windows named pipe. The receiver creates the pipe when it creates and binds its socket.  It creates only one pipe instance.  The sender connects to the pipe, writes, and closes its