Package: collectd
Version: 3.10.3-1

When binding fails, collectd goes into an endless loop, consuming all
CPU and flooding syslog:

Dec 21 08:53:02 roach collectd[15352]: getaddrinfo (ff18::efc0:4a42,
25826): Address family for hostname not supported
Dec 21 08:53:02 roach collectd[15352]: bind: Cannot assign requested
address
Dec 21 08:53:02 roach collectd[15352]: No listen sockets found!

strace show it does not close the socket descriptor, resulting in
EMFILE after a few moments (strictly speaking, this is a different
bug):

Dec 21 08:55:50 roach collectd[15778]: socket: Address family not
supported by protocol
Dec 21 08:55:50 roach collectd[15778]: socket: Too many open files
Dec 21 08:55:50 roach collectd[15778]: No listen sockets found!



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to