AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Update state (0x0) : Timed out waiting for update to start, bailing. (https://forums.alliedmods.net/showthread.php?t=314291)

Garlicvideos 02-12-2019 10:17

Update state (0x0) : Timed out waiting for update to start, bailing.
 
yo guys would you know why my csgo server won't update?
it gives

Quote:

Update state (0x0) : Timed out waiting for update to start, bailing.
Error! App '740' state is 0x202 after update job.
when i do app_update 740
disk has 22GB of free space
firewalls seem fine because downloading a new server to a different directory on the same disk works

Might be worth adding that the previous CSGO server update worked perfectly fine

TrappaTroopa 02-12-2019 14:24

Re: Update state (0x0) : Timed out waiting for update to start, bailing.
 
Quote:

Originally Posted by Garlicvideos (Post 2639319)
yo guys would you know why my csgo server won't update?
it gives

when i do app_update 740
disk has 22GB of free space
firewalls seem fine because downloading a new server to a different directory on the same disk works

Might be worth adding that the previous CSGO server update worked perfectly fine

Make sure you are not accidentally installing to the wrong drive or directory. If you are doing this via an automatic update script like I am then double check the commands/directory in that script. Maybe post the script here.
Post the output of:
Code:

$df -h
I am not doubting you. Just for verification purposes.

Garlicvideos 02-13-2019 02:41

Re: Update state (0x0) : Timed out waiting for update to start, bailing.
 
Quote:

Originally Posted by TrappaTroopa (Post 2639350)
Make sure you are not accidentally installing to the wrong drive or directory. If you are doing this via an automatic update script like I am then double check the commands/directory in that script. Maybe post the script here.
Post the output of:
Code:

$df -h
I am not doubting you. Just for verification purposes.

Here ya go

PHP Code:

Filesystem      Size  Used Avail Use% Mounted on
udev            2.0G     0  2.0G   0
% /dev
tmpfs           396M   41M  356M  11
% /run
/dev/vda1        25G  2.6G   22G  11% /
tmpfs           2.0G     0  2.0G   0% /dev/shm
tmpfs           5.0M     0  5.0M   0
% /run/lock
tmpfs           2.0G     0  2.0G   0
% /sys/fs/cgroup
/dev/sda         40G   18G   20G  47% /mnt/jailbreak_server
/dev/vda15      105M  3.6M  101M   4% /boot/efi
tmpfs           396M     0  396M   0
% /run/user/


micazoid 02-13-2019 08:01

Re: Update state (0x0) : Timed out waiting for update to start, bailing.
 
Are you the owner of the directory? Did you run steamcmd as root last time it worked and now it does not work because you are not the owner of the directory and have not the privileges to edit the directory?


All times are GMT -4. The time now is 14:01.

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