linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #04954
[Question #182015]: 'Error while loading server on port 2780: epoll: Function not implemented'
New question #182015 on ADCH++:
https://answers.launchpad.net/adchpp/+question/182015
I compiled a fresh 2.8.0 instance (with `scons mode=release`), but got an error while trying to run: "SocketManager: Error while loading server on port 2780: epoll: Function not implemented". Not sure if I can disable epoll for adchpp and also not what the real issue might be. This is on a box with multiple ip's. The box is running Debian Wheezy (testing), currently running kernelversion 2.6.26-2-vserver-amd64.
djslash@sysyphus:~/adchpp_2.8.0_source/build/release-default/bin$ lsof -n -p 16913|grep lib
adchppd 16913 djslash mem REG 9,2 982461 15351895 /home/djslash/adchpp_2.8.0_source/build/release-default/bin/libalua.so
adchppd 16913 djslash mem REG 9,0 93936 323625 /usr/lib/libz.so.1.2.3.4
adchppd 16913 djslash mem REG 9,0 1845000 341747 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
adchppd 16913 djslash mem REG 9,0 1570832 371619 /lib/x86_64-linux-gnu/libc-2.13.so
adchppd 16913 djslash mem REG 9,0 89000 145339 /lib/x86_64-linux-gnu/libgcc_s.so.1
adchppd 16913 djslash mem REG 9,0 530736 377637 /lib/x86_64-linux-gnu/libm-2.13.so
adchppd 16913 djslash mem REG 9,2 8321791 15351893 /home/djslash/adchpp_2.8.0_source/build/release-default/bin/libadchpp.so
adchppd 16913 djslash mem REG 9,2 443176 15351892 /home/djslash/adchpp_2.8.0_source/build/release-default/bin/libaboost_date_time.so
adchppd 16913 djslash mem REG 9,2 74092 15351882 /home/djslash/adchpp_2.8.0_source/build/release-default/bin/libaboost_system.so
adchppd 16913 djslash mem REG 9,0 337024 343850 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
adchppd 16913 djslash mem REG 9,0 131107 378687 /lib/x86_64-linux-gnu/libpthread-2.13.so
adchppd 16913 djslash mem REG 9,0 14768 378683 /lib/x86_64-linux-gnu/libdl-2.13.so
adchppd 16913 djslash mem REG 9,0 978968 338972 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
adchppd 16913 djslash mem REG 9,0 136936 378691 /lib/x86_64-linux-gnu/ld-2.13.so
What to do?
--
You received this question notification because you are a member of
Dcplusplus-team, which is an answer contact for ADCH++.