On several of my servers the /var/log/imunify360/captcha.log file has grown absolutely massive, even up to 170GB on one server after having only installed Imunify a week ago on the server.
The log was being flooded with errors like:
ERROR [2017-05-19 22:41:59,650]: socket.accept() out of system resource
socket: <socket.socket fd=8, family=AddressFamily.AF_INET, type=2049, proto=6, laddr=(0.0.0.0, 52225)>
Traceback (most recent call last):
File "/opt/alt/python35/lib64/python3.5/asyncio/selector_events.py", line 179, in _accept_connection
conn, addr = sock.accept()
File "/opt/alt/python35/lib64/python3.5/socket.py", line 195, in accept
OSError: [Errno 24] Too many open files
I have deleted and recreated /var/log/imunify360/captcha.log and did a "systemctl restart imunify360; systemctl restart imunify360-captcha" and the log is now returning normal entries, but this definitely appears to be an issue to investigate as it could quickly fill up a server.
The log was being flooded with errors like:
ERROR [2017-05-19 22:41:59,650]: socket.accept() out of system resource
socket: <socket.socket fd=8, family=AddressFamily.AF_INET, type=2049, proto=6, laddr=(0.0.0.0, 52225)>
Traceback (most recent call last):
File "/opt/alt/python35/lib64/python3.5/asyncio/selector_events.py", line 179, in _accept_connection
conn, addr = sock.accept()
File "/opt/alt/python35/lib64/python3.5/socket.py", line 195, in accept
OSError: [Errno 24] Too many open files
I have deleted and recreated /var/log/imunify360/captcha.log and did a "systemctl restart imunify360; systemctl restart imunify360-captcha" and the log is now returning normal entries, but this definitely appears to be an issue to investigate as it could quickly fill up a server.
Comment