PDA

View Full Version : what should be in my srcds_1 dir?


MCFuryNZ
12-27-2004, 08:30 AM
I ran the update again and it went through and checked everything in my srcds_1 dir, but i still think i'm missing something? srcds_run, etc should be there too, correct?

I have in my srcds_1 dir:
cstrike
hl2
InstallRecord.blob
reslists
steam

Could somebody possibly send me my missing files, or tell me why they aren't downloading when i run the update command and it goes through and verifies files, etc (seems like its working)...

So obviously the server won't start because I don't have the srcds files....

Seems like the same problem as the guy here:

http://server.counter-strike.net/forums/printthread.php?threadid=33999

Also, is my folder supposed to be friggen 2.5 gigs? That took like 8 hours for my server to download....

Thanks!!!

MCFuryNZ
12-27-2004, 11:12 AM
Ok, well I deleted my ClientRegistry.blob and ran the update, and now i've got all the files I need... but the server still wont run.


Running the update says my HLDS installation is up to date.

Wasn't the latest steam srcds update supposed to make it work with older Glibc versions?

MCFuryNZ
12-27-2004, 11:35 AM
I know my Glibc version isn't up to what's reccomended, and i get this error:

Autodetecting CPU
Using SSE2 Optimised binary.
Auto-restarting server on crash
Mon Dec 27 13:25:46 EST 2004: Server Quit

MCFuryNZ
12-27-2004, 12:35 PM
Mon Dec 27 14:22:25 EST 2004: Server restart in 10 seconds
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
Logging in as '*****'
Login has expired, use password
Mon Dec 27 14:22:35 EST 2004: Steam Update failed, ignoring.
Mon Dec 27 14:22:36 EST 2004: Server restart in 10 seconds
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
Logging in as '******'
Login has expired, use password
Mon Dec 27 14:22:46 EST 2004: Steam Update failed, ignoring.
Mon Dec 27 14:22:46 EST 2004: Server restart in 10 seconds


I have no idea what to do....

using:
./srcds_run -console -game cstrike +map de_dust +maxplayers 12 -debug


And if I stick my username and password on the command line, i get

Autodetecting CPU
Using SSE2 Optimised binary.
Auto-restarting server on crash
Mon Dec 27 13:25:46 EST 2004: Server Quit

Skunk0001
12-27-2004, 03:35 PM
Waht version of glibc do you have?

MCFuryNZ
12-27-2004, 04:34 PM
2.2.4-32.17


Would all of these errors and messages and failures be because of this older version?


Thanks

rusty4x4
12-27-2004, 05:22 PM
The Forums at www.srcds.com might be able to help. They are geared towards Dedicated Server issues.

MCFuryNZ
12-27-2004, 07:06 PM
Is anybody certain that an older version of Glibc will interfere with starting the server?


Thanks

MCFuryNZ
12-27-2004, 09:49 PM
I put the dedicated server stuff on a laptop running glib 2.3.2 and everything appears better....except:

./srcds_run -game cstrike -port 27015 -debug +maxplayers 12 +map cs_office -username **** -password *****
Auto detecting CPU
Using default binary.
Enabling debug mode
./srcds_run: line 1: gdb: command not found
Please install gdb first.
goto http://www.gnu.org/software/gdb/
Auto-restarting the server on crash

Console initialized.
Network: IP 255.255.255.255, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Attempted to create unknown entity type event_queue_saveload_proxy!
Game .dll loaded for "Counter-Strike: Source"
maxplayers set to 12
Executing dedicated server config file
The Navigation Mesh was built using a different version of this map.
WARNING: Cannot access bot phrase database 'BotChatter.db'
Server logging enabled.
Server logging data to file logs/L1228000.log
L 12/28/2004 - 00:00:11: Log file started (file "logs/L1228000.log") (game "/nfs/cstrike") (version "2230")
Unknown command "mp_logfile"
Unknown command "log_level"
Unknown command "sv_voicequality"
Can't use cheat cvars in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvars in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvars in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvars in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvars in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvars in multiplayer, unless the server has sv_cheats set to 1.
L 12/28/2004 - 00:00:11: server_cvar: "sv_accelerate" "10"
L 12/28/2004 - 00:00:11: server_cvar: "sv_specaccelerate" "3"

According to steam and gametiger, the server isn't up, although there is a process running taking ~33% of the CPU up (srcds_i486 blah blah stuff)

When i add the +ip stuff, it doesnt go that far... just said unable to do something with a UDP port and IP address unable to be set or something like that, and it retries every 10 seconds.


Thanks for the help guys, just gotta get past this last bit.

rusty4x4
12-28-2004, 08:16 PM
Forget the +IP or -IP, I don't think it works at the moment.

Seeing the 255.255.255.255 values for the IP address is strange, so go to your /etc/hosts file and set your local (not internet) IP address as follows:

192.168.0.X localhost

This presumes you have 192.168.0.X and port 27015 port-forwarded through your router.

As for finding your game in the Steam browser, I've had mixed results with 2 types of routers I've used. One (D-Link DI-604) showed the LAN and net game listed, the other (NetGear RP-614) only shows the LAN game, but the net game *is* seen by internet players. One router may be more permissive than the other, I guess.

Hope this helps.

MCFuryNZ
12-28-2004, 10:58 PM
Ok thanks for the help rusty.... i managed to get it working under my own power pretty much, after that last update by me, i forwarded more ports (ive got like 5 ports forwarded now because some srcds setup guide said so)....

Too bad the server is currently running under 300mhz of pure pentium 2 fury and 192mb ram.


Lastly, i'm having a problem with admin stuff. I'm using SAP, where i put admin_users into the server.cfg. When i first start the server, everything works properly, but when i change maps, the admins are no longer recognized, as if server.cfg did not reload properly after the map change.


Any ideas?

Thanks

rusty4x4
12-29-2004, 03:22 PM
Glad to help, but I'm afraid SAP is new to me too. Also, I'm not sure I'm ready to adopt a 3rd party server manager yet, considering what Steam tends to do to 3rd party apps, server-side or otherwise.

The only thread I could find from the SAP site regarding admin levels is here...

http://www.thelostsite.co.uk/Admin_Text.html

But I'm sure you've probably seen that. One other thing, I keep server.cfg in 2 places: under the cfg directory and the game level directory (e.g., cstrike). Maybe that will help ensure server.cfg is loaded correctly. Worth a try.

MCFuryNZ
12-29-2004, 03:23 PM
Ah, i'll definitely give that a try, within the next few minutes.