AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   [CentOS] Error! App '740' state is 0x202 after update job. (https://forums.alliedmods.net/showthread.php?t=293667)

SOBgaming 02-06-2017 16:35

[CentOS] Error! App '740' state is 0x202 after update job.
 
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 / 6540282208)
Error! App '740' state is 0x602 after update job.


Maxximou5 02-06-2017 17:30

Re: [CentOS] Error! App '740' state is 0x202 after update job.
 
This is typically a symptom of a full disk.
Do a df -H and see what the disk space is.

SOBgaming 02-06-2017 17:34

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

Originally Posted by Maxximou5 (Post 2493470)
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...

sneaK 02-06-2017 17:36

Re: [CentOS] Error! App '740' state is 0x202 after update job.
 
Clear out some space, try again, and let us know how it works!

SOBgaming 02-06-2017 17:58

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

Originally Posted by blackhawk74 (Post 2493475)
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

Maxximou5 02-06-2017 18:06

Re: [CentOS] Error! App '740' state is 0x202 after update job.
 
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.

SOBgaming 02-06-2017 18:28

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

Originally Posted by Maxximou5 (Post 2493483)
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?

Maxximou5 02-06-2017 18:31

Re: [CentOS] Error! App '740' state is 0x202 after update job.
 
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

SOBgaming 02-06-2017 19:15

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

Originally Posted by Maxximou5 (Post 2493495)
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.

Maxximou5 02-06-2017 19:19

Re: [CentOS] Error! App '740' state is 0x202 after update job.
 
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?


All times are GMT -4. The time now is 17:37.

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