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:https:/
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 pro
> 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 downgraded
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 al
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:
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 child
> 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
Unsubscrib
> 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 tha
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] [mpm_pre
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
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 followin
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: http://cygwin.com/docs
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: http://cygwin.com/docs.
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:
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.
--
Problem
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 next
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
> 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
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 (GDB
> 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 Wind
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: fopen(/etc/setup/setup
> 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: http://cygwin.com/d
> 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 p
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
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:
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 er
Thanks guys. That was it. I decided to remove the trailing slash for
my purposes.
set WD=%~dp0
set WD=%WD:~0,-1%
It's working now!
On Mon, Nov 14, 2016 at 12:23 PM, Brian Inglis
wrote:
> On 2016-11-14 07:43, Gerrit Haase wrote:
>>
>> 2016-11-13 23:19 GMT+01:00 OwN-3m-Al
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 scri
28 matches
Mail list logo