On 04.05.2021 06:41, Mark Geisert wrote:
Ken Brown via Cygwin wrote:
On 5/3/2021 8:57 AM, Maximilian.Blenk--- via Cygwin wrote:
Incorrect Behavior:
Server:
$ python3.7 server.py
starting up on ./uds_socket
waiting for a connection
Traceback (most recent call last):
File "server.py", line 2
Ken Brown via Cygwin wrote:
On 5/3/2021 8:57 AM, Maximilian.Blenk--- via Cygwin wrote:
Incorrect Behavior:
Server:
$ python3.7 server.py
starting up on ./uds_socket
waiting for a connection
Traceback (most recent call last):
File "server.py", line 27, in
connection, client_address = soc
0, NULL);
+ debug3_f("getgroups(0, NULL)=%u", user_groupslen);
10. I have not tried to find the 100% cpu cause, yet. When at 100% it may or
may not be slow to log in.
11. redacted cygcheck output attached. I ran cygcheck -s -v -r >
cygcheck-20210503-0759.out
Given AD
The following packages have been uploaded to the Cygwin distribution:
* python36-paramiko-2.7.2-0
* python37-paramiko-2.7.2-0
* python38-paramiko-2.7.2-0
This is a library for making SSH2 connections (client or server).
Emphasis is on using SSH2 as an alternative to SSL for making secure
connecti
On 5/3/2021 8:57 AM, Maximilian.Blenk--- via Cygwin wrote:
Hello everyone,
I noticed that latest Cygwin release (3.2.0-1) has an issue with python and
unix domain sockets, although I’m not a 100% sure about the root cause. My best
guess is that something is wrong with the unix domain docket
s(0, NULL) [SLOW NEXT LINE]");
user_groupslen = getgroups(0, NULL);
+ debug3_f("getgroups(0, NULL)=%u", user_groupslen);
-
10. I have not tried to find the 100% cpu cause, yet. When at 100% it may or
may not be slow to log in.
-
Hello everyone,
I noticed that latest Cygwin release (3.2.0-1) has an issue with python and
unix domain sockets, although I’m not a 100% sure about the root cause. My best
guess is that something is wrong with the unix domain dockets implementation. I
would like to attach the cygcheck.out but i
7 matches
Mail list logo