Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-19 Thread OwN-3m-All via Cygwin
I just tried the new packages (using the previous build method, with no circular dependency), and it appears that everything is working properly again. Thank you! -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-19 Thread Ken Brown via Cygwin
On 10/18/2021 9:43 PM, OwN-3m-All via Cygwin wrote: I upgraded both libharfbuzz0 and libfreetype6 to the latest version again, and the issues are back. I tested these previous versions for both, and they work: libharfbuzz0 2.7.4-1 and 2.8.1-1 work libfreetype6 2.10.4-1 and 2.10.4-2 work The

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-18 Thread OwN-3m-All via Cygwin
I upgraded both libharfbuzz0 and libfreetype6 to the latest version again, and the issues are back. I tested these previous versions for both, and they work: libharfbuzz0 2.7.4-1 and 2.8.1-1 work libfreetype6 2.10.4-1 and 2.10.4-2 work The latest versions of these libs need to be reverted or

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-18 Thread Ken Brown via Cygwin
On 10/18/2021 4:43 PM, OwN-3m-All via Cygwin wrote: Since those are the two DLLs that are causing a problem for you, maybe that circular dependency doesn't work well on Cygwin for some reason. Please try downgrading to the previous versions of harfbuzz and freetype2 and see if that fixes

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-18 Thread OwN-3m-All via Cygwin
> Since those are the two DLLs that are causing a problem for you, maybe that > circular dependency doesn't work well on Cygwin for some reason. Please try > downgrading to the previous versions of harfbuzz and freetype2 and see if that > fixes the problem. That did fix the problem! I

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-17 Thread Brian Inglis
On 2021-10-17 09:54, Ken Brown via Cygwin wrote: On 10/16/2021 9:49 PM, OwN-3m-All via Cygwin wrote: Hopefully I can strace at some point soon and get back to you with the results. I have multiple confirmed reports from other people that this no longer works though.  And again, I tried it on

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-17 Thread Ken Brown via Cygwin
On 10/16/2021 9:49 PM, OwN-3m-All via Cygwin wrote: Hopefully I can strace at some point soon and get back to you with the results. I have multiple confirmed reports from other people that this no longer works though. And again, I tried it on three different fresh installs of different Windows

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-17 Thread Andrey Repin
Greetings, OwN-3m-All! > I can't seem to get apache via cygwin to work on Windows Server 2019. My question is tangential to Cygwin: why can't you run native Apache with native PHP? What Cygwin specific is in your needs? > Any idea why this is happening or how to fix it? cygcheck may provide a

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-16 Thread OwN-3m-All via Cygwin
Hopefully I can strace at some point soon and get back to you with the results. I have multiple confirmed reports from other people that this no longer works though. And again, I tried it on three different fresh installs of different Windows operating systems (with no bloatware or BLODA), and

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-15 Thread Ken Brown via Cygwin
On 10/15/2021 4:04 PM, OwN-3m-All via Cygwin wrote: Downgrading (choosing lower versions) httpd and httpd-mod_php7 didn't help. Same issue. It appears to be something cygwin specific and not package related? I don't know... Running the httpd command under strace might provide a clue. See

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-15 Thread OwN-3m-All via Cygwin
Downgrading (choosing lower versions) httpd and httpd-mod_php7 didn't help. Same issue. It appears to be something cygwin specific and not package related? I don't know... -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-15 Thread OwN-3m-All via Cygwin
I checked, and I'm not running anything listed here: https://cygwin.com/faq/faq.html#faq.using.bloda I even disabled Windows Defender to see if that would make a difference, but it didn't. Results in a fresh install of Windows 10 Pro N 21H1 19043.928 are similar: 1 [main] httpd 1879

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-15 Thread OwN-3m-All via Cygwin
> I suggest you disable whatever BLODA Such as? This is a fresh install of Windows Server 2019 with no additional apps installed. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-15 Thread Achim Gratz
OwN-3m-All via Cygwin writes: […] > \??\C:\OGP64\bin\cygharfbuzz-0.dll: Loaded to different address: > parent(0x3FE6C) != child(0x60) > [Thu Oct 14 20:35:18.358045 2021] [mpm_prefork:error] [pid 89] (11)Resource > temporarily unavailable: AH00159: fork: Unable to fork new process > 0

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-15 Thread OwN-3m-All via Cygwin
> Apache had/has two run modes, pre-forking and threaded. It appears you're running it in pre-forking mode. Try running it in threaded mode. This might be controlled by httpd.conf or some other Apache config file. That is doable, but changing it makes it so that PHP no longer works. To make

Re: Apache Fork Errors - Found on Windows Server 2019

2021-10-14 Thread Mark Geisert
Hi, OwN-3m-All via Cygwin wrote: Hi All, I can't seem to get apache via cygwin to work on Windows Server 2019. Here is my error log: 0 [main] httpd 1360 child_info_fork::abort: \??\C:\OGP64\bin\cygharfbuzz-0.dll: Loaded to different address: parent(0x3FAF6) != child(0xCD) [Thu

Apache Fork Errors - Found on Windows Server 2019

2021-10-14 Thread OwN-3m-All via Cygwin
Hi All, I can't seem to get apache via cygwin to work on Windows Server 2019. Here is my error log: 0 [main] httpd 1360 child_info_fork::abort: \??\C:\OGP64\bin\cygharfbuzz-0.dll: Loaded to different address: parent(0x3FAF6) != child(0xCD) [Thu Oct 14 20:21:24.306514 2021]