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-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 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-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 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 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

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]

Re: Vixie's cron and cron-config broken? /etc/passwd empty - Entry for the SYSTEM sid was not found in passwd. Unknown system name

2017-12-12 Thread OwN-3m-All
Anyone? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Vixie's cron and cron-config broken? /etc/passwd empty - Entry for the SYSTEM sid was not found in passwd. Unknown system name

2017-12-05 Thread OwN-3m-All
Is the current version of cron and cron-config broken? I tried installing cron (4.1-65) with the latest version of cygwin in Windows 10 x64 Pro When I run the following bash script to attempt to configure cron: cron-config << EOF yes ntsec no no no adminpass adminpass yes EOF I get the

Re: Requesting updated unzip for Zip64 Support

2017-11-10 Thread OwN-3m-All
Strange, for some reason the current version would fail on some very large archives (8GB+), but the version I linked worked fine in these cases too. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Requesting updated unzip for Zip64 Support

2017-11-09 Thread OwN-3m-All
Any chance unzip can be updated to support Zip64? http://www.paehl.com/open_source/downloads/unzip.7z http://www.paehl.com/open_source/?ZIP_UNZIP -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Debugging MariaDB Severe Crash (mysqld daemon dies)

2017-01-28 Thread OwN-3m-All
I opened a bug here with MariaDB since I don't know what else to do: https://jira.mariadb.org/browse/MDEV-11931 The link above contains a database dump and the query that causes it to crash on Windows running under cygwin. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Debugging MariaDB Severe Crash (mysqld daemon dies)

2017-01-28 Thread OwN-3m-All
Unfortunately, I'm unable to debug mysql-server with the version that comes with Cygwin. /usr/sbin/mysqld --debug=o,/var/log/mysqld.trace produces the following error: "debug is disabled in this build" "mysqld_safe --debug=o,/var/log/mysqld.trace" also does not log anything of value. --

Re: Debugging MariaDB Severe Crash (mysqld daemon dies)

2017-01-12 Thread OwN-3m-All
Can anyone help with this? I'm pretty sure this is a bug with the latest cygwin package for mariadb since the queries work fine in Linux (older versions of MySQL / MariaDB). Would be nice to be able to actually troubleshoot this further, but without any good logs, I don't know where to go to

Debugging MariaDB Severe Crash (mysqld daemon dies)

2017-01-08 Thread OwN-3m-All
Is there a way to debug why a MySQL query using Cygwin's mysql client is causing the entire Cygwin mysqld daemon to die? I'm not seeing anything useful in /var/log/mysql* There's nothing in event viewer either except the service entered a stopped state. I'm dealing with a Union query that works

Re: Cygwin Setup - Choose Best Mirror Automatically for Automated / Silent Installs

2016-11-20 Thread OwN-3m-All
> I'm afraid you will probably have to build setup from source to debug further I tried that, but it wouldn't compile on my Ubuntu instance. It appears it's supposed to be compiled on Windows? If that's the case, I have no idea how. I downloaded and installed mingw64 on my Windows machine, but

Re: Cygwin Setup - Choose Best Mirror Automatically for Automated / Silent Installs

2016-11-18 Thread OwN-3m-All
I'm not running Windows Defender or any software for that matter on my test instance of Server 2008. I tried running GDB, but the setup executable doesn't have any debugging symbols. Is there a download link somewhere for the latest compiled cygwin setup that includes these symbols? GNU gdb

Re: Cygwin Setup - Choose Best Mirror Automatically for Automated / Silent Installs

2016-11-18 Thread OwN-3m-All
> What Windows version; is it an insider, Education or Enterprise > build? I'm testing on as many different operating systems as I can since I don't know what my users will be running. So far, I have it crashing randomly as shown in my screenshot on Windows Server 2008 Enterprise SP2 x86 and

Re: Cygwin Setup - Choose Best Mirror Automatically for Automated / Silent Installs

2016-11-17 Thread OwN-3m-All
See, this happens with the mirror I've provided in the setup (only sometimes... sometimes it works): https://s17.postimg.org/6xuvfaljz/setup_issue.png The setup log only contains this: Starting cygwin install, version 2.876 User has backup/restore rights io_stream_cygfile:

Re: Cygwin Setup - Choose Best Mirror Automatically for Automated / Silent Installs

2016-11-17 Thread OwN-3m-All
> Setup gets its list from: https://cygwin.com/mirrors.lst Thanks. I'm guessing the installer only shows a few of them though instead of all of them? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Cygwin Setup - Choose Best Mirror Automatically for Automated / Silent Installs

2016-11-17 Thread OwN-3m-All
> Just specify the mirror by hands. > If it doesn't work for some reason, find that reason and eliminate it. That's really not a good solution. I don't have control over the mirrors or would know why one isn't working. I think a new command-line argument should be added that makes Cygwin setup

Cygwin Setup - Choose Best Mirror Automatically for Automated / Silent Installs

2016-11-17 Thread OwN-3m-All
Hi All, Is there a way to have the Cygwin setup utility pick a valid mirror automatically from the list it downloads if the setup is run with the following options: setup-x86_64.exe --quiet-mode --root "C:\dir" --local-package-dir "C:\dir\cygTemp" --packages "apache2" If I run the setup utility

Re: pure-ftpd fatal error in forked process - fork: can't reserve memory for parent Cygwin x86 Operating Systems

2016-11-15 Thread OwN-3m-All
pure-ftpd is run using the following command: /usr/sbin/pure-ftpd.exe -S 0.0.0.0,21 -lpuredb:/etc/pureftpd.pdb -g /var/run/pure-ftpd.pid & I can't get any FTP account to work. Attached is the cygcheck.out. Thanks for taking a look. cygcheck.out Description: Binary data -- Problem reports:

pure-ftpd fatal error in forked process - fork: can't reserve memory for parent Cygwin x86 Operating Systems

2016-11-14 Thread OwN-3m-All
Hi, Has anyone else run into this issue when trying to get pure-ftpd to work? ./pure-ftpd.exe 9 [main] pure-ftpd 3032 C:\OGP\usr\sbin\pure-ftpd.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x1B - 0x3B, (child has 0x14 - 0x34), Win32

Re: Cygwin Setup Command-line Arguments - Paths with a Space Incorrectly Parsed

2016-11-14 Thread OwN-3m-All
16-11-13 23:19 GMT+01:00 OwN-3m-All wrote: >>> >>> I'd like to automate Cygwin installation, but I don't want to rule >>> out the possibility that a path with a space will not be used. >> >> >> You'll get a warning from Setup: it is strongly recom

Cygwin Setup Command-line Arguments - Paths with a Space Incorrectly Parsed

2016-11-13 Thread OwN-3m-All
Is there a way to pass in paths that contain a space in the --root and --local-package-dir Cygwin command-line arguments? Everything I've tried doesn't work. Here's a sample batch script to reproduce the issue (create a directory with a space in it, copy Cygwin setup exe, and then save batch