PDA

View Full Version : (linux) Runtime 230 Error Tried Everything


Pigzilla
16-05-2003, 18:48
First off i have to say that i am a linux noob. But i pick up things very fast. After decompressing the archive file onto my server and running the server_linux file i get a Runtime Error 230 at 0804CD43. I have tried about everything that i can think of. For some reason the 'ps' command does not work on my server. Kill does, but that doesnt help if i cannot get PID. I do not believe the server has ever started. I have no new created files. I have CHMOD'd everything to 777 (full read/write/execute).
I have tried both methods of install mentioned in the linux server manual. ( linux_server &)&(./tss.....) The first is the one that gives me the Runtime 230 the second gives me a file not found. I have tried everything i can think of and im mentally drained on this one. Whatever help you almight all knowing and all powerful TS gurus can give me will eb appreciated more then you know.
Thank You

Lethe
16-05-2003, 19:15
Ummmm ps command doesn't work? if that is broke, then what else is broke? You got a can of worms there.

'top' will also report PID, try that to get it.

Nick

Trancer
17-05-2003, 10:11
Yeah I've been having the same problem, I even asked my webhost if they had any clue and they told me that the creator should have the answer. I replied to the other post about this here http://www.teamspeak.org/forums/showthread.php?s=&threadid=4351

JBR
02-12-2003, 03:51
I know this is late (better late then never I guess) but I just tried loading the program myself and got the same error. What I did to solve the problem was to create the user tss, place the folder in there, chown all the files and dirs, run the script and it worked.

Somewhere in the coding it must have the user "tss" hard coded, at least that is the only thing I can figure is the problem.

If you don't have root access to to your server but ( as with some hosting companies ) can create users in your domain for your hosted site, try creating the user "tss" and move the program folder in that user's home directory following the steps I outlined above.

Not sure what to do if that doesn't work but it should solve your problems.

JBR

Ap0kalipSe
09-01-2004, 18:42
Are you aware if your server is running ensim


Judging by the fact you have no ps and top commands, etc, it sounds like you are. I run ensmin on my webserver, and the virtual hosting accounts do not have those commands.


I am also having the exact same problems as stated above - I can get it to run as root, but obviously thats not a permanent solution.