>> That fact that epoll() is not here however tells us that haproxy
>> was build with the generic build target, instead of linux2628.
>>
>> You should fix this (append TARGET=linux2628 to make), so that
>> haproxy can use epoll() among (a lot of) other important features.
>
> Ah, thank you! I will try that. I did see that option, but I'm running a 3.2
> kernel,
> and 2628 seemed like it was referring to a 2.x kernel. Does it mean "2.x or
> greater?"
It means the kernel should at least be 2.6.28 or greater.
Lukas