Hello,
[email protected], le lun. 08 juin 2026 12:45:35 -0700, a ecrit:
> - strace: 6.18+ds-2 installed
> - Port 4101: no TCP listener/connection detected after login
Ok.
> The trace directory in the attached archive is:
>
> xbrlapi-repro-20260608-144913/xbrlapi-trace-20260608-144630-pid3513/
Thanks!
14:46:30.315375 connect(3, {sa_family=AF_INET6, sin6_port=htons(4101),
sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "IPV6_REDACTED", &sin6_addr),
sin6_scope_id=0}, 28) = -1 ETIMEDOUT (Connection timed out) <135.074947>
14:48:45.390569 close(3) = 0 <0.000183>
So that is the culprit, it's waiting for two minutes rather than getting
an immediate ECONNREFUSED. Do you happen to have a firewall that could
be eating the packets?
I'd rather not disable the TCP attempt since that's useful for
ssh-forwarded connections. I guess we could at least reduce the timeout
since on localhost the connection should be immediate.
Samuel