So I'm running a TF2 server on Linux, and I'm getting this message:
[code]
MasterRequestRestart
Your server needs to be restarted in order to receive the latest update.
Your server needs to be restarted in order to receive the latest update.
[/code]
Aight, so let's update the server.
[code]
14:44:47 dark@dark-laptop-quantal:~/srcds $ ./steam -command update -game tf -dir .
Checking bootstrapper version ...
removing stale semaphore last operated on by process 3670 with name 0eBlobRegistryMutex_621F998A8727F996676F5E915280CBDC
removing stale semaphore last operated on by process 3670 with name 0eBlobRegistrySignal_621F998A8727F996676F5E915280CBDC
Updating Installation
Determining which depot(s) to install/update...
6 depot(s) will be installed/updated
removing stale semaphore last operated on by process 3670 with name 0eBlobRegistryMutex_6B53E6F8EFF3CFA80894AD1DCF60FC87
removing stale semaphore last operated on by process 3670 with name 0eBlobRegistrySignal_6B53E6F8EFF3CFA80894AD1DCF60FC87
0:00 Checking local files and building download list for depot 441 'Team Fortress 2 Content' version 396
0:00 Connecting content server session for version 396
0:10 [212.72.47.42:27030] Connecting...
0:10 [212.72.47.42:27030] Connection established; handshaking...
0:10 [212.72.47.42:27030] Sending login message...
0:10 Fetching version 396 manifest
0:11 Reading version 396 checksum table
0:12 Fetching exclude list
0:12 Calculating download size
0:12 No files will be downloaded
0:12 Checking local files and building download list for depot 442 'Team Fortress 2 Materials' version 227
0:12 Connecting content server session for version 227
0:16 [212.72.47.42:27030] Reusing connection
0:16 [212.72.47.42:27030] Sending login message...
0:16 Fetching version 227 manifest
0:17 Reading version 227 checksum table
0:18 Fetching exclude list
0:18 Calculating download size
0:18 No files will be downloaded
0:18 Checking local files and building download list for depot 206 'Source Materials' version 8
0:18 Connecting content server session for version 8
0:25 [212.72.47.42:27030] Reusing connection
0:25 [212.72.47.42:27030] Sending login message...
0:25 Fetching version 8 manifest
0:25 Reading version 8 checksum table
0:26 Fetching exclude list
0:26 Calculating download size
0:26 No files will be downloaded
0:26 Checking local files and building download list for depot 207 'Source Models' version 4
0:26 Connecting content server session for version 4
0:26 [212.72.47.42:27030] Reusing connection
0:26 [212.72.47.42:27030] Sending login message...
0:27 Fetching version 4 manifest
0:27 Reading version 4 checksum table
0:28 Fetching exclude list
0:28 Calculating download size
0:28 No files will be downloaded
0:28 Checking local files and building download list for depot 208 'Source Sounds' version 4
0:28 Connecting content server session for version 4
0:34 [212.72.47.42:27030] Reusing connection
0:34 [212.72.47.42:27030] Sending login message...
0:35 Fetching version 4 manifest
0:35 Reading version 4 checksum table
0:35 Fetching exclude list
0:35 Calculating download size
0:35 No files will be downloaded
0:35 Checking local files and building download list for depot 314 'OB Linux Dedicated Server' version 212
0:35 Connecting content server session for version 212
0:42 [212.72.47.42:27030] Reusing connection
0:42 [212.72.47.42:27030] Sending login message...
0:43 Fetching version 212 manifest
0:43 Reading version 212 checksum table
0:43 Calculating download size
0:43 No files will be downloaded
0:43 [212.72.47.42:27030] Disconnecting
HLDS installation up to date
[/code]
..it doesn't update? When I start the server, it just shows the out-of-date message again. I've also tried updating with -verify_all, but it still didn't download anything.
Any ideas?
You need to use SteamCMD for updating servers now
[url]https://developer.valvesoftware.com/wiki/SteamCMD[/url]
Install it
Launch It
Write in CMD
login anonymous anonymous
Later Write
app_update 232250
It will download tf2 dedicated server
To launch server enter 'C:\steampipe\steamapps\common\Team Fortress 2 Dedicated Server\' launch srcds.exe
To use old batch way for server. Just modify location of srcds.exe in batch file
And All Done
[QUOTE=Mitchel.;40640379]You need to use SteamCMD for updating servers now
[url]https://developer.valvesoftware.com/wiki/SteamCMD[/url]
Install it
Launch It
Write in CMD
login anonymous anonymous
Later Write
app_update 232250
It will download tf2 dedicated server
To launch server enter 'C:\steampipe\steamapps\common\Team Fortress 2 Dedicated Server\' launch srcds.exe
To use old batch way for server. Just modify location of srcds.exe in batch file
And All Done[/QUOTE]
Thanks, downloading now!
Sorry, you need to Log In to post a reply to this thread.