(02-21-2013, 01:49 AM)Sakretsos Wrote: (02-21-2013, 01:44 AM)mynxyjynxy Wrote: (02-21-2013, 01:37 AM)Sakretsos Wrote: (02-21-2013, 12:14 AM)mynxyjynxy Wrote: Hey, I've been having this issue for a few days now. When I start my Day Of Defeat: Source server, it finishes it's update check and all that fancy stuff then it actually puts itself on the master list. When it starts I get this error:
MasterRequestRestart
Your server will be restarted on map change.
Your server will be restarted on map change.
When someone tries to join the server, they get this error:
The server you are trying to connect to is running
an older version of the game.
I have downloaded the latest version of hldsupdatetool.bin using wget and executed it to get the steam file to update it all several times. I have also used the steam file to update the game several times as well. I put the IP in the startup command because it wouldn't show in the masterlist otherwise. Any help is appreciated.
BASIC INFO
Server OS: Debian 6 32bit
Processor: 4 E5-2620 2Ghz Cpu
Ram: 1.5gb
Game(s): Day Of Defeat Source
Start Up Command:
CD Srcds_1
CD Orangebox
./srcds_run -console -game dod -maxplayers 32 -autoupdate +map dod_donner +ip 199.193.252.234
Admin Mods: MetaMod and SourceMod
hello my friend.. just verify all your files that have been updated, with this command
Code:
./steam -command update -game dod -verify_all
and then try to start again the srcds_run
root@505pathfinders:~/srcds_1# ./steam -command update -game dods -verify_all
Checking bootstrapper version ...
removing stale semaphore last operated on by process 848 with name 0eBlobRegistryMutex_07692C9F0DCCAB9B49E0AA2095A1952C
removing stale semaphore last operated on by process 848 with name 0eBlobRegistrySignal_07692C9F0DCCAB9B49E0AA2095A1952C
Updating Installation
Failed to create directory
root@505pathfinders:~/srcds_1#
try to
Code:
./steam -command update -game dods -dir .
or if you have costum dir add your dir with "customdir"
and tell me if again fails..
root@505pathfinders:~/srcds_1# ./steam -command update -game dods -dir .
Checking bootstrapper version ...
removing stale semaphore last operated on by process 849 with name 0eBlobRegistryMutex_07692C9F0DCCAB9B49E0AA2095A1952C
removing stale semaphore last operated on by process 849 with name 0eBlobRegistrySignal_07692C9F0DCCAB9B49E0AA2095A1952C
Updating Installation
Determining which depot(s) to install/update...
5 depot(s) will be installed/updated
0:01 Checking local files and building download list for depot 206 'Source Materials' version 8
0:01 Connecting content server session for version 8
0:01 [209.197.20.102:27030] Connecting...
0:01 [209.197.20.102:27030] Connection established; handshaking...
0:01 [209.197.20.102:27030] Sending login message...
0:01 Fetching version 8 manifest
0:01 Reading version 8 checksum table
0:01 Fetching exclude list
0:01 Calculating download size
0:01 No files will be downloaded
0:01 Checking local files and building download list for depot 207 'Source Models' version 4
0:01 Connecting content server session for version 4
0:08 [209.197.20.102:27030] Reusing connection
0:08 [209.197.20.102:27030] Sending login message...
0:08 Fetching version 4 manifest
0:08 Reading version 4 checksum table
0:08 Fetching exclude list
0:08 Calculating download size
0:08 No files will be downloaded
0:08 Checking local files and building download list for depot 208 'Source Sounds' version 4
0:08 Connecting content server session for version 4
0:20 [209.197.20.102:27030] Reusing connection
0:20 [209.197.20.102:27030] Sending login message...
0:21 Fetching version 4 manifest
0:21 Reading version 4 checksum table
0:21 Fetching exclude list
0:21 Calculating download size
0:21 No files will be downloaded
0:21 Checking local files and building download list for depot 301 'Day of Defeat Source' version 99
0:21 Connecting content server session for version 99
0:21 [209.197.20.102:27030] Reusing connection
0:21 [209.197.20.102:27030] Sending login message...
0:21 Fetching version 99 manifest
0:21 Reading version 99 checksum table
0:22 Fetching exclude list
0:22 Calculating download size
0:22 No files will be downloaded
0:22 Checking local files and building download list for depot 314 'OB Linux Dedicated Server' version 201
0:22 Connecting content server session for version 201
0:22 [209.197.20.102:27030] Reusing connection
0:22 [209.197.20.102:27030] Sending login message...
0:22 Fetching version 201 manifest
0:22 Reading version 201 checksum table
0:22 Calculating download size
0:22 No files will be downloaded
0:22 [209.197.20.102:27030] Disconnecting
HLDS installation up to date
root@505pathfinders:~/srcds_1#