Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Weboberfläche nicht mehr erreichbar

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    235

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.5k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Weboberfläche nicht mehr erreichbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
17 Beiträge 4 Kommentatoren 1.0k Aufrufe 3 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • ChendaC Chenda

    Hi zusammen,

    leider kann ich die Weboberfläche nicht mehr erreichen.
    Ich habe mich auf dem Raspi per ssh eingeloggt und folgende Schritte gemacht:

    sudo apt update
    sudo apt upgrade
    sudo apt autoremove
    sudo apt autoclean
    iobroker update
    iobroker upgrade
    iob diag
    iob stop
    iob fix
    iob start
    iob diag
    sudo reboot
    

    Hat aber nicht geholfen. Auch mehrfaches fix hat nicht die Lösung gebracht.

    chenda@iobroker:~ $ iob diag
    *** iob diag is starting up, please wait ***
    iob diag needs to be updated. Please execute 'iobroker fix' first.
    ^C
    chenda@iobroker:~ $ iob start
    chenda@iobroker:~ $ iob fix
    library: loaded
    Library version=2024-10-22
    ioBroker or some processes are still running:
    507 iobroker.js-con
    711 io.admin.0
    720 io.javascript.0
    731 io.backitup.0
    744 io.deyeidc.0
    763 io.smartmeter.0
    770 io.nissan.0
    799 io.alexa2.0
    810 io.deyeidc.1
    825 io.deyeidc.2
    844 io.discovery.0
    855 io.go-e.0
    862 io.web.0
    868 io.vis-2.0
    884 io.trashschedul
    912 io.hs100.0
    Please stop them first and try again!
    chenda@iobroker:~ $ iob stop
    chenda@iobroker:~ $ iob fix
    library: loaded
    Library version=2024-10-22
    
    ==========================================================================
    
        Welcome to the ioBroker installation fixer!
        Script version: 205-02-02
        
        You might need to enter your password a couple of times.
    
    ==========================================================================
    
    
    ==========================================================================
        Installing prerequisites (1/5)
    ==========================================================================
    
    Hit:1 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease                    
    Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease                     
    Reading package lists... Done
    W: http://raspbian.raspberrypi.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
    
    ==========================================================================
        Checking ioBroker user and directory permissions (2/5)
    ==========================================================================
    
    Created /etc/sudoers.d/iobroker
    Fixing directory permissions...
    
    ==========================================================================
        Check and cleanup npm temporary directories (3/5)
    ==========================================================================
    
    Done.
    
    ==========================================================================
        Database maintenance (4/5)
    ==========================================================================
    
    Checking for uncompressed JSONL databases... This might take a while!
    
    Compressing /opt/iobroker/iobroker-data/states.jsonl
    Compressing /opt/iobroker/iobroker-data/objects.jsonl
    Compressed 2 JSONL files. Done
    
    ==========================================================================
        Checking autostart (5/5)
    ==========================================================================
    
    ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ====
    [Invalid UTF-8]                                                                    
    Authenticating as: ,,, (michael)
    Password: polkit-agent-helper-1: pam_authenticate failed: Authentication failure
    Enabling autostart...
    Autostart enabled!
    
    ==========================================================================
    
        Your installation was fixed successfully
        Run iobroker start to start ioBroker again!
    
    ==========================================================================
    
    chenda@iobroker:~ $ ```
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #4

    @chenda sagte in Weboberfläche nicht mehr erreichbar:

    Hit:1 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease

    Alleine die beiden Zeilen sagen mir schon, das das ganze unsauber von 'bullseye' auf 'bookworm' gehoben wurde.
    Das funktioniert so nicht. Installier da 'bookworm' komplett von Grund auf NEU.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    1 Antwort Letzte Antwort
    0
    • ChendaC Chenda

      @homoran
      Anfang zweiter Codeblock

      HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #5

      @chenda sagte in Weboberfläche nicht mehr erreichbar:

      @homoran
      Anfang zweiter Codeblock

      ???
      da ist kein iob diag
      schon gar nicht die Langfassung

      kein Support per PN! - Fragen im Forum stellen -

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      ioBroker freut sich über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      ChendaC 1 Antwort Letzte Antwort
      0
      • HomoranH Homoran

        @chenda sagte in Weboberfläche nicht mehr erreichbar:

        @homoran
        Anfang zweiter Codeblock

        ???
        da ist kein iob diag
        schon gar nicht die Langfassung

        ChendaC Offline
        ChendaC Offline
        Chenda
        schrieb am zuletzt editiert von
        #6

        @homoran sagte in Weboberfläche nicht mehr erreichbar:

        da ist kein iob diag
        schon gar nicht die Langfassung

        Ja weil es nicht läuft:

        chenda@iobroker:~ $ iob diag
        *** iob diag is starting up, please wait ***
        iob diag needs to be updated. Please execute 'iobroker fix' first.
        

        auch nicht nach iobroker fix - wie ich schon geschrieben habe.

        HomoranH Thomas BraunT 2 Antworten Letzte Antwort
        0
        • ChendaC Chenda

          @homoran sagte in Weboberfläche nicht mehr erreichbar:

          da ist kein iob diag
          schon gar nicht die Langfassung

          Ja weil es nicht läuft:

          chenda@iobroker:~ $ iob diag
          *** iob diag is starting up, please wait ***
          iob diag needs to be updated. Please execute 'iobroker fix' first.
          

          auch nicht nach iobroker fix - wie ich schon geschrieben habe.

          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #7

          @chenda dann dürfte dein System ziemlich verbigen sein.
          Möglicherweise hilft die iob diag Spezialversion für Raspi von @Thomas-Braun

          hab den Link gerade nicht parat.

          kein Support per PN! - Fragen im Forum stellen -

          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

          ioBroker freut sich über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          1 Antwort Letzte Antwort
          0
          • ChendaC Chenda

            @homoran sagte in Weboberfläche nicht mehr erreichbar:

            da ist kein iob diag
            schon gar nicht die Langfassung

            Ja weil es nicht läuft:

            chenda@iobroker:~ $ iob diag
            *** iob diag is starting up, please wait ***
            iob diag needs to be updated. Please execute 'iobroker fix' first.
            

            auch nicht nach iobroker fix - wie ich schon geschrieben habe.

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #8

            @chenda sagte in Weboberfläche nicht mehr erreichbar:

            auch nicht nach iobroker fix - wie ich schon geschrieben habe.

            Die aktuelle Version sollte trotz der Meldung durchlaufen. Abwarten.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            ChendaC 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @chenda sagte in Weboberfläche nicht mehr erreichbar:

              auch nicht nach iobroker fix - wie ich schon geschrieben habe.

              Die aktuelle Version sollte trotz der Meldung durchlaufen. Abwarten.

              ChendaC Offline
              ChendaC Offline
              Chenda
              schrieb am zuletzt editiert von
              #9

              @thomas-braun sagte in Weboberfläche nicht mehr erreichbar:

              Abwarten.

              Nach einigem Warten lief die Diagnose doch durch. Ich sehe da aber nur einen kritischen Fehler, jedoch keinen Ansatzpunkt für das Problem, dass die Weboberfläche nicht erreichbar ist.

              Copy text starting here:
              
              ```bash
              ======================= SUMMARY =======================
                                      v.2025-02-23
              
              
               Static hostname: iobroker
                     Icon name: computer
              Operating System: Raspbian GNU/Linux 12 (bookworm)
                        Kernel: Linux 6.1.21-v7+
                  Architecture: arm
              
              Installation:           native
              Kernel:                 armv7l
              Userland:               32 bit
              Timezone:               Europe/Berlin (CET, +0100)
              User-ID:                1000
              Display-Server:         false
              Boot Target:            multi-user.target
              
              Pending OS-Updates:     67
              Pending iob updates:    0
              
              Nodejs-Installation:
              /usr/bin/nodejs         v20.19.0
              /usr/bin/node           v20.19.0
              /usr/bin/npm            10.8.2
              /usr/bin/npx            10.8.2
              /usr/bin/corepack       0.31.0
              
              Recommended versions are nodejs 20.19.0 and npm 10.8.2
              nodeJS installation is correct
              
              MEMORY: 
                             total        used        free      shared  buff/cache   available
              Mem:            966M        654M         91M        417K        277M        312M
              Swap:           104M        104M          0B
              Total:          1.1G        759M         91M
              
              Active iob-Instances:   16
              Upgrade policy: none
              
              ioBroker Core:          js-controller           7.0.6
                                      admin                   7.4.10
              
              ioBroker Status:        iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Status admin and web instance:
              + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
              + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              Objects:                2694
              States:                 2194
              
              Size of iob-Database:
              
              13M     /opt/iobroker/iobroker-data/objects.jsonl
              2.9M    /opt/iobroker/iobroker-data/states.jsonl
              
              
              1560 CRITICAL ERRORS DETECTED! 
              Check 'sudo dmesg --level=emerg,alert,crit -T' for details
              Operating System is the current Debian stable version codenamed 'bookworm'!
              
              =================== END OF SUMMARY ====================
              
              chenda@iobroker:~ $  sudo dmesg --level=emerg,alert,crit -T
              [Mon Mar 17 21:15:04 2025] hwmon hwmon1: Undervoltage detected!
              

              Dieser Fehler wird laut Zeitstempel etwa alle 10s geschrieben.
              Das Problem mit der Spannung wundert mich in dem Fall zwar, ich das original Raspi Netzteil habe, aber dürfte meiner Ansicht nach nicht dazu führen, dass die Weboberfläche nicht erreichbar ist.

              Ich mach jetzt nochmal ein Upgrade

              chenda@iobroker:~ $ sudo apt update
              Hit:1 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
              Hit:2 http://archive.raspberrypi.org/debian bookworm InRelease
              Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease
              Reading package lists... Done                                
              Building dependency tree... Done
              Reading state information... Done
              81 packages can be upgraded. Run 'apt list --upgradable' to see them.
              W: http://raspbian.raspberrypi.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
              chenda@iobroker:~ $ sudo apt upgrade
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              Calculating upgrade... Done
              The following packages were automatically installed and are no longer required:
                libboost-program-options1.74.0 libcamera-apps-lite libcamera0 libdrm-nouveau2 libexif12
                libfmt7 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 liborc-0.4-0 libtiff5 libunwind8
                libwebp6
              Use 'sudo apt autoremove' to remove them.
              The following NEW packages will be installed:
                dconf-cli firmware-intel-graphics firmware-intel-misc firmware-marvell-prestera
                firmware-mediatek firmware-nvidia-graphics libdconf1 liblgpio1 libossp-uuid16 libvulkan1
                mesa-libgallium mesa-vulkan-drivers python3-lgpio python3-pycryptodome python3-spidev uuid
              The following packages have been kept back:
                libcamera-apps-lite libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0
                raspi-utils raspinfo
              The following packages will be upgraded:
                alsa-utils bluez bluez-firmware console-setup console-setup-linux dphys-swapfile dpkg
                dpkg-dev firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree
                firmware-realtek initramfs-tools initramfs-tools-core keyboard-configuration kms++-utils
                libasound2 libasound2-data libatopology2 libbluetooth3 libc-bin libc-dev-bin libc-devtools
                libc-l10n libc6 libc6-dbg libc6-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2
                libcairo2-dev libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-nouveau2 libdrm-omap1
                libdrm-radeon1 libdrm2 libegl-mesa0 libgbm1 libgl1-mesa-dri libglapi-mesa libglx-mesa0
                libgstreamer-plugins-base1.0-0 libkms++0 libnm0 libpam-chksshpwd libpam-modules
                libpam-modules-bin libpam-runtime libpam0g libpam0g-dev libpixman-1-0 libpixman-1-dev
                libssl3 libwayland-client0 libwayland-egl1 libwayland-server0 linux-libc-dev locales
                network-manager openssl pi-bluetooth python3-gpiozero raspberrypi-net-mods
                raspberrypi-sys-mods raspi-config raspi-gpio rpi-eeprom rpi-update userconf-pi zlib1g
                zlib1g-dev
              74 upgraded, 16 newly installed, 0 to remove and 7 not upgraded.
              Need to get 267 MB of archives.
              After this operation, 217 MB of additional disk space will be used.
              Do you want to continue? [Y/n] y
              
              
              HomoranH Thomas BraunT ? 3 Antworten Letzte Antwort
              0
              • ChendaC Chenda

                @thomas-braun sagte in Weboberfläche nicht mehr erreichbar:

                Abwarten.

                Nach einigem Warten lief die Diagnose doch durch. Ich sehe da aber nur einen kritischen Fehler, jedoch keinen Ansatzpunkt für das Problem, dass die Weboberfläche nicht erreichbar ist.

                Copy text starting here:
                
                ```bash
                ======================= SUMMARY =======================
                                        v.2025-02-23
                
                
                 Static hostname: iobroker
                       Icon name: computer
                Operating System: Raspbian GNU/Linux 12 (bookworm)
                          Kernel: Linux 6.1.21-v7+
                    Architecture: arm
                
                Installation:           native
                Kernel:                 armv7l
                Userland:               32 bit
                Timezone:               Europe/Berlin (CET, +0100)
                User-ID:                1000
                Display-Server:         false
                Boot Target:            multi-user.target
                
                Pending OS-Updates:     67
                Pending iob updates:    0
                
                Nodejs-Installation:
                /usr/bin/nodejs         v20.19.0
                /usr/bin/node           v20.19.0
                /usr/bin/npm            10.8.2
                /usr/bin/npx            10.8.2
                /usr/bin/corepack       0.31.0
                
                Recommended versions are nodejs 20.19.0 and npm 10.8.2
                nodeJS installation is correct
                
                MEMORY: 
                               total        used        free      shared  buff/cache   available
                Mem:            966M        654M         91M        417K        277M        312M
                Swap:           104M        104M          0B
                Total:          1.1G        759M         91M
                
                Active iob-Instances:   16
                Upgrade policy: none
                
                ioBroker Core:          js-controller           7.0.6
                                        admin                   7.4.10
                
                ioBroker Status:        iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Status admin and web instance:
                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                
                Objects:                2694
                States:                 2194
                
                Size of iob-Database:
                
                13M     /opt/iobroker/iobroker-data/objects.jsonl
                2.9M    /opt/iobroker/iobroker-data/states.jsonl
                
                
                1560 CRITICAL ERRORS DETECTED! 
                Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                Operating System is the current Debian stable version codenamed 'bookworm'!
                
                =================== END OF SUMMARY ====================
                
                chenda@iobroker:~ $  sudo dmesg --level=emerg,alert,crit -T
                [Mon Mar 17 21:15:04 2025] hwmon hwmon1: Undervoltage detected!
                

                Dieser Fehler wird laut Zeitstempel etwa alle 10s geschrieben.
                Das Problem mit der Spannung wundert mich in dem Fall zwar, ich das original Raspi Netzteil habe, aber dürfte meiner Ansicht nach nicht dazu führen, dass die Weboberfläche nicht erreichbar ist.

                Ich mach jetzt nochmal ein Upgrade

                chenda@iobroker:~ $ sudo apt update
                Hit:1 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
                Hit:2 http://archive.raspberrypi.org/debian bookworm InRelease
                Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease
                Reading package lists... Done                                
                Building dependency tree... Done
                Reading state information... Done
                81 packages can be upgraded. Run 'apt list --upgradable' to see them.
                W: http://raspbian.raspberrypi.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                chenda@iobroker:~ $ sudo apt upgrade
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                Calculating upgrade... Done
                The following packages were automatically installed and are no longer required:
                  libboost-program-options1.74.0 libcamera-apps-lite libcamera0 libdrm-nouveau2 libexif12
                  libfmt7 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 liborc-0.4-0 libtiff5 libunwind8
                  libwebp6
                Use 'sudo apt autoremove' to remove them.
                The following NEW packages will be installed:
                  dconf-cli firmware-intel-graphics firmware-intel-misc firmware-marvell-prestera
                  firmware-mediatek firmware-nvidia-graphics libdconf1 liblgpio1 libossp-uuid16 libvulkan1
                  mesa-libgallium mesa-vulkan-drivers python3-lgpio python3-pycryptodome python3-spidev uuid
                The following packages have been kept back:
                  libcamera-apps-lite libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0
                  raspi-utils raspinfo
                The following packages will be upgraded:
                  alsa-utils bluez bluez-firmware console-setup console-setup-linux dphys-swapfile dpkg
                  dpkg-dev firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree
                  firmware-realtek initramfs-tools initramfs-tools-core keyboard-configuration kms++-utils
                  libasound2 libasound2-data libatopology2 libbluetooth3 libc-bin libc-dev-bin libc-devtools
                  libc-l10n libc6 libc6-dbg libc6-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2
                  libcairo2-dev libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-nouveau2 libdrm-omap1
                  libdrm-radeon1 libdrm2 libegl-mesa0 libgbm1 libgl1-mesa-dri libglapi-mesa libglx-mesa0
                  libgstreamer-plugins-base1.0-0 libkms++0 libnm0 libpam-chksshpwd libpam-modules
                  libpam-modules-bin libpam-runtime libpam0g libpam0g-dev libpixman-1-0 libpixman-1-dev
                  libssl3 libwayland-client0 libwayland-egl1 libwayland-server0 linux-libc-dev locales
                  network-manager openssl pi-bluetooth python3-gpiozero raspberrypi-net-mods
                  raspberrypi-sys-mods raspi-config raspi-gpio rpi-eeprom rpi-update userconf-pi zlib1g
                  zlib1g-dev
                74 upgraded, 16 newly installed, 0 to remove and 7 not upgraded.
                Need to get 267 MB of archives.
                After this operation, 217 MB of additional disk space will be used.
                Do you want to continue? [Y/n] y
                
                
                HomoranH Nicht stören
                HomoranH Nicht stören
                Homoran
                Global Moderator Administrators
                schrieb am zuletzt editiert von Homoran
                #10

                @chenda sagte in Weboberfläche nicht mehr erreichbar:

                Ich sehe da aber nur einen kritischen Fehler, jedoch keinen Ansatzpunkt für das Problem,

                nein 1560 kritische Fehler

                weil das nur die Ultrakurzfassung ist, steht außerdem nur wenig drin.

                In der Langfassung steht erheblich mehr

                kein Support per PN! - Fragen im Forum stellen -

                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                ioBroker freut sich über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                ChendaC 1 Antwort Letzte Antwort
                0
                • ChendaC Chenda

                  @thomas-braun sagte in Weboberfläche nicht mehr erreichbar:

                  Abwarten.

                  Nach einigem Warten lief die Diagnose doch durch. Ich sehe da aber nur einen kritischen Fehler, jedoch keinen Ansatzpunkt für das Problem, dass die Weboberfläche nicht erreichbar ist.

                  Copy text starting here:
                  
                  ```bash
                  ======================= SUMMARY =======================
                                          v.2025-02-23
                  
                  
                   Static hostname: iobroker
                         Icon name: computer
                  Operating System: Raspbian GNU/Linux 12 (bookworm)
                            Kernel: Linux 6.1.21-v7+
                      Architecture: arm
                  
                  Installation:           native
                  Kernel:                 armv7l
                  Userland:               32 bit
                  Timezone:               Europe/Berlin (CET, +0100)
                  User-ID:                1000
                  Display-Server:         false
                  Boot Target:            multi-user.target
                  
                  Pending OS-Updates:     67
                  Pending iob updates:    0
                  
                  Nodejs-Installation:
                  /usr/bin/nodejs         v20.19.0
                  /usr/bin/node           v20.19.0
                  /usr/bin/npm            10.8.2
                  /usr/bin/npx            10.8.2
                  /usr/bin/corepack       0.31.0
                  
                  Recommended versions are nodejs 20.19.0 and npm 10.8.2
                  nodeJS installation is correct
                  
                  MEMORY: 
                                 total        used        free      shared  buff/cache   available
                  Mem:            966M        654M         91M        417K        277M        312M
                  Swap:           104M        104M          0B
                  Total:          1.1G        759M         91M
                  
                  Active iob-Instances:   16
                  Upgrade policy: none
                  
                  ioBroker Core:          js-controller           7.0.6
                                          admin                   7.4.10
                  
                  ioBroker Status:        iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Status admin and web instance:
                  + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                  + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  Objects:                2694
                  States:                 2194
                  
                  Size of iob-Database:
                  
                  13M     /opt/iobroker/iobroker-data/objects.jsonl
                  2.9M    /opt/iobroker/iobroker-data/states.jsonl
                  
                  
                  1560 CRITICAL ERRORS DETECTED! 
                  Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                  Operating System is the current Debian stable version codenamed 'bookworm'!
                  
                  =================== END OF SUMMARY ====================
                  
                  chenda@iobroker:~ $  sudo dmesg --level=emerg,alert,crit -T
                  [Mon Mar 17 21:15:04 2025] hwmon hwmon1: Undervoltage detected!
                  

                  Dieser Fehler wird laut Zeitstempel etwa alle 10s geschrieben.
                  Das Problem mit der Spannung wundert mich in dem Fall zwar, ich das original Raspi Netzteil habe, aber dürfte meiner Ansicht nach nicht dazu führen, dass die Weboberfläche nicht erreichbar ist.

                  Ich mach jetzt nochmal ein Upgrade

                  chenda@iobroker:~ $ sudo apt update
                  Hit:1 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
                  Hit:2 http://archive.raspberrypi.org/debian bookworm InRelease
                  Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease
                  Reading package lists... Done                                
                  Building dependency tree... Done
                  Reading state information... Done
                  81 packages can be upgraded. Run 'apt list --upgradable' to see them.
                  W: http://raspbian.raspberrypi.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                  chenda@iobroker:~ $ sudo apt upgrade
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  Calculating upgrade... Done
                  The following packages were automatically installed and are no longer required:
                    libboost-program-options1.74.0 libcamera-apps-lite libcamera0 libdrm-nouveau2 libexif12
                    libfmt7 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 liborc-0.4-0 libtiff5 libunwind8
                    libwebp6
                  Use 'sudo apt autoremove' to remove them.
                  The following NEW packages will be installed:
                    dconf-cli firmware-intel-graphics firmware-intel-misc firmware-marvell-prestera
                    firmware-mediatek firmware-nvidia-graphics libdconf1 liblgpio1 libossp-uuid16 libvulkan1
                    mesa-libgallium mesa-vulkan-drivers python3-lgpio python3-pycryptodome python3-spidev uuid
                  The following packages have been kept back:
                    libcamera-apps-lite libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0
                    raspi-utils raspinfo
                  The following packages will be upgraded:
                    alsa-utils bluez bluez-firmware console-setup console-setup-linux dphys-swapfile dpkg
                    dpkg-dev firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree
                    firmware-realtek initramfs-tools initramfs-tools-core keyboard-configuration kms++-utils
                    libasound2 libasound2-data libatopology2 libbluetooth3 libc-bin libc-dev-bin libc-devtools
                    libc-l10n libc6 libc6-dbg libc6-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2
                    libcairo2-dev libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-nouveau2 libdrm-omap1
                    libdrm-radeon1 libdrm2 libegl-mesa0 libgbm1 libgl1-mesa-dri libglapi-mesa libglx-mesa0
                    libgstreamer-plugins-base1.0-0 libkms++0 libnm0 libpam-chksshpwd libpam-modules
                    libpam-modules-bin libpam-runtime libpam0g libpam0g-dev libpixman-1-0 libpixman-1-dev
                    libssl3 libwayland-client0 libwayland-egl1 libwayland-server0 linux-libc-dev locales
                    network-manager openssl pi-bluetooth python3-gpiozero raspberrypi-net-mods
                    raspberrypi-sys-mods raspi-config raspi-gpio rpi-eeprom rpi-update userconf-pi zlib1g
                    zlib1g-dev
                  74 upgraded, 16 newly installed, 0 to remove and 7 not upgraded.
                  Need to get 267 MB of archives.
                  After this operation, 217 MB of additional disk space will be used.
                  Do you want to continue? [Y/n] y
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #11

                  @chenda

                  1GB RAM ist zu wenig, insbesondere wenn da auch noch offenbar eine graphische Oberfläche mitgeschleppt wird.
                  Ich würde da mal auf potentere Hardware gehen.
                  Näheres kann man der Langfassung entnehmen.
                  Und die Spannungsversorgung ist zu schwach.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @chenda sagte in Weboberfläche nicht mehr erreichbar:

                    Ich sehe da aber nur einen kritischen Fehler, jedoch keinen Ansatzpunkt für das Problem,

                    nein 1560 kritische Fehler

                    weil das nur die Ultrakurzfassung ist, steht außerdem nur wenig drin.

                    In der Langfassung steht erheblich mehr

                    ChendaC Offline
                    ChendaC Offline
                    Chenda
                    schrieb am zuletzt editiert von
                    #12

                    @homoran sagte in Weboberfläche nicht mehr erreichbar:

                    nein 1560 kritische Fehler

                    Wie schon geschrieben ist es der eine undervoltage Fehler, der ca. alle 10s geschrieben wird. Daher halt 1560 mal.

                    @thomas-braun sagte in Weboberfläche nicht mehr erreichbar:

                    1GB RAM ist zu wenig, insbesondere wenn da auch noch offenbar eine graphische Oberfläche mitgeschleppt wird.

                    Ich verstehe nicht, was das mit dem Fehlerbild zu tun hat? Bisher lief es doch auch. Ist durch ein Update die Anforderung an die Hardware gestiegen?

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • ChendaC Chenda

                      @homoran sagte in Weboberfläche nicht mehr erreichbar:

                      nein 1560 kritische Fehler

                      Wie schon geschrieben ist es der eine undervoltage Fehler, der ca. alle 10s geschrieben wird. Daher halt 1560 mal.

                      @thomas-braun sagte in Weboberfläche nicht mehr erreichbar:

                      1GB RAM ist zu wenig, insbesondere wenn da auch noch offenbar eine graphische Oberfläche mitgeschleppt wird.

                      Ich verstehe nicht, was das mit dem Fehlerbild zu tun hat? Bisher lief es doch auch. Ist durch ein Update die Anforderung an die Hardware gestiegen?

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #13

                      @chenda

                      Dann ist da auch alle 10 Sekunden zu wenig Spannung...

                      Bisher lief es doch auch.

                      Jetzt aber halt nicht mehr. Ist die Eigenschaft von Fehlern, das die oft 'plötzlich' auftauchen.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      ChendaC 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @chenda

                        Dann ist da auch alle 10 Sekunden zu wenig Spannung...

                        Bisher lief es doch auch.

                        Jetzt aber halt nicht mehr. Ist die Eigenschaft von Fehlern, das die oft 'plötzlich' auftauchen.

                        ChendaC Offline
                        ChendaC Offline
                        Chenda
                        schrieb am zuletzt editiert von
                        #14

                        @thomas-braun sagte in Weboberfläche nicht mehr erreichbar:

                        Ist die Eigenschaft von Fehlern, das die oft 'plötzlich' auftauchen.

                        Das ist klar -- aber das hat doch dann nix mit dem RAM etc. zu tun.
                        Evtl. könnte es mit dem undervoltage zu tun haben.
                        Nach dem Upgrade nochmal eine Diagnose gemacht:

                        Copy text starting here:
                        
                        ```bash
                        ======================= SUMMARY =======================
                                                v.2025-02-23
                        
                        
                         Static hostname: iobroker
                               Icon name: computer
                        Operating System: Raspbian GNU/Linux 12 (bookworm)
                                  Kernel: Linux 6.1.21-v7+
                            Architecture: arm
                        
                        Installation:           native
                        Kernel:                 armv7l
                        Userland:               32 bit
                        Timezone:               Europe/Berlin (CET, +0100)
                        User-ID:                1000
                        Display-Server:         false
                        Boot Target:            multi-user.target
                        
                        Pending OS-Updates:     0
                        Pending iob updates:    0
                        
                        Nodejs-Installation:
                        /usr/bin/nodejs         v20.19.0
                        /usr/bin/node           v20.19.0
                        /usr/bin/npm            10.8.2
                        /usr/bin/npx            10.8.2
                        /usr/bin/corepack       0.31.0
                        
                        Recommended versions are nodejs 20.19.0 and npm 10.8.2
                        nodeJS installation is correct
                        
                        MEMORY: 
                                       total        used        free      shared  buff/cache   available
                        Mem:            966M        687M        119M        1.0M        220M        279M
                        Swap:           104M        104M          0B
                        Total:          1.1G        792M        119M
                        
                        Active iob-Instances:   16
                        Upgrade policy: none
                        
                        ioBroker Core:          js-controller           7.0.6
                                                admin                   7.4.10
                        
                        ioBroker Status:        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Status admin and web instance:
                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        Objects:                2694
                        States:                 2194
                        
                        Size of iob-Database:
                        
                        13M     /opt/iobroker/iobroker-data/objects.jsonl
                        3.2M    /opt/iobroker/iobroker-data/states.jsonl
                        
                        
                        1553 CRITICAL ERRORS DETECTED! 
                        Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                        Operating System is the current Debian stable version codenamed 'bookworm'!
                        
                        =================== END OF SUMMARY ====================
                        
                        

                        Da steht doch drin, dass iobroker läuft und web Interface auch.
                        Netzteil kann ich mal austauschen, sobald ich ein neues habe.
                        Aber soll das nicht erreichbare Web Interface echt mit dem Netzteil zusammenhängen?

                        Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                        0
                        • ChendaC Chenda

                          @thomas-braun sagte in Weboberfläche nicht mehr erreichbar:

                          Ist die Eigenschaft von Fehlern, das die oft 'plötzlich' auftauchen.

                          Das ist klar -- aber das hat doch dann nix mit dem RAM etc. zu tun.
                          Evtl. könnte es mit dem undervoltage zu tun haben.
                          Nach dem Upgrade nochmal eine Diagnose gemacht:

                          Copy text starting here:
                          
                          ```bash
                          ======================= SUMMARY =======================
                                                  v.2025-02-23
                          
                          
                           Static hostname: iobroker
                                 Icon name: computer
                          Operating System: Raspbian GNU/Linux 12 (bookworm)
                                    Kernel: Linux 6.1.21-v7+
                              Architecture: arm
                          
                          Installation:           native
                          Kernel:                 armv7l
                          Userland:               32 bit
                          Timezone:               Europe/Berlin (CET, +0100)
                          User-ID:                1000
                          Display-Server:         false
                          Boot Target:            multi-user.target
                          
                          Pending OS-Updates:     0
                          Pending iob updates:    0
                          
                          Nodejs-Installation:
                          /usr/bin/nodejs         v20.19.0
                          /usr/bin/node           v20.19.0
                          /usr/bin/npm            10.8.2
                          /usr/bin/npx            10.8.2
                          /usr/bin/corepack       0.31.0
                          
                          Recommended versions are nodejs 20.19.0 and npm 10.8.2
                          nodeJS installation is correct
                          
                          MEMORY: 
                                         total        used        free      shared  buff/cache   available
                          Mem:            966M        687M        119M        1.0M        220M        279M
                          Swap:           104M        104M          0B
                          Total:          1.1G        792M        119M
                          
                          Active iob-Instances:   16
                          Upgrade policy: none
                          
                          ioBroker Core:          js-controller           7.0.6
                                                  admin                   7.4.10
                          
                          ioBroker Status:        iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Status admin and web instance:
                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          Objects:                2694
                          States:                 2194
                          
                          Size of iob-Database:
                          
                          13M     /opt/iobroker/iobroker-data/objects.jsonl
                          3.2M    /opt/iobroker/iobroker-data/states.jsonl
                          
                          
                          1553 CRITICAL ERRORS DETECTED! 
                          Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                          Operating System is the current Debian stable version codenamed 'bookworm'!
                          
                          =================== END OF SUMMARY ====================
                          
                          

                          Da steht doch drin, dass iobroker läuft und web Interface auch.
                          Netzteil kann ich mal austauschen, sobald ich ein neues habe.
                          Aber soll das nicht erreichbare Web Interface echt mit dem Netzteil zusammenhängen?

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #15

                          @chenda

                          Die Langfassung ist gefragt.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          1 Antwort Letzte Antwort
                          0
                          • ChendaC Chenda

                            @thomas-braun sagte in Weboberfläche nicht mehr erreichbar:

                            Abwarten.

                            Nach einigem Warten lief die Diagnose doch durch. Ich sehe da aber nur einen kritischen Fehler, jedoch keinen Ansatzpunkt für das Problem, dass die Weboberfläche nicht erreichbar ist.

                            Copy text starting here:
                            
                            ```bash
                            ======================= SUMMARY =======================
                                                    v.2025-02-23
                            
                            
                             Static hostname: iobroker
                                   Icon name: computer
                            Operating System: Raspbian GNU/Linux 12 (bookworm)
                                      Kernel: Linux 6.1.21-v7+
                                Architecture: arm
                            
                            Installation:           native
                            Kernel:                 armv7l
                            Userland:               32 bit
                            Timezone:               Europe/Berlin (CET, +0100)
                            User-ID:                1000
                            Display-Server:         false
                            Boot Target:            multi-user.target
                            
                            Pending OS-Updates:     67
                            Pending iob updates:    0
                            
                            Nodejs-Installation:
                            /usr/bin/nodejs         v20.19.0
                            /usr/bin/node           v20.19.0
                            /usr/bin/npm            10.8.2
                            /usr/bin/npx            10.8.2
                            /usr/bin/corepack       0.31.0
                            
                            Recommended versions are nodejs 20.19.0 and npm 10.8.2
                            nodeJS installation is correct
                            
                            MEMORY: 
                                           total        used        free      shared  buff/cache   available
                            Mem:            966M        654M         91M        417K        277M        312M
                            Swap:           104M        104M          0B
                            Total:          1.1G        759M         91M
                            
                            Active iob-Instances:   16
                            Upgrade policy: none
                            
                            ioBroker Core:          js-controller           7.0.6
                                                    admin                   7.4.10
                            
                            ioBroker Status:        iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Status admin and web instance:
                            + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            
                            Objects:                2694
                            States:                 2194
                            
                            Size of iob-Database:
                            
                            13M     /opt/iobroker/iobroker-data/objects.jsonl
                            2.9M    /opt/iobroker/iobroker-data/states.jsonl
                            
                            
                            1560 CRITICAL ERRORS DETECTED! 
                            Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                            Operating System is the current Debian stable version codenamed 'bookworm'!
                            
                            =================== END OF SUMMARY ====================
                            
                            chenda@iobroker:~ $  sudo dmesg --level=emerg,alert,crit -T
                            [Mon Mar 17 21:15:04 2025] hwmon hwmon1: Undervoltage detected!
                            

                            Dieser Fehler wird laut Zeitstempel etwa alle 10s geschrieben.
                            Das Problem mit der Spannung wundert mich in dem Fall zwar, ich das original Raspi Netzteil habe, aber dürfte meiner Ansicht nach nicht dazu führen, dass die Weboberfläche nicht erreichbar ist.

                            Ich mach jetzt nochmal ein Upgrade

                            chenda@iobroker:~ $ sudo apt update
                            Hit:1 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
                            Hit:2 http://archive.raspberrypi.org/debian bookworm InRelease
                            Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease
                            Reading package lists... Done                                
                            Building dependency tree... Done
                            Reading state information... Done
                            81 packages can be upgraded. Run 'apt list --upgradable' to see them.
                            W: http://raspbian.raspberrypi.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                            chenda@iobroker:~ $ sudo apt upgrade
                            Reading package lists... Done
                            Building dependency tree... Done
                            Reading state information... Done
                            Calculating upgrade... Done
                            The following packages were automatically installed and are no longer required:
                              libboost-program-options1.74.0 libcamera-apps-lite libcamera0 libdrm-nouveau2 libexif12
                              libfmt7 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 liborc-0.4-0 libtiff5 libunwind8
                              libwebp6
                            Use 'sudo apt autoremove' to remove them.
                            The following NEW packages will be installed:
                              dconf-cli firmware-intel-graphics firmware-intel-misc firmware-marvell-prestera
                              firmware-mediatek firmware-nvidia-graphics libdconf1 liblgpio1 libossp-uuid16 libvulkan1
                              mesa-libgallium mesa-vulkan-drivers python3-lgpio python3-pycryptodome python3-spidev uuid
                            The following packages have been kept back:
                              libcamera-apps-lite libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0
                              raspi-utils raspinfo
                            The following packages will be upgraded:
                              alsa-utils bluez bluez-firmware console-setup console-setup-linux dphys-swapfile dpkg
                              dpkg-dev firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree
                              firmware-realtek initramfs-tools initramfs-tools-core keyboard-configuration kms++-utils
                              libasound2 libasound2-data libatopology2 libbluetooth3 libc-bin libc-dev-bin libc-devtools
                              libc-l10n libc6 libc6-dbg libc6-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2
                              libcairo2-dev libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-nouveau2 libdrm-omap1
                              libdrm-radeon1 libdrm2 libegl-mesa0 libgbm1 libgl1-mesa-dri libglapi-mesa libglx-mesa0
                              libgstreamer-plugins-base1.0-0 libkms++0 libnm0 libpam-chksshpwd libpam-modules
                              libpam-modules-bin libpam-runtime libpam0g libpam0g-dev libpixman-1-0 libpixman-1-dev
                              libssl3 libwayland-client0 libwayland-egl1 libwayland-server0 linux-libc-dev locales
                              network-manager openssl pi-bluetooth python3-gpiozero raspberrypi-net-mods
                              raspberrypi-sys-mods raspi-config raspi-gpio rpi-eeprom rpi-update userconf-pi zlib1g
                              zlib1g-dev
                            74 upgraded, 16 newly installed, 0 to remove and 7 not upgraded.
                            Need to get 267 MB of archives.
                            After this operation, 217 MB of additional disk space will be used.
                            Do you want to continue? [Y/n] y
                            
                            
                            ? Offline
                            ? Offline
                            Ein ehemaliger Benutzer
                            schrieb am zuletzt editiert von
                            #16

                            @chenda sagte in Weboberfläche nicht mehr erreichbar:

                            Nach einigem Warten lief die Diagnose doch durch. Ich sehe da aber nur einen kritischen Fehler, jedoch keinen Ansatzpunkt für das Problem, dass die Weboberfläche nicht erreichbar ist.

                            doch, dein Raspi hat mehrere Probleme, das schlimmste ist das kaputte Netzteil, wirf das weg und mach endlich n neues mit der richtigen Leistung (mind.3,5A) dran. Vorher braucht man hier nicht weiter zu suchen, wenn dauernd die Spannung zusammenbricht, kann der keinen Task richtig starten. Ausserdem geht das auch auf die SD-Karte, die wird wahrscheinlich auch n Hau weg haben.

                            Mal ganz abgesehen davon, dass 1GB Raspi mindestens 10 Jahre alt ist und heutzutage ausgedient hat..
                            Dann das upgrade mit 32bit auf Bookworm, was sowieso verbogen sein muss.

                            Kurz gesagt:
                            Kauf ne neue potente Hardware, die auf das, was du da machen moechtest, zugeschnitten ist, und installier Debian Bookworm in der 64bit Version darauf neu.
                            Dann die eine Zeile fuer iobroker zum installieren, Backup zurueck spielen, und fertig ist die Sache.

                            1 Antwort Letzte Antwort
                            0
                            • ChendaC Chenda

                              @thomas-braun sagte in Weboberfläche nicht mehr erreichbar:

                              Ist die Eigenschaft von Fehlern, das die oft 'plötzlich' auftauchen.

                              Das ist klar -- aber das hat doch dann nix mit dem RAM etc. zu tun.
                              Evtl. könnte es mit dem undervoltage zu tun haben.
                              Nach dem Upgrade nochmal eine Diagnose gemacht:

                              Copy text starting here:
                              
                              ```bash
                              ======================= SUMMARY =======================
                                                      v.2025-02-23
                              
                              
                               Static hostname: iobroker
                                     Icon name: computer
                              Operating System: Raspbian GNU/Linux 12 (bookworm)
                                        Kernel: Linux 6.1.21-v7+
                                  Architecture: arm
                              
                              Installation:           native
                              Kernel:                 armv7l
                              Userland:               32 bit
                              Timezone:               Europe/Berlin (CET, +0100)
                              User-ID:                1000
                              Display-Server:         false
                              Boot Target:            multi-user.target
                              
                              Pending OS-Updates:     0
                              Pending iob updates:    0
                              
                              Nodejs-Installation:
                              /usr/bin/nodejs         v20.19.0
                              /usr/bin/node           v20.19.0
                              /usr/bin/npm            10.8.2
                              /usr/bin/npx            10.8.2
                              /usr/bin/corepack       0.31.0
                              
                              Recommended versions are nodejs 20.19.0 and npm 10.8.2
                              nodeJS installation is correct
                              
                              MEMORY: 
                                             total        used        free      shared  buff/cache   available
                              Mem:            966M        687M        119M        1.0M        220M        279M
                              Swap:           104M        104M          0B
                              Total:          1.1G        792M        119M
                              
                              Active iob-Instances:   16
                              Upgrade policy: none
                              
                              ioBroker Core:          js-controller           7.0.6
                                                      admin                   7.4.10
                              
                              ioBroker Status:        iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Status admin and web instance:
                              + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                              + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              
                              Objects:                2694
                              States:                 2194
                              
                              Size of iob-Database:
                              
                              13M     /opt/iobroker/iobroker-data/objects.jsonl
                              3.2M    /opt/iobroker/iobroker-data/states.jsonl
                              
                              
                              1553 CRITICAL ERRORS DETECTED! 
                              Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                              Operating System is the current Debian stable version codenamed 'bookworm'!
                              
                              =================== END OF SUMMARY ====================
                              
                              

                              Da steht doch drin, dass iobroker läuft und web Interface auch.
                              Netzteil kann ich mal austauschen, sobald ich ein neues habe.
                              Aber soll das nicht erreichbare Web Interface echt mit dem Netzteil zusammenhängen?

                              HomoranH Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #17

                              @chenda sagte in Weboberfläche nicht mehr erreichbar:

                              Nach dem Upgrade nochmal eine Diagnose gemacht:

                              wieder nur die Summary!

                              das wirklich wichtige steht in der Langfassung.
                              Die bisher genannten kommen on top und können Auslöser für den wahren Grund sein, der hier nicht zu sehen ist.

                              kein Support per PN! - Fragen im Forum stellen -

                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              ioBroker freut sich über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              1 Antwort Letzte Antwort
                              0
                              Antworten
                              • In einem neuen Thema antworten
                              Anmelden zum Antworten
                              • Älteste zuerst
                              • Neuste zuerst
                              • Meiste Stimmen


                              Support us

                              ioBroker
                              Community Adapters
                              Donate
                              FAQ Cloud / IOT
                              HowTo: Node.js-Update
                              HowTo: Backup/Restore
                              Downloads
                              BLOG

                              525

                              Online

                              32.7k

                              Benutzer

                              82.5k

                              Themen

                              1.3m

                              Beiträge
                              Community
                              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                              ioBroker Community 2014-2025
                              logo
                              • Anmelden

                              • Du hast noch kein Konto? Registrieren

                              • Anmelden oder registrieren, um zu suchen
                              • Erster Beitrag
                                Letzter Beitrag
                              0
                              • Home
                              • Aktuell
                              • Tags
                              • Ungelesen 0
                              • Kategorien
                              • Unreplied
                              • Beliebt
                              • GitHub
                              • Docu
                              • Hilfe