Page 1 of 1

Loggin problems

Posted: Mon Apr 26, 2004 1:07 pm
by wInG
I'm having some problems with all log files..
i set up those variables
set g_log "librapub.log" // Game logging
set g_logsync 0
set logfile 2 // Console logging ( 1: enable 2: enable and sync )

and else

set b_cheatlog "cheaters.log"

in the server's cfg.. but the server doesnt even create the .logs

anyone know what it can be?

Re: Loggin problems

Posted: Mon Apr 26, 2004 1:52 pm
by Naked Pope
wInG wrote:set g_logsync 0
I think this should be set to 1.

Posted: Mon Apr 26, 2004 3:14 pm
by wInG
tried

seta logfile 1
seta g_logSync 1
seta logfile "3" // (console log - 0=no log 1=buffered 2=continuous 3=append)
seta g_log "librapub.log"

and doesnt work again :/

checked the linux permission too

Posted: Mon Apr 26, 2004 5:13 pm
by Badhabit
wInG wrote:tried

seta logfile 1
seta g_logSync 1
seta logfile "3" // (console log - 0=no log 1=buffered 2=continuous 3=append)
seta g_log "librapub.log"

and doesnt work again :/

checked the linux permission too
Make sure the "user" and "group" are the same for all ET folders/files.
And your log files will be in your /etpro folder, not /etmain.

Posted: Tue Apr 27, 2004 7:31 am
by wInG
what "user and group" ?

Posted: Tue Apr 27, 2004 6:00 pm
by Badhabit
wInG wrote:what "user and group" ?
Well I have server 1 set to "et"
and server 2 set to "et2"

Just make sure, what ever user and group you have set for your root et folder, is the same for all files/folders within your et root folder.

Posted: Tue Apr 27, 2004 10:20 pm
by Naked Pope
Do you have a Windows server wInG?

Posted: Wed Apr 28, 2004 11:15 am
by wInG
linux server, i'll check the user and group

Posted: Thu Apr 29, 2004 7:34 am
by wInG
user and group are the same too... argh what else it can be?

Posted: Thu Apr 29, 2004 7:54 am
by uber-noob
Where are you looking for the logfiles? They should be stored in your fs_homepath (this is normaly something like .etwolf inside the users home directory), not inside the fs_basepath (where et is actually installed).

Posted: Thu Apr 29, 2004 7:59 am
by Naked Pope
I use

set g_log "etserver.log"
set g_logsync 1
set logfile 1

and get the files etserver.log and etconsole.log in ~/.etwolf/etpro (the users home directory).

Posted: Tue May 04, 2004 7:05 am
by FraUz
wInG wrote:tried

seta logfile 1
..
seta logfile "3" // (console log - 0=no log 1=buffered 2=continuous ...
are these 2 commands redundant? If no, why?