On Sat, 3 Apr 2010, Graeme Dargie wrote:
> Hello, > > When I installed linux-steam it auto installed the linux base (at least from > what I could tell as it flashed past) > > >From pkg_info > linux-steam-1.1 Half Life and Source dedicated server using steam > linux_base-f10-10_2 Base set of packages needed in Linux mode for i386/amd64 > (L > > I think that is the info you wanted to know > > Regards > Graeme Hi! I run gentoo as a linux base. $ cat /compat/linux/etc/gentoo-release Gentoo Base System release 1.12.11.1 And I dont install the steam binary from ports. I dont see any reason of doing it since its basically just one binary. $ cd /games/ $ mkdir cs-t $ cd cs-t $ fetch http://storefront.steampowered.com/download/hldsupdatetool.bin $ chmod +x hldsupdatetool.bin $ ./hldsupdatetool.bin $ rm hldsupdatetool.bin $ ./steam $ ./steam -command update -game cstrike -dir . I believe you need to run the hlds_i686 binary instead of hlds_amd. This due that the linux_base is x86 and not amd/x64. $ ./hlds_run -game cstrike -binary ./hlds_i686 +map de_dust2 Auto-restarting the server on crash Unable to open tty(/dev/tty) for output Console initialized. scandir failed:/games/cs-t/./valve/SAVE scandir failed:/games/cs-t/./platform/SAVE Protocol version 48 Exe version 1.1.2.6/Stdio (cstrike) Exe build: 16:56:12 Mar 8 2010 (4883) STEAM Auth Server couldn't exec language.cfg Server IP address scandir failed:/games/cs-t/./valve/SAVE scandir failed:/games/cs-t/./platform/SAVE [S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway. couldn't exec listip.cfg couldn't exec banned.cfg scandir failed:/games/cs-t/./valve/SAVE scandir failed:/games/cs-t/./platform/SAVE [S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway. Connection to Steam servers successful. VAC secure mode is activated. quit Sat Apr 3 11:05:35 CEST 2010: Server Quit $ _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

