Ankündigung

Einklappen
Keine Ankündigung bisher.

EDOMI im Docker & LBS Telegram-Contact 19000303

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    EDOMI im Docker & LBS Telegram-Contact 19000303

    Hallo,
    probiere Telegram-Contact 19000303 ans laufen zu bekommen.... leider ohne Erfolg.
    Sobald ein Text an E4 eingeht stürzt EDOMI ab.

    Habe wie folgt Docker installiert.
    Code:
    yum check-update
    curl -fsSL https://get.docker.com/ | sh
    sudo systemctl start docker
    Überprüft ob der Docker läuft
    Code:
    sudo systemctl status docker
    Ausgabe: aktiv (running)

    Image runtergladen
    Code:
    sudo docker pull starwarsfan/edomi-docker
    Dann die Anpassungen durchgeführt

    Code:
      
     [FONT=courier new]sudo docker run \[/FONT]  
     [FONT=courier new]--name edomi \[/FONT]  
     [FONT=courier new]--restart=on-failure \[/FONT]  
     [FONT=courier new]-p 80:80 \[/FONT]  
     [FONT=courier new]-p 8081:8081 \[/FONT]  
     [FONT=courier new]-p 3671:3671/udp \[/FONT]  
     [FONT=courier new]-p 50000:50000/udp \[/FONT]  
     [FONT=courier new]-p 50001:50001/udp \[/FONT]  
     [FONT=courier new]-p 22222:22 \[/FONT]  
     [FONT=courier new]-e KNXGATEWAY=10.10.10.12 \[/FONT]  
     [FONT=courier new]-e KNXACTIVE=true \[/FONT]  
     [FONT=courier new]-e HOSTIP=10.10.10.25 \[/FONT]  
     [FONT=courier new]-v /data/edomi-backups/:/var/edomi-backups/ \[/FONT]  
     [FONT=courier new]-d \[/FONT]
    [FONT=courier new]starwarsfan/edomi-docker:latest[/FONT]


    Über 10.10.10.25 Port:22222 Pas:123456 angemeldet
    Network Security Services update durchgeführt
    Code:
    [I]yum update nss [/I]
    Telegramm installiert
    Code:
    yum install -y php-mbstring php-xml git wget
    cd /tmp
    wget --no-check-certificate https://getcomposer.org/installer
    php installer
    mv composer.phar /usr/local/bin/composer
    cd /usr/local/edomi/main/include/php
    git clone https://github.com/jonofe/php-telegram-bot
    cd php-telegram-bot
    composer install
    Bis dahin läuft alles erst mal super.
    Wenn im jetzt am LBS Telegram-Contact 19000303 ein Text an E4 ankommt schmiert EDOMI ab.

    Code:
    Zeitstempel    ms    Prozess    PID    Meldung    Status
    2018-12-13 15:57:19    808366    ?    2913    Datei: /usr/local/edomi/www/data/liveproject/lbs/LBS19000303.php | Fehlercode: 1 | Zeile: 66 | Call to undefined function msg_get_queue()    FATALERROR
    2018-12-13 15:57:20    071432    MAIN    2873    Prozess LOGIC läuft nicht mehr!    FATALERROR
    2018-12-13 15:57:30    650438    MAIN    5235    ACHTUNG: EDOMI wurde unerwartet beendet!    ERROR
    2018-12-13 15:57:35    651628    MAIN    5235    ACHTUNG: EDOMI wurde unerwartet beendet: FATALERROR in LBS 19000303 | EDOMI wird pausiert    ERROR
    Hatte das schon jemand? oder hab ich was falsch installiert? funktioniert es überhaupt?
    Zuletzt geändert von Ballerzonk; 13.12.2018, 16:19.

    #2
    Hallo Jens,

    zum konkreten Problem kann ich gerade nichts sagen, muss ich selber erstmal nachstellen.

    Aber eine grundsätzliche Frage: Was genau verwendest Du als Host-OS?
    Kind regards,
    Yves

    Kommentar


      #3
      Das Problem ist klar und kann mit

      Code:
      yum install php-process
      behoben werden. Du hast den letzten Teil des Installationsbefehls aus der Hilfe nicht richtig kopiert.

      Kommentar


        #4
        Läuft und sendet fleißig, dass war es.
        DANKE

        Kommentar

        Lädt...
        X