1. GSManager
    1. Funktionen
    2. Unterstützte Spiele
    3. Neuigkeiten
    4. Statistiken
    5. Serverliste
  2. Lexikon
  3. Filebase
  4. Entwicklung
  5. Forum
    1. Dashboard
    2. Unerledigte Themen
  6. Web-Interface
  7. Artikel
  8. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  • Deutsch
  • Anmelden
  • Registrieren
  • Suche
Dieses Thema
  1. GSManager
  2. Forum
  3. Unterstützung
  4. Benutzung

Probleme beim Start von MAM

  • elitegamegroup
  • 31. Juli 2009 um 00:40
Das Projekt GSManager (vormals ManuAdminMod) wurde am 01.01.2020 eingestellt - diese Internetpräsenz bleibt verfügbar, die Software wird aber nicht länger gepflegt. Vielen Dank für eure Unterstützung in den mehr als zehn vergangenen Jahren!
1. offizieller Beitrag
  • elitegamegroup
    Anfänger
    Punkte
    115
    Beiträge
    20
    • 31. Juli 2009 um 00:40
    • #1

    Hallo, ich bin Clan Leader der EliteGameGroup.
    Wir Hosten Game Server und zwei unserer Kunden wollten den MAM auf ihrem Game Server installiert bekommen.

    Ich habe somit den MAM nach Anleitung installiert. Auf dem ersten Server hat somit auch alles geklapt -> 212.227.99.232:28960 dann hab ich das MAM kopiert und auf den anderen Server eingestellt (auch das startscript) -> 212.227.99.232:28965 wollte nun das Script starten er tut das auch und bringt eine Bestätigung:

    Code
    cod4-server@Server:~/cod4/mods/id_2/adminmod$ ./startscript start
    ManuAdminMod_id_2 was started. If you have problems try './startscript debug'


    auch in den Systemprozessen werden beide angezeigt.

    Code
    1673 ? Ss 0:00 SCREEN -dmS ManuAdminMod_id_1 php -f daemon.php config log
    1674 pts/3 Ss+ 0:00 php -f daemon.php config log
    13711 ? Ss 0:00 SCREEN -dmS ManuAdminMod_id_2 php -f daemon.php config log
    13712 pts/5 Ss+ 0:00 php -f daemon.php config log


    Beim Debug wird dann allerdings klar dass irgendwas mit einem PHP Script nicht in ordnung ist:

    Code
    cod4-server@s15355377:~/cod4/mods/id_2/adminmod$ ./startscript debug
    Manu-Admin-Mod v0.9.2 beta Copyright (C) 2008-2009 Manuel Kress
    This program comes with ABSOLUTELY NO WARRANTY.
    This is free software, and you are welcome to redistribute it under certain cond itions.
    Visit http://manuadminmod.de if you have any trouble
    
    
    
    
    [31.07.09 00:25:31] Notice: ==========================================
    [31.07.09 00:25:31] Notice: Manu-Admin-Mod v0.9.2 beta is starting...
    [31.07.09 00:25:31] Notice: ==========================================
    [31.07.09 00:25:31] Notice: !! Please wait until the mod is completely initial ised
    [31.07.09 00:25:31] Notice: Config loaded: config.cfg
    [31.07.09 00:25:31] Notice: Config loaded: plugins/adminrequest.cfg
    [31.07.09 00:25:31] Notice: Config loaded: maps.cfg
    [31.07.09 00:25:31] Notice: Config loaded: admins.cfg
    [31.07.09 00:25:31] Notice: Config loaded: groups.cfg
    [31.07.09 00:25:31] Notice: Language files loaded: de
    [31.07.09 00:25:31] Notice: All config files were parsed
    [31.07.09 00:25:31] Notice: RCON connection established (212.227.99.232:28960)
    [31.07.09 00:25:32] Notice: Game detected: Call of Duty 4
    [31.07.09 00:25:33] Notice: Dvar check successful
    [31.07.09 00:25:33] Notice: Synced playerlist with 'status'
    [31.07.09 00:25:34] Notice: Updated Dvar g_gametype
    [31.07.09 00:25:35] Notice: Sets Dvar _manuadminmod to '0.9.2 beta'
    [31.07.09 00:25:35] Notice: == Loading plugins and commands ==
    [31.07.09 00:25:35] Notice: - Loading adminrequest.php
    [31.07.09 00:25:35] PHP-Error: Runtime Notice in classes/cyts.class.php:1843 => Redefining already defined constructor for class cyts
    [31.07.09 00:25:35] Notice: - Loading antiteamkiller.php
    [31.07.09 00:25:35] Notice: - Loading badwords.php
    [31.07.09 00:25:35] Notice: - Loading banner.php
    [31.07.09 00:25:35] Notice: - Loading basiccommands.php
    [31.07.09 00:25:35] Notice: - Loading funmessages.php
    [31.07.09 00:25:35] Notice: - Loading modstuff.php
    [31.07.09 00:25:35] Notice: - Loading nameprotection.php
    [31.07.09 00:25:35] Notice: - Loading pingkicker.php
    [31.07.09 00:25:35] Notice: - Loading punkbuster.php
    [31.07.09 00:25:35] !! Warning: Punkbuster: PB is disabled on this server (sv_p unkbuster = 0), please enable it before using this plugin
    [31.07.09 00:25:35] Notice: - Loading randommapcycle.php
    [31.07.09 00:25:36] Notice: - Loading spreemessages.php
    [31.07.09 00:25:36] Notice: - Loading statistics.php
    [31.07.09 00:25:36] Notice: - Loading voting.php
    [31.07.09 00:25:36] Notice: - Loading warns.php
    [31.07.09 00:25:36] Notice: - Loading weaponrestrictions.php
    [31.07.09 00:25:36] Notice: - Loading welcomemessages.php
    [31.07.09 00:25:36] Notice: == Finished loading plugins and commands
    [31.07.09 00:25:36] Notice: !! Finished initialisation
    [31.07.09 00:25:36] Notice: === Start processing loglines... ===
    [31.07.09 00:25:38] Notice: Banner message was sent: ^2Next map is: ^7Ambush (Herrschaft)
    Alles anzeigen


    Line 18: [31.07.09 00:25:31] Notice: RCON connection established (212.227.99.232:28960)
    Line 26: [31.07.09 00:25:35] PHP-Error: Runtime Notice in classes/cyts.class.php:1843 => Redefining already defined constructor for class cyts
    Ich bedenke mich schon mal Herzlichst.

    2 Mal editiert, zuletzt von elitegamegroup (31. Juli 2009 um 00:45)

  • Dennis
    Administrator
    Reaktionen
    148
    Punkte
    37.933
    Trophäen
    7
    Artikel
    4
    Dateien
    2
    Beiträge
    7.453
    • 31. Juli 2009 um 13:08
    • Offizieller Beitrag
    • #2

    Das kannst du ignorieren, kommt nur, wenn man das TeamSpeak-Plugin installiert hat, und beeinträchtigt die Funktionalität nicht.

    Einmal editiert, zuletzt von Dennis (31. Juli 2009 um 13:09)

  • elitegamegroup
    Anfänger
    Punkte
    115
    Beiträge
    20
    • 31. Juli 2009 um 14:58
    • #3

    er Startet aber auf dem Falschen Server 28960 nicht 28965

  • Dieses Thema enthält 5 weitere Beiträge, die nur für registrierte Benutzer sichtbar sind.

Benutzer online in diesem Thema

  • 1 Besucher
  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  • Deutsch
  • English
Zitat speichern