Weboberfläche nicht erreichbar - Rest läuft

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Thorax
    Dumb Home'r
    • 12.06.2017
    • 21

    #1

    Weboberfläche nicht erreichbar - Rest läuft

    Hi zusammen,

    ich bekomme, wenn ich die IP meines Loxberry im Browser eingebe nur "cannot GET/" angezeigt.
    Portainer auf Port 9000 ist aber erreichbar und auch node-red funktioniert.
    Der live healthcheck mit dem emergency webserver liefert folgendes:


    Code:
    Sub: check_lbversion Title: LoxBerry Version Status: OK (code 5) Desc: Checks the LoxBerry Version Result: Current Version: 2.2.1.2 / No newer Release available. Logfile: URL: https://www.loxwiki.eu/x/b4WdAQ Sub: check_kernel Title: Linux Kernel Status: Info (code 6) Desc: Checks the current installed Linux Kernel Result: Linux loxberry 4.19.118-v7+ #1311 SMP Mon Apr 27 14:21:24 BST 2020 armv7l GNU/Linux Logfile: URL: Sub: check_arch Title: System Architecture Status: Info (code 6) Desc: Checks the system architecture Result: ARM / Raspberry Pi 3 Model B Plus Rev 1.3^@ Logfile: URL: Sub: check_cputemp Title: CPU Temperature Status: OK (code 5) Desc: Checks maximum CPU Temperature Result: Current CPU Temperature is 50.5°C. Since last reboot the cpu never reached Raspberry's soft or critical temperature limit. This is fine. Logfile: URL: Sub: check_voltage Title: Voltage Status: OK (code 5) Desc: Checks the voltage of the power supply Result: No under-voltage nor system throttling nor capped ARM frequency detected. This is fine. Logfile: URL: https://www.loxwiki.eu/display/LOXBERRY/Hardware#Hardware-Netzteil Sub: check_readonlyrootfs Title: RootFS Status: OK (code 5) Desc: Checks if the RootFS is mounted correctly Result: RootFS is mounted ReadWrite. This is fine. Logfile: URL: Sub: check_rootfssize Title: RootFS free space Status: OK (code 5) Desc: Checks the rootfs for available space Result: LoxBerry's RootFS has more than 10% free discspace (AVAL 21.7GB/SIZE 29.2GB). Logfile: URL: Sub: check_tmpfssize Title: RAMDiscs free space Status: OK (code 5) Desc: Checks the ramdiscs for available space Result: All ramdiscs have more than 25% free discspace. Logfile: URL: https://www.loxwiki.eu/x/QINYAg Sub: check_systemload Title: System Load Status: OK (code 5) Desc: Checks the system load Result: The system load is: 0.00 0.04 0.07 1/200 1740. Your system has 4 CPUs installed. The load is fine - maybe LoxBerry is even bored :-) Logfile: URL: http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html Sub: check_logdb Title: Log Database Status: OK (code 5) Desc: Checks the consistence of the Logfile Database Result: Init logfile database is ok. 153 log sessions with 2240 attributes stored. 55 logfiles are managed. Database size is 156.0KB. Logfile: URL: https://www.loxwiki.eu/x/oIMKAw Sub: check_notifydb Title: Notification Database Status: OK (code 5) Desc: Checks the consistence of the Notification Database Result: Init notification database is ok. 9 notifications with 20 attributes stored. It contains 7 info and 1 error notifications.Database size is 24.0KB. Logfile: URL: Sub: check_miniservers Title: Miniserver Access Status: WARNING (code 4) Desc: Checks access to your Miniservers Result: No Miniservers configured, or Miniserver configuration not complete. Logfile: URL: https://www.loxwiki.eu/x/QYgKAw Sub: check_reboot_required Title: Reboot required Status: OK (code 5) Desc: Checks if LoxBerry or a plugin requests a reboot Result: LoxBerry and plugins do not require a reboot of your LoxBerry. Logfile: URL: https://www.loxwiki.eu/x/fogKAw Sub: check_loglevels Title: Plugin Loglevels Status: OK (code 5) Desc: Checks for debug loglevel Result: No plugin is configured for loglevel DEBUG. (Some plugins may have it's own setting) Logfile: URL:
    was kann ich tun? Nach reboot leider dasselbe Bild. es scheint als würde irgendetwas nicht starten.

    Schöne Grüße,
    Marco
  • Thorax
    Dumb Home'r
    • 12.06.2017
    • 21

    #2
    Hat keiner ne Idee? Wie kann ich die Weboberfläche über putty starten?

    Kommentar

    • Thorax
      Dumb Home'r
      • 12.06.2017
      • 21

      #3
      Okay, vielleicht habe ich mit nodered den port 80 belegt auf dem der webserver läuft.
      Das könnte man ändern:


      allerdings müsste ich das per SSH machen. Wie funktioniert das?

      Kommentar

      • hismastersvoice
        Supermoderator
        • 25.08.2015
        • 7318

        #4
        Das kannst du in der Datei
        /opt/loxberry/config/system/general.cfg

        [WEBSERVER]
        PORT=80

        Hier kannst du dann zB 81 eingeben.

        Dann einen reboot machen.
        Kein Support per PN!

        Kommentar

        • Christian Fenzl
          Lebende Foren Legende
          • 31.08.2015
          • 11237

          #5
          Das reicht imho nicht aus, weil auch die Apache-Config geändert werden muss.

          Sinnvolle Vorgehensweise wäre:
          Node-Red stoppen
          sudo systemctl restart apache (oder apache2, weiß gerade nicht)
          Dann sollte das WebIf erreichbar sein.
          Dort dann über das WebIf den Port ändern.
          Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

          Kommentar

          • Thorax
            Dumb Home'r
            • 12.06.2017
            • 21

            #6
            Habs lösen können indem ich über iptables den traffic von nodered wegleite und dann den port vom webserver auf 9090 stelle. Yay.

            Oh die beiden Antworten hab ich gar nicht gesehen So hätte es also auch geklappt. Danke euch!

            Kommentar

            Lädt...