PDA

View Full Version : Error Stating TS Server


Patrick2
03-04-2005, 00:39
I get the following error when trying to start the server..

starting the teamspeak2 server
Exception EInOutError in module server_linux at 080768B6.
I/O error 28.
Error starting daemon. Aborted

I tried killall server_linux, nothing
I tried kill -9, nothing
I tried to stop it, and restart it, but nothing works.
I also don't see any connection from TS.

Has anyone got any idea?

Blackfly
06-05-2005, 16:47
Having the exact same Issue, can someone help?

If I change HTTPServer Enable=1 , everything seem to be fine, get a pid... but I can not administer my TS......

:confused:

Blackfly
06-05-2005, 16:48
And I see that this guy had problem in 2004???

Might be wasting my time posting stuff here.....

Is there a better place to get support?

ThEcRoW
08-05-2005, 19:33
I'm getting the Same error:

starting the teamspeak2 server
Exception EInOutError in module server_linux at 080768B6.
I/O error 28.
Error starting daemon. Aborted

The TS was working fine then it crashed i guess. Box was rebooted, tried to start it and got the error above.

Please help
Thanks,

ThEcRoW
10-05-2005, 21:20
Anyone know what or how to fix this error? Would deleting and reinstalling TS fix this?

Buu
16-05-2005, 18:11
Can we have some answer on this issue please? It would be nice to hear that TS developers at least aware of this thread (and many like it).

Thanks.

Buu
23-05-2005, 09:00
bump .

Buu
30-05-2005, 13:17
bump .

Brain
30-05-2005, 13:36
Unless this error number is something project-internal it doesn't make much sense.
According to google Delphi I/O error codes start at 100. Error codes below 100 come from the operating system. In that case error 28 would mean "Printer out of paper", but that would be an error code from DOS.
The short list of error codes I found on delphifaq.com doesn't cover 28.

All in all this seems mighty mysterious. What does the server.log say?

WalkaboutTigger
30-05-2005, 23:17
If you do an ls -l , what are the permissions, owner and group set to on all of the files?

What user id starts the TS server?

WalkaboutTigger
30-05-2005, 23:21
according to the research I did, getting the "Exception EInOutError in module server_linux" is 99.9994% probable a permissions issue on a file TS is trying to read from or write to - PID file, SQL database, INI file...