[Desktop-packages] [Bug 2039374] Re: xbrlapi causes long delay in GUI login

2024-04-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: brltty (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to brltty in Ubuntu.

[Desktop-packages] [Bug 2039374] Re: xbrlapi causes long delay in GUI login

2023-10-25 Thread Samuel thibault
> if there is an active IPv6 regular (non-loopback) interface with an IPv6 address and network connection, then connection attempts to ::1 seem to hang and timeout Probably it uses the default route to send packets to ::1, which is deemed not to receive any response. > I haven't seen any other

[Desktop-packages] [Bug 2039374] Re: xbrlapi causes long delay in GUI login

2023-10-24 Thread Scoot Lee
Yes you're right it is abnormal. What's going on is that I had set the sysctl parameter net.ipv6.conf.lo.disable_ipv6=1, which of course disables the IPv6 loopback. But it exhibits a curious behavior where if there is an active IPv6 regular (non-loopback) interface with an IPv6 address and

[Desktop-packages] [Bug 2039374] Re: xbrlapi causes long delay in GUI login

2023-10-24 Thread Samuel thibault
Ok, I better understand why this has never shown up in most situations. > my system has functional IPV4 and IPV6 Well, it still behaves oddly on the ip6-localhost case: > connect(3, {sa_family=AF_INET6, sin6_port=htons(4101), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "::1", _addr),

[Desktop-packages] [Bug 2039374] Re: xbrlapi causes long delay in GUI login

2023-10-24 Thread Scoot Lee
(Sorry for the delay. Launchpad emails were in my spam) The directory /var/lib/BrlAPI/ exists, but /var/lib/BrlAPI/0 does not exist. brltty is not running on my system strace output is below. my system has functional IPV4 and IPV6 strace: Process 2184 attached connect(3, {sa_family=AF_INET6,

[Desktop-packages] [Bug 2039374] Re: xbrlapi causes long delay in GUI login

2023-10-15 Thread Samuel thibault
This is very surprising: what xbrlapi tries to connect to by default is a local socket in /var/lib/BrlAPI/0 so that should be completely independent from TCP/IP networking configuration, and should be either succeeding or failing immediately. Just to be sure: Does /var/lib/BrlAPI/0 exist? Is

[Desktop-packages] [Bug 2039374] Re: xbrlapi causes long delay in GUI login

2023-10-14 Thread Scoot Lee
Note that if the network is not connected during the login process, then there is no delay, perhaps because xbrlapi fails immediately in that scenario? But if I am connected to a network before login, the issue of the delay due to xbrlapi occurs. This is specifically with X and not Wayland. --