You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used redsocks mostly to proxy my torrent client, so the number of connection is expected to be high. But the number seems unreasonably high.
27172 is the pid of redsocks.
root@darkbox /p/27172# ls -l /proc/27172/fd | wc -l
16459
Note at this time I have my torrent client closed. So I honestly don't understand how is this possible.
Everytime I start redsocks, it functions normally in the begining, then the number of fd increases until it reaches the limit of fd at which point it refuses to accept more connection. I then have to restart redsocks.
Also I try to find more info about these fd, they seem to be the same.
This issue is apparently related to #99
Also I tried kill -USR1, which causes redsocks to segfault.
Jan 18 18:32:48 darkbox redsocks[32768]: Dumping client list for socks5 at 0.0.0.0:31338:
Jan 18 18:32:48 darkbox systemd[1]: redsocks.service: Main process exited, code=dumped, status=11/SEGV
Jan 18 18:32:48 darkbox systemd[1]: redsocks.service: Failed with result 'core-dump'.
I used redsocks mostly to proxy my torrent client, so the number of connection is expected to be high. But the number seems unreasonably high.
27172
is the pid of redsocks.Note at this time I have my torrent client closed. So I honestly don't understand how is this possible.
Everytime I start redsocks, it functions normally in the begining, then the number of fd increases until it reaches the limit of fd at which point it refuses to accept more connection. I then have to restart redsocks.
Also I try to find more info about these fd, they seem to be the same.
The text was updated successfully, but these errors were encountered: