Hej folks,
After reading this thread - http://forum.teamspeak.com/showthread.php?t=50088
and search more on it, I can't find the problem.
I have a xen domU running slackware 11. The beta 12 server ran without problems for a few weeks, but after upgrading to beta 16 it won't run. The same error as in the thread I linked. Just to be sure I started a clean server without database:
2010-01-22 15:16:11.447045|INFO |ServerLibPriv | | Server Version: 3.0.0-beta16 [Build: 9929]
2010-01-22 15:16:11.458713|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, (c)TeamSpeak Systems GmbH
2010-01-22 15:16:11.458841|INFO |DatabaseQuery | | dbPlugin version: 3.6.21
2010-01-22 15:16:11.459332|INFO |DatabaseQuery | | checking database integrity
2010-01-22 15:16:11.479597|INFO |SQL | | db_CreateTables() tables created
<< admin passwd etc here >>
2010-01-22 15:16:12.282194|WARNING |VirtualServer | 1| --------------------------------------------------------
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::except ion_detail::error_info_injector<boost::system::sys tem_error> >'
what(): epoll: Function not implemented
Aborted
Now in the thread it was suggested that this was either the kernel that was too old or the glibc version. Well, it isn't.
My kernel:
# uname -a
Linux blue 2.6.32.2-xenU #1 SMP Thu Dec 24 15:55:52 CET 2009 i686 athlon-4 i386 GNU/Linux
And to make sure it has EPOLL:
# zcat /proc/config.gz | grep EPOLL
CONFIG_EPOLL=y
And my glibc is version 2.3.6, which should be old enough.
So can anyone give me a hint to get this running?
Thanks for reading.