smartdns-rs icon indicating copy to clipboard operation
smartdns-rs copied to clipboard

smartdns::server::tcp:36: error receiving TCP tcp_stream error: No file descriptors available (os error 24)

Open Potterli20 opened this issue 1 year ago • 2 comments

这个什么问题? Loaded: loaded (/etc/systemd/system/smartdns.service; enabled; preset: enabled) Active: active (running) since Sun 2024-09-15 18:00:23 CST; 4h 55min ago Main PID: 3968 (smartdns-rs) Tasks: 9 (limit: 9599) Memory: 432.5M CPU: 3h 21min 41.982s CGroup: /system.slice/smartdns.service `-3968 /root/smartdns/smartdns-rs run -c /root/smartdns/smartdns.conf -v

Sep 15 22:55:04 dns-1 smartdns-rs[3968]: 2024-09-15 22:55:04.162:DEBUG:smartdns::server::tcp:36: error receiving TCP tcp_stream error: No file descriptors available (os error 24) Sep 15 22:55:04 dns-1 smartdns-rs[3968]: 2024-09-15 22:55:04.162:DEBUG:smartdns::server::tcp:36: error receiving TCP tcp_stream error: No file descriptors available (os error 24) Sep 15 22:55:04 dns-1 smartdns-rs[3968]: 2024-09-15 22:55:04.162:DEBUG:smartdns::server::tcp:36: error receiving TCP tcp_stream error: No file descriptors available (os error 24) Sep 15 22:55:04 dns-1 smartdns-rs[3968]: 2024-09-15 22:55:04.162:DEBUG:smartdns::server::tcp:36: error receiving TCP tcp_stream error: No file descriptors available (os error 24) Sep 15 22:55:04 dns-1 smartdns-rs[3968]: 2024-09-15 22:55:04.162:DEBUG:smartdns::server::tcp:36: error receiving TCP tcp_stream error: No file descriptors available (os error 24) Sep 15 22:55:04 dns-1 smartdns-rs[3968]: 2024-09-15 22:55:04.162:DEBUG:smartdns::server::tcp:36: error receiving TCP tcp_stream error: No file descriptors available (os error 24) Sep 15 22:55:04 dns-1 smartdns-rs[3968]: 2024-09-15 22:55:04.162:DEBUG:smartdns::server::tcp:36: error receiving TCP tcp_stream error: No file descriptors available (os error 24) Sep 15 22:55:04 dns-1 smartdns-rs[3968]: 2024-09-15 22:55:04.162:DEBUG:smartdns::server::tcp:36: error receiving TCP tcp_stream error: No file descriptors available (os error 24) Sep 15 22:55:04 dns-1 smartdns-rs[3968]: 2024-09-15 22:55:04.162:DEBUG:smartdns::server::tcp:36: error receiving TCP tcp_stream error: No file descriptors available (os error 24) Sep 15 22:55:04 dns-1 smartdns-rs[3968]: 2024-09-15 22:55:04.162:DEBUG:smartdns::server::tcp:36: error receiving TCP tcp_stream error: No file descriptors available (os error 24)

Potterli20 avatar Sep 15 '24 14:09 Potterli20

FYI

https://stackoverflow.com/questions/39537731/errno-24-too-many-open-files-but-i-am-not-opening-files

mokeyish avatar Sep 17 '24 00:09 mokeyish

FYI

https://stackoverflow.com/questions/39537731/errno-24-too-many-open-files-but-i-am-not-opening-files

okok 过完中秋我再调整 中秋节快乐

Potterli20 avatar Sep 17 '24 00:09 Potterli20

No file descriptors available (os error 24)

Increase your rlimit file descriptor.

https://github.com/shadowsocks/shadowsocks-rust/issues/1261

mokeyish avatar Oct 10 '24 14:10 mokeyish