Posts: 1
	Threads: 0
	Joined: Dec 2007
	
Reputation: 
0
	 
 
	
	
		can someone please help me im trying to compile a TF2 server on my linux box every time i try to create an account for the server it keeps going back to wanting an account meaning its not being created or when i try to update to install the server i get this 
/home/TF2/Value/HLServer/hlds_l# ./steam -command update -game "tf"
Checking bootstrapper version ...
Use:
 Create a Steam Account:
        -create <username> <password> <question> <answer>
 Install or update HLDS:
        -update <game> <installdir> <username> [<password> [Y]]
         Y => remember password
 View installed versions:
        -version
can someone please help me and tell me what i may be doing wrong 
thankyou in advance
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 13
	Threads: 1
	Joined: Mar 2008
	
Reputation: 
0
	 
 
	
	
		for some reason the command needs to be run from the orangebox directory... if you execute it from any other directory it will give you that message.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1
	Threads: 0
	Joined: Mar 2008
	
Reputation: 
0
	 
 
	
		
		
		03-14-2008, 02:50 AM 
(This post was last modified: 03-14-2008, 02:51 AM by nlong.)
	
	 
	
		It looks like there is a new beta build that addresses the "bad bone weights"  and other errors due to having a non-SSE2, non-FCMOV, etc processor.  Specifically AMD procs, but this worked perfectly on my dual p3 server. 
./steam -command update -game tf -beta tf20312
-This is my first post, so I'm not sure how things work around here, but this may be worthy of a sticky!
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1
	Threads: 0
	Joined: Apr 2008
	
Reputation: 
0
	 
 
	
		
		
		04-22-2008, 05:08 AM 
(This post was last modified: 04-22-2008, 05:24 AM by Pr0ximaCentauri.)
	
	 
	
		Anyone help with this?
I did a -verify_all and it seems to hate me still. This is a newer supermicro 1u setup with a c2d e6420 cpu with freebsd 6.22
root@diablo# ./srcds_run -console -game tf -port 27015  +map ctf_2fort +maxplayers 24
Auto detecting CPU
Using SSE2 Optimised binary.
Server will auto-restart if there is a crash.
Unable to determine CPU Frequency
Mon Apr 21 15:01:11 EDT 2008: Server Quit
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 4
	Threads: 0
	Joined: Jul 2008
	
Reputation: 
0
	 
 
	
	
		good tutorial here, i just got mine up lol, didn't really need too much help cuz i've done this with CSS and it was basically the same
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1
	Threads: 0
	Joined: Aug 2008
	
Reputation: 
0
	 
 
	
		
		
		08-14-2008, 03:17 AM 
(This post was last modified: 08-14-2008, 03:18 AM by Cisc0Kid.)
	
	 
	
		Sooo....I got the server up and running looking fine. I wanted to stop it and test a start script, only to get an error upon restarting (with -debug).
I keep getting the following error in debug log and server will not completely init.
"cat: hlds.5322.pid: No such file or directory"
A "ps -waux" shows 5322 as the server PID
root 5322 5133 0 11:50 pts/1 00:00:00 /bin/sh /tf2/orangebox/srcdcs_run -console -debug -game tf +ip 10.15.15.69 -port 27005 +maxplayers 24 +map ctf_2fort
Shouldn't this hlds.#.pid file be created automatically?