Posts: 1
Threads: 0
Joined: Feb 2008
Reputation:
0
Question: I get this error when starting the server
Any one know wats wrong here? :
Checking/Installing 'Source Dedicated Server Linux' version 90
HLDS installation up to date
Console initialized.
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
maxplayers set to 16
RCON Server bind failed (Address already in use)
Network: IP unknown, mode MP, dedicated Yes, ports 27016 SV / 27006 CL
Executing dedicated server config file
Incorrect price blob version! Update your server!
ERROR: mp_dynamicpricing set to 1 but couldn't download the price list!
Error: Material "sprites/bubble" : proxy "AnimatedTexture" not found!
Section [Scenes]: 0 resources total 0 bytes, 0.00 % of limit (2.10 MB)
net.cpp (960) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cSendBufSize <= iVal
net.cpp (968) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cRecvBufSize <= iVal
exec server.cfg: file size larger than 20MB.
i think i might have blown it sumwhere lol
also im a n00b, i use a diff computer for my steam account. how do i know which is my server?/ how do i edit the name nd stuff
Posts: 2
Threads: 0
Joined: Oct 2008
Reputation:
0
just some noob here trying to install in ubuntu, when ever I try to do "./hldsupdatetool.bin" I get command not found. I blame my lack of sleep personally.
Posts: 1,006
Threads: 65
Joined: Feb 2008
Reputation:
14
Yes I would also be intrested in such a guide
LeGionKeiN Wrote:We'd be greatfully appreceate if there was a DoD:S Dedicated Server installation tutorial under linux. If needed I could translate it into russia and place it on my clan home-site, youre author rights would be reserved.
Jim
CEO
Co-Founder
Veloci Servers
¤ø„¸¨°º¤ø„¸ ¸„ø¤º°¨¸„ø¤º°¨
¨°º¤ø„¸ Hardstyle ¸„ø¤º°¨
¸„ø¤º°¨ Q Dance ``°º¤øFrom Ireland
Posts: 841
Threads: 58
Joined: Jul 2007
Reputation:
7
midnitte did you chmod your bin so you can excute it (chmod +x hldsupdatetool.bin) and make sure your in the directory that its in
Posts: 2
Threads: 0
Joined: Oct 2008
Reputation:
0
Yes, though it ends up just being something like:
directoryblahblahblah: chmod +x hldsupdatetool.bin (then I press enter)
directoryblahblahblah:
So I have no clue if it actually did apply or not.
Posts: 3
Threads: 0
Joined: Feb 2009
Reputation:
0
Hi, does it matter what directory it is installed in (ie i have installed mine in my 'home' area) - i am using ubunto and it is my first experience with linux... it installed fine first time although the cstrike, and bin and hl2 folders are locked so i cannot put a server config file in there!
many thanks
Wo0
Posts: 2
Threads: 1
Joined: Sep 2009
Reputation:
0
whats the best command line to start the server.. I allways keep a terminal open connected to the box so i can watch the console.
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
run it inside a screen session (run "man screen" for details)
Posts: 143
Threads: 0
Joined: Dec 2008
Reputation:
2
screen -AmdS <alias> <command to run>
<alias> is an arbitrary name for the screen session. Not neccesary, but helpful if you are running more than one server. If you don't use it, leave off the 'S' option.
i.e.
screen -AmdS tf2server_1 ./srcds_run +map cp_dustbowl +ip 1.1.1.1 +port 27015 -autoupdate +max_players 24 -pidfile /var/run/srcds/tf2server-game.pid"