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
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
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
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() 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
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
> 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
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
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
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
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
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
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
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
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
15 matches
Mail list logo