Hang in http.server on 2nd request

2025-04-13 Thread Tim Magee via Cygwin
Hello. I'd like to know whether I'm going barmy. I'm seeing a hang in Python's http.server module. It's 100% reproducible for me, and not hard to provoke. In one Cygwin shell I go: $ python -m http.server # http.server is Python's # standard library packag

Re: mkpasswd: option to force the 'primary' domain?

2015-03-24 Thread Tim Magee
On 20/03/15 18:10, Corinna Vinschen wrote: On Mar 20 11:58, Tim Magee wrote: Now then, Since Cygwin 1.7.34 dropped, mkpasswd has been problematic for us. Our problem is with the way user names pulled from outside the primary domain get decorated. My question is: will there ever be a way to

Re: after update to cygwin 1.7.35(0.287/5/3) all file permissions in cygwin are 070

2015-03-20 Thread Tim Magee
Hi, You may have misread the original question (and its subject): the POSIX permissions are 070, not (0)700. These files are accessible to one or more of the groups the owner is a member of, but not to the owner. +1 for the ICACLS workaround though. I was bit by this recently when setting

mkpasswd: option to force the 'primary' domain?

2015-03-20 Thread Tim Magee
Now then, Since Cygwin 1.7.34 dropped, mkpasswd has been problematic for us. Our problem is with the way user names pulled from outside the primary domain get decorated. My question is: will there ever be a way to tell mkpasswd/mkgroup "make the one whose users get undecorated names"? We