View Single Post
marcintojatak
BANNED
Join Date: Sep 2010
Location: PL
Old 11-01-2013 , 14:14   Re: linux server problems not updating
Reply With Quote #9

Quote:
Originally Posted by RedDevil6193 View Post
Yes all of our tf2 servers wont update, any fix yet?


Code:
[root@master .steamcmd]# ./steamcmd.sh
Redirecting stderr to '/root/Steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading steamclient.so (the Steam client is a 32-bit app).
what you got os 64 bit or 32 maybe add 32 library

this is for debian 7

dpkg --add-architecture i386
apt-get update
apt-get install ia32-libs

or

dpkg --add-architecture i386
apt-get update
apt-get install libc6-i386 lib32gcc1

https://developer.valvesoftware.com/wiki/SteamCMD
check on end of site

Last edited by marcintojatak; 11-01-2013 at 14:15.
marcintojatak is offline