• Updating garrys mod linux?
    4 replies, posted
As you know since the new update, servers that aren't updated get the error: "Invalid Steam key size." I have updated my servers, but they still give me the same error? I have restarted them lots of times too. I have used the following commands to update them: [code]root@server [/home/gmod/srcds]# ./steam -command update -game garrysmod -dir . Checking bootstrapper version ... removing stale semaphore last operated on by process 9877 with name 0eBlobRegistryMutex_07692C9F0DCCAB9B49E0AA2095A1952C removing stale semaphore last operated on by process 9877 with name 0eBlobRegistrySignal_07692C9F0DCCAB9B49E0AA2095A1952C Updating Installation removing stale semaphore last operated on by process 9877 with name 0eBlobRegistryMutex_6B53E6F8EFF3CFA80894AD1DCF60FC87 removing stale semaphore last operated on by process 9877 with name 0eBlobRegistrySignal_6B53E6F8EFF3CFA80894AD1DCF60FC87 Checking/Installing 'Base Source Shared Materials' version 8 Checking/Installing 'Base Source Shared Models' version 4 Checking/Installing 'Base Source Shared Sounds' version 4 Checking/Installing 'GarrysMod Content' version 86 HLDS installation up to date [/code] [code]root@server [/home/gmod/srcds]# ./steam -command update -game orangebox -dir . Checking bootstrapper version ... Updating Installation Checking/Installing 'Team Fortress 2 Linux Dedicated Server' version 54 Checking/Installing 'Source 2007 Shared Materials' version 5 Checking/Installing 'Source 2007 Shared Models' version 0 Checking/Installing 'Source 2007 Shared Sounds' version 0 Checking/Installing 'Base Source Shared Materials' version 8 Checking/Installing 'Base Source Shared Models' version 4 Checking/Installing 'Base Source Shared Sounds' version 4 HLDS installation up to date[/code] [code]root@server [/home/gmod/srcds]# ./steam Checking bootstrapper version ... Use: steam -command <command> [parameters] [flags] Commands: update: Install or update HLDS parameters: -game <game> - Game name: use 'list' to see available games -dir <installdir> - HLDS Install dir (if dir not specified, will use value from last run of tool) flags: -verify_all - Verify all HLDS files are up to date -retry - Automatically retry every 30 seconds if the Steam Network is busy -remember_password - Remember password (if a username is supplied) For example: steam -command update -game cstrike -dir /hlds version: View installed versions list: View available games Optional parameters for all commands: -username <username> - Steam account username (only needed to access limited content) -password <password> - Steam account password (only needed to access limited content) [/code] And I have even downloaded hldsupdatetool.bin again and installed steam again. (Using [url]http://www.steampowered.com/download/hldsupdatetool.bin[/url]) [code]root@server [/home/gmod/srcds]# ./steam Checking bootstrapper version ... Getting version 39 of Steam HLDS Update Tool Downloading. . . . . . . . . . . . Steam Linux Client updated, please retry the command[/code] And yet, after killing the servers process, then starting it again, it still gives me the "Invalid Steam key size." error? I am starting the server using the following commands: [code]root@server [/home/gmod/srcds]# cd orangebox root@server [/home/gmod/srcds/orangebox]# ./startgmod.sh[/code] And inside startgmod.sh is: [code]#!/bin/bash echo "Starting up Garry's Mod 10 server." sleep 5 screen -A -m -d -S gm10server ./srcds_run -console -game "garrysmod" +maxplayers 15 +map gm_flatgrass -autoupdate echo "Started. Type screen -x to resume!"[/code] Could somebody please help?
bump
The linux binaries are not updated and you cannot update them currently.
Ah, that suckss, so everybody with a garrys mod server on linux has to wait for the binaries to be updated? Do you know how they will tell us when they get updated? Thanks.
Check this thread : [url]http://www.facepunch.com/showthread.php?t=933697[/url]
Sorry, you need to Log In to post a reply to this thread.