OK guys, im seeing this error everywhere but no answers...
Here is the basic info you are asking for,
Distro Fedora Core 6: 2.6.18-1.2798.fc6
gcc --version gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51)
ldd --version ldd (GNU libc) 2.5
Hardware
- Pentium 4 3.0Ghz
- 80GB Western Digital HDD
- 1024MB Corsair RAM (2x512Mb matched pair)
- Albatron Mobo
- Radeon 9800pro Graphics
Now there are a number of avenues I have taken to try and start the server. It is mainly to do with IP addresses:
Setting IP to public interface (
http://www.whatismyip.com +ip 203.46.66.xx)
./srcds_run -console -game cstrike -port 27015 +ip 203.46.66.xx -debug
Output
Console initialized.
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
WARNING: NNET_OpenSocket: bind: Cannot assign requested address
Couldn't allocate dedicated server UDP port
cat: hlds.15519.pid: No such file or directory
email debug.log to linux@valvesoftware.com
Sun Feb 25 23:10:17 EST 2007: Server restart in 10 seconds
loops
debug
----------------------------------------------
CRASH: Sun Feb 25 23:10:58 EST 2007
Start Line: ./srcds_i686 -console -game cstrike -port 27015 +ip 203.46.66.61 -debug
End of Source crash report
----------------------------------------------
When i try to assign a PRIVATE ip address for LAN use:
./srcds_run -console -game cstrike -port 27015 +ip 192.168.0.2 -debug
Auto detecting CPU
Using SSE2 Optimised binary.
Enabling debug mode
Auto-restarting the server on crash
Console initialized.
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
Network: IP 192.168.0.2, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Server stops here. i enter CTRL+C to abort
debug:
No Output
When I leave the IP address out altogether and use default 127.0.0.1 address
./srcds_run -console -game cstrike -debug
Auto detecting CPU
Using SSE2 Optimised binary.
Enabling debug mode
Auto-restarting the server on crash
Console initialized.
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
Network: IP 127.0.0.1, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Server stops here. i enter CTRL+C to abort
debug
No Output
This confused me this time around- it used to add master servers and would then lock up after VAC was initialised.
I really dont know where to go from here. I had to install a few things using yum to get where i am now - things like gcc, screen etc. But i really dont think its that causing the problem.
Any help is appreciated,
Thanks in advance
Franky