cygwin-apps list IMAP link (Was: no search option for cygwin archives?

2025-03-28 Thread Dr Bean via Cygwin
On Fri, 28 Mar 2025, Brian Inglis via Cygwin wrote: > On 2025-03-28 10:12, Charles Russell wrote: > > On 3/27/2025 2:51 PM, Brian Inglis via Cygwin wrote: > > > Use the public inbox git archives: > > > https://inbox.sourceware.org/cygwin/ > > Thanks.  That might be worth mentioning on > > https:

Is there a pre-made python312-cryptography module?

2025-03-28 Thread Mercurio, Steven W-CTR (FAA) via Cygwin
I am trying to install Ansible-core and am hitting a wall in that python312-cryptography requires rust which can not be installed (as far as I can see) in Cygwin. There is a python39-cryptography but I need python312-cryptography as Ansible needs python >= 3.11 (and 3.12 is available which sho

Re: ssh with multiplexing fails after connection and leaves zombie ssh processes

2025-03-28 Thread Jim Garrison via Cygwin
On 3/28/2025 02:36, Corinna Vinschen via Cygwin wrote: On Mar 27 16:11, Jim Garrison via Cygwin wrote: I just learned about ssh multiplexing and tried to set it up (Cygwin client to Debian server), but it fails to work and each attempt leaves a zombie ssh process. According to the ssh -vvv debu

Re: symbolic link curiousity in 3.6.0

2025-03-28 Thread Pádraig Brady via Cygwin
On 28/03/2025 14:30, Bruno Haible via Gnulib discussion list wrote: [CCing bug-gnulib] Corinna Vinschen wrote in : Responding to previous messages in the above thread, I think the triggering commit in coreutils 9.6 was: https://gi

Re: sshd times out and disconnects client

2025-03-28 Thread Soren via Cygwin
Hello Linus H. and others, Ok! The quick reply was especially helpful today. Thanks very much, Linus, for the expert advice! I edited /etc/sshd_config according to your information and stopped and restarted sshd. Then logged in from a Linux box and all seems well. Cygwin still rocks. Sor

Re: sshd times out and disconnects client

2025-03-28 Thread C. Linus Hicks via Cygwin
On the server side, you can update the sshd_config file and set the value of the ClientAliveInterval to a non-zero value, like 60 seconds. Or you can set the ServerAliveInterval option to a similar value in your client options, either on the command line or in your local config file. -Origi

Re: symbolic link curiousity in 3.6.0

2025-03-28 Thread Brian Inglis via Cygwin
On 2025-03-28 08:30, Bruno Haible via Cygwin wrote: [CCing bug-gnulib] Corinna Vinschen wrote in : I found the problem, it's in a gnulib header. See below. ... Gnulib's acl-internal.h contains this: /* Linux-specific */ /* C

sshd times out and disconnects client

2025-03-28 Thread Soren via Cygwin
Hello Cygwinstas, I've got a question about the cygwin ssh daemon running on Windows. I don't know if there is a setting in sshd or in Windows that would alter the behavior I am seeing. That's what I am hoping for. When logging in from a Linux system to my Windows 10 box, there's a timeout (of wh

Re: no search option for cygwin archives?

2025-03-28 Thread Brian Inglis via Cygwin
On 2025-03-28 10:12, Charles Russell wrote: On 3/27/2025 2:51 PM, Brian Inglis via Cygwin wrote: Use the public inbox git archives: https://inbox.sourceware.org/cygwin/ Thanks.  That might be worth mentioning on https://cygwin.com/lists.html under Cygwin Mailing Lists > Cygwin It is at the

Re: symbolic link curiousity in 3.6.0

2025-03-28 Thread Bruno Haible via Cygwin
[CCing bug-gnulib] Corinna Vinschen wrote in : > I found the problem, it's in a gnulib header. See below. > ... > Gnulib's acl-internal.h contains this: > > /* Linux-specific */ > /* Cygwin >= 2.5 implements this function, but it

Re: symbolic link curiousity in 3.6.0

2025-03-28 Thread Corinna Vinschen via Cygwin
Hi Bruno, I found the problem, it's in a gnulib header. See below. On Mar 28 12:21, Corinna Vinschen via Cygwin wrote: > On Mar 28 10:59, Corinna Vinschen via Cygwin wrote: > > [Adding Bruno Haible] > > > > Hi Bruno, > > > > can you please take a look? To reiterate, with coreutils 9.6: > > >

Re: symbolic link curiousity in 3.6.0

2025-03-28 Thread Corinna Vinschen via Cygwin
On Mar 28 10:59, Corinna Vinschen via Cygwin wrote: > [Adding Bruno Haible] > > Hi Bruno, > > can you please take a look? To reiterate, with coreutils 9.6: > > $ ln -s foo bar > $ ls -l bar > ls: bar: Not supported > lrwxrwxrwx 1 corinna vinschen 3 Mar 27 10:20 bar -> foo > > The intro

Regression in syslog-ng?

2025-03-28 Thread Sam Edge via Cygwin
Hi all. I've had a weird regression with syslog-ng recently. Dunno if it's related to a new release of the Cygwin DLL because I've only just spotted it. When I try to start syslog-ng as a service recently it fails to load with the following in /var/log/syslog-ng.log. cat /var/log/syslog-ng.log

Re: Sourceware Survey 2025

2025-03-28 Thread Mark Wielaard via Cygwin
On Fri, Mar 14, 2025 at 01:46:15AM +0100, Mark Wielaard wrote: > The Sourceware Project Leadership Committee would like to know who our > users are, which hosted projects they feel part of, what services they > rely on and what the priorities should be for new initiatives. > > https://nextcloud.sf

Re: symbolic link curiousity in 3.6.0

2025-03-28 Thread Corinna Vinschen via Cygwin
[Adding Bruno Haible] Hi Bruno, can you please take a look? To reiterate, with coreutils 9.6: $ ln -s foo bar $ ls -l bar ls: bar: Not supported lrwxrwxrwx 1 corinna vinschen 3 Mar 27 10:20 bar -> foo The introducing commit in coreutils is apparently commit b58e321c8d5dd ("ls: suppress

Re: ssh with multiplexing fails after connection and leaves zombie ssh processes

2025-03-28 Thread Corinna Vinschen via Cygwin
On Mar 27 16:11, Jim Garrison via Cygwin wrote: > I just learned about ssh multiplexing and tried to set it up (Cygwin client > to Debian server), but it fails to work and each attempt leaves a zombie ssh > process. > > According to the ssh -vvv debug output, authentication is successful but > the