RE: Questions on how to upgrade Apache

2021-04-08 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
> -Original Message- > From: Cygwin On Behalf Of bzs > Sent: 08 April 2021 9:54 PM > Subject: Re: Questions on how to upgrade Apache > > > c) Seriously consider a pre-built native Windows apache release. > > That should pretty much drop-in and if that seems too difficult the other > op

Re: IBM MQ client application fails on latest cygwin

2021-04-08 Thread Morten Kjærulff via Cygwin
On Fri, Apr 9, 2021 at 7:26 AM Morten Kjærulff wrote: > > On Fri, Apr 9, 2021 at 2:22 AM Takashi Yano wrote: > > > > On Thu, 8 Apr 2021 18:30:25 +0200 > > Morten Kjærulff wrote: > > > Could it be a codepage issue? > > > > Maybe. > > > > What does chcp.com say in command prompt and in mintty? > > 85

Re: A problem with noacl+umask+chmod result

2021-04-08 Thread Orgad Shaneh via Cygwin
On Fri, Apr 9, 2021 at 4:50 AM Andrey Repin wrote: > > Greetings, Orgad Shaneh! > > > On Wed, Apr 7, 2021 at 11:47 PM Orgad Shaneh wrote: > >> > >> Hi, > >> > >> If a filesystem is mounted with noacl, calling chmod to add write > >> permissions after umasking this permission doesn't work. Demonst

Re: A problem with noacl+umask+chmod result

2021-04-08 Thread Andrey Repin
Greetings, Orgad Shaneh! > On Wed, Apr 7, 2021 at 11:47 PM Orgad Shaneh wrote: >> >> Hi, >> >> If a filesystem is mounted with noacl, calling chmod to add write >> permissions after umasking this permission doesn't work. Demonstrated >> with command-line and C++. >> >> Did I miss something or is

Re: Questions on how to upgrade Apache

2021-04-08 Thread Brian S. Wilson via Cygwin
On 4/8/2021 1:30 AM, Andrey Repin wrote: -- Please contact me if you have any questions or concerns. Sincerely, Brian S. Wilson Primary: wil...@ds.net *(preferred)* Secondary: wilso...@xfinity.com Tertiary: bria...@bellsouth.net

Re: IBM MQ client application fails on latest cygwin

2021-04-08 Thread Takashi Yano via Cygwin
On Thu, 8 Apr 2021 18:30:25 +0200 Morten Kjærulff wrote: > Could it be a codepage issue? Maybe. What does chcp.com say in command prompt and in mintty? In cygwin 3.2.0, the codepage, when pseudo console is disabled, has been changed from the default codepage of the system to UTF-8 (65001). If ps

Re: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-08 Thread Ken Brown via Cygwin
On 4/8/2021 3:47 PM, 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 enough

Re: A problem with noacl+umask+chmod result

2021-04-08 Thread Orgad Shaneh via Cygwin
On Wed, Apr 7, 2021 at 11:47 PM Orgad Shaneh wrote: > > Hi, > > If a filesystem is mounted with noacl, calling chmod to add write > permissions after umasking this permission doesn't work. Demonstrated > with command-line and C++. > > Did I miss something or is this a real bug? According to umask

Re: EMP Router issue

2021-04-08 Thread cygwinautoreply--- via Cygwin
>I have been using this same emp router for quite some time on my WIN7 machine >but after updating to WIN10, it has quit working. >The warning I am getting is - >WARNING: Couldn't compute FAST_CWD pointer. Pease report this problem to the >public mailing list gyc...@cygwin.com

EMP Router issue

2021-04-08 Thread Moore, Patrick
I have been using this same emp router for quite some time on my WIN7 machine but after updating to WIN10, it has quit working. The warning I am getting is - WARNING: Couldn't compute FAST_CWD pointer. Pease report this problem to the public mailing list gyc...@cygwin.com

Re: Questions on how to upgrade Apache

2021-04-08 Thread bzs
I upgrade apache from sources all the time tho not on cygwin, we use Linux for that, but the basic idea is the same. My advice, having looked over other advice here, and your responses: 1. You probably don't want to go to another web server like nginx just for what you describe. You would have

RE: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-08 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 > > >

Re: Questions on how to upgrade Apache

2021-04-08 Thread Andrey Repin
Greetings, Andy Romens! > 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

Re: 3270

