Server doesn't want to run :(

Discussion about specific ET servers

Moderators: Forum moderators, developers

Post Reply
Ronner
Posts: 3
Joined: Sat Nov 22, 2003 5:38 am

Server doesn't want to run :(

Post by Ronner »

We are trying to set up a dedicated ET server on linux (Gentoo distribution) and we can't seem to get it work...

here is what happens..


gameserver enemy-territory # ./etded
ET 2.56 linux-i386 Sep 10 2003
----- FS_Startup -----
Current search path:
/root/.etwolf/etmain
/opt/enemy-territory/etmain/pak1.pk3 (10 files)
/opt/enemy-territory/etmain/pak0.pk3 (3725 files)
/opt/enemy-territory/etmain/mp_bin.pk3 (4 files)
/opt/enemy-territory/etmain

----------------------
3739 files in pk3 files
execing default.cfg
couldn't exec language.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
Bypassing CD checks
Found high quality video and fast CPU
--- Common Initialization Complete ---
Opening IP socket: localhost:27960
Hostname: gameserver
IP: 194.171.36.14
Started tty console (use +set ttycon 0 to disable)
execing preset_high.cfg
Hitch warning: 1612 msec frame time
status
Server is not running.
WARNING: watchdog will trigger in 4 seconds
Idle Server with no map - triggering watchdog
Shutdown tty console


and that's it.. can't get it to work.... anyone here able to help us out?

You can also reach me on msn using ro_nn_er@hotmail.com
Fenris
Posts: 49
Joined: Fri Oct 31, 2003 11:54 pm
Location: Stockholm, Sweden

Post by Fenris »

Seems you are not running any map, check if you start a map in your server.cfg or if there's a line at the end of it that reads "exec campaigncycle.cfg" or any other cfg file which selects maps.
Ronner
Posts: 3
Joined: Sat Nov 22, 2003 5:38 am

Post by Ronner »

yeah.. it has exec campaigncycle.cfg

holdon.. i'll paste the server.cfg file

set r_smp 1
set net_ip "194.171.36.14"
set dedicated "2" // dedicated server for internet

set sv_fps "30" // normal is 20; 30 seems to help animations bug

//2 = Single Map Objective
//3 = Stopwatch
//4 = Campaign (default)
//5 = Last Man Standing (one life to live)
set g_gametype "4"

//RAM Settings
set com_zoneMegs "64"
set com_soundmegs "32"
set com_hunkmegs "256" // Special thanks to DG
set server_autoconfig "0"

// PASSWORDS & CLIENTS

set sv_maxclients "24" // number of players including private slots
set sv_privateclients "5" // number of reserved slots
set password "" // pass required to connect if g_needpass is 1.
set g_needpass "0" // set to 1 to require password to join.
set sv_privatepassword "xxx" // change this
set rconpassword "" // change this
set refereePassword "fuckers"


// MASTER SERVERS TO REPORT TO

set sv_master1 "etmaster.idsoftware.com"
set sv_master2 "master.gamespy.com:27900"
set sv_master3 "master0.gamespy.com"
set sv_master4 "clanservers.net"


// SETS/PUBLIC INFO

sets g_needpass "0" // tell's ASE etc the server is passworded
sets sv_pure "1"
// sets .IRC "irc.linespeed.net #lobby" // your IRC channel + server here
sets .URL "www.dhbclan.com" // your website here
//sets .Host "" // host website here
//sets "URL" "" // your website here


// DL, RATE

set sv_maxRate "13000" // 10000 standard but poor for ET
set sv_dl_maxRate "52000" // increase/decerease if you have plenty/little spare bandwidth
set sv_wwwDownload "1" // to 1 if you set the two below
set sv_wwwBaseURL "http://et.tjw.org" // GUESS: e.g. ftp://ftp.yoursite.com
set sv_wwwCheckPath "" // GUESS: e.g. downloads/et_test/files/
set sv_wwwDlDisconnected "1'

// MOTD ETC

set sv_hostname "server.dhbclan.com" // name of server here
set g_motd "Hello!" // join message here


set server_motd0 " dHb public "
set server_motd1 " "
set server_motd2 " "
set server_motd3 " enjoy!"
set server_motd4 " "


// MISC SETTINGS

