Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hpfeeds3 warning messages filling up the disk space #180

Open
greycel opened this issue Mar 3, 2023 · 0 comments
Open

hpfeeds3 warning messages filling up the disk space #180

greycel opened this issue Mar 3, 2023 · 0 comments

Comments

@greycel
Copy link

greycel commented Mar 3, 2023

Hi,

I've deployed the latest version (v1.9.1) of CHN-Server and all the services are up and running, thanks for the detailed documentation.

I initiated the NMAP version scan to generate some logs - hpfeed3 module started to raise "asyncio:socket.send()" exception, this WARNING continued forever and doesn't stop even after the scan is over eventually filling up the disk.

/app/var # /app/bin/hpfeeds-broker --debug --bind=0.0.0.0:10000
INFO:root:Opening connection to MongoDB at mongodb:27017
DEBUG:asyncio:Using selector: EpollSelector
DEBUG:aiorun:Entering run()
DEBUG:aiorun:Creating default executor
CRITICAL:aiorun:Running forever.
DEBUG:__main__:<Connection ident=None owner=None peer=192.168.5.105 port=1671: Sent auth challenge
DEBUG:__main__:Disconnection from <Connection ident=None owner=None peer=192.168.5.105 port=1671; cleanup completed.
DEBUG:__main__:<Connection ident=None owner=None peer=192.168.5.105 port=1672: Sent auth challenge
DEBUG:__main__:Disconnection from <Connection ident=None owner=None peer=192.168.5.105 port=1672; cleanup completed.
DEBUG:__main__:<Connection ident=None owner=None peer=192.168.5.105 port=1673: Sent auth challenge
DEBUG:__main__:Disconnection from <Connection ident=None owner=None peer=192.168.5.105 port=1673; cleanup completed.
DEBUG:__main__:<Connection ident=None owner=None peer=192.168.5.105 port=1674: Sent auth challenge
DEBUG:__main__:Disconnection from <Connection ident=None owner=None peer=192.168.5.105 port=1674; cleanup completed.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.
WARNING:asyncio:socket.send() raised exception.

I was able to free my disk-space is by shutting down the hpfeeds3 container, Is there a workaround or a fix for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant