Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Uralt System updaten oder Umzug

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Uralt System updaten oder Umzug

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Mr.X last edited by

      ich habe jetzt nochmal ein minimal backup 2,7MB groß tar.gz Datei via Backup restore angestoßen auf einem ganz frischen System.
      screen zeigt an, dass es erfolgreich war und dass die Adapter nach und nach installiert werden.
      Sollte ich sofort in die Weboberfläche kommen können oder dauert es sehr lange.
      Nach 20 min komme ich immer noch nicht drauf.

      1 Reply Last reply Reply Quote 0
      • Codierknecht
        Codierknecht Developer Most Active @Mr.X last edited by

        @mr-x sagte in Uralt System updaten oder Umzug:

        Da sollte doch sonst der Benutzername stehen oder ein Login Aufforderung.
        Es ist einfach blank

        Das ist mehr oder weniger normal. Da wird möglicherweise nur auf den Benutzernamen gewartet. Nur dass da gerade der Prompt fehlt. Passiert, wenn man zwischen den einzelnen Nodes hin und her wechselt.

        Die Frage war, ob die Konsole auch auf Tastatureingaben reagiert.

        1 Reply Last reply Reply Quote 0
        • M
          Mr.X last edited by Mr.X

          Hallo Leute,
          ich bin kurz vorm aufgeben. Bin aber zwischendurch immer dran, wenn die Zeit es zulässt.
          Egal wo ich untr Proxmox anfange, ich habe sehr schnell Stolperfallen.
          Nach empfehlungen hier habe ich versuch ein neuen Debian aufzusetzen.
          Sowohl unter LXC als auch im Container habe ich schwierigkeiten mit den rechten oder dass die Konsole keine Angaben annimmt.
          Sobald ich diese Grundschritte überwunden habe, würde ich mich gerne hier nochmal zurück melden, um das alte System zu übertragen.

          Homoran 1 Reply Last reply Reply Quote 0
          • L
            legro last edited by Homoran

            @mr-x sagte in Uralt System updaten oder Umzug:

            .. Oder gibt es ggf. eine Anleitung, wie man total veraltete Systeme wieder retten kann?

            Vielleicht hilft dir die Anleitung (https://forum.iobroker.net/post/1170855) meines Umzug von einem pi4 auf einen pi5 weiter.

            1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @Mr.X last edited by

              @mr-x sagte in Uralt System updaten oder Umzug:

              Sowohl unter LXC als auch im Container habe ich schwierigkeiten mit den rechten oder dass die Konsole keine Angaben annimmt.

              was verstehst du unter Konsole?
              hast du ssh freigegeben?

              Was sind "Schwierigkeiten"?
              Wann (in welcher Phase der Installation) treten diese "Schwierigkeiten" auf?

              Wo ist bei dir der Unterschied zwischen lxc und Container?
              lxc = Linux Container !!

              1 Reply Last reply Reply Quote 0
              • OliverIO
                OliverIO @Thomas Braun last edited by

                @thomas-braun sagte in Uralt System updaten oder Umzug:

                @mr-x

                Durch das hin und her kopieren stimmen die Rechte und Besitzer nicht.
                Ich hätte auch nicht alles stumpf rüber kopiert sondern nur iobroker-data.

                chmod 755 /opt/iobroker/iobroker
                chown iobroker:iobroker /opt/iobroker/iobroker
                

                Nimm für das packen und entpacken das folgende Tool tar

                https://wiki.ubuntuusers.de/tar/

                Das sorgt unter linux dafür das alle Rechte erhalten bleiben.
                Idealerweise legst du auf dem neuen Rechner den gleichen User und group mit der gleichen id an.
                Dann gibt es da auch keine Verschiebungen.

                Wenn detailprobleme auftauchen an denen du verzweifelst, dann schreib hier.
                Hier sind noch ein paar die sich mit linux gut auskennen. Auch ChatGPT kann dir sehr gut helfen

                1 Reply Last reply Reply Quote 0
                • M
                  Mr.X last edited by

                  Danke für die weitere Unterstützung.
                  Ihr habt alle Debian empfohlen. Also habe ich die aktuellste image Datei von der HP geladen und mit dieser Anleitung hier
                  https://www.iobroker.net/#de/documentation/install/proxmox.md
                  eine Virtuelle Maschine erstellt.

                  Startet alles aber dann bekomme ich das beim nächsten Schritt

                  tadek@ioBrokerVM:~$ sudo systemctl status qemu-guest-agent
                  -bash: sudo: Kommando nicht gefunden.
                  
                  tadek@ioBrokerVM:~$ apt update
                  Paketlisten werden gelesen… Fertig
                  E: Sperrdatei /var/lib/apt/lists/lock konnte nicht geöffnet werden. - open (13: Keine Berechtigung)
                  E: Das Verzeichnis /var/lib/apt/lists/ kann nicht gesperrt werden.
                  W: Problem beim Entfernen (unlink) der Datei /var/cache/apt/pkgcache.bin - RemoveCaches (13: Keine Berechtigung)
                  W: Problem beim Entfernen (unlink) der Datei /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Keine Berechtigung)
                  tadek@ioBrokerVM:~$
                  
                  
                  OliverIO Thomas Braun 2 Replies Last reply Reply Quote 0
                  • OliverIO
                    OliverIO @Mr.X last edited by OliverIO

                    @mr-x

                    Apt update muss mit sudo aufgerufen werden.
                    Das ist administrationstätigkeit

                    Steht auch dran

                    Keine Berechtigung

                    Warum brauchst du den Quemu guest Agent
                    In der vm?

                    M 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Mr.X last edited by

                      @mr-x

                      Dann dürftest du aber den Hinweis

                      ACHTUNG! - Es darf kein root Passwort vergeben werden.

                      übersehen haben. Sonst wäre nämlich sudo schon vorkonfiguriert und würde natürlich auch gefunden.

                      M 1 Reply Last reply Reply Quote 0
                      • M
                        Mr.X @OliverIO last edited by

                        @oliverio sagte in Uralt System updaten oder Umzug:

                        @mr-x

                        Warum brauchst du den Quemu guest Agent
                        In der vm?

                        steht so in der ioBroker Anleitung.

                        1 Reply Last reply Reply Quote 0
                        • M
                          Mr.X @Thomas Braun last edited by

                          @thomas-braun sagte in Uralt System updaten oder Umzug:

                          @mr-x

                          Dann dürftest du aber den Hinweis

                          ACHTUNG! - Es darf kein root Passwort vergeben werden.

                          übersehen haben. Sonst wäre nämlich sudo schon vorkonfiguriert und würde natürlich auch gefunden.

                          Ohje, OK.
                          Dann auf ein Neues. Hab ja sonst nichts zu tun......

                          1 Reply Last reply Reply Quote 0
                          • M
                            Mr.X last edited by Mr.X

                            @Thomas-Braun
                            @Homoran
                            OK. die VM mit Debian läuft wohl endlich gut. (hoffe ich).
                            Mache weiter mit der Anleitung auf ioBroker Seite.
                            Bin beim Schritt "USB durchreichen" angekommen.
                            Zuvor eine generelle Frage:

                            Ich möchte ja hoffentlich mein altes System portieren/wiederherstellen.
                            Sollte ich nun den aktuellen Zigbee Stick vom Raspberry an den NUC anstecken, oder kann ich einen Sonoff dran machen und mit dem allens einrichten?
                            Würden die Zigbee Geräte mit einem neuen Sonoff Stick weiterhin funktionieren? Oder muss es der alte sein?

                            Vorteil wäre, dass ich das alte System weiterlaufen lassen kann. Es läuft ja alles.
                            Und es wären hier nicht alle genervt.

                            Und wenn das neue aufgesetzt ist einfach das andere abstecken und das Neu starten.

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Mr.X last edited by

                              @mr-x sagte in Uralt System updaten oder Umzug:

                              Sollte ich nun den aktuellen Zigbee Stick vom Raspberry an den NUC anstecken, oder kann ich einen Sonoff dran machen und mit dem allens einrichten?

                              Dazu fragst du am besten mal @Asgothian
                              Der weiß viel besser was da geht oder nicht. Würde ich aber in einem separaten Thread machen.

                              1 Reply Last reply Reply Quote 0
                              • M
                                Mr.X @Thomas Braun last edited by

                                @thomas-braun sagte in Uralt System updaten oder Umzug:

                                @mr-x

                                Durch das hin und her kopieren stimmen die Rechte und Besitzer nicht.
                                Ich hätte auch nicht alles stumpf rüber kopiert sondern nur iobroker-data.

                                chmod 755 /opt/iobroker/iobroker
                                chown iobroker:iobroker /opt/iobroker/iobroker
                                

                                VM aufgesetzt und funktioniert, habe die iobroker-data Datein kopiert.
                                Danach komme ich auf die Weboberfläche von ioBroker nicht mehr drauf, diese wird garnicht im browser geladen.
                                sollte ich die Befehle nach deem kopieren ausführen?
                                Dies wäre das Resultat:

                                tadek@ioBrokerVM:~$ chmod 755 /opt/iobroker/iobroker
                                chmod: Beim Setzen der Zugriffsrechte für '/opt/iobroker/iobroker': Die Operation ist nicht erlaubt
                                tadek@ioBrokerVM:~$ chown iobroker:iobroker /opt/iobroker/iobroker
                                chown: der Eigentümer von '/opt/iobroker/iobroker' wird geändert: Die Operation ist nicht erlaubt
                                
                                
                                Homoran 1 Reply Last reply Reply Quote 0
                                • M
                                  Mr.X last edited by

                                  Da ioBroker nicht reagiert, würde ich das VM Backup einspielen und versuchen ein iobroker backup durch den Adapter wiederherstellen?
                                  Oder hätte jemand besser Ideen/Vorschläge?

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Mr.X last edited by

                                    @mr-x sagte in Uralt System updaten oder Umzug:

                                    Oder hätte jemand besser Ideen/Vorschläge?

                                    Jag den

                                    iob fix
                                    

                                    über das System.

                                    M 1 Reply Last reply Reply Quote 0
                                    • M
                                      Mr.X @Thomas Braun last edited by

                                      @thomas-braun
                                      Leider hat dies nichts geändert.
                                      Und für heute ist auch nun Schluss.
                                      Danke

                                      1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @Mr.X last edited by

                                        @mr-x sagte in Uralt System updaten oder Umzug:

                                        habe die iobroker-data Datein kopiert.

                                        wie?
                                        mit welchem Befehl und welchem User?

                                        @mr-x sagte in Uralt System updaten oder Umzug:

                                        Danach komme ich auf die Weboberfläche von ioBroker nicht mehr drauf, diese wird garnicht im browser geladen.

                                        was sagt dann iob diag?
                                        Bitte Ausgabe der Langfassung in code-tags posten.

                                        @mr-x sagte in Uralt System updaten oder Umzug:

                                        Leider hat dies nichts geändert.

                                        und warum nicht?
                                        was kam als Ausgabe?

                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          Mr.X @Homoran last edited by Mr.X

                                          @homoran
                                          Also ich habe den inhalt von ioBroker data auf dem neuen System gelöscht und dann per filezilla mit normalen User vom alten System rein kopiert und neu gestartet.
                                          iob fix ausgeführt.
                                          Danach komme ich nicht mehr auf die Weboberfläche und diag sagt das:

                                          ======================= SUMMARY =======================
                                                                  v.2025-02-23
                                          
                                          
                                           Static hostname: ioBrokerVM
                                                 Icon name: computer-vm
                                                   Chassis: vm 🖴
                                            Virtualization: kvm
                                          Operating System: Debian GNU/Linux 12 (bookworm)
                                                    Kernel: Linux 6.1.0-35-amd64
                                              Architecture: x86-64
                                           Hardware Vendor: QEMU
                                            Hardware Model: Standard PC _i440FX + PIIX, 1996_
                                          Firmware Version: rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org
                                          
                                          Installation:           kvm
                                          Kernel:                 x86_64
                                          Userland:               64 bit
                                          Timezone:               Europe/Berlin (CEST, +0200)
                                          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.2
                                          /usr/bin/node           v20.19.2
                                          /usr/bin/npm            10.8.2
                                          /usr/bin/npx            10.8.2
                                          /usr/bin/corepack       0.31.0
                                          
                                          Recommended versions are nodejs  and npm
                                          nodeJS installation is correct
                                          
                                          MEMORY:
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            4.1G        528M        3.3G        557K        530M        3.6G
                                          Swap:           1.0G          0B        1.0G
                                          Total:          5.1G        528M        4.3G
                                          
                                          Active iob-Instances:   1
                                          Upgrade policy: none
                                          
                                          ioBroker Core:          js-controller           7.0.6
                                                                  admin                   7.6.3
                                          
                                          ioBroker Status:        iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Status admin and web instance:
                                            system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                            system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          
                                          Objects:                9397
                                          States:                 8041
                                          
                                          Size of iob-Database:
                                          
                                          21M     /opt/iobroker/iobroker-data/objects.jsonl
                                          11M     /opt/iobroker/iobroker-data/objects.json.migrated
                                          11M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                          3.3M    /opt/iobroker/iobroker-data/states.jsonl
                                          1.5M    /opt/iobroker/iobroker-data/states.json.migrated
                                          1.5M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                                          
                                          
                                          Operating System is the current Debian stable version codenamed 'bookworm'!
                                          
                                          =================== END OF SUMMARY ====================
                                          
                                          
                                          Homoran 1 Reply Last reply Reply Quote 0
                                          • M
                                            Mr.X last edited by

                                            ```bash
                                            Script v.2025-02-23
                                            
                                            *** BASE SYSTEM ***
                                             Static hostname: ioBrokerVM
                                                   Icon name: computer-vm
                                                     Chassis: vm 🖴
                                              Virtualization: kvm
                                            Operating System: Debian GNU/Linux 12 (bookworm)
                                                      Kernel: Linux 6.1.0-35-amd64
                                                Architecture: x86-64
                                             Hardware Vendor: QEMU
                                              Hardware Model: Standard PC _i440FX + PIIX, 1996_
                                            Firmware Version: rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org
                                            OS is similar to:
                                            
                                            model name      : QEMU Virtual CPU version 2.5+
                                            Docker          : false
                                            Virtualization  : kvm
                                            Kernel          : x86_64
                                            Userland        : 64 bit
                                            
                                            Systemuptime and Load:
                                             11:10:46 up 11:15,  2 users,  load average: 0.08, 0.05, 0.01
                                            CPU threads: 4
                                            
                                            
                                            *** LIFE CYCLE STATUS ***
                                            Operating System is the current Debian stable version codenamed 'bookworm'!
                                            
                                            *** TIME AND TIMEZONES ***
                                                           Local time: Sun 2025-05-18 11:10:46 CEST
                                                       Universal time: Sun 2025-05-18 09:10:46 UTC
                                                             RTC time: Sun 2025-05-18 09:10:46
                                                            Time zone: Europe/Berlin (CEST, +0200)
                                            System clock synchronized: yes
                                                          NTP service: active
                                                      RTC in local TZ: no
                                            
                                            *** Users and Groups ***
                                            User that called 'iob diag':
                                            tadek
                                            HOME=/home/tadek
                                            GROUPS=tadek cdrom floppy sudo audio dip video plugdev users netdev iobroker
                                            
                                            User that is running 'js-controller':
                                            iobroker
                                            HOME=/home/iobroker
                                            GROUPS=iobroker tty dialout audio video plugdev
                                            
                                            *** DISPLAY-SERVER SETUP ***
                                            Display-Server: false
                                            Desktop:
                                            Terminal:       tty
                                            
                                            *** MEMORY ***
                                                           total        used        free      shared  buff/cache   available
                                            Mem:            4.1G        501M        3.3G        557K        530M        3.6G
                                            Swap:           1.0G          0B        1.0G
                                            Total:          5.1G        501M        4.3G
                                            
                                            Active iob-Instances:   1
                                            
                                                     3914 M total memory
                                                      478 M used memory
                                                      289 M active memory
                                                      333 M inactive memory
                                                     3156 M free memory
                                                       93 M buffer memory
                                                      412 M swap cache
                                                      974 M total swap
                                                        0 M used swap
                                                      974 M free swap
                                            
                                            *** top - Table Of Processes  ***
                                            top - 11:10:47 up 11:15,  2 users,  load average: 0.08, 0.05, 0.01
                                            Tasks: 106 total,   1 running, 105 sleeping,   0 stopped,   0 zombie
                                            %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                            MiB Mem :   3914.7 total,   3155.2 free,    480.1 used,    506.1 buff/cache
                                            MiB Swap:    975.0 total,    975.0 free,      0.0 used.   3434.6 avail Mem
                                            
                                            *** FAILED SERVICES ***
                                            
                                              UNIT LOAD ACTIVE SUB DESCRIPTION
                                            0 loaded units listed.
                                            
                                            
                                            *** DMESG CRITICAL ERRORS ***
                                            No critical errors detected
                                            
                                            *** FILESYSTEM ***
                                            Filesystem     Type      Size  Used Avail Use% Mounted on
                                            udev           devtmpfs  1.9G     0  1.9G   0% /dev
                                            tmpfs          tmpfs     392M  544K  391M   1% /run
                                            /dev/sda1      ext4       62G  4.4G   55G   8% /
                                            tmpfs          tmpfs     2.0G     0  2.0G   0% /dev/shm
                                            tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                            tmpfs          tmpfs     392M     0  392M   0% /run/user/1000
                                            
                                            Messages concerning ext4 filesystem in dmesg:
                                            [Sat May 17 23:54:51 2025] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                            [Sat May 17 23:54:52 2025] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                            
                                            Show mounted filesystems:
                                            TARGET SOURCE    FSTYPE OPTIONS
                                            /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                            
                                            Files in neuralgic directories:
                                            
                                            /var:
                                            459M    /var/
                                            248M    /var/cache
                                            241M    /var/cache/apt
                                            172M    /var/lib
                                            165M    /var/cache/apt/archives
                                            
                                            Hint: You are currently not seeing messages from other users and the system.
                                                  Users in groups 'adm', 'systemd-journal' can see all messages.
                                                  Pass -q to turn off this notice.
                                            Archived and active journals take up 8.0M in the file system.
                                            
                                            /opt/iobroker/backups:
                                            7.5M    /opt/iobroker/backups/
                                            
                                            /opt/iobroker/iobroker-data:
                                            326M    /opt/iobroker/iobroker-data/
                                            153M    /opt/iobroker/iobroker-data/files
                                            123M    /opt/iobroker/iobroker-data/backup-objects
                                            41M     /opt/iobroker/iobroker-data/files/javascript.admin
                                            31M     /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                            
                                            The five largest files in iobroker-data are:
                                            21M     /opt/iobroker/iobroker-data/objects.jsonl
                                            11M     /opt/iobroker/iobroker-data/objects.json.migrated
                                            11M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                            8.9M    /opt/iobroker/iobroker-data/files/scenes.admin/static/js/2.7de3299d.chunk.js.map
                                            7.1M    /opt/iobroker/iobroker-data/files/ham.admin/static/js/main.2e2164eb.js.map
                                            
                                            USB-Devices by-id:
                                            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                            
                                            /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_2e66e30c326cef1192d399adc169b110-if00-port0
                                            
                                            *** ZigBee Settings ***
                                            
                                            HINT:
                                            Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                            /dev/ttyACM0
                                            
                                            HINT:
                                            Your zigbee.1 COM-Port is NOT matching 'by-id'. Please check your setting:
                                            /dev/ttyACM0
                                            Zigbee Network Settings on your coordinator/in nvbackup are:
                                            
                                            zigbee.X
                                            Extended Pan ID:
                                            *** MASKED ***
                                            Pan ID:
                                            *** MASKED ***
                                            Channel:
                                            *** MASKED ***
                                            Network Key:
                                            *** MASKED ***
                                            
                                            To unmask the settings run 'iob diag --unmask'
                                            
                                            
                                            *** NodeJS-Installation ***
                                            
                                            /usr/bin/nodejs         v20.19.2
                                            /usr/bin/node           v20.19.2
                                            /usr/bin/npm            10.8.2
                                            /usr/bin/npx            10.8.2
                                            /usr/bin/corepack       0.31.0
                                            
                                            nodejs:
                                              Installed: 20.19.2-1nodesource1
                                              Candidate: 20.19.2-1nodesource1
                                              Version table:
                                             *** 20.19.2-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                    100 /var/lib/dpkg/status
                                                 20.19.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.19.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.18.3-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.18.2-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.18.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.18.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.17.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.16.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.15.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.15.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.14.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.13.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.13.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.12.2-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.12.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.12.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.11.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.11.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.10.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.9.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.8.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.8.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.7.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.6.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.6.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.5.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.5.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.4.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.3.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.3.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.2.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.1.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 20.0.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                 18.19.0+dfsg-6~deb12u2 500
                                                    500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                                 18.19.0+dfsg-6~deb12u1 500
                                                    500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                                            
                                            Temp directories causing deletion problem: 0
                                            No problems detected
                                            
                                            Errors in npm tree: 0
                                            No problems detected
                                            
                                            *** ioBroker-Installation ***
                                            
                                            ioBroker Status
                                            iobroker is running on this host.
                                            
                                            
                                            Objects type: jsonl
                                            States  type: jsonl
                                            
                                            Hosts:
                                            broker-slave        broker-slave (version: 3.1.6, hostname: broker-slave  , alive, uptime: 19)
                                            ioBrokerVM          ioBrokerVM (version: 7.0.6, hostname: ioBrokerVM    , alive, uptime: 40548)
                                            raspberrypi         raspberrypi (version: 4.0.23, hostname: raspberrypi   , alive, uptime: 4998)
                                            
                                            Core adapters versions
                                            js-controller:  7.0.6
                                            admin:          7.6.3
                                            javascript:     8.8.3
                                            
                                            nodejs modules from github:     0
                                            
                                            Adapter State
                                              system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run                                                                                 as: admin
                                              system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                              system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                              system.adapter.blockly-plus.0           : blockly-plus          : raspberrypi                              -  enabled
                                              system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
                                              system.adapter.devices.0                : devices               : raspberrypi                              -  enabled
                                              system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                              system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                                              system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                              system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
                                              system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 2010
                                              system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                                              system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                              system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, port: 1883, bind: 0.0.0.0
                                              system.adapter.netatmo-crawler.0        : netatmo-crawler       : raspberrypi                              -  enabled
                                              system.adapter.nuki-extended.0          : nuki-extended         : raspberrypi                              - disabled
                                              system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              -  enabled
                                              system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                                              system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                              system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: a                                                                                dmin
                                              system.adapter.socketio.0               : socketio              : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0, run as: a                                                                                dmin
                                              system.adapter.statistics.0             : statistics            : raspberrypi                              -  enabled
                                              system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                                              system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                              system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled
                                              system.adapter.tuya.0                   : tuya                  : raspberrypi                              - disabled
                                              system.adapter.vis.0                    : vis                   : raspberrypi                              - disabled
                                              system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi                              -  enabled
                                              system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: a                                                                                dmin
                                              system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/ttyACM0
                                              system.adapter.zigbee.1                 : zigbee                : broker-slave                             -  enabled, port: /dev/ttyACM0
                                            
                                            + instance is alive
                                            
                                            Enabled adapters with bindings
                                              system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run                                                                                 as: admin
                                              system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 2010
                                              system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                              system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: a                                                                                dmin
                                              system.adapter.socketio.0               : socketio              : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0, run as: a                                                                                dmin
                                              system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                              system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: a                                                                                dmin
                                              system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/ttyACM0
                                              system.adapter.zigbee.1                 : zigbee                : broker-slave                             -  enabled, port: /dev/ttyACM0
                                            
                                            ioBroker-Repositories
                                            ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                            │ (index) │ name               │ url                                                     │ auto upgrade │
                                            ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                            │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                            │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                            └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                            
                                            Active repo(s): Stable (default)
                                            Upgrade policy: none
                                            
                                            Installed ioBroker-Adapters
                                            Used repository: Stable (default)
                                            Adapter    "admin"        : 7.6.3    , installed 7.6.3
                                            Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                                            Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                            Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                            Adapter    "history"      : 3.0.1    , installed 3.0.1
                                            Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                            Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                            Controller "js-controller": 7.0.6    , installed 7.0.6
                                            Adapter    "scenes"       : 3.2.3    , installed 3.2.3
                                            Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                                            Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                                            
                                            Objects and States
                                            Please stand by - This may take a while
                                            Objects:        9397
                                            States:         8041
                                            
                                            *** OS-Repositories and Updates ***
                                            Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                                            Hit:2 http://deb.debian.org/debian bookworm InRelease
                                            Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                            Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
                                            Reading package lists...
                                            Pending Updates: 0
                                            
                                            *** Listening Ports ***
                                            Active Internet connections (only servers)
                                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17819      545/sshd: /usr/sbin
                                            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          15439      1/init
                                            tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       15785      520/iobroker.js-con
                                            tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       14807      520/iobroker.js-con
                                            tcp6       0      0 :::22                   :::*                    LISTEN      0          17821      545/sshd: /usr/sbin
                                            tcp6       0      0 :::111                  :::*                    LISTEN      0          236        1/init
                                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14699      405/dhclient
                                            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          14462      1/init
                                            udp6       0      0 :::111                  :::*                                0          15440      1/init
                                            
                                            *** Log File - Last 25 Lines ***
                                            
                                            2025-05-17 23:31:47.804  - info: host.ioBrokerVM added notifications configuration of host
                                            2025-05-17 23:31:48.169  - info: host.ioBrokerVM 31 instances found
                                            2025-05-17 23:31:48.173  - warn: host.ioBrokerVM does not start any instances on this host
                                            2025-05-17 23:47:48.075  - info: host.ioBrokerVM received SIGTERM
                                            2025-05-17 23:47:48.098  - info: host.ioBrokerVM terminated
                                            2025-05-17 23:52:30.769  - info: host.ioBrokerVM iobroker.js-controller version 7.0.6 js-controller starting
                                            2025-05-17 23:52:30.771  - info: host.ioBrokerVM Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
                                            2025-05-17 23:52:30.771  - info: host.ioBrokerVM hostname: ioBrokerVM, node: v20.19.2
                                            2025-05-17 23:52:30.771  - info: host.ioBrokerVM ip addresses: 192.168.178.160 fd4c:16f3:42:5d6:be24:11ff:fe4d:a762 fe80::be24:11ff:fe4d:a762
                                            2025-05-17 23:52:31.121  - info: host.ioBrokerVM Sets unsupported
                                            2025-05-17 23:52:31.332  - info: host.ioBrokerVM connected to Objects and States
                                            2025-05-17 23:52:31.340  - info: host.ioBrokerVM added notifications configuration of host
                                            2025-05-17 23:52:31.611  - info: host.ioBrokerVM 31 instances found
                                            2025-05-17 23:52:31.615  - warn: host.ioBrokerVM does not start any instances on this host
                                            2025-05-17 23:54:38.715  - info: host.ioBrokerVM received SIGTERM
                                            2025-05-17 23:54:38.741  - info: host.ioBrokerVM terminated
                                            2025-05-17 23:54:55.361  - info: host.ioBrokerVM iobroker.js-controller version 7.0.6 js-controller starting
                                            2025-05-17 23:54:55.363  - info: host.ioBrokerVM Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
                                            2025-05-17 23:54:55.364  - info: host.ioBrokerVM hostname: ioBrokerVM, node: v20.19.2
                                            2025-05-17 23:54:55.364  - info: host.ioBrokerVM ip addresses: 192.168.178.160 fd4c:16f3:42:5d6:be24:11ff:fe4d:a762 fe80::be24:11ff:fe4d:a762
                                            2025-05-17 23:54:55.720  - info: host.ioBrokerVM Sets unsupported
                                            2025-05-17 23:54:55.933  - info: host.ioBrokerVM connected to Objects and States
                                            2025-05-17 23:54:55.942  - info: host.ioBrokerVM added notifications configuration of host
                                            2025-05-17 23:54:56.311  - info: host.ioBrokerVM 31 instances found
                                            2025-05-17 23:54:56.316  - warn: host.ioBrokerVM does not start any instances on this host
                                            
                                            
                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            770
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            13
                                            148
                                            5320
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo