PDA

View Full Version : Server Startup problems


cloud
11-27-2003, 12:17 PM
I just started running a COD server on my Red Hat 9 linux box yesterday, and I think all I had to type in was "./cod_lnxded" and it ran with the default settings for about 3 hours, and there were 8 of my clanmates playing on it. Today when I started up the computer, I started up the server with a custom config I created ./cod_lnxded +exec standard.cfg

It gave me this back [ryan@linux codserver]$ ./cod_lnxded +exec standard.cfg
COD MP 1.1 build linux-i386 Nov 13 2003
----- FS_Startup -----
Current search path:
/home/ryan/.callofduty/main
/home/ryan/codserver/main/pak6.pk3 (3 files)
/home/ryan/codserver/main/pak5.pk3 (4858 files)
/home/ryan/codserver/main/pak4.pk3 (1668 files)
/home/ryan/codserver/main/pak3.pk3 (1992 files)
/home/ryan/codserver/main/pak2.pk3 (694 files)
/home/ryan/codserver/main/pak1.pk3 (2642 files)
/home/ryan/codserver/main/pak0.pk3 (12828 files)
/home/ryan/codserver/main
/home/ryan/codserver/main/localized_english_pak1.pk3 (3736 files)
/home/ryan/codserver/main/localized_english_pak0.pk3 (1204 files)

File Handles:
----------------------
29625 files in pk3 files
execing default_mp.cfg
couldn't exec language.cfg
execing config_mp_server.cfg
couldn't exec autoexec_mp.cfg
Hunk_Clear: reset the hunk ok
Opening IP socket: localhost:28960
Hostname: linux
Alias: localhost.localdomain
Alias: localhost
IP: 127.0.0.1
--- Common Initialization Complete ---
Started tty console (use +set ttycon 0 to disable)
execing standard.cfg
sv_maxClients will be changed upon restarting.
logfile opened on Thu Nov 27 12:15:48 2003

Hitch warning: 923 msec frame time


And it just hangs there.....When I type "Status" it says "Server is not running"

I'm guessing it's having trouble authenticating with the activision servers? I opened 28090 yesterday on my router, and it worked, so it's still open right now.

Any Ideas? I tried executing the server with just "./cod_lnxded" but the same thing happened.


Thanks

YourMaMa
11-27-2003, 04:23 PM
If you used an & to detatch the process make sure there is a space before it.

cloud
11-27-2003, 07:57 PM
I never attached it. It was still running in the terminal window.

YourMaMa
11-27-2003, 08:12 PM
I'll bet it isn't loading a map, add this at the end of the line when you launch...

+map_rotate

cloud
11-27-2003, 08:25 PM
:!: You are the man! Thanks a lot, it works great.

Jackal
11-30-2003, 09:26 AM
Just a stoopid question..but why everytime i exit Putty, does the game die?

Do I have to leave the SSH program running?

Thanks guys

OldandSlow
11-30-2003, 05:31 PM
Hostname: linux
Alias: localhost.localdomain
Alias: localhost
IP: 127.0.0.1


It looks like you are using the local name and IP address. This network (127) is a test network and doesn't get "outside". Your server should have a valid IP address thru eth0 or eth1 (...).

Run: /sbin/ifconfig

You may need to run the network config utility...