2021-04-08 Thread Andrey Repin
Greetings, Morten Kjærulff! > I need a new feature in version 4.1alpha7 (Double-clicking on a URL in > x3270 (on most platforms) and in wc3270 now opens that link in the > browser). > Currently I am running wc3270 (native windows) because with that one I > can configure Right-Ctrl to be ENTER, and

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

2021-04-08 Thread Andrey Repin
Greetings, Achim Gratz! > L A Walsh writes: >> If I move the windows cursor to another editor window in X11, >> the blinking cursor moves to the new window, but if I move >> it to a native window, the blinking doesn't stop. >> >> Has this always been this way? > Windows never had "focus follows m

Re: Questions on how to upgrade Apache

2021-04-08 Thread Glenn Strauss
On Thu, Apr 08, 2021 at 11:37:13AM -0500, René Berber via Cygwin wrote: > On 4/8/2021 10:49 AM, Andy Romens via Cygwin wrote: > > > Is there something else Cygwin provides that I should use instead of > > Apache? Sorry for the elementary questions, I’m still quite new to > > this :) > > > nginx

Re: Cannot run executable named setlang

2021-04-08 Thread Orgad Shaneh via Cygwin
On Thu, Apr 8, 2021 at 3:55 PM Takashi Yano wrote: > > On Thu, 8 Apr 2021 15:25:45 +0300 > Orgad Shaneh wrote: > > Hi, > > > > I cannot run an executable if it is named setlang (case insensitive). > > It exits with code 127. > > > > Example: > > cp /bin/ls setlang > > ./setlang -> Error 127 > > >

Re: Questions on how to upgrade Apache

2021-04-08 Thread René Berber via Cygwin
On 4/8/2021 10:49 AM, Andy Romens via Cygwin wrote: > Is there something else Cygwin provides that I should use instead of > Apache? Sorry for the elementary questions, I’m still quite new to > this :) nginx is an alternative (NGINX Open Source. The open source web server). Cygwin is at versio

Re: IBM MQ client application fails on latest cygwin

2021-04-08 Thread Morten Kjærulff via Cygwin
On Thu, Apr 8, 2021 at 4:24 PM Morten Kjærulff wrote: > > On Thu, Apr 8, 2021 at 4:04 PM Takashi Yano wrote: > > > > On Thu, 8 Apr 2021 15:10:54 +0200 > > Morten Kjærulff wrote: > > > On Thu, Apr 8, 2021 at 2:26 PM Takashi Yano wrote: > > > > > > > > On Thu, 8 Apr 2021 20:16:00 +0900 > > > > Takash

Re: Questions on how to upgrade Apache

2021-04-08 Thread Eliot Moss
On 4/8/2021 11:49 AM, Andy Romens via Cygwin wrote: > Is there something else Cygwin provides that I should use instead of Apache? > Sorry for the elementary questions, I’m still quite new to this :) No. Cygwin, at its heart, is a Windows library (.dll file) that, when used, provides a library c

Re: Questions on how to upgrade Apache

2021-04-08 Thread Andy Romens via Cygwin
Is there something else Cygwin provides that I should use instead of Apache? Sorry for the elementary questions, I’m still quite new to this :) Thanks, -Andy On Apr 8, 2021, at 8:33 AM, Stephen John Smoogen wrote:  On Thu, 8 Apr 2021 at 10:02, Andy Romens via Cygwin mailto:cygwin@cygwin.co

Re: Questions on how to upgrade Apache

2021-04-08 Thread Stephen John Smoogen via Cygwin
On Thu, 8 Apr 2021 at 10:02, Andy Romens via Cygwin wrote: > Hi Cygwin (or whoever gets these, I just signed up), > > I got a question for you all. I need 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 ha

Re: IBM MQ client application fails on latest cygwin

2021-04-08 Thread Takashi Yano via Cygwin
On Thu, 8 Apr 2021 15:10:54 +0200 Morten Kjærulff wrote: > On Thu, Apr 8, 2021 at 2:26 PM Takashi Yano wrote: > > > > On Thu, 8 Apr 2021 20:16:00 +0900 > > Takashi Yano wrote: > > > On Thu, 8 Apr 2021 08:04:26 +0200 > > > Morten Kjærulff wrote: > > > > On Wed, Apr 7, 2021 at 1:04 PM Takashi Yano wr

Re: Cannot run executable named setlang

