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
Forum
  1. GSManager
  2. Mitglieder
  3. Belstgut

Beiträge von Belstgut

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
  • 2
  • 3
  • 32
  • help me pls for installation

    • Belstgut
    • 5. Juni 2018 um 19:02

    check your php installation. it seems to be broken. and you shouldnt start gsm as root.

  • Kann GSManager nicht starten aufgrund von "uncaught TypeError"

    • Belstgut
    • 25. März 2018 um 15:40
    Zitat von fragkingler

    "quake3": {

    "antistartupbug": true,

    "fastrcon": false,

    "fixguidrelax": true,

    "logfile": "E\\Server\\Mods\\jumping\\games_mp.log"

    },

    Alles anzeigen

    E:\\Server\\Mods\\jumping\\games_mp.log

    du hast das : vergessen

  • Kann GSManager nicht starten aufgrund von "uncaught TypeError"

    • Belstgut
    • 22. März 2018 um 21:19

    lösch das devkit plugin. das scheint fälschlicherweise dabei zu sein.

  • MySQL Error

    • Belstgut
    • 22. März 2018 um 20:15

    it should be something like this: mysql:host=192.168.137.1;port=5432;dbname=anydb

  • MySQL Error

    • Belstgut
    • 22. März 2018 um 19:54

    well the error says that you cannot connect to the database server. so it is most likely a connection problem or a misconfigured connection string.

    Zitat von Gilly

    #0 /home/XXX/GS/daemon/libraries/database/database.php(168): PDO->__construct('mysql:host=66.7...', 'gs', 'H', Array)

    can you check if that host=... string looks correct?

  • MySQL Error

    • Belstgut
    • 22. März 2018 um 19:36
    Zitat von Gilly

    "mysqlhost": "66.7",

    this doesnt look right. this should most likely be localhost or an ip

  • How do I use the GSManager API?

    • Belstgut
    • 7. März 2018 um 20:36

    I believe we could publish the message catalog

    edit:

    https://hackmd.io/s/rJz4eTadG

    TODO: Add to lexicon

  • [Gelöst] GSManager startet, aber ein anderes Problem liegt vor

    • Belstgut
    • 10. Januar 2018 um 17:58

    chmod 777 is allerdings nicht die sauberste art das zu loesen.

    Bessere waere es 644 fuer dateien und 755 fuer ordner und dann mit chown -R user: .den aktuellen ordner dem user user zuzuweisen. GSM muss dann mit dem user user gestartet werden.

    zB mit sudo -u user ./gsm.sh start

  • [Gelöst] GSManager startet, aber ein anderes Problem liegt vor

    • Belstgut
    • 7. Januar 2018 um 20:52

    Du scheinst gsm aber mit sudo zu starten.

  • [Gelöst] GSManager startet, aber ein anderes Problem liegt vor

    • Belstgut
    • 7. Januar 2018 um 18:31

    also erstmal wuerde ich gsm nicht als `root` starten.

    GSM logfiles sollten im `logfiles` ordner zu finden sein. wenn nicht, stimmen vermutlich die Ordnerberechtigungen nicht (aber wenn als root gestartet eh egal ^^)

    Das problem dass du es nicht starten kannst liegt daran:

    `GSManager-1 is already started, use './gsm.sh stop' to stop it!`

    Die gamelog wird NICHT von gsm erstellt, sondern vom Spiel.

  • Log Probleme Modern Promod v0.1.6.23 Final

    • Belstgut
    • 25. Oktober 2017 um 17:38

    what do you have as logfile in your gsm config?

  • Hab da folgende Probleme

    • Belstgut
    • 8. September 2017 um 08:26

    syntax: ftp://username:password@host/path/to/games_mp.log

  • Hab da folgende Probleme

    • Belstgut
    • 4. September 2017 um 20:40

    Keine Probleme erkennbar

  • Yell Part_Of_Name Causes GSM Restart!!

    • Belstgut
    • 2. Juli 2017 um 12:23

    Can you post the part of the logfile when the crash occured?

  • Can't restart GSManager via Web-Interface

    • Belstgut
    • 10. Juni 2017 um 12:51

    I think those notices come from a bug in the api. not from the api calls. Because I always send the token field, even if it is not needed.

    And guids are not sent via the api, but found via the mapping in the users.json (apiuser => guid)

    The missing secret was probably the cause for the Whoops, something went wrong error.

  • Can't restart GSManager via Web-Interface

    • Belstgut
    • 10. Juni 2017 um 08:53

    It's only needed if u have a q3 game anyway. if u use frostbite games u wont need it. (at least I haven't heard of a case of guid spoofing there.)

  • Can't restart GSManager via Web-Interface

    • Belstgut
    • 9. Juni 2017 um 22:17

    You just need the secret key which is written in the users.json if u lose ur phone. You could even write in on a piece of paper so you can set up your authenticator again.

  • Can't restart GSManager via Web-Interface

    • Belstgut
    • 9. Juni 2017 um 21:55

    The secret gets created anyway. He might want to enable 2fa later on, and then the secret is needed.

  • Can't restart GSManager via Web-Interface

    • Belstgut
    • 9. Juni 2017 um 21:35

    I have a few errors in the log which indicate that at least 1 user is missing his secret key. Those are needed in the users.json

    I'll add a short fix for it when its missing but pls add it.

  • Can't restart GSManager via Web-Interface

    • Belstgut
    • 8. Juni 2017 um 21:55

    yup. that looks like a bug. request type should be quitgsmanager instead of quitgsm

    The first warning just states that the user u use to login to the webinterface doesn't have the executeingamepermissions

    which is needed for reloading configs.

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