Serverstart: Port unavailable

  • Hi Community,


    brauche mal euere Hilfe.
    Folgendes Problem:


    Ich will nen CSS - Server auf nen Port starten, Startbefehl:


    ./srcds_run -game cstrike +map fy_poolparty_texture_red -maxplayers 20 +port 27025 +tvport 27029 +ip 85.31.187.146


    Ausgabe:


    Auto detecting CPU
    Using default binary: ./srcds_linux
    Server will auto-restart if there is a crash.
    Running a benchmark to measure system clock frequency...
    Finished RDTSC test. To prevent the startup delay from this benchmark, set the environment variable RDTSC_FREQUENCY to 2799.000000 on this system. This value is dependent upon the CPU clock speed and architecture and should be determined separately for each server. The use of this mechanism for timing can be disabled by setting RDTSC_FREQUENCY to 'disabled'.
    Using breakpad minidump system
    Using breakpad crash handler


    Console initialized.
    Game.dll loaded for "Counter-Strike: Source"
    Setting breakpad minidump AppID = 240
    Forcing breakpad minidump interfaces to load
    Looking up breakpad interfaces from steamclient
    Calling BreakpadMiniDumpSystemInit
    Installing breakpad exception handler for appid(240)/version(4608)
    maxplayers set to 20
    Unknown command "r_decal_cullsize"
    Unknown command "port"
    Unknown command "tvport"
    WARNING: Port 27025 was unavailable - bound to port 27027 instead
    WARNING: Port 27005 was unavailable - bound to port 27012 instead
    WARNING: Port 27020 was unavailable - bound to port 27028 instead
    WARNING: Port 27040 was unavailable - bound to port 27047 instead
    Network: IP 85.31.187.146, mode MP, dedicated Yes, ports 27027 SV / 27012 CL



    Was soll das?
    netstat | grep 27025 ergibt keine Ergebnisse.
    Jemand ne Idee?

  • netstat -tuln | grep '27025'
    Wird dir die passenden Treffer geben


    Dein Cvar für den Source TV Port ist falsch:
    +tvport "27029" müsste +tv_port "27029" sein.


    zu den einzelnen Fehlermeldungen der Ports und den dazugehörigen Cvars (Die Fehler bedeuten, dass sie bereits belegt sind):
    27005 -> clientport "Host game client port"
    27020 -> port oder auch "hostport" "Host game server port"
    27025 -> tv_port "Host SourceTV port"
    27040 -> replay_port "Host Replay port"

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!