2021-04-08 Thread Takashi Yano via Cygwin
On Thu, 8 Apr 2021 21:55:18 +0900 Takashi Yano wrote: > On Thu, 8 Apr 2021 15:25:45 +0300 > Orgad Shaneh wrote: > > Hi, > > > > I cannot run an executable if it is named setlang (case insensitive). > > It exits with code 127. > > > > Example: > > cp /bin/ls setlang > > ./setlang -> Error 127 > >

Re: Cannot run executable named setlang

2021-04-08 Thread Marco Atzeri via Cygwin
On 08.04.2021 14:25, Orgad Shaneh via Cygwin wrote: Hi, I cannot run an executable if it is named setlang (case insensitive). It exits with code 127. Example: cp /bin/ls setlang ./setlang -> Error 127 it works for me what type of AV are you using ? -- Problem reports: https://cygwin.co

Questions on how to upgrade Apache

2021-04-08 Thread Andy Romens via Cygwin
Hi Cygwin (or whoever gets these, I just signed up), I got a question for you all. I need 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 wi

Re: IBM MQ client application fails on latest cygwin

2021-04-08 Thread Morten Kjærulff via Cygwin
On Thu, Apr 8, 2021 at 2:26 PM Takashi Yano wrote: > > On Thu, 8 Apr 2021 20:16:00 +0900 > Takashi Yano wrote: > > On Thu, 8 Apr 2021 08:04:26 +0200 > > Morten Kjærulff wrote: > > > On Wed, Apr 7, 2021 at 1:04 PM Takashi Yano wrote: > > > > > > > > On Wed, 7 Apr 2021 19:56:24 +0900 > > > > Takashi

Re: Cannot run executable named setlang

2021-04-08 Thread Takashi Yano via Cygwin
On Thu, 8 Apr 2021 15:25:45 +0300 Orgad Shaneh wrote: > Hi, > > I cannot run an executable if it is named setlang (case insensitive). > It exits with code 127. > > Example: > cp /bin/ls setlang > ./setlang -> Error 127 > > I've noticed a difference in ldd output. cygwin dlls appear twice. > > l

Re: IBM MQ client application fails on latest cygwin

2021-04-08 Thread Takashi Yano via Cygwin
On Thu, 8 Apr 2021 20:16:00 +0900 Takashi Yano wrote: > On Thu, 8 Apr 2021 08:04:26 +0200 > Morten Kjærulff wrote: > > On Wed, Apr 7, 2021 at 1:04 PM Takashi Yano wrote: > > > > > > On Wed, 7 Apr 2021 19:56:24 +0900 > > > Takashi Yano wrote: > > > > On Wed, 7 Apr 2021 11:32:59 +0200 > > > > Morten

Cannot run executable named setlang

2021-04-08 Thread Orgad Shaneh via Cygwin
Hi, I cannot run an executable if it is named setlang (case insensitive). It exits with code 127. Example: cp /bin/ls setlang ./setlang -> Error 127 I've noticed a difference in ldd output. cygwin dlls appear twice. ldd /bin/ls: ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x7ff

Re: IBM MQ client application fails on latest cygwin

2021-04-08 Thread Takashi Yano via Cygwin
On Thu, 8 Apr 2021 08:04:26 +0200 Morten Kjærulff wrote: > On Wed, Apr 7, 2021 at 1:04 PM Takashi Yano wrote: > > > > On Wed, 7 Apr 2021 19:56:24 +0900 > > Takashi Yano wrote: > > > On Wed, 7 Apr 2021 11:32:59 +0200 > > > Morten Kjærulff wrote: > > > > On Tue, Apr 6, 2021 at 4:37 PM Takashi Yano wr

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

2021-04-08 Thread Lemke, Michael SF/HZA-ZIC2
On April 7, 2021 8:47 PM Achim Gratz wrote: >L A Walsh writes: >> If I move the windows cursor to another editor window in X11, >> the blinking cursor moves to the new window, but if I move >> it to a native window, the blinking doesn't stop. >> >> Has this always been this way? > >Windows never ha

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

2021-04-08 Thread L A Walsh
On 2021/04/07 11:46, Achim Gratz wrote: L A Walsh writes: If I move the windows cursor to another editor window in X11, the blinking cursor moves to the new window, but if I move it to a native window, the blinking doesn't stop. Has this always been this way? Windows never had "focus

RE: AF_UNIX/SOCK_DGRAM is dropping messages

2021-04-08 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 enou