SOLVED: see http://forum.teamspeak.com/showthread.php?p=220759
My buddy is having the same issues.
Code:
2009-12-22 18:42:26.203422|INFO |Accounting | | max virtualservers: 10
2009-12-22 18:42:26.205326|INFO |Accounting | | max slots : 512
2009-12-22 18:42:26.249990|CRITICAL| | | Failure during pthread_create
We are licensed with NPO. We have multiple IPs on this server.
One IP is running ts3 server beta 3, 1 VS and 100 users.
Another IP is running ts3 beta 2, 1 VS, 100 users.
Another IP were trying to set up.
Any solutions?
EDIT
We solved this by deleting and reinstalling But I would like to know why this happens and what we can do to prevent this
EDIT #2
The user we were having issues with was running "Jailshell" ( a gimped shell ) Once we got rid of that we were golden. As always I hope this helped. If this is indeed the cause can OP change topic to [SOLVED] if possible?
EDIT #3
Jan 20th 2010. Problem is back for beta 16 32 bit Linux server. No Jail Shell. I am assuming this is a shell issue and not a ts one. But this time more errors.
"Failure during pthread_create, error = EAGAIN"
Trace the new part I get this --> http://www.wlug.org.nz/EAGAIN
Try Again
It is very common to get this error when your application is doing non-blocking operations on files or network sockets. For example, you can open a file/socket/fifo for reading with the O_NONBLOCK flag. If you subsequently do a read(2) call and there is no data waiting, instead of blocking and waiting until there is data ready and returning that data, the read() call will return an error (EAGAIN) to let your application know that there is no data ready and to try again later.
Another example is if a system call failed due to insufficient resources (such as virtual memory), but it might succeed if called again. (eg fork(2) does this).
I basically waited it out as I don't have root on my system and all is good. You could either reboot your box, restart the users shell if you had root.