set g_antilag "1"
set g_altStopwatchMode "0"
set g_autofireteams "1"
set g_complaintlimit "5" // how many F1 tk complaints before player kicked
set g_fastres "0"
set g_friendlyFire "1"
set g_minGameClients "0"
set g_maxlives "1"
set g_alliedmaxlives "15"
set g_axismaxlives "15"
set g_enforcemaxlives "0" // don't enforce max lives now. this is broken
// people on lan cannot connect. it overflows
// memory and crashes the server.
set g_teamforcebalance "0"
set g_noTeamSwitching "0"
set g_voiceChatsAllowed "4"
set g_doWarmup "1"
set g_warmup "15"
set g_spectatorInactivity "0"
set g_inactivity "0"
set sv_floodProtect "1"
set sv_screenshake "1"
set sv_allowDownload "1"
set sv_pure "1"
set sv_minping "0"
set sv_maxping "0"
set match_latejoin "1"
set match_minplayers "0"
set match_mutespecs "0"
set match_readypercent "45"
set match_timeoutcount "0"
set match_warmupfire "1"
set match_warmupDamage "1"
set team_maxPanzers "2"
set team_maxplayers "16"
set team_nocontrols "0"
set pmove_fixed "0"
set pmove_msec "8"
set fraglimit "0"
set g_userAxisRespawnTime 60
set g_userAlliedRespawnTime 60
set g_disableComplaints 1

// VOTING

set g_allowVote "1"
set g_voteFlags "255"
set vote_limit "0"
set vote_percent "50"
set vote_allow_comp "0"
set vote_allow_gametype "0"
set vote_allow_kick "1"
set vote_allow_map "0"
set vote_allow_mutespecs "0"
set vote_allow_nextmap "1"
set vote_allow_pub "0"
set vote_allow_referee "0"
set vote_allow_shuffleteams "1"
set vote_allow_swapteams "1"
set vote_allow_friendlyfire "0"
set vote_allow_timelimit "0"
set vote_allow_warmupfire "0"
set vote_allow_antilag "0"
set vote_allow_balancedteams "0"


// PUNKBUSTER

set sv_punkbuster "1"


// LOGGING

set g_log "game.log"
set logfile 2
set g_logsync 0

// Punkbuster
pb_sv_enable
pb_sv_httpPort 12345
pb_sv_httpAddr 64.202.125.134

// shrub
// set g_shove 80
// set g_dragCorpse 1
// set g_XPSave 1
// set g_logOptions 10
// set g_privateMessages 1
// set g_packDistance 2
// set g_censorNames *toilet*
// set g_goomba 5
// set g_weapons 2
// set g_mapConfigs "."
// set g_shrubbot "shrubbot.cfg"
// set g_logAdmin "admin.log"
// set g_dropMsg "If you believe this kick or ban was undeserved, you may dispute it in #lobby on irc.linespeed.net"


exec campaigncycle.cfg


and campaigncycle.cfg is:

set d1 "campaign cmpgn_northafrica ; set nextcampaign vstr d2"
set d2 "campaign cmpgn_centraleurope ; set nextcampaign vstr d1"

// server doesn't recognise the campaign command when the gamecode isn't running yet.
set d_initial "set g_gametype 4 ; map oasis ; set nextcampaign vstr d2"
vstr d_initial
User avatar
gotenks
Posts: 3465
Joined: Fri Nov 15, 2002 4:12 pm
Location: out of my mind
Contact:

Post by gotenks »

Ronner wrote:yeah.. it has exec campaigncycle.cfg

and campaigncycle.cfg is:

set d1 "campaign cmpgn_northafrica ; set nextcampaign vstr d2"
set d2 "campaign cmpgn_centraleurope ; set nextcampaign vstr d1"

// server doesn't recognise the campaign command when the gamecode isn't running yet.
set d_initial "set g_gametype 4 ; map oasis ; set nextcampaign vstr d2"
vstr d_initial
remove the bold part and put in
vstr d1
your starting with a campaign of 1 map... which is causing problems
My Website
Image
After a night of binge drinking:
=FF=im2good4u wrote:WTF wanst i on top ?
Fenris
Posts: 49
Joined: Fri Oct 31, 2003 11:54 pm
Location: Stockholm, Sweden

Post by Fenris »

Hm, thought you needed to specify the map in the campaign, since you cannot start a campaign directly, it's in the commented line "server doesn't recognise the campaign command when the gamecode isn't running yet" so I see nothing wrong with the campaigncycle itself.

Ronner: Could you specify the command line you use to start the server itself.
Ronner
Posts: 3
Joined: Sat Nov 22, 2003 5:38 am

Post by Ronner »

well.. i just execute etded... inside etded is a cd command that changes the dir to where ET is installed and then executes the binary.

oh and the stuff you said gotenks didn't work as well... same story...

if you want I can give you access to the machine itself to help us out... get my on msn ro_nn_er@hotmail.com
User avatar
gotenks
Posts: 3465
Joined: Fri Nov 15, 2002 4:12 pm
Location: out of my mind
Contact:

Post by gotenks »

sorry parents were in town when you added me... i'll help you tomorrow (or soon)
My Website
Image
After a night of binge drinking:
=FF=im2good4u wrote:WTF wanst i on top ?
Post Reply