linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #05776
Re: [Question #182015]: 'Error while loading server on port 2780: epoll: Function not implemented'
Question #182015 on ADCH++ changed:
https://answers.launchpad.net/adchpp/+question/182015
Status: Answered => Solved
DjSlash confirmed that the question is solved:
I've been digging around and discovered where it goes wrong. Apparantly
is the kernel of this server too old, from what I read and understand.
Some functionality with epoll is supposedly added in 2.6.27 and the
machine is still running 2.6.26 (due to a other -nonrelated-
compatibility issue). Meanwhile the code in boost's asio fails to
fallback from epoll_create1 to epoll_create. Digging through it, I got
to the same conclusion as the person who submitted this bugreport:
https://svn.boost.org/trac/boost/ticket/7012
I've applied his patch and tested it, which works fine. So that solved
this problem for me.
--
You received this question notification because you are a member of
Dcplusplus-team, which is an answer contact for ADCH++.