PDA

View Full Version : 2 UT2003 Server on one Host



legacy-blaufrosch
07-05-2003, 02:44 AM
Hi all
Sorry 4 my bad english :p
I have a linux-root-server. I will play 2 dedicated UT2003-Server on one maschine with webinterface. I have change the Port in the ini-File (from 7780 to 8888) and the webinterface-port (from 5080 to 6001) of the second Server.ini !
Alone (first or second ini) is the start no problem. When one of the Server is running, can`t i start the other server :cry:
Here my 2 ini`s:
--------------------------------------------
web1.ini

Port=7080
Class=Engine.Pawn
Character=Gorge

[UWeb.WebServer]
Applications[0]=xWebAdmin.UTServerAdmin
ApplicationPaths[0]=/ServerAdmin
Applications[1]=xWebAdmin.UTImageServer
ApplicationPaths[1]=/images
DefaultApplication=0
bEnabled=True
ListenPort=5080
--------------------------------------------
web2.ini

Port=8888
Class=Engine.Pawn
Character=Gorge

[UWeb.WebServer]
Applications[0]=xWebAdmin.UTServerAdmin
ApplicationPaths[0]=/ServerAdmin
Applications[1]=xWebAdmin.UTImageServer
ApplicationPaths[1]=/images
DefaultApplication=0
bEnabled=True
ListenPort=6001

Here the last lines Error of the second start:
--------------------------------------------
########################################
Add mutator XGame.MutZoomInstaGib
GameInfo::InitGame : bEnableStatLogging False
TeamGame::InitGame : bBalanceTeams True
UdpServerQuery(crt): Port 8898 successfully bound.
PORTSWAP detected, exiting...
UdpGamespyQuery BR-Anubis.UdpGamespyQuery (Function IpDrv.UdpGamespyQuery.PreBeginPlay:00FB) Assertion failed, line 56
Executing UObject::StaticShutdownAfterError
UdpGamespyQuery BR-Anubis.UdpGamespyQuery (Function IpDrv.UdpGamespyQuery.PreBeginPlay:00FB) Assertion failed, line 56

History:

Exiting due to error
Exiting.
Waiting for file streaming thread to finish...
Name subsystem shut down
###############################

can u help me?

NakedApe
07-05-2003, 02:53 AM
You need to look under [IpDrv.UdpGamespyQuery] and make sure that each server has a unique portnumber for the OldQueryPortNumber=<port> setting.

This is what is causing the "PORTSWAP detected" error.

legacy-blaufrosch
07-05-2003, 10:09 AM
Yes, thnx, thats all :)
Know 2 Servers are running :) :) :)