Skip to content

hpfeeds3 warning messages filling up the disk space #180

@greycel

Description

@greycel

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions