SRCDS Steam group


Server will start, but doesn't show.
#1
Hello.

I have a dedicated server in France and I'm living in Denmark, so i dont have physical contact with the server or any form of "screen, vnc kinda thing" i ONLY have SSH and FTP access. Its a Linux Ubuntu.

Now. I been trying to run a dedicated source server on it, by using this guide "http://www.cstrike-planet.com/tutorial/1-Linux-Install-CS-Source/5"

My problem is, when i run the code
Code:
./srcds_run -game cstrike -autoupdate +maxplayers 32 +map de_dust

I get the following message
Code:
Network: IP 176.31.99.197, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file server.cfg
Initializing Steam libraries for secure Internet server
Failed to load Steam Service
ServiceStart: failed to start
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
'server.cfg' not present; not executing.
Connection to Steam servers successful.
   Public IP is 176.31.99.197.
Assigned anonymous gameserver Steam ID [A-1:3455016962(2926)].
VAC secure mode is activated.

It looks like it should run, but i can't find anything on server lists.

Hopefully you guys can help me!
Reply
#2
well, what a douche who wrote that guide.(or well, it at least seems wrong in my eyes!)
anyway try this startupline:
Code:
-console -game cstrike -autoupdate +map de_dust2 -maxplayers XX +ip 0.0.0.0

the +ip is just because RCON seems to bug on some servers if you dont do +ip 0.0.0.0

Can you connect to the server though lan? if so, try to write sv_lan 0 and to make a server.cfg wouldnt be a bad idea either.

anyway, i dont have time to check everything though so please say if it dosnt work.
Reply
#3
That didn't work.

I get this. pretty much the same as before.
Code:
Network: IP 0.0.0.0, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file server.cfg
Initializing Steam libraries for secure Internet server
Failed to load Steam Service
ServiceStart: failed to start
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
'banned_user.cfg' not present; not executing.
'banned_ip.cfg' not present; not executing.
Connection to Steam servers successful.
   Public IP is 176.31.99.197.
Assigned anonymous gameserver Steam ID [A-1:3780341760(2926)].
VAC secure mode is activated.

I can't come in through LAN since I'm not on the same network as my server.
Reply
#4
You tried my line twice and remembered to put sv_lan 0 in the console afterwards?, because that startup you made there failed. you dont get any IP and it says failed to load steam. Not the same as before at all!

~Fdmu
Reply
#5
Take a look again. Its the same. Says "failed to load steam service" both places.

The only thing different is that i made a CFG
Reply
#6
Pazquee did you add sv_lan 0 to the server configuration and does your server run off a vps or a home computer? I had this similar problem and I had to add the sv_lan 0 and sv_region 0 to my server config to get the server on the list.

Also when starting up a server you want to specify a port at times like this. The start up we use for our servers is the following;
Code:
./srcds_run -console -game cstrike -port 27015 +map de_dust2 +maxplayers 32 -tickrate 66

If you run your servers using a screen then use the following command;
Code:
screen ./srcds_run -console -game cstrike -port 27015 +map de_dust2 +maxplayers 32 -tickrate 66

Could you also copy and paste the contents of your server configuration for your counter-strike server in here.
Reply
#7
That didn't work either.

Code:
// server name
hostname "Server Name"

// rcon passsword
rcon_password "0"

// Server password
sv_password "0"

// server cvars

mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 0
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
sv_timeout 25

// round specific cvars
mp_freezetime 6
mp_roundtime 5
mp_startmoney 800
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5

// bandwidth rates/settings
sv_minrate 0
sv_maxrate 0
decalfrequency 10
sv_maxupdaterate 60
sv_minupdaterate 10

// server logging
log off
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0

// operation
sv_lan 0
sv_region 0

// execute ban files
exec banned_user.cfg
exec banned_ip.cfg

Thats my CFG. Im running it on a VPS.
Reply
#8
Could you start the server with the server.cfg in your cstrike/cfg folder and copy and paste the entire console to us. I want to see the errors that appear with the configuration inside the folder.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)