> Yes, > autoupdate has always been like that > Indeed it has. Among the main reasons I started using nemrun to update with.
I got nemrun working with CS:GO by editing what it uses as the steam command to update with to call the little update script I wrote instead. Works perfectly - nemrun was already checking with the steam API (as of 1.8.5 I believe) to see if it would report server is out of date. So I have one update daemon running, which takes down all of the CS:GO servers when a mandatory update is released and "locks" them down until the update completes successfully (except it's using the new SteamCmd instead of the old hsdsupdatetool/steam stuff). all the servers are running out of the same install dir with different server/gamemode cfg files defined on the cmdline, so I only have to pull the update in once, and when its done, they all come back up at the same time. Of course, I'm still sort of gritting my teeth and crossing my fingers a bit, remembering how much fun I had in times past due to 104 Connection Reset By Peer RST's from the content server, missing steam.inf files in updates, etc. None of which were nemrun's fault. But the 'validate' seems to be a LOT faster with the new update toolchain than it was with the older stuff. > Il 24/08/2012 00:38, Nick Emson ha scritto: >> My linux server has picked up the notification and is sat there with the >> message: >> MasterRequestRestart >> Your server will be restarted on map change. >> >> So, until a lobby connects and changes level it wont patch...? 2 obvious >> flaws with that logic: >> 1/ Guess the matchmaking system isn't going to throw anyone to my >> server being out-of-date >> 2/ If anone does join (browser?) then they are going to get harshly >> disconnected as they server goes to patch itself >> >> This the same behaviour for others? >> >> - Nick >> >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of >> Server.it >> - Zelatech srl >> Sent: 23 August 2012 23:33 >> To: [email protected] >> Subject: Re: [Csgo_servers] CSGO update 1.17.5.1 >> >> Auto-update not working in cmline on windows but working manually, does >> this >> is supposed to work only on linux os? >> >> This is really annoying... >> >> >> _______________________________________________ >> Csgo_servers mailing list >> [email protected] >> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers > > _______________________________________________ > Csgo_servers mailing list > [email protected] > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers _______________________________________________ Csgo_servers mailing list [email protected] https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
