Post #4038819
2026-07-23 14:45 UTC
@CppGuy@infosec.space nothing in particular. The poll that stalls is for fd=6 which is:
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 6
connect(6, {sa_family=AF_UNIX, sun_path="/run/user/1000/at-spi/bus"}, 27) = 0
Replies (1)
-
@CppGuy@infosec.space 2026-07-23 14:58
@gorplop@pleroma.m68k.church I'm sorry, I don't know what listens for connections there. A quick Web search suggests it's something to do with accessibility, but I don't know why it would be tarpitting you. I'd suggest searching the Web for "/run/user/1000/at-spi/bus" and seeing if any of the solutions you find (which are for related but different problems) help you. You don't have any odd firewall settings, do you?