Raised This Month: $12 Target: $400
 3% 

[CentOS] Error! App '740' state is 0x202 after update job.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SOBgaming
Senior Member
Join Date: Jul 2015
Old 02-06-2017 , 16:35   [CentOS] Error! App '740' state is 0x202 after update job.
Reply With Quote #1

I have two very similar servers running on different VPS, one stopped working out of nowhere and I'm unable to validate or update. This is what it looks like:

Quote:
Update state (0x5) validating, progress: 71.76 (9970874103 / 13894659087)
Update state (0x5) validating, progress: 73.02 (10146019508 / 13894659087)
Update state (0x5) validating, progress: 74.34 (10329975632 / 13894659087)
Update state (0x5) validating, progress: 76.54 (10634480976 / 13894659087)
Update state (0x5) validating, progress: 77.73 (10799672719 / 13894659087)
Update state (0x5) validating, progress: 78.94 (10968286289 / 13894659087)
Update state (0x5) validating, progress: 80.14 (11135051356 / 13894659087)
Update state (0x5) validating, progress: 81.23 (11285937125 / 13894659087)
Update state (0x5) validating, progress: 82.26 (11429820353 / 13894659087)
Error! App '740' state is 0x202 after update job."
I've never had a server stop working like that without an update or anything so I was curious if anyone had something similar. I suspect maybe there's an HDD issue on the host's side?

Edit:
Maybe this can help?
Quote:
applicationmanager.cpp (1106) : Assertion Failed: Failed to write app state file /home/steam/servers/2/steamapps/appmanifest_740.acf
applicationmanager.cpp (861) : Assertion Failed: m_bStateChangesSavedToDisk

Edit2:
After deleting the steamapps folder there is no more error and it now downloading, something was probably corrupted but I am now getting:

Quote:
Steam>app_update 740 validate
Update state (0x1) running, progress: 100.00 (6540282208 / 654028220
Error! App '740' state is 0x602 after update job.
__________________

Last edited by SOBgaming; 02-06-2017 at 17:17.
SOBgaming is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 02-06-2017 , 17:30   Re: [CentOS] Error! App '740' state is 0x202 after update job.
Reply With Quote #2

This is typically a symptom of a full disk.
Do a df -H and see what the disk space is.
Maxximou5 is offline
SOBgaming
Senior Member
Join Date: Jul 2015
Old 02-06-2017 , 17:34   Re: [CentOS] Error! App '740' state is 0x202 after update job.
Reply With Quote #3

Quote:
Originally Posted by Maxximou5 View Post
This is typically a symptom of a full disk.
Do a df -H and see what the disk space is.
Yeah I thought the same but:
Quote:
Filesystem Size Used Avail Use% Mounted on
/dev/xvda2 99G 88G 6.1G 94% /
devtmpfs 486M 0 486M 0% /dev
tmpfs 495M 3.1M 492M 1% /dev/shm
tmpfs 495M 13M 482M 3% /run
tmpfs 495M 0 495M 0% /sys/fs/cgroup
/dev/xvda1 190M 166M 15M 93% /boot
tmpfs 99M 0 99M 0% /run/user/1000
tmpfs 99M 0 99M 0% /run/user/0
It's short but there's enough...
__________________
SOBgaming is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 02-06-2017 , 17:36   Re: [CentOS] Error! App '740' state is 0x202 after update job.
Reply With Quote #4

Clear out some space, try again, and let us know how it works!
__________________
sneaK is offline
SOBgaming
Senior Member
Join Date: Jul 2015
Old 02-06-2017 , 17:58   Re: [CentOS] Error! App '740' state is 0x202 after update job.
Reply With Quote #5

Quote:
Originally Posted by blackhawk74 View Post
Clear out some space, try again, and let us know how it works!
Still getting the same error
And srcds_run disapeared again... Very weird.

Quote:
Filesystem Size Used Avail Use% Mounted on
/dev/xvda2 99G 43G 51G 46% /
devtmpfs 486M 0 486M 0% /dev
tmpfs 495M 1.0M 494M 1% /dev/shm
tmpfs 495M 13M 482M 3% /run
tmpfs 495M 0 495M 0% /sys/fs/cgroup
/dev/xvda1 190M 166M 15M 93% /boot
tmpfs 99M 0 99M 0% /run/user/1000
tmpfs 99M 0 99M 0% /run/user/0
__________________
SOBgaming is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 02-06-2017 , 18:06   Re: [CentOS] Error! App '740' state is 0x202 after update job.
Reply With Quote #6

It may be a CentOS issue, I've run into something similiar before and have not since switch back and stayed on Debian.
That may be a deal breaker for you. If you already have one server installed, just do a cp -R of that server and you're good to go.
Maxximou5 is offline
SOBgaming
Senior Member
Join Date: Jul 2015
Old 02-06-2017 , 18:28   Re: [CentOS] Error! App '740' state is 0x202 after update job.
Reply With Quote #7

Quote:
Originally Posted by Maxximou5 View Post
It may be a CentOS issue, I've run into something similiar before and have not since switch back and stayed on Debian.
That may be a deal breaker for you. If you already have one server installed, just do a cp -R of that server and you're good to go.
No idea how it could be fixed without doing that?
__________________
SOBgaming is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 02-06-2017 , 18:31   Re: [CentOS] Error! App '740' state is 0x202 after update job.
Reply With Quote #8

Doing which part exactly? The switching to Debian or copying the server?
You could always setup a server and upload, create it on another server and transfer it over.
Not exactly sure why this error is occurring, as it tends be related to disk space but since that isnt the case... Weird.
I would check the permissions once again for the folders, user access, and making sure it's not run as root.
  • Make sure you're not running it as ROOT
  • You've created a new user that isn't shell restricted
  • You have enough space on the disk
  • You've rebooted the server since your last try

Last edited by Maxximou5; 02-06-2017 at 19:13.
Maxximou5 is offline
SOBgaming
Senior Member
Join Date: Jul 2015
Old 02-06-2017 , 19:15   Re: [CentOS] Error! App '740' state is 0x202 after update job.
Reply With Quote #9

Quote:
Originally Posted by Maxximou5 View Post
Doing which part exactly? The switching to Debian or copying the server?
You could always setup a server and upload, create it on another server and transfer it over.
Not exactly sure why this error is occurring, as it tends be related to disk space but since that isnt the case... Weird.
I would check the permissions once again for the folders, user access, and making sure it's not run as root.
  • Make sure you're not running it as ROOT
  • You've created a new user that isn't shell restricted
  • You have enough space on the disk
  • You've rebooted the server since your last try
Yup did all of the above, tried both with and without root, chmod'd everything, made a bunch of space, rebooted, the user shouldn't be shell restricted (how to verify?) and they say the drive should have no issues.
__________________
SOBgaming is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 02-06-2017 , 19:19   Re: [CentOS] Error! App '740' state is 0x202 after update job.
Reply With Quote #10

All the threads and pages I've looked into result in it being solved by one of those checks.
This is truly bizarre, I might be missing something simple, but really have no ideas left beyond moving to another distro.
Have you tried doing this with LGSM?
Maxximou5 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:03.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode