View Single Post
Author Message
vn_lind
Member
Join Date: Jul 2017
Old 07-17-2019 , 02:26   CSGO Server won't update [Error! App '740' state is 0x2]
Reply With Quote #1

hello guys,

i am trying to update my CSGO server over ubuntu :

Code:
Linux version 4.15.0-54-generic (buildd@lgw01-amd64-014) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019
last time updated well, but now it is giving me the following error:

Code:
Steam>app_update 740 validate
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Error! App '740' state is 0x2 after update job.
I read alot on the forum and all it points to the free space which i obviously have :

Code:
Filesystem      Size  Used Avail Use% Mounted on
udev             13G     0   13G   0% /dev
tmpfs           2.6G  1.5M  2.6G   1% /run
/dev/sda2       251G  121G  118G  51% /
tmpfs            13G     0   13G   0% /dev/shm
tmpfs           5.3M     0  5.3M   0% /run/lock
tmpfs            13G     0   13G   0% /sys/fs/cgroup
/dev/loop0       93M   93M     0 100% /snap/core/7270
/dev/loop1       93M   93M     0 100% /snap/core/7169
tmpfs           2.6G     0  2.6G   0% /run/user/1001
tmpfs           2.6G     0  2.6G   0% /run/user/0
I also have the rights to write in the server folder - tried with 755 and 777

i even deleted the steamcmd.sh and all the other old folders with its files, leaving only the server folder and installed fresh steamcmd.sh ,, but still no go

this are all the steps i have done ....

i run the update by the following commands (not under root)

Code:
###CSGO UPDATE###


cd /home/user/servers/csgo_zombie

./steamcmd.sh

login anonymous

force_install_dir /home/user/servers/csgo_zombie/server

app_update 740 validate

how can i fix this ???

Last edited by vn_lind; 07-17-2019 at 03:08.
vn_lind is offline