On 1/4/24 16:35, Vieri wrote:
  On Thursday, January 4, 2024 at 02:50:47 PM GMT+1, Nick Couchman 
<vn...@apache.org> wrote:

I suspect that you're hitting some other limitation in the number of 
files/sockets open that is causing all new connections to fail


Hi Nick,

...
guacd   84702 guacd    8u  a_inode               0,13        0     14718 
[eventfd:32]
guacd   84702 guacd    9u  a_inode               0,13        0     14718 
[eventfd:41]
guacd   84702 guacd   10u  a_inode               0,13        0     14718 
[eventfd:46]
guacd   84702 guacd   11u  a_inode               0,13        0     14718 
[eventfd:47]
guacd   84702 guacd   12u  a_inode               0,13        0     14718 
[eventfd:48]
...
guacd   84702 guacd   73u  a_inode               0,13        0     14718 
[eventfd:109]
guacd   84702 guacd   74u  a_inode               0,13        0     14718 
[eventfd:110]
guacd   84702 guacd   75u  a_inode               0,13        0     14718 
[eventfd:111]


Interesting that there's so many eventfds. I wonder if there might be an underlying library call that's leaking these...

To my knowledge, we're not opening any eventfds directly within the Guacamole codebase, but FreeRDP definitely does. There might be something that's not being freed quite right.

- Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org

Reply via email to