• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Server Error while updating Linux server

Mellnik

Grizzled Veteran
Mar 30, 2012
65
1
I did the same as usually:
1. STEAMEXE=steamcmd ./steam.sh
2. steam login
3. force install dir
4. app_update 215360 validate

NOTE: First time it says that the steam folder isnt allowed to be in the game install directory. Or someting like that.
So I made a new user and tried it.

Im on Ubuntu 10.04

output:
Code:
Steam>app_update 215360 validate
 Initial App state (0x6) installed
applicationmanager.cpp (676) : Assertion Failed: Failed to write app state file /home/kfmp/kfserver/3bad6d9525c71118beddbd0064d031b4f93d8e1d/appmanifest_215360.acf
 App state (0x10106) reconfiguring, progress: -nan (0 / 0)
applicationmanager.cpp (676) : Assertion Failed: Failed to write app state file /home/kfmp/kfserver/3bad6d9525c71118beddbd0064d031b4f93d8e1d/appmanifest_215360.acf
Error! App '215360' state is 0x206 after update job.
 
Last edited:
Steam> Initial App state (0x2) update required
App state (0x10102) reconfiguring, progress: -nan (0 / 0)
App state (0x10102) reconfiguring, progress: -nan (0 / 0)
App state (0x10102) reconfiguring, progress: -nan (0 / 0)
App state (0x10102) reconfiguring, progress: -nan (0 / 0)
App state (0x10102) reconfiguring, progress: -nan (0 / 0)
App state (0x10102) reconfiguring, progress: -nan (0 / 0)
App state (0x10102) reconfiguring, progress: -nan (0 / 0)
Error! App '215360' state is 0x1 after update job.

the same problem :s
 
Last edited:
Upvote 0
Tripwire wtf?!?

Code:
Steam>app_update 215360 validate
 Initial App state (0x6) installed
applicationmanager.cpp (676) : Assertion Failed: Failed to write app state file /home/kfmp/kfserver/3bad6d9525c71118beddbd0064d031b4f93d8e1d/appmanifest_215360.acf
Assert( Assertion Failed: Failed to write app state file /home/kfmp/kfserver/3bad6d9525c71118beddbd0064d031b4f93d8e1d/appmanifest_215360.acf ):/home/buildbot/buildslave_steam/steam_rel_client_linux/build/src/clientdll/applicationmanager.cpp:676

 App state (0x10106) reconfiguring, progress: -nan (0 / 0)
applicationmanager.cpp (676) : Assertion Failed: Failed to write app state file /home/kfmp/kfserver/3bad6d9525c71118beddbd0064d031b4f93d8e1d/appmanifest_215360.acf
Error! App '215360' state is 0x206 after update job.
 
Upvote 0
Same here

Code:
STEAMEXE="steamcmd" ./steam.sh +runscript config.txt
Installing breakpad exception handler for appid(steam)/version(1343253434)
[  0%] Checking for available updates...
[  0%] Download complete.
[----] Verifying installation...
unlinked 0 orphaned pipes
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam3...OK.
Loading Steam2...OK.
login xxxxxxxx xxxxxxxx

Logging in user 'xxxxxxxxxxxxxx' to Steam Public...Success.
force_install_dir /root/kf
Please set the game install path to something other than the Steam install folder
app_update 215360 validate
 Initial App state (0x2) update required
 App state (0x10102) reconfiguring, progress: -nan (0 / 0)
Error! App '215360' state is 0x1 after update job.
exit
Shutting down. . .
unlinked 2 orphaned pipes
CAsyncIOManager: 0 threads terminating.  0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 4173 single object sleeps, 22 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 1 multi object alertable sleeps
 
Upvote 0
And just a random note, it's really not ideal to be running the server as root unless you're just running the install as root.

This. Even running the install as root could pose permissions problems for the user you're going to be running the server as; since everything will most likely be owned by root.

Create a new user on the Linux server and use it.

All these problems appear to be permissions issues.
 
Upvote 0