PDA

View Full Version : STRANGE LOG FILE PROBLEM


mybbex
09-22-2004, 02:06 AM
Tryed to make dedicated server and got following error messages:

Couldn't write uoconfig_mp.cfg.

and

WARNING: Couldn't open logfile: games_mp.log

I don't know about uoconfig_mp.cfg, thought that game makes it self, but I do have following setting for a games_mp.log file in server.cfg file:
set g_logsync "2"
set g_log "games_mp.log"

It should be right, but still I get that error. Any ideas?

Clanwarz
09-24-2004, 05:52 PM
If a linux server cannot open a log file, this is your first clue that you don't have the permission set correctly for the game. Make sure the user actually belongs to the user.

Ex:

If I have the user named "tfsclan" then you need to make him boss of the files. To do this, simply hop to the directory before it and type the following:

chown tfsclan tsfclan -R
chgrp tfsclan tfsclan -R

Note that TFSCLAN is the name a make believe user. You have to place your user where tsfclan is.

Hope this helps you!

mybbex
09-25-2004, 02:54 AM
If a linux server cannot open a log file, this is your first clue that you don't have the permission set correctly for the game. Make sure the user actually belongs to the user.

Ex:

If I have the user named "tfsclan" then you need to make him boss of the files. To do this, simply hop to the directory before it and type the following:

chown tfsclan tsfclan -R
chgrp tfsclan tfsclan -R

Note that TFSCLAN is the name a make believe user. You have to place your user where tsfclan is.

Hope this helps you!

Thank you, but I tryed to run server under windows me. I tryed to reinstall both Cod and UO, and still same error. I made new server.cfg file using pre made config (found one from this forum) and still same error. This seems x-files thing to me. Damn where are those agents. :?

Clanwarz
09-25-2004, 08:29 PM
ok add this in your command line:


+set pb_sv_enable +set sv_punkbuster 1 +set logfile "1" +set g_logSync "2" +set g_log "games_mp.log" +exec server.cfg



Let me know if this helps.

Clanwarz
09-25-2004, 08:33 PM
Chit, your windows...that might not do it.

mybbex
09-26-2004, 03:20 AM
Chit, your windows...that might not do it.

same error. Thank's but didn't help. :(