mushorg / glutton

Generic Low Interaction Honeypot
MIT License
244 stars 56 forks source link

too many open files #72

Closed glaslos closed 7 years ago

glaslos commented 7 years ago

I'm still having this issues: [user.tcp] accept tcp [::]:5000: accept4: too many open files

furusiyya commented 7 years ago

[user.tcp] indicates the existence of error on freki side, btw I will try to reveal this bug.

glaslos commented 7 years ago

Checking the number of running go routines might give you a hint?

glaslos commented 7 years ago

@furusiyya see https://github.com/mushorg/glutton/commit/cda0aca5034a2e1812ee4c012fe90c32c9f36919

glaslos commented 7 years ago

Running Go routines: 440 and open files: 437 There are definitely routines still running that shouldn't This is after 97380 seconds runtime. It usually starts with both below 40.

glaslos commented 7 years ago

Closed with 82c1e54