View Single Post
Author Message
miXXed
Member
Join Date: Sep 2015
Old 05-04-2022 , 22:21   server still needs to be updated after validating
Reply With Quote #1

EDIT:
Code:
I used another dedicated server to test if I had the same problem.
there it works without problems. after a fresh install there is no error message that the server needs to be updated to get the latest version.
So then removing the steamcmd via purge command is not enough or completely deleting/reinstalling the steamcmd

there has to be a cache somewhere that I also have to delete?

Of course, a new installation from the server would fix the problem in this case. but that can not be the first solution. because several game servers as well as websites and databases are installed.

csgo is an example
my steamcmd is in /home/csgo/steamcmd located 
adduser csgo --home /home/csgo
su csgo
cd /home/csgo/steamcmd
./steamcmd.sh 
etc.

this all confirms that steamcmd cache is being generated somewhere and this must be bugged and must be cleared in order to successfully reinstall steamcmd. Otherwise I keep loading steamcmd from the cache area and will not get any further with my problem.
____________________________________________

I would have never thought in my life that I would have to ask one of the dumbest questions here after I have already reinstalled / installed / updated a server so many times...

OS: Debian GNU/Linux 10 (buster) x86_64
Kernel: 4.19.0-18-amd64

long story short:

Code:
rm -r /home/myserver
Code:
./steamcmd.sh
force_install_dir /home/myserver
login anonymous
app_update 295230 validate
Code:
Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
 Update state (0x11) preallocating, progress: 13.79 (407085592 / 2951191029)
 Update state (0x61) downloading, progress: 2.27 (67085682 / 2951191029)
 Update state (0x61) downloading, progress: 15.82 (466969223 / 2951191029)
 Update state (0x61) downloading, progress: 26.68 (787427160 / 2951191029)
 Update state (0x61) downloading, progress: 37.99 (1121212924 / 2951191029)
 Update state (0x61) downloading, progress: 51.20 (1510880841 / 2951191029)
 Update state (0x61) downloading, progress: 65.23 (1925015308 / 2951191029)
 Update state (0x61) downloading, progress: 79.63 (2350144018 / 2951191029)
 Update state (0x61) downloading, progress: 100.00 (2951191029 / 2951191029)
 Update state (0x61) downloading, progress: 100.00 (2951191029 / 2951191029)
 Update state (0x61) downloading, progress: 100.00 (2951191029 / 2951191029)
 Update state (0x61) downloading, progress: 100.00 (2951191029 / 2951191029)
 Update state (0x81) verifying update, progress: 24.17 (713159075 / 2951191029)
 Update state (0x81) verifying update, progress: 51.65 (1524228399 / 2951191029)
 Update state (0x81) verifying update, progress: 78.76 (2324472858 / 2951191029)
 Update state (0x81) verifying update, progress: 96.86 (2858458523 / 2951191029)
 Update state (0x81) verifying update, progress: 96.86 (2858458523 / 2951191029)
 Update state (0x81) verifying update, progress: 96.86 (2858458523 / 2951191029)
 Update state (0x81) verifying update, progress: 96.86 (2858458523 / 2951191029)
 Update state (0x81) verifying update, progress: 96.86 (2858458523 / 2951191029)
 Update state (0x81) verifying update, progress: 96.86 (2858458523 / 2951191029)
 Update state (0x81) verifying update, progress: 96.86 (2858458523 / 2951191029)
 Update state (0x81) verifying update, progress: 96.86 (2858458523 / 2951191029)
 Update state (0x81) verifying update, progress: 96.86 (2858458523 / 2951191029)
 Update state (0x81) verifying update, progress: 97.60 (2880408267 / 2951191029)
Success! App '295230' fully installed.
Error:
Code:
MasterRequestRestart
Your server needs to be restarted in order to receive the latest update.
Your server needs to be restarted in order to receive the latest update.
i made sure that the server is shutted down before i tried to update the server.
after suscessfully fresh install
i tried to run the server but it says still it needs to be updated.
sourcemod is not installed.

i also tried to purge steamcmd with following command & afterwards i installed steamcmd once again trough the steamcmd official steam page and still didnt worked for me :/
Code:
apt-get purge steamcmd
sorry for my bad english hope someone can help me.

Last edited by miXXed; 05-17-2022 at 18:53. Reason: Merged after bumps/multi posting rather than thread editing
miXXed is offline