PDA

View Full Version : EThread: Thread creation error: Resource temporarily unavailable


amuso
06-09-2002, 05:56
I tried to run TeamSpeak 2 linux-server on my OpenBSD 3.0/i386 box. Both the public release version and the latest developer version gives the following error (note that I have renamed the tss.minimal-script to tss2.sh and directed the log output to /var/log/tss2.log):

bash-2.05# ./tss2.sh start
Error starting daemon. Aborted
bash-2.05# tail /var/log/tss2.log
---------------------------------------------------------------
05-09-02 21:06:39,ALL,Info,server, Server startup initialized
05-09-02 21:06:39,ALL,Info,server, Server version: 2.0.17.20 Linux
OK
05-09-02 21:06:39,ALL,Info,server, Starting server with port: 8767
05-09-02 21:06:39,ERROR,Info,server, EThread: Thread creation error: Resource temporarily unavailable
----------------------------------------------------------
---------------------------------------------------------------
--------------- log ended at 05-09-02 21:06 --------------
---------------------------------------------------------------

The OpenBSD 3.0 runs the RedHat 6.2 linux emulator. All the required libraries does exist:

-rwxr-xr-x 1 5041 5041 289850 Oct 18 2001 lib/libpthread-0.8.so
lrwxr-xr-x 1 5041 5041 17 Sep 5 11:11 lib/libpthread.so.0 -> libpthread-0.8.so
-rwxr-xr-x 1 5041 5041 75131 Oct 18 2001 lib/libdl-2.1.3.so
lrwxr-xr-x 1 5041 5041 14 Sep 5 11:11 lib/libdl.so.2 -> libdl-2.1.3.so
-rwxr-xr-x 1 5041 5041 4101836 Oct 18 2001 lib/libc-2.1.3.so
lrwxr-xr-x 1 5041 5041 13 Sep 5 11:11 lib/libc.so.6 -> libc-2.1.3.so
-rwxr-xr-x 1 5041 5041 17002 Oct 18 2001 lib/libNoVersion-2.1.3.so
lrwxr-xr-x 1 5041 5041 21 Sep 5 11:11 lib/libNoVersion.so.1 -> libNoVersion-2.1.3.so
lrwxr-xr-x 1 5041 5041 11 Sep 5 11:11 lib/ld-linux.so.2 -> ld-2.1.3.so
-rwxr-xr-x 1 5041 5041 340771 Oct 18 2001 lib/ld-2.1.3.so

Any suggestions?

ScratchMonkey
06-09-2002, 22:09
Try "ulimit -a" to see if maybe you have a process/thread limit in effect.

tm1000
25-04-2006, 05:16
Try "ulimit -a" to see if maybe you have a process/thread limit in effect.


I'd like to state that this did work. After running ulimit -a and seeing there were limits I turned of "Shell Fork Bomb Protection" on the cpanel server I wanted to run the server on and relogged in and was able to start to server.

Thanks!