Re: env and PATH

2025-01-17 Thread matthew patton via Cygwin
On 13/01/2025 09.59, Andrey Repin wrote: > But I know that the program is a windows program, thus a setting for>  >manually disabling the conversion made sense (at least in my head). You might find this bit useful. For example the AWS CLI binary is windoze and doesn't play nicely with unix-style p

Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back?

2025-01-17 Thread Michael Soegtrop via Cygwin
Dear Cygwin Team, I now had 12 successful CI runs in a row using the test version of cygwin (installed with setup -t). Since it failed about 60% before, this is strong evidence that this issue is fixed by the test release. IMHO the test release should be officially released asap. Thanks & be

Re: mq_unlink() always fails with EPERM

2025-01-17 Thread Corinna Vinschen via Cygwin
On Jan 17 16:16, Christian Franke via Cygwin wrote: > mq_unlink() does not unlink anything and always returns -1 with errno = > EPERM. Yeah, that's a result of commit f2dc492df0f3. I guess checking for isdevfd_dev() is a bit over the top. Feel free to provide a patch, otherwise I'll look into it

mq_send()/mq_receive() may never return if used from threads

2025-01-17 Thread Christian Franke via Cygwin
Found with 'stress-ng --workload ...': If mq_receive is called on an empty queue and mq_send is called later from a different thread, both functions never return and signals (including SIGKILL) are no longer processed. Testcase (attached): $ uname -r 3.5.5-1.x86_64 $ gcc -o mqhang mqhang.c

mq_unlink() always fails with EPERM

2025-01-17 Thread Christian Franke via Cygwin
mq_unlink() does not unlink anything and always returns -1 with errno = EPERM. Testcase: $ uname -r 3.5.5-1.x86_64 $ cat mqunlink.c #include #include #include int main() {   const char mq_name[] = "/mqtest";   const struct mq_attr attr = { 0, 10, 42, 0 };   mqd_t mq = mq_open(mq_name, O_RD

Re: [EXTERNAL] Re: sshd not working properly

2025-01-17 Thread Mario Emmenlauer via Cygwin
On 17.01.25 15:55, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: OpenSSH being "fatal: seteuid 4096: Function not implemented". Do you have cygserver running as well? Yes. After the first few failed login attempts, I was hoping that cygserver may help, and installed cygserver as a local service

RE: [EXTERNAL] Re: sshd not working properly

2025-01-17 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
> OpenSSH being "fatal: seteuid 4096: Function not implemented". Do you have cygserver running as well? Anton Lavrentiev Contractor NIH/NLM/NCBI -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com

Re: sshd not working properly

2025-01-17 Thread Mario Emmenlauer via Cygwin
On 17.01.25 15:00, Corinna Vinschen via Cygwin wrote: On Jan 17 06:41, Brian Inglis via Cygwin wrote: On 2025-01-17 05:51, Corinna Vinschen via Cygwin wrote: On Jan 17 11:59, Mario Emmenlauer via Cygwin wrote: I am under the impression that there may be a misbehavior in more recent Cygwin Open

Re: sshd not working properly

2025-01-17 Thread Corinna Vinschen via Cygwin
On Jan 17 06:41, Brian Inglis via Cygwin wrote: > On 2025-01-17 05:51, Corinna Vinschen via Cygwin wrote: > > On Jan 17 11:59, Mario Emmenlauer via Cygwin wrote: > > > I am under the impression that there may be a misbehavior in more recent > > > Cygwin OpenSSH :-( > > > > > > I observe the same p

Re: sshd not working properly

2025-01-17 Thread Brian Inglis via Cygwin
On 2025-01-17 05:51, Corinna Vinschen via Cygwin wrote: On Jan 17 11:59, Mario Emmenlauer via Cygwin wrote: On 04.09.24 12:11, Andy Wood via Cygwin wrote: Running "passwd -R" for 'other_user', as suggested by the subject of the post, fixed the problems for me. It looks like sshd isn't handlin

Re: sshd not working properly

2025-01-17 Thread Corinna Vinschen via Cygwin
On Jan 17 11:59, Mario Emmenlauer via Cygwin wrote: > > On 04.09.24 12:11, Andy Wood via Cygwin wrote: > > Running "passwd -R" for 'other_user', as suggested by the subject of > > the post, fixed the problems for me. > > > > It looks like sshd isn't handling a login failure properly. > > > > On

Re: possible typo (mention of setup.exe) in cygwin web pages

2025-01-17 Thread Corinna Vinschen via Cygwin
On Jan 15 10:08, David Dyck via Cygwin wrote: > I think the >"setup.exe" mentioned in > https://cygwin.com/cygwin-ug-net/ov-ex-win.html > "Quick Start Guide for those more experienced with Windows" > > setup.exe is mentioned 3 times on the page, the first is: > To install a basic Cygwin e

Re: Minor, kind request: Rename 'sshd' to 'cygsshd' in the docs

2025-01-17 Thread Corinna Vinschen via Cygwin
Hi Mario, On Jan 17 10:34, Mario Emmenlauer via Cygwin wrote: > > Dear Cygwin Developers, > > thanks a lot for the great work! Cygwin is really nice and helpful! > > I have found a very minor thing in the docs that could be corrected: > The docs mention in some pages the service 'sshd', and the

Re: sshd not working properly

2025-01-17 Thread Mario Emmenlauer via Cygwin
On 04.09.24 12:11, Andy Wood via Cygwin wrote: Running "passwd -R" for 'other_user', as suggested by the subject of the post, fixed the problems for me. It looks like sshd isn't handling a login failure properly. On Tue, Sep 3, 2024 at 7:57 PM Jim McNamara via Cygwin wrote: This looks like

Minor, kind request: Rename 'sshd' to 'cygsshd' in the docs

2025-01-17 Thread Mario Emmenlauer via Cygwin
Dear Cygwin Developers, thanks a lot for the great work! Cygwin is really nice and helpful! I have found a very minor thing in the docs that could be corrected: The docs mention in some pages the service 'sshd', and there are some copy-paste-snippets that use that name. I think the service may