Etpro and etadmin mod issues


(Timmuk) #1

Hello,

I am currently having issues with etadmin mod. When starting etadmin_mod.sh then I get “Starting etadmin_mod: FAILED! [] (See logfile log/etadmin.log for details!)”. It looks that for some reason log file could not be opened. Please see the log file

Log file:

11/22/14 12:32:15 Starting up… etadmin_mod v0.29
11/22/14 12:32:15 Loading config_file etc/etadmin.cfg
11/22/14 12:32:15 Loading config_file etc/help.cfg
11/22/14 12:32:15 Loading config_file etc/sound.cfg
11/22/14 12:32:15 Loading config_file etc/tcp-interface.cfg
11/22/14 12:32:15 Loading: etc/etadmin.cfg
11/22/14 12:32:15 Post config check…
11/22/14 12:32:15 Post config check done.
11/22/14 12:32:15 ERROR: Couldn’t open logfile: /usr/local/games/et/.etwolf/etpro/etconsole.log. Check your configuration.

In etadmin.cfg file the path is:

Path to the console logfile

This setting is very important. If you set this setting to a wrong

value, then the etadmin_mod will NOT work.

logfile=/usr/local/games/et/.etwolf/etpro/etconsole.log

In server.cfg file the logging part is:

// LOGGING

set g_log “etserver.log” // Game logging
set g_logsync 0
set logfile 2 // Console logging ( 1: enable 2: enable and sync )

Checked thread here and checked that file should exist:

etded.x86 12803 root 19w REG 8,1 6506 1048653 /root/.etwolf/etpro/etconsole.log

When I try to move the hidden folder at my base folder I get:

-bash: cd: ./etwolf: No such file or directory

Would somebody able to advise what I am missing? Maybe issue here is that I run server as root?

Many thanks,
Timmuk


(Micha) #2

Check your server command line and add “+fs_basepath” “+fs_homepath” if you don’t have it. Use the path to the mod or to the .etwolf folder.
The mod can’t find the log file so it’s a pathing problem I believe.