Author Topic: how to run 2 servers at 1 console - linux  (Read 1017 times)

Kyuuchi

  • Autococker
  • Posts: 1183
how to run 2 servers at 1 console - linux
« on: April 18, 2009, 07:33:46 PM »
hey again
sry for the bother but i cant run 2 servers at the same time using 1 console or a 2nd console it says:

Code: [Select]
/home/user> cd paintball2
/home/user/paintball2> ./paintball2 +set dedicated 1 +set public 1 +exec myserver.cfg +map midnight

Paintball 2 -- Version 2.0
execing configs/config.cfg
[********] Date: 2009-04-19
[02:41:31] ====== Paintball II Initialized ======

[02:41:31] execing configs/myserver.cfg
[02:41:31] Master server at 70.85.9.178:27900
[02:41:31] Sending a ping.
[02:41:31] Master server at 207.38.11.174:27900
[02:41:31] Sending a ping.
[02:41:31] WARNING: UDP_OpenSocket: bind (27910): Address already in use
[02:41:31] Sending heartbeat to 70.85.9.178:27900
[02:41:31] Sending heartbeat to 207.38.11.174:27900
recursive shutdown
Error: Couldn't allocate dedicated server IP port

any help appreciated
thx

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: how to run 2 servers at 1 console - linux
« Reply #1 on: April 18, 2009, 07:53:29 PM »
try it with another port:

./paintball2 +set dedicated 1 +set port 12345 +set public 1 +exec myserver.cfg +map midnight

Kyuuchi

  • Autococker
  • Posts: 1183
Re: how to run 2 servers at 1 console - linux
« Reply #2 on: April 18, 2009, 07:56:15 PM »
thanks terrorist! it works perfectly
cheers man