Od 2 dni staram się zainstalować serwer Counter Strike na Linuksie, wcześniej udało mi się to na Windowsie, na Linuksie instaluję pierwszy raz. Załączam tutaj cały kod z konsoli, wszystkie polecenia od początku instalacji - pobrania hldsupdatetool.bin
Kod: Zaznacz cały
bartosz@Turtle:~$ ls
Desktop NX Serwery Steam
bartosz@Turtle:~$ mkdir CS
bartosz@Turtle:~$ ls
CS Desktop NX Serwery Steam
bartosz@Turtle:~$ cd CS
bartosz@Turtle:~/CS$ wget http://storefront.steampowered.com/download/hldsupdatetool.bin
--2011-01-25 22:13:14-- http://storefront.steampowered.com/download/hldsupdatetool.bin
Translacja storefront.steampowered.com... 95.140.237.50, 95.140.225.38
??czenie si? z storefront.steampowered.com|95.140.237.50|:80... po??czono.
??danie HTTP wys?ano, oczekiwanie na odpowied?... 200 OK
D?ugo??: 3513408 (3,4M) [application/octet-stream]
Zapis do: `hldsupdatetool.bin'
100%[======================================>] 3.513.408 714K/s w 5,1s
2011-01-25 22:13:19 (669 KB/s) - zapisano `hldsupdatetool.bin' [3513408/3513408]
bartosz@Turtle:~/CS$ chmod +x ./hldsupdatetool.bin
bartosz@Turtle:~/CS$ ./hldsupdatetool.bin
STEAMTM SUBSCRIBER AGREEMENT
This Agreement is written only in the English language, which language will be controlling in all respects. All communications to be made or given pursuant to this Agreement will be in the English language, except as may be required under applicable law.
1. REGISTRATION AND ACTIVATION.
Steam is an online service (.Steam.) offered by Valve Corporation (.Valve.).
(LICENCJA....)
I hereby agree to be bound by the Agreement. I also acknowledge and agree that this Agreement (including the Subscription Terms, Steam Online Conduct rules and other Rules of Use, and Privacy Policy) is the complete and exclusive statement of the agreement between Valve and me, and that the Agreement supersedes any prior or contemporaneous agreement, or other communications, whether oral or written, between Valve and myself.
Enter 'yes' to accept this agreement, 'no' to decline: yes
extracting steam.tar.Z...done
bartosz@Turtle:~/CS$ ls
hldsupdatetool.bin readme.txt steam
bartosz@Turtle:~/CS$ chmod +x ./steam
bartosz@Turtle:~/CS$ ./steam
Checking bootstrapper version ...
Getting version 42 of Steam HLDS Update Tool
Downloading. . . . . . . . . . . .
Steam Linux Client updated, please retry the command
bartosz@Turtle:~/CS$ cd ~/
bartosz@Turtle:~$ mkdir hlds1
bartosz@Turtle:~$ ls
CS Desktop hlds1 NX Serwery Steam
bartosz@Turtle:~$ cd CS
bartosz@Turtle:~/CS$ ls
hldsupdatetool.bin readme.txt steam test1.so test2.so test3.so
bartosz@Turtle:~/CS$ ./steam -command update -game cstrike -dir ~/hlds1 -verify_all -retry
Checking bootstrapper version ...
Getting version 42 of Steam HLDS Update Tool
Bledna instrukcja (core dumped)
bartosz@Turtle:~/CS$ ./steam -command update -game cstrike -dir ~/hlds1
Checking bootstrapper version ...
removing stale semaphore last operated on by process 2892 with name 0eBlobRegistryMutex_1537800DA9AD557B181E8E8459BF66DB
removing stale semaphore last operated on by process 2892 with name 0eBlobRegistrySignal_1537800DA9AD557B181E8E8459BF66DB
Getting version 42 of Steam HLDS Update Tool
Bledna instrukcja (core dumped)
Kod: Zaznacz cały
./steam
Kod: Zaznacz cały
-command update -game cstrike -dir ~/hlds1
Serwer instaluję na własnym serwerze z Debianem Lenny. Dodam, że na koncie root wyświetla ten sam błąd. Wiem, nie należy instalować za dużo jako root ale zobaczyć czy się uda można.
Jeszcze raz proszę o pomoc.