Actions
Bug #4020
closed
CB
RB
Unbound not compiled with libevent
Bug #4020:
Unbound not compiled with libevent
Start date:
11/17/2014
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2
Affected Architecture:
Description
It appears Unbound is not being compiled with libevent. With the following in unbound.conf:
num-queries-per-thread: 4096 num-threads: 8
which happens by default on a system with 8 cores, it'll fail to start with:
: unbound -c /var/unbound/unbound.conf [1416279801] unbound[87054:0] warning: too many file descriptors requested. The builtinmini-event cannot handle more than 1024. Config for less fds or compile with libevent [1416279801] unbound[87054:0] fatal error: too much tcp. not enough fds.
Actions