PDA

View Full Version : Log File Names


Eroc
08-25-2004, 02:32 PM
is there a reason why this doesnt work? what am I doing wrong?

I have the following line as my startup:

./mohaa_run +seta fs_outputpath "/usr/games/mohaa1" +set net_port 12203 +exec server.cfg +set dedicated 1 +set ui_console 1

it still is putting it in my users directory:

/home/jajruth2/.mohaa/main

so my two servers are using the same log file....

Any help is appreciated !

Thanks,
Eroc

GaSplat
08-26-2004, 10:10 PM
Trying giving each server a directory in your home directory. This should eliminate any possible permissions errors.

Eroc
08-26-2004, 10:16 PM
well its not permissions errors actually... I at one time was able to tell the server where the log's "home" directory was to be and now I cant find this command or its not working....

set log_path "/usr/games/.mohaa1/' or something to that affect.

Thanks,
Eroc

GaSplat
09-11-2004, 02:52 PM
I found this from the start up command in another post:

+set fs_outputpath /usr/games/moh/logs

That may be the one you are looking for (don't have Linux up and running myself, so I can't test it for you).