Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter ioBroker.backitup v3.1.x

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter ioBroker.backitup v3.1.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @DPO99 last edited by

      @dpo99 @Radi

      Die 18.18.1 ist veröffentlicht worden.

      D 1 Reply Last reply Reply Quote 0
      • I
        ichderarnd @Thomas Braun last edited by

        @thomas-braun sagte in Test Adapter ioBroker.backitup v2.8.x:

        Deine nodejs-Installation ist allerdings nicht sauber.
        Und npm sehe ich gar nicht.

        In der Tat, "type - p npm" gibt nix.
        Wenn ich "npm -v" ausführe, kommt 9.1.3 raus.

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @ichderarnd last edited by

          @ichderarnd

          Dann versuch mal

          which npm
          

          Aber so oder so solltest du da dringend ran.
          Versuch mal damit:

          https://forum.iobroker.net/topic/68035/iob-node-fix-skript

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

            @thomas-braun
            Danke. Ich habe erstmal die 16er gefixt. Dann hat er allerdings npx anschließend nicht mehr gefunden. Habe dann das fix-skript nochmal laufen lassen und die 18.18.1 installiert. Das npx Problem bleibt:

            type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v
            /usr/bin/nodejs
            /usr/bin/node
            /usr/local/bin/npx
            /usr/bin/corepack
            v18.18.1
            v18.18.1
            9.8.1
            -bash: /usr/local/bin/npx: Datei oder Verzeichnis nicht gefunden
            

            "which npx" findet allerdings /usr/bin/npx und der funktioniert auch und ist 9.8.1. Abgehakt.

            Mein "icmp.ping(host, 1900)" funktioniert in Javascript mit nodejs 18 nicht mehr: "Cannot read properties of undefined (reading 'ping')". Merkwürdig. Habe auf Anhieb nicht gefunden, dass hier etwas zur 16er geändert wurde.

            Thomas Braun 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @ichderarnd last edited by

              @ichderarnd sagte in Test Adapter ioBroker.backitup v2.8.x:

              Habe dann das fix-skript nochmal laufen lassen und die 18.18.1 installiert.

              Zeig mal bitte die vollständige Ausgabe davon.

              I 1 Reply Last reply Reply Quote 0
              • D
                DPO99 @Thomas Braun last edited by

                @thomas-braun

                Sieht gut aus bei mir:

                iobroker@iobroker:~ $ type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v
                /usr/bin/nodejs
                /usr/bin/node
                /usr/bin/npm
                /usr/bin/npx
                /usr/bin/corepack
                v18.18.1
                v18.18.1
                9.8.1
                9.8.1
                0.19.0
                

                Backitup Debug:

                2023-10-10 23:00:10.051 - debug: backitup.0 (1018) The local storage check was completed successfully. On the host "iobroker" are currently 24051 MB free space available!
                2023-10-10 23:00:10.170 - debug: backitup.0 (1018) Backup has started ...
                2023-10-10 23:00:20.173 - debug: backitup.0 (1018) [iobroker/mount] noserverino option: false
                2023-10-10 23:00:20.175 - debug: backitup.0 (1018) [iobroker/mount] cifs-mount command: "sudo mount -t cifs -o username=iobroker,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.0 //192.168.178.5/Backup_IoBroker/Backup /opt/iobroker/backups"
                2023-10-10 23:00:20.373 - debug: backitup.0 (1018) [iobroker/mount] mount successfully completed
                2023-10-10 23:00:20.377 - debug: backitup.0 (1018) [iobroker/mount] done
                2023-10-10 23:00:23.711 - debug: backitup.0 (1018) [iobroker/iobroker] host.iobroker 3070 states saved
                2023-10-10 23:00:27.682 - debug: backitup.0 (1018) [iobroker/iobroker] host.iobroker 3596 objects saved
                2023-10-10 23:00:32.053 - debug: backitup.0 (1018) [iobroker/iobroker] Backup created: /opt/iobroker/backups/iobroker_2023_10_10-23_00_20_backupiobroker.tar.gz
                2023-10-10 23:00:33.540 - debug: backitup.0 (1018) [iobroker/iobroker] done
                2023-10-10 23:00:34.448 - debug: backitup.0 (1018) [iobroker/historyDB] compress from historyDB started ...
                2023-10-10 23:00:40.687 - debug: backitup.0 (1018) [iobroker/historyDB] Backup created: /opt/iobroker/backups/historyDB_2023_10_10-23_00_34_backupiobroker.tar.gz
                2023-10-10 23:00:40.690 - debug: backitup.0 (1018) [iobroker/historyDB] done
                2023-10-10 23:00:41.615 - debug: backitup.0 (1018) [iobroker/javascripts] Created javascript_tmp directory: "/opt/iobroker/backups/tmpScripts"
                2023-10-10 23:00:41.729 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: VAR_Wochenverbrauch
                2023-10-10 23:00:41.730 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: VAR_Monatsverbrauch
                2023-10-10 23:00:41.732 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: VAR_Tagesverbrauch
                2023-10-10 23:00:41.733 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: Verbrauchsmessung_Shellys
                2023-10-10 23:00:41.733 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: Schaltung_openDTU
                2023-10-10 23:00:41.734 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: Notabschaltung___Alarm
                2023-10-10 23:00:41.735 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: An-_Abschaltung_Solar
                2023-10-10 23:00:41.737 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: VAR_Realtime_Untertägig
                2023-10-10 23:00:41.737 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: Akku_Balancing
                2023-10-10 23:00:41.738 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: Luftentfeuchter
                2023-10-10 23:00:41.739 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: Raspberry_PI
                2023-10-10 23:00:41.739 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: OpenDTU
                2023-10-10 23:00:41.740 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: HM_WR_Keller
                2023-10-10 23:00:41.740 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: Akkuladung_100
                2023-10-10 23:00:41.742 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: VAR_Jahresverbrauch
                2023-10-10 23:00:41.742 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: TEST
                2023-10-10 23:00:41.743 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: Test_Hama
                2023-10-10 23:00:41.744 - debug: backitup.0 (1018) [iobroker/javascripts] found Script: HM_WR_Garage
                2023-10-10 23:00:41.867 - debug: backitup.0 (1018) [iobroker/javascripts] Try deleting the Javascript tmp directory: "/opt/iobroker/backups/tmpScripts"
                2023-10-10 23:00:41.886 - debug: backitup.0 (1018) [iobroker/javascripts] Javascript tmp directory "/opt/iobroker/backups/tmpScripts" successfully deleted
                2023-10-10 23:00:41.887 - debug: backitup.0 (1018) [iobroker/javascripts] Backup created: /opt/iobroker/backups/javascripts_2023_10_10-23_00_41_backupiobroker.tar.gz
                2023-10-10 23:00:41.887 - debug: backitup.0 (1018) [iobroker/javascripts] done
                2023-10-10 23:00:42.640 - debug: backitup.0 (1018) [iobroker/cifs] used copy path: /Backup_IoBroker/Backup
                2023-10-10 23:00:42.641 - debug: backitup.0 (1018) [iobroker/cifs] done
                2023-10-10 23:00:43.259 - debug: backitup.0 (1018) [iobroker/clean] delete /opt/iobroker/backups/iobroker_2023_10_05-23_27_16_backupiobroker.tar.gz
                2023-10-10 23:00:43.276 - debug: backitup.0 (1018) [iobroker/clean] delete /opt/iobroker/backups/historyDB_2023_10_05-23_27_35_backupiobroker.tar.gz
                2023-10-10 23:00:43.292 - debug: backitup.0 (1018) [iobroker/clean] delete /opt/iobroker/backups/javascripts_2023_10_05-23_27_40_backupiobroker.tar.gz
                2023-10-10 23:00:43.296 - debug: backitup.0 (1018) [iobroker/clean] done
                2023-10-10 23:00:44.528 - debug: backitup.0 (1018) [iobroker/historyHTML] new history html values created
                2023-10-10 23:00:44.580 - debug: backitup.0 (1018) [iobroker/historyHTML] done
                2023-10-10 23:00:44.747 - debug: backitup.0 (1018) [iobroker/historyJSON] new history json values created
                2023-10-10 23:00:44.748 - debug: backitup.0 (1018) [iobroker/historyJSON] done
                2023-10-10 23:00:44.929 - debug: backitup.0 (1018) [iobroker/umount] mount activ, umount is started ...
                2023-10-10 23:00:49.980 - debug: backitup.0 (1018) [iobroker/umount] umount successfully completed
                2023-10-10 23:00:49.981 - debug: backitup.0 (1018) [iobroker/umount] done
                2023-10-10 23:00:50.133 - debug: backitup.0 (1018) [iobroker] exec: done
                

                Ich werds nochmal 1-2 Tage beobachten aber sieht schonmal deutlich besser aus als mit der 18.18.0

                1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @ichderarnd last edited by

                  @ichderarnd sagte in Test Adapter ioBroker.backitup v2.8.x:

                  Merkwürdig.

                  Mit einer schiefen Installation ist da gar nix merkwürdig. Höchstens verbesserungswürdig.

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

                    @thomas-braun

                    Der erste Lauf für die nodejs 16 war schon aus dem History Buffer raus. Hier der zweite Aufruf mit Update auf die 18.18.1:

                    ioBroker nodejs fixer 2023-10-09
                    
                    Recommended nodejs-version is: 18.18.1
                    Checking your installation now. Please be patient!
                    
                    Your current setup is:
                    /usr/bin/nodejs         v16.20.2
                    /usr/bin/node           v16.20.2
                    /usr/bin/npm            8.19.4
                    /usr/bin/npx            8.19.4
                    /usr/bin/corepack       0.17.0
                    
                    We found these nodejs versions available for installation:
                    
                    nodejs:
                      Installed: 16.20.2-deb-1nodesource1
                      Candidate: 16.20.2-deb-1nodesource1
                      Version table:
                     *** 16.20.2-deb-1nodesource1 500
                            500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                            100 /var/lib/dpkg/status
                         10.24.0~dfsg-1~deb10u3 500
                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                    
                    
                    
                    Nothing to do - Your installation is using the correct paths.
                    
                    You are running nodejs v16.20.2. Do you want to install recommended version 18.18.1?
                    
                    Press <y> to continue or any other key to quit
                    Trying to fix your installation now. Please be patient.
                    Waiting for ioBroker to shut down - Give me a minute...
                    ############################################################
                    
                    *** These repos are active on your system:
                    Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
                    Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
                    Get:3 https://apt.pivccu.de/piVCCU testing InRelease [13.6 kB]
                    Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [400 kB]
                    Get:5 http://raspbian.raspberrypi.org/raspbian buster/non-free Sources [139 kB]
                    Get:6 https://apt.pivccu.de/piVCCU testing/main armhf Packages [13.8 kB]
                    Get:7 http://raspbian.raspberrypi.org/raspbian buster/main Sources [11.4 MB]
                    Get:8 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
                    Get:9 http://raspbian.raspberrypi.org/raspbian buster/non-free armhf Packages [110 kB]
                    Fetched 25.1 MB in 11s (2383 kB/s)
                    Reading package lists... Done
                    
                    *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                    
                    *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                    
                    deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
                    Package: nodejs
                    Pin: origin deb.nodesource.com
                    Pin-Priority: 1001
                    
                    *** These repos are active after the adjustments:
                    Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                    Hit:2 http://archive.raspberrypi.org/debian buster InRelease
                    Hit:3 https://apt.pivccu.de/piVCCU testing InRelease
                    Get:4 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
                    Get:5 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages [5529 B]
                    Fetched 17.7 kB in 1s (13.3 kB/s)
                    Reading package lists... Done
                    
                    Installing the recommended nodejs version now!
                    
                    Extracting templates from packages: 100%
                    (Reading database ... 266527 files and directories currently installed.)
                    Preparing to unpack .../ncurses-bin_6.1+20181013-2+deb10u4_armhf.deb ...
                    Unpacking ncurses-bin (6.1+20181013-2+deb10u4) over (6.1+20181013-2+deb10u3) ...
                    Setting up ncurses-bin (6.1+20181013-2+deb10u4) ...
                    (Reading database ... 266527 files and directories currently installed.)
                    Preparing to unpack .../ncurses-base_6.1+20181013-2+deb10u4_all.deb ...
                    Unpacking ncurses-base (6.1+20181013-2+deb10u4) over (6.1+20181013-2+deb10u3) ...
                    Setting up ncurses-base (6.1+20181013-2+deb10u4) ...
                    (Reading database ... 266527 files and directories currently installed.)
                    Preparing to unpack .../0-python2.7-dev_2.7.16-2+deb10u3_armhf.deb ...
                    Unpacking python2.7-dev (2.7.16-2+deb10u3) over (2.7.16-2+deb10u2) ...
                    Preparing to unpack .../1-libpython2.7-dev_2.7.16-2+deb10u3_armhf.deb ...
                    Unpacking libpython2.7-dev:armhf (2.7.16-2+deb10u3) over (2.7.16-2+deb10u2) ...
                    Preparing to unpack .../2-libpython2.7_2.7.16-2+deb10u3_armhf.deb ...
                    Unpacking libpython2.7:armhf (2.7.16-2+deb10u3) over (2.7.16-2+deb10u2) ...
                    Preparing to unpack .../3-python2.7_2.7.16-2+deb10u3_armhf.deb ...
                    Unpacking python2.7 (2.7.16-2+deb10u3) over (2.7.16-2+deb10u2) ...
                    Preparing to unpack .../4-libpython2.7-stdlib_2.7.16-2+deb10u3_armhf.deb ...
                    Unpacking libpython2.7-stdlib:armhf (2.7.16-2+deb10u3) over (2.7.16-2+deb10u2) ...
                    Preparing to unpack .../5-python2.7-minimal_2.7.16-2+deb10u3_armhf.deb ...
                    Unpacking python2.7-minimal (2.7.16-2+deb10u3) over (2.7.16-2+deb10u2) ...
                    Preparing to unpack .../6-libpython2.7-minimal_2.7.16-2+deb10u3_armhf.deb ...
                    Unpacking libpython2.7-minimal:armhf (2.7.16-2+deb10u3) over (2.7.16-2+deb10u2) ...
                    Preparing to unpack .../7-libncurses6_6.1+20181013-2+deb10u4_armhf.deb ...
                    Unpacking libncurses6:armhf (6.1+20181013-2+deb10u4) over (6.1+20181013-2+deb10u3) ...
                    Preparing to unpack .../8-libtinfo6_6.1+20181013-2+deb10u4_armhf.deb ...
                    Unpacking libtinfo6:armhf (6.1+20181013-2+deb10u4) over (6.1+20181013-2+deb10u3) ...
                    Setting up libtinfo6:armhf (6.1+20181013-2+deb10u4) ...
                    (Reading database ... 266527 files and directories currently installed.)
                    Preparing to unpack .../libncursesw6_6.1+20181013-2+deb10u4_armhf.deb ...
                    Unpacking libncursesw6:armhf (6.1+20181013-2+deb10u4) over (6.1+20181013-2+deb10u3) ...
                    Setting up libncursesw6:armhf (6.1+20181013-2+deb10u4) ...
                    (Reading database ... 266527 files and directories currently installed.)
                    Preparing to unpack .../00-vim-tiny_2%3a8.1.0875-5+deb10u6_armhf.deb ...
                    Unpacking vim-tiny (2:8.1.0875-5+deb10u6) over (2:8.1.0875-5+deb10u5) ...
                    Preparing to unpack .../01-xxd_2%3a8.1.0875-5+deb10u6_armhf.deb ...
                    Unpacking xxd (2:8.1.0875-5+deb10u6) over (2:8.1.0875-5+deb10u5) ...
                    Preparing to unpack .../02-vim-common_2%3a8.1.0875-5+deb10u6_all.deb ...
                    Unpacking vim-common (2:8.1.0875-5+deb10u6) over (2:8.1.0875-5+deb10u5) ...
                    Preparing to unpack .../03-ncurses-term_6.1+20181013-2+deb10u4_all.deb ...
                    Unpacking ncurses-term (6.1+20181013-2+deb10u4) over (6.1+20181013-2+deb10u3) ...
                    Preparing to unpack .../04-ghostscript_9.27~dfsg-2+deb10u9_armhf.deb ...
                    Unpacking ghostscript (9.27~dfsg-2+deb10u9) over (9.27~dfsg-2+deb10u8) ...
                    Preparing to unpack .../05-libgs9_9.27~dfsg-2+deb10u9_armhf.deb ...
                    Unpacking libgs9:armhf (9.27~dfsg-2+deb10u9) over (9.27~dfsg-2+deb10u8) ...
                    Preparing to unpack .../06-libgs9-common_9.27~dfsg-2+deb10u9_all.deb ...
                    Unpacking libgs9-common (9.27~dfsg-2+deb10u9) over (9.27~dfsg-2+deb10u8) ...
                    Preparing to unpack .../07-libdw1_0.176-1.1+deb10u1_armhf.deb ...
                    Unpacking libdw1:armhf (0.176-1.1+deb10u1) over (0.176-1.1) ...
                    Preparing to unpack .../08-libelf1_0.176-1.1+deb10u1_armhf.deb ...
                    Unpacking libelf1:armhf (0.176-1.1+deb10u1) over (0.176-1.1) ...
                    Preparing to unpack .../09-libflac-dev_1.3.2-3+deb10u3_armhf.deb ...
                    Unpacking libflac-dev:armhf (1.3.2-3+deb10u3) over (1.3.2-3+deb10u2) ...
                    Preparing to unpack .../10-libflac8_1.3.2-3+deb10u3_armhf.deb ...
                    Unpacking libflac8:armhf (1.3.2-3+deb10u3) over (1.3.2-3+deb10u2) ...
                    Preparing to unpack .../11-libncursesw5_6.1+20181013-2+deb10u4_armhf.deb ...
                    Unpacking libncursesw5:armhf (6.1+20181013-2+deb10u4) over (6.1+20181013-2+deb10u3) ...
                    Preparing to unpack .../12-libncurses5_6.1+20181013-2+deb10u4_armhf.deb ...
                    Unpacking libncurses5:armhf (6.1+20181013-2+deb10u4) over (6.1+20181013-2+deb10u3) ...
                    Preparing to unpack .../13-libtinfo5_6.1+20181013-2+deb10u4_armhf.deb ...
                    Unpacking libtinfo5:armhf (6.1+20181013-2+deb10u4) over (6.1+20181013-2+deb10u3) ...
                    Preparing to unpack .../14-libpq-dev_11.21-0+deb10u2_armhf.deb ...
                    Unpacking libpq-dev (11.21-0+deb10u2) over (11.19-0+deb10u1) ...
                    Preparing to unpack .../15-libpq5_11.21-0+deb10u2_armhf.deb ...
                    Unpacking libpq5:armhf (11.21-0+deb10u2) over (11.19-0+deb10u1) ...
                    Preparing to unpack .../16-libvpx-dev_1.7.0-3+deb10u2_armhf.deb ...
                    Unpacking libvpx-dev:armhf (1.7.0-3+deb10u2) over (1.7.0-3+deb10u1) ...
                    Preparing to unpack .../17-libvpx5_1.7.0-3+deb10u2_armhf.deb ...
                    Unpacking libvpx5:armhf (1.7.0-3+deb10u2) over (1.7.0-3+deb10u1) ...
                    Preparing to unpack .../18-libwebp-dev_0.6.1-2+deb10u3_armhf.deb ...
                    Unpacking libwebp-dev:armhf (0.6.1-2+deb10u3) over (0.6.1-2+deb10u2) ...
                    Preparing to unpack .../19-libwebp6_0.6.1-2+deb10u3_armhf.deb ...
                    Unpacking libwebp6:armhf (0.6.1-2+deb10u3) over (0.6.1-2+deb10u2) ...
                    Preparing to unpack .../20-libwebpmux3_0.6.1-2+deb10u3_armhf.deb ...
                    Unpacking libwebpmux3:armhf (0.6.1-2+deb10u3) over (0.6.1-2+deb10u2) ...
                    Preparing to unpack .../21-libwebpdemux2_0.6.1-2+deb10u3_armhf.deb ...
                    Unpacking libwebpdemux2:armhf (0.6.1-2+deb10u3) over (0.6.1-2+deb10u2) ...
                    Preparing to unpack .../22-libx11-dev_2%3a1.6.7-1+deb10u4_armhf.deb ...
                    Unpacking libx11-dev:armhf (2:1.6.7-1+deb10u4) over (2:1.6.7-1+deb10u3) ...
                    Preparing to unpack .../23-libx11-data_2%3a1.6.7-1+deb10u4_all.deb ...
                    Unpacking libx11-data (2:1.6.7-1+deb10u4) over (2:1.6.7-1+deb10u3) ...
                    Preparing to unpack .../24-libx11-6_2%3a1.6.7-1+deb10u4_armhf.deb ...
                    Unpacking libx11-6:armhf (2:1.6.7-1+deb10u4) over (2:1.6.7-1+deb10u3) ...
                    Preparing to unpack .../25-libx11-xcb-dev_2%3a1.6.7-1+deb10u4_armhf.deb ...
                    Unpacking libx11-xcb-dev:armhf (2:1.6.7-1+deb10u4) over (2:1.6.7-1+deb10u3) ...
                    Preparing to unpack .../26-libx11-xcb1_2%3a1.6.7-1+deb10u4_armhf.deb ...
                    Unpacking libx11-xcb1:armhf (2:1.6.7-1+deb10u4) over (2:1.6.7-1+deb10u3) ...
                    Preparing to unpack .../27-libxpm4_1%3a3.5.12-1+deb10u2_armhf.deb ...
                    Unpacking libxpm4:armhf (1:3.5.12-1+deb10u2) over (1:3.5.12-1+deb10u1) ...
                    Preparing to unpack .../28-nodejs_18.18.1-1nodesource1_armhf.deb ...
                    Detected old npm client, removing...
                    Unpacking nodejs (18.18.1-1nodesource1) over (16.20.2-deb-1nodesource1) ...
                    Preparing to unpack .../29-openjdk-11-jdk_11.0.20+8-1~deb10u1_armhf.deb ...
                    Unpacking openjdk-11-jdk:armhf (11.0.20+8-1~deb10u1) over (11.0.18+10-1~deb10u1) ...
                    Preparing to unpack .../30-openjdk-11-jdk-headless_11.0.20+8-1~deb10u1_armhf.deb ...
                    Unpacking openjdk-11-jdk-headless:armhf (11.0.20+8-1~deb10u1) over (11.0.18+10-1~deb10u1) ...
                    Preparing to unpack .../31-openjdk-11-jre_11.0.20+8-1~deb10u1_armhf.deb ...
                    Unpacking openjdk-11-jre:armhf (11.0.20+8-1~deb10u1) over (11.0.18+10-1~deb10u1) ...
                    Preparing to unpack .../32-openjdk-11-jre-headless_11.0.20+8-1~deb10u1_armhf.deb ...
                    Unpacking openjdk-11-jre-headless:armhf (11.0.20+8-1~deb10u1) over (11.0.18+10-1~deb10u1) ...
                    Preparing to unpack .../33-python-urllib3_1.24.1-1+deb10u1_all.deb ...
                    Unpacking python-urllib3 (1.24.1-1+deb10u1) over (1.24.1-1) ...
                    Preparing to unpack .../34-python3-renderpm_3.5.13-1+deb10u2_armhf.deb ...
                    Unpacking python3-renderpm:armhf (3.5.13-1+deb10u2) over (3.5.13-1+deb10u1) ...
                    Preparing to unpack .../35-python3-reportlab-accel_3.5.13-1+deb10u2_armhf.deb ...
                    Unpacking python3-reportlab-accel:armhf (3.5.13-1+deb10u2) over (3.5.13-1+deb10u1) ...
                    Preparing to unpack .../36-python3-reportlab_3.5.13-1+deb10u2_all.deb ...
                    Unpacking python3-reportlab (3.5.13-1+deb10u2) over (3.5.13-1+deb10u1) ...
                    Preparing to unpack .../37-python3-urllib3_1.24.1-1+deb10u1_all.deb ...
                    Unpacking python3-urllib3 (1.24.1-1+deb10u1) over (1.24.1-1) ...
                    Preparing to unpack .../38-qemu-utils_1%3a3.1+dfsg-8+deb10u11_armhf.deb ...
                    Unpacking qemu-utils (1:3.1+dfsg-8+deb10u11) over (1:3.1+dfsg-8+deb10u9) ...
                    Setting up libgs9-common (9.27~dfsg-2+deb10u9) ...
                    Setting up python-urllib3 (1.24.1-1+deb10u1) ...
                    Setting up libx11-xcb1:armhf (2:1.6.7-1+deb10u4) ...
                    Setting up python3-renderpm:armhf (3.5.13-1+deb10u2) ...
                    Setting up libgs9:armhf (9.27~dfsg-2+deb10u9) ...
                    Setting up openjdk-11-jre-headless:armhf (11.0.20+8-1~deb10u1) ...
                    Installing new version of config file /etc/java-11-openjdk/security/java.policy ...
                    Installing new version of config file /etc/java-11-openjdk/security/java.security ...
                    Setting up libpq5:armhf (11.21-0+deb10u2) ...
                    Setting up libpq-dev (11.21-0+deb10u2) ...
                    Setting up openjdk-11-jdk-headless:armhf (11.0.20+8-1~deb10u1) ...
                    Setting up ghostscript (9.27~dfsg-2+deb10u9) ...
                    Setting up nodejs (18.18.1-1nodesource1) ...
                    Setting up xxd (2:8.1.0875-5+deb10u6) ...
                    Setting up libflac8:armhf (1.3.2-3+deb10u3) ...
                    Setting up libpython2.7-minimal:armhf (2.7.16-2+deb10u3) ...
                    Setting up vim-common (2:8.1.0875-5+deb10u6) ...
                    Setting up libx11-data (2:1.6.7-1+deb10u4) ...
                    Setting up python2.7-minimal (2.7.16-2+deb10u3) ...
                    Setting up libncurses6:armhf (6.1+20181013-2+deb10u4) ...
                    Setting up python3-reportlab-accel:armhf (3.5.13-1+deb10u2) ...
                    Setting up libwebp6:armhf (0.6.1-2+deb10u3) ...
                    Setting up python3-urllib3 (1.24.1-1+deb10u1) ...
                    Setting up python3-reportlab (3.5.13-1+deb10u2) ...
                    Setting up libx11-6:armhf (2:1.6.7-1+deb10u4) ...
                    Setting up qemu-utils (1:3.1+dfsg-8+deb10u11) ...
                    Setting up libwebpmux3:armhf (0.6.1-2+deb10u3) ...
                    Setting up libtinfo5:armhf (6.1+20181013-2+deb10u4) ...
                    Setting up libelf1:armhf (0.176-1.1+deb10u1) ...
                    Setting up libvpx5:armhf (1.7.0-3+deb10u2) ...
                    Setting up ncurses-term (6.1+20181013-2+deb10u4) ...
                    Setting up libdw1:armhf (0.176-1.1+deb10u1) ...
                    Setting up libflac-dev:armhf (1.3.2-3+deb10u3) ...
                    Setting up libxpm4:armhf (1:3.5.12-1+deb10u2) ...
                    Setting up libwebpdemux2:armhf (0.6.1-2+deb10u3) ...
                    Setting up libx11-dev:armhf (2:1.6.7-1+deb10u4) ...
                    Setting up openjdk-11-jre:armhf (11.0.20+8-1~deb10u1) ...
                    Setting up vim-tiny (2:8.1.0875-5+deb10u6) ...
                    Setting up libncurses5:armhf (6.1+20181013-2+deb10u4) ...
                    Setting up libpython2.7-stdlib:armhf (2.7.16-2+deb10u3) ...
                    Setting up libwebp-dev:armhf (0.6.1-2+deb10u3) ...
                    Setting up libvpx-dev:armhf (1.7.0-3+deb10u2) ...
                    Setting up openjdk-11-jdk:armhf (11.0.20+8-1~deb10u1) ...
                    Setting up libncursesw5:armhf (6.1+20181013-2+deb10u4) ...
                    Setting up libx11-xcb-dev:armhf (2:1.6.7-1+deb10u4) ...
                    Setting up libpython2.7:armhf (2.7.16-2+deb10u3) ...
                    Setting up libpython2.7-dev:armhf (2.7.16-2+deb10u3) ...
                    Setting up python2.7 (2.7.16-2+deb10u3) ...
                    Setting up python2.7-dev (2.7.16-2+deb10u3) ...
                    Processing triggers for mime-support (3.62) ...
                    Processing triggers for hicolor-icon-theme (0.17-2) ...
                    Processing triggers for gnome-menus (3.31.4-3) ...
                    Processing triggers for libc-bin (2.28-10+rpt2+rpi1+deb10u2) ...
                    Processing triggers for man-db (2.8.5-2) ...
                    Processing triggers for desktop-file-utils (0.23-4) ...
                    Installing the recommended nodejs version!
                    
                    We tried our best to fix your nodejs. Please run iob diag again to verify.
                    
                    *** RESTARTING ioBroker NOW! ***
                     Please refresh or restart your browser in a few moments.
                    

                    "iob diag" findet folgende Fehler:

                    Errors in npm tree:
                    npm ERR! code ELSPROBLEMS
                    npm ERR! extraneous: @types/caseless@0.12.3 /opt/iobroker/node_modules/@types/caseless
                    npm ERR! extraneous: @types/request@2.48.9 /opt/iobroker/node_modules/@types/request
                    npm ERR! extraneous: @types/tough-cookie@4.0.3 /opt/iobroker/node_modules/@types/tough-cookie
                    npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                    npm ERR! invalid: iobroker.energiefluss@3.5.0 /opt/iobroker/node_modules/iobroker.energiefluss
                    npm ERR! invalid: iobroker.sourceanalytix@0.4.12 /opt/iobroker/node_modules/iobroker.sourceanalytix
                    npm ERR! invalid: iobroker.vr200@1.1.0 /opt/iobroker/node_modules/iobroker.vr200
                    npm ERR! invalid: iobroker.vw-connect@0.1.3 /opt/iobroker/node_modules/iobroker.vw-connect
                    npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                    npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                    npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                    npm ERR! extraneous: suncalc2@1.8.1 /opt/iobroker/node_modules/suncalc2
                    npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                    npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                    npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                    npm ERR! extraneous: form-data@2.5.1 /opt/iobroker/node_modules/@types/request/node_modules/form-data
                    npm ERR! extraneous: debug@4.3.4 /opt/iobroker/node_modules/virtual-tsc/node_modules/debug
                    npm ERR! extraneous: ms@2.1.2 /opt/iobroker/node_modules/virtual-tsc/node_modules/ms
                    npm ERR! invalid: xmlbuilder@0.4.2 /opt/iobroker/node_modules/xmlbuilder
                    
                    npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2023-10-10T21_14_39_557Z-debug-0.log
                    
                    1 Reply Last reply Reply Quote 0
                    • I
                      ichderarnd @Thomas Braun last edited by ichderarnd

                      @thomas-braun
                      Mit der schiefen Installation hat's funktioniert...
                      Nodejs 18 scheint eine neue Javascript Engine zu haben. An dem npm icmp scheint sich seit 3 Jahren nichts geändert zu haben. Da muss ich morgen weiter suchen.
                      Die Raw Sockets sind aktiviert. Daran liegt's nicht.

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @ichderarnd last edited by

                        @ichderarnd

                        Da ist/war aber auch noch wesentlich mehr schief installiert.

                        sudo apt update
                        sudo apt full-upgrade
                        

                        liefert?

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

                          @thomas-braun
                          Das liefert nachfolgenden Output. Die oben gezeigten Fehlerausgaben mit "iob diag" bleiben danach bestehen.
                          Sollten wir einen anderen Thread nehmen? Das ist zu OT hier...

                          ~ $ sudo apt update
                          Holen:1 http://archive.raspberrypi.org/debian buster InRelease [32,6 kB]
                          Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
                          OK:3 https://deb.nodesource.com/node_18.x nodistro InRelease
                          OK:4 https://apt.pivccu.de/piVCCU testing InRelease
                          Holen:5 http://archive.raspberrypi.org/debian buster/main armhf Packages [400 kB]
                          Es wurden 447 kB in 1 s geholt (357 kB/s).
                          Paketlisten werden gelesen... Fertig
                          Abhängigkeitsbaum wird aufgebaut.
                          Statusinformationen werden eingelesen.... Fertig
                          Alle Pakete sind aktuell.
                          N: Für das Depot »http://archive.raspberrypi.org/debian buster InRelease« wurde der »Suite«-Wert von »oldstable« in »oldoldstable« geändert.
                          ~ $ sudo apt full-upgrade
                          Paketlisten werden gelesen... Fertig
                          Abhängigkeitsbaum wird aufgebaut.
                          Statusinformationen werden eingelesen.... Fertig
                          Paketaktualisierung (Upgrade) wird berechnet... Fertig
                          Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
                            alsa-base gconf-service gconf2-common gstreamer0.10-alsa
                            gstreamer0.10-plugins-base gyp libc-ares2 libexiv2-14 libgconf-2-4
                            libgfortran3 libgmime-2.6-0 libgstreamer-plugins-base0.10-0
                            libgstreamer0.10-0 libjs-inherits libjs-is-typedarray libllvm6.0
                            libmicrodns0 libncurses5 libuv1-dev libva-wayland2 libxfce4util-bin
                            libxfce4util-common libxfce4util7 libxfconf-0-2 lockfile-progs lxplug-volume
                            node-abbrev node-ajv node-ansi node-ansi-align node-ansi-regex
                            node-ansi-styles node-ansistyles node-aproba node-archy
                            node-are-we-there-yet node-asn1 node-assert-plus node-asynckit
                            node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-bluebird
                            node-boxen node-brace-expansion node-builtin-modules node-builtins
                            node-cacache node-call-limit node-camelcase node-caseless node-chalk
                            node-chownr node-cli-boxes node-cliui node-clone node-co node-color-convert
                            node-color-name node-combined-stream node-concat-map node-concat-stream
                            node-config-chain node-console-control-strings node-copy-concurrently
                            node-core-util-is node-cross-spawn node-cyclist node-dashdash
                            node-decamelize node-decompress-response node-deep-extend node-defaults
                            node-delayed-stream node-delegates node-detect-indent node-detect-newline
                            node-duplexer3 node-duplexify node-ecc-jsbn node-editor node-encoding
                            node-end-of-stream node-errno node-escape-string-regexp node-execa
                            node-extend node-extsprintf node-find-up node-flush-write-stream
                            node-forever-agent node-form-data node-from2 node-fs-vacuum
                            node-fs-write-stream-atomic node-fs.realpath node-gauge node-get-caller-file
                            node-get-stream node-getpass node-glob node-got node-graceful-fs
                            node-har-schema node-har-validator node-has-flag node-has-symbol-support-x
                            node-has-to-string-tag-x node-has-unicode node-hosted-git-info
                            node-http-signature node-iconv-lite node-iferr node-import-lazy
                            node-imurmurhash node-inflight node-inherits node-ini node-invert-kv
                            node-is-builtin-module node-is-npm node-is-object node-is-plain-obj
                            node-is-retry-allowed node-is-stream node-is-typedarray node-isarray
                            node-isexe node-isstream node-isurl node-jsbn node-json-parse-better-errors
                            node-json-schema node-json-stable-stringify node-json-stringify-safe
                            node-jsonify node-jsonparse node-jsonstream node-jsprim node-latest-version
                            node-lazy-property node-lcid node-libnpx node-locate-path node-lockfile
                            node-lowercase-keys node-lru-cache node-mem node-mime-types node-mimic-fn
                            node-mimic-response node-minimatch node-minimist node-mississippi
                            node-mkdirp node-move-concurrently node-mute-stream node-node-uuid node-nopt
                            node-normalize-package-data node-npm-package-arg node-npm-run-path
                            node-npmlog node-oauth-sign node-object-assign node-once node-opener
                            node-os-locale node-osenv node-p-cancelable node-p-finally node-p-limit
                            node-p-locate node-p-timeout node-package-json node-parallel-transform
                            node-path-exists node-path-is-absolute node-path-is-inside
                            node-performance-now node-prepend-http node-process-nextick-args
                            node-promise-inflight node-promzard node-proto-list node-prr node-pump
                            node-pumpify node-punycode node-qs node-qw node-rc node-read
                            node-read-package-json node-readable-stream node-registry-auth-token
                            node-registry-url node-request node-require-directory
                            node-require-main-filename node-resolve-from node-retry node-rimraf
                            node-run-queue node-safe-buffer node-semver node-semver-diff
                            node-set-blocking node-sha node-shebang-command node-shebang-regex
                            node-signal-exit node-slash node-slide node-sorted-object node-spdx-correct
                            node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri
                            node-stream-each node-stream-iterate node-stream-shift node-string-decoder
                            node-string-width node-strip-ansi node-strip-eof node-strip-json-comments
                            node-supports-color node-tar node-term-size node-text-table node-through
                            node-through2 node-timed-out node-tough-cookie node-tunnel-agent
                            node-tweetnacl node-typedarray node-uid-number node-unique-filename
                            node-unpipe node-url-parse-lax node-url-to-options node-util-deprecate
                            node-uuid node-validate-npm-package-license node-validate-npm-package-name
                            node-verror node-wcwidth.js node-which node-which-module node-wide-align
                            node-widest-line node-wrap-ansi node-wrappy node-write-file-atomic
                            node-xdg-basedir node-xtend node-y18n node-yallist node-yargs
                            node-yargs-parser pimixer pmount point-rpi python-colorzero
                            python3-pyperclip python3-thonny rtimucli xfconf
                          Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
                          0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @ichderarnd last edited by

                            @ichderarnd sagte in Test Adapter ioBroker.backitup v2.8.x:

                            N: Für das Depot »http://archive.raspberrypi.org/debian buster InRelease« wurde der »Suite«-Wert von »oldstable« in »oldoldstable« geändert.

                            Upgraden. Buster ist damit 'TOT'.

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

                              @thomas-braun
                              OK... Nach welcher Anleitung sollte ich vorgehen? Da gibt's ja mehrere Quellen...
                              Sollte das "apt autoremove" vorher ausgeführt werden?

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @ichderarnd last edited by

                                @ichderarnd sagte in Test Adapter ioBroker.backitup v2.8.x:

                                Nach welcher Anleitung sollte ich vorgehen?

                                Ich hab mir seinerzeit meine eigene Anleitung geschrieben. Schau durch meine Themen durch.

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

                                  @thomas-braun
                                  Danke, gefunden. Tolle Arbeit ❕ 👍
                                  Ich muss es auf's Wochenende verschieben. Leider steht noch Arbeit an.
                                  Bin gespannt!

                                  1 Reply Last reply Reply Quote 0
                                  • Feuersturm
                                    Feuersturm last edited by Feuersturm

                                    Ich hab ein Master/Slave Testsystem und habe gerade mal testweise auf dem Master ein Backup ausgeführt und wollte es danach wiederherstellen.
                                    Das Backup wurde auch angeblich erfolgreich durchgeführt.

                                    Wenn ich dann das Backup wiederherstellen will, erscheint nur folgendes Bild. ioBroker wurde im Hintergrund gestoppt und läuft nicht mehr und der Restore wird nicht durchgeführt
                                    65f373ef-addd-4056-bef1-a35b1c471233-grafik.png

                                    Hat noch jemand dieses Verhalten?
                                    Im web Adapter ist folgendes eingestellt
                                    da557552-eacc-4068-9734-c230362572eb-grafik.png

                                    Ausführung von Backup welches erfolgreich war

                                    Started iobroker ...
                                    [DEBUG] [iobroker] start with {"type":"creator","workDir":"/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js","time":"02:40","debugging":true,"slaveBackup":"Master","everyXDays":"1","deleteBackupAfter":0,"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"matrix":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longMatrixNotice","onlyError":false,"matrixWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                                    [DEBUG] [iobroker] - host.ioBrokerTestsystem 11794 states saved
                                    
                                    [DEBUG] [iobroker] - host.ioBrokerTestsystem 13146 objects saved
                                    
                                    [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2023_10_11-21_41_40_backupiobroker.tar.gz
                                    
                                    [DEBUG] [iobroker] - This backup can only be restored with js-controller version up from 4.1
                                    
                                    [DEBUG] [iobroker] - done
                                    [DEBUG] [clean] - No older backup files are deleted, because this backup was started manually
                                    [DEBUG] [clean] - done
                                    [DEBUG] [historyHTML] - new history html values created
                                    [DEBUG] [historyHTML] - done
                                    [DEBUG] [historyHTML] start with {"type":"creator","workDir":"/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js","time":"02:40","debugging":true,"slaveBackup":"Master","everyXDays":"1","deleteBackupAfter":0,"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de","time":"11. Oktober 2023 um 21:41 Uhr"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"matrix":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longMatrixNotice","onlyError":false,"matrixWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]}
                                    [DEBUG] [historyJSON] - new history json values created
                                    [DEBUG] [historyJSON] - done
                                    [DEBUG] [historyJSON] start with {"type":"creator","workDir":"/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js","time":"02:40","debugging":true,"slaveBackup":"Master","everyXDays":"1","deleteBackupAfter":0,"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de","time":"11. Oktober 2023 um 21:42 Uhr"},"signal":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"matrix":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longMatrixNotice","onlyError":false,"matrixWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]}
                                    [EXIT] 0
                                    

                                    iob diag

                                    Skript v.2023-10-10
                                    
                                    *** BASE SYSTEM ***
                                     Static hostname: ioBrokerTestsystem
                                           Icon name: computer-container
                                             Chassis: container
                                      Virtualization: lxc
                                    Operating System: Ubuntu 22.04.3 LTS
                                              Kernel: Linux 6.2.16-14-pve
                                        Architecture: x86-64
                                    
                                    model name      : Intel(R) Celeron(R) CPU  N3150  @ 1.60GHz
                                    Docker          : false
                                    Virtualization  : lxc
                                    Kernel          : x86_64
                                    Userland        : amd64
                                    
                                    Systemuptime and Load:
                                     21:37:36 up 3 min,  2 users,  load average: 9.68, 5.20, 4.05
                                    CPU threads: 4
                                    
                                    
                                    *** Time and Time Zones ***
                                                   Local time: Wed 2023-10-11 21:37:36 CEST
                                               Universal time: Wed 2023-10-11 19:37:36 UTC
                                                     RTC time: n/a
                                                    Time zone: Europe/Berlin (CEST, +0200)
                                    System clock synchronized: yes
                                                  NTP service: inactive
                                              RTC in local TZ: no
                                    
                                    *** User and Groups ***
                                    proxmox
                                    /home/proxmox
                                    proxmox sudo iobroker
                                    
                                    *** X-Server-Setup ***
                                    X-Server:       false
                                    Desktop:
                                    Terminal:       tty
                                    Boot Target:    graphical.target
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            6.0G        1.9G        3.6G        0.0K        543M        4.1G
                                    Swap:           1.5G          0B        1.5G
                                    Total:          7.5G        1.9G        5.1G
                                    
                                             6000 M total memory
                                             1876 M used memory
                                              179 M active memory
                                             2129 M inactive memory
                                             3579 M free memory
                                                0 M buffer memory
                                              544 M swap cache
                                             1512 M total swap
                                                0 M used swap
                                             1512 M free swap
                                    
                                    *** FAILED SERVICES ***
                                    
                                      UNIT                   LOAD   ACTIVE SUB    DESCRIPTION
                                    * run-rpc_pipefs.mount   loaded failed failed RPC Pipe File System
                                    * sys-kernel-debug.mount loaded failed failed Kernel Debug File System
                                    
                                    LOAD   = Reflects whether the unit definition was properly loaded.
                                    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                    SUB    = The low-level unit activation state, values depend on unit type.
                                    2 loaded units listed.
                                    
                                    *** FILESYSTEM ***
                                    Filesystem                          Type   Size  Used Avail Use% Mounted on
                                    /dev/mapper/data2-vm--3108--disk--1 ext4    20G   14G  4.6G  76% /
                                    none                                tmpfs  492K  4.0K  488K   1% /dev
                                    tmpfs                               tmpfs  7.7G     0  7.7G   0% /dev/shm
                                    tmpfs                               tmpfs  3.1G  152K  3.1G   1% /run
                                    tmpfs                               tmpfs  5.0M     0  5.0M   0% /run/lock
                                    tmpfs                               tmpfs  1.0M     0  1.0M   0% /run/credentials/systemd-sysusers.service
                                    tmpfs                               tmpfs  1.6G     0  1.6G   0% /run/user/1001
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    dmesg: read kernel buffer failed: Operation not permitted
                                    
                                    Show mounted filesystems \(real ones only\):
                                    TARGET SOURCE                              FSTYPE OPTIONS
                                    /      /dev/mapper/data2-vm--3108--disk--1 ext4   rw,relatime,stripe=16
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    1.2G    /var/
                                    478M    /var/lib
                                    387M    /var/log
                                    377M    /var/log/journal/db91a8d9813048b3b0d9627361bf92a2
                                    377M    /var/log/journal
                                    
                                    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 40.0M in the file system.
                                    
                                    /opt/iobroker/backups:
                                    99M     /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    998M    /opt/iobroker/iobroker-data/
                                    770M    /opt/iobroker/iobroker-data/files
                                    179M    /opt/iobroker/iobroker-data/files/vis-2
                                    163M    /opt/iobroker/iobroker-data/backup-objects
                                    162M    /opt/iobroker/iobroker-data/files/vis
                                    
                                    The five largest files in iobroker-data are:
                                    35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                    24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.5f66c5d9.js.map
                                    24M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.9f2a6569.js.map
                                    24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.5f66c5d9.js.map
                                    21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.eafddf6f.js.map
                                    
                                    USB-Devices by-id:
                                    USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                    
                                    find: '/dev/serial/by-id/': No such file or directory
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v18.18.1
                                    /usr/bin/node           v18.18.1
                                    /usr/bin/npm            9.8.1
                                    /usr/bin/npx            9.8.1
                                    /usr/bin/corepack       0.19.0
                                    
                                    
                                    nodejs:
                                      Installed: 18.18.1-1nodesource1
                                      Candidate: 18.18.1-1nodesource1
                                      Version table:
                                     *** 18.18.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            100 /var/lib/dpkg/status
                                         18.18.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.17.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.17.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.16.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.16.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.15.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.14.2-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.14.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.14.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.13.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.12.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.11.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.10.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.9.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.9.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.8.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.7.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.6.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.5.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.4.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.3.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.2.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.1.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         18.0.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                         12.22.9~dfsg-1ubuntu3 500
                                            500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                                    
                                    Temp directories causing npm8 problem: 0
                                    No problems detected
                                    
                                    Errors in npm tree:
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Core adapters versions
                                    js-controller:  5.0.13
                                    admin:          6.10.7
                                    javascript:     7.1.5
                                    
                                    Adapters from github:   5
                                    
                                    Adapter State
                                    + system.adapter.admin.0                  : admin                 : ioBrokerTestsystem                       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.backitup.0               : backitup              : ioBrokerTestsystem                       -  enabled
                                      system.adapter.benchmark.0              : benchmark             : ioBrokerTestsystem                       - disabled
                                      system.adapter.daswetter.0              : daswetter             : ioBrokerTestsystem                       -  enabled
                                      system.adapter.device-watcher.0         : device-watcher        : ioBrokerTestsystem                       - disabled
                                      system.adapter.devices.0                : devices               : ioBrokerTestsystem                       - disabled
                                      system.adapter.discovery.0              : discovery             : ioBrokerNew                              - disabled
                                      system.adapter.dwd.0                    : dwd                   : ioBrokerTestsystem                       -  enabled
                                    + system.adapter.echarts.0                : echarts               : ioBrokerTestsystem                       -  enabled
                                    + system.adapter.fritzbox.0               : fritzbox              : ioBrokerTestsystem                       -  enabled
                                    + system.adapter.fully-tablet-control.0   : fully-tablet-control  : ioBrokerTestsystem                       -  enabled
                                      system.adapter.history.1                : history               : ioBrokerNew                              - disabled
                                    + system.adapter.hm-rega.0                : hm-rega               : ioBrokerTestsystem                       -  enabled
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : ioBrokerTestsystem                       -  enabled, port: 0
                                      system.adapter.hue.0                    : hue                   : ioBrokerTestsystem                       - disabled, port: 443
                                      system.adapter.ical.0                   : ical                  : ioBrokerTestsystem                       -  enabled
                                      system.adapter.ical.1                   : ical                  : ioBrokerTestsystem                       -  enabled
                                      system.adapter.ical.2                   : ical                  : ioBrokerTestsystem                       -  enabled
                                      system.adapter.ical.3                   : ical                  : ioBrokerTestsystem                       -  enabled
                                      system.adapter.ical.4                   : ical                  : ioBrokerTestsystem                       -  enabled
                                      system.adapter.ical.5                   : ical                  : ioBrokerTestsystem                       -  enabled
                                      system.adapter.icons-material-png.0     : icons-material-png    : ioBrokerTestsystem                       - disabled
                                      system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBrokerTestsystem                       - disabled
                                      system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : ioBrokerTestsystem                       - disabled
                                    + system.adapter.influxdb.0               : influxdb              : ioBrokerTestsystem                       -  enabled, port: 8086
                                    + system.adapter.info.0                   : info                  : ioBrokerTestsystem                       -  enabled
                                    + system.adapter.javascript.0             : javascript            : ioBrokerTestsystem                       -  enabled
                                      system.adapter.mqtt.0                   : mqtt                  : ioBrokerTestsystem                       - disabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.nina.0                   : nina                  : ioBrokerTestsystem                       -  enabled
                                      system.adapter.openweathermap.0         : openweathermap        : ioBrokerTestsystem                       -  enabled
                                      system.adapter.proxmox.0                : proxmox               : ioBrokerTestsystem                       -  enabled, port: 8006
                                      system.adapter.rainbird.0               : rainbird              : ioBrokerTestsystem                       - disabled
                                      system.adapter.samsung-community.0      : samsung-community     : ioBrokerTestsystem                       - disabled
                                      system.adapter.sayit.0                  : sayit                 : ioBrokerTestsystem                       - disabled, port: 0
                                    + system.adapter.scenes.0                 : scenes                : ioBrokerTestsystem                       -  enabled
                                      system.adapter.scheduler.0              : scheduler             : ioBrokerTestsystem                       - disabled
                                      system.adapter.simple-api.0             : simple-api            : ioBrokerTestsystem                       - disabled, port: 8087, bind: 0.0.0.0, run as: admin
                                      system.adapter.socketio.0               : socketio              : ioBrokerTestsystem                       - disabled, port: 8084, bind: 192.168.178.77, run as: admin
                                      system.adapter.spotify-premium.0        : spotify-premium       : ioBrokerTestsystem                       - disabled
                                      system.adapter.sql.0                    : sql                   : ioBrokerNew                              - disabled, port: 3306
                                    + system.adapter.tankerkoenig.0           : tankerkoenig          : ioBrokerTestsystem                       -  enabled
                                      system.adapter.telegram.0               : telegram              : ioBrokerTestsystem                       - disabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.tr-064.0                 : tr-064                : ioBrokerTestsystem                       -  enabled
                                    + system.adapter.trashschedule.0          : trashschedule         : ioBrokerTestsystem                       -  enabled
                                    + system.adapter.unifi.0                  : unifi                 : ioBrokerTestsystem                       -  enabled
                                    + system.adapter.valloxmv.0               : valloxmv              : ioBrokerTestsystem                       -  enabled, port: 80
                                      system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : ioBrokerTestsystem                       - disabled
                                      system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : ioBrokerTestsystem                       - disabled
                                      system.adapter.vis-2-widgets-jaeger-design.0: vis-2-widgets-jaeger-design: ioBrokerTestsystem                       - disabled
                                      system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: ioBrokerTestsystem                       - disabled
                                    + system.adapter.vis-2.0                  : vis-2                 : ioBrokerTestsystem                       -  enabled
                                      system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : ioBrokerTestsystem                       - disabled
                                      system.adapter.vis-google-fonts.0       : vis-google-fonts      : ioBrokerTestsystem                       -  enabled
                                      system.adapter.vis-history.0            : vis-history           : ioBrokerTestsystem                       - disabled
                                    + system.adapter.vis-inventwo.0           : vis-inventwo          : ioBrokerTestsystem                       -  enabled
                                      system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBrokerTestsystem                       - disabled
                                      system.adapter.vis-justgage.0           : vis-justgage          : ioBrokerTestsystem                       - disabled
                                      system.adapter.vis-map.0                : vis-map               : ioBrokerTestsystem                       - disabled
                                      system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBrokerTestsystem                       - disabled
                                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBrokerTestsystem                       - disabled
                                      system.adapter.vis.0                    : vis                   : ioBrokerTestsystem                       - disabled
                                    + system.adapter.web.0                    : web                   : ioBrokerTestsystem                       -  enabled, port: 8082, bind: 192.168.178.77, run as: admin
                                      system.adapter.worx.0                   : worx                  : ioBrokerTestsystem                       - disabled
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : ioBrokerTestsystem                       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : ioBrokerTestsystem                       -  enabled, port: 0
                                    + system.adapter.influxdb.0               : influxdb              : ioBrokerTestsystem                       -  enabled, port: 8086
                                    + system.adapter.proxmox.0                : proxmox               : ioBrokerTestsystem                       -  enabled, port: 8006
                                    + system.adapter.valloxmv.0               : valloxmv              : ioBrokerTestsystem                       -  enabled, port: 80
                                    + system.adapter.web.0                    : web                   : ioBrokerTestsystem                       -  enabled, port: 8082, bind: 192.168.178.77, run as: admin
                                    
                                    ioBroker-Repositories
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    
                                    Active repo(s): beta
                                    
                                    Installed ioBroker-Instances
                                    Used repository: beta
                                    Adapter    "admin"        : 6.10.6   , installed 6.10.7
                                    Adapter    "backitup"     : 2.8.4    , installed 2.8.4
                                    Adapter    "benchmark"    : 1.1.4    , installed 1.1.4
                                    Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
                                    Adapter    "device-watcher": 2.9.3   , installed 2.9.3
                                    Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                    Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                    Adapter    "echarts"      : 1.5.4    , installed 1.5.4
                                    Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
                                    Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                                    Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
                                    Adapter    "hue"          : 3.10.0   , installed 3.10.0
                                    Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                    Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                    Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                                    Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                    Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                    Adapter    "info"         : 2.0.0    , installed 2.0.0
                                    Adapter    "javascript"   : 7.1.5    , installed 7.1.5
                                    Controller "js-controller": 5.0.13   , installed 5.0.13
                                    Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                                    Adapter    "nina"         : 0.0.25   , installed 0.0.25
                                    Adapter    "openweathermap": 0.4.5   , installed 0.4.5
                                    Adapter    "proxmox"      : 2.1.0    , installed 2.1.0
                                    Adapter    "rainbird"     : 0.2.2    , installed 0.2.3
                                    Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                                    Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                    Adapter    "scheduler"    : 1.1.9    , installed 1.1.9
                                    Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                    Adapter    "socketio"     : 6.5.7    , installed 6.5.7
                                    Adapter    "spotify-premium": 1.2.2  , installed 1.2.2
                                    Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                    Adapter    "telegram"     : 2.0.1    , installed 2.0.1
                                    Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                    Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                                    Adapter    "unifi"        : 0.6.6    , installed 0.6.6
                                    Adapter    "valloxmv"     : 1.2.0    , installed 1.2.0
                                    Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                    Adapter    "vis-2"        : 2.3.0    , installed 2.3.0
                                    Adapter    "vis-2-widgets-energy": 0.3.8, installed 0.3.8
                                    Adapter    "vis-2-widgets-gauges": 0.2.0, installed 0.2.0
                                    Adapter    "vis-2-widgets-jaeger-design": 1.0.4, installed 1.0.4
                                    Adapter    "vis-2-widgets-material": 1.2.1, installed 1.2.1
                                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                    Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                                    Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                    Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                                    Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                    Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                                    Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                    Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                    Adapter    "web"          : 6.1.4    , installed 6.1.4
                                    Adapter    "worx"         : 2.3.3    , installed 2.3.3
                                    Adapter    "ws"           : 2.5.7    , installed 2.5.7
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        13136
                                    States:         11795
                                    
                                    *** OS-Repositories and Updates ***
                                    Hit:1 https://deb.nodesource.com/node_18.x nodistro InRelease
                                    Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
                                    Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
                                    Hit:4 http://archive.ubuntu.com/ubuntu jammy-security 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          96948094   130/sshd: /usr/sbin
                                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          96947834   1/init
                                    tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      102        96948831   87/systemd-resolved
                                    tcp        0      0 192.168.178.77:8082     0.0.0.0:*               LISTEN      1000       96966280   938/io.web.0
                                    tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1000       96949593   110/iobroker.js-con
                                    tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1000       96949587   110/iobroker.js-con
                                    tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          96949002   300/master
                                    tcp        0      0 192.168.178.77:2010     0.0.0.0:*               LISTEN      1000       96960268   666/io.hm-rpc.0
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          96948096   130/sshd: /usr/sbin
                                    tcp6       0      0 :::111                  :::*                    LISTEN      0          96947836   1/init
                                    tcp6       0      0 :::3000                 :::*                    LISTEN      108        96949149   109/grafana-server
                                    tcp6       0      0 ::1:25                  :::*                    LISTEN      0          96949003   300/master
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1000       96954033   525/io.admin.0
                                    udp        0      0 127.0.0.53:53           0.0.0.0:*                           102        96948830   87/systemd-resolved
                                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          96947835   1/init
                                    udp6       0      0 :::111                  :::*                                0          96947837   1/init
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    xxx
                                    
                                    

                                    Log in der Browser Konsole beim Starten der Wiederherstellung

                                    [2023-10-11T19:25:55.789Z] ws connection error: CLOSE_GOING_AWAY socket.io.js:68:32
                                    [2023-10-11T19:25:55.790Z] Start reconnect 0 socket.io.js:66:41
                                    [2023-10-11T19:25:55.790Z] Try to connect socket.io.js:66:41
                                    [2023-10-11T19:25:55.791Z] ws connection error: CLOSE_GOING_AWAY 8571.7d32213d.chunk.js:2:116526
                                    [2023-10-11T19:25:55.792Z] Start reconnect 0 8571.7d32213d.chunk.js:2:116526
                                    [2023-10-11T19:25:55.862Z] Try to connect 8571.7d32213d.chunk.js:2:116526
                                    Diese Seite verwendet die nicht standardisierte Eigenschaft "zoom". Stattdessen sollte calc() in den entsprechenden Eigenschaftswerten oder "transform" zusammen mit "transform-origin: 0 0" verwendet werden. 192.168.178.77:8081
                                    iobroker.admin@6.10.7 bootstrap.jsx:20:8
                                    [2023-10-11T19:25:56.455Z] Try to connect instrument.ts:144
                                    Stored version: , new version: 6.10.7 instrument.ts:144
                                    Connected: true instrument.ts:144
                                    Diese Seite befindet sich im Kompatibilitätsmodus (Quirks). Das Seitenlayout kann beeinflusst werden. Verwenden Sie für den Standardmodus "<!DOCTYPE html>". tab_m.html
                                    Layout-Darstellung wurde erzwungen, bevor die Seite vollständig geladen war. Falls Stylesheet noch nicht geladen sind, kann dies zu einem kurzzeitigen Darstellung des Inhalts ohne Formatierung führen. stylesheets-manager.js:545:10
                                    [2023-10-11T19:26:00.824Z] Try to connect socket.io.js:66:41
                                    "Backitup": {"en": "Backitup", "de": "Backitup", "ru": "Backitup", "pt": "Backitup", "nl": "Backitup", "fr": "Backitup", "es": "Backitup", "pl": "Backitup", "it": "Backitup", "zh-cn": "Backitup"}, translate.js:24:17
                                    current theme: react-colored tab_m.js:102:13
                                    "ioBroker": {"en": "ioBroker", "de": "ioBroker", "ru": "ioBroker", "pt": "ioBroker", "nl": "ioBroker", "fr": "ioBroker", "es": "ioBroker", "pl": "ioBroker", "it": "ioBroker", "zh-cn": "ioBroker"}, translate.js:24:17
                                    system.adapter.admin.0 instrument.ts:144
                                    system.adapter.backitup.0 instrument.ts:144
                                    system.adapter.benchmark.0 instrument.ts:144
                                    system.adapter.daswetter.0 instrument.ts:144
                                    system.adapter.device-watcher.0 instrument.ts:144
                                    system.adapter.devices.0 instrument.ts:144
                                    system.adapter.discovery.0 instrument.ts:144
                                    system.adapter.dwd.0 instrument.ts:144
                                    system.adapter.echarts.0 instrument.ts:144
                                    system.adapter.fritzbox.0 instrument.ts:144
                                    system.adapter.fully-tablet-control.0 instrument.ts:144
                                    system.adapter.history.1 instrument.ts:144
                                    system.adapter.hm-rega.0 instrument.ts:144
                                    system.adapter.hm-rpc.0 instrument.ts:144
                                    system.adapter.hue.0 instrument.ts:144
                                    system.adapter.ical.0 instrument.ts:144
                                    system.adapter.ical.1 instrument.ts:144
                                    system.adapter.ical.2 instrument.ts:144
                                    system.adapter.ical.3 instrument.ts:144
                                    system.adapter.ical.4 instrument.ts:144
                                    system.adapter.ical.5 instrument.ts:144
                                    system.adapter.icons-material-png.0 instrument.ts:144
                                    system.adapter.icons-mfd-svg.0 instrument.ts:144
                                    system.adapter.icons-ultimate-png.0 instrument.ts:144
                                    system.adapter.influxdb.0 instrument.ts:144
                                    system.adapter.info.0 instrument.ts:144
                                    system.adapter.javascript.0 instrument.ts:144
                                    system.adapter.mqtt.0 instrument.ts:144
                                    system.adapter.nina.0 instrument.ts:144
                                    system.adapter.openweathermap.0 instrument.ts:144
                                    system.adapter.proxmox.0 instrument.ts:144
                                    system.adapter.rainbird.0 instrument.ts:144
                                    system.adapter.samsung-community.0 instrument.ts:144
                                    system.adapter.sayit.0 instrument.ts:144
                                    system.adapter.scenes.0 instrument.ts:144
                                    system.adapter.scheduler.0 instrument.ts:144
                                    system.adapter.simple-api.0 instrument.ts:144
                                    system.adapter.socketio.0 instrument.ts:144
                                    system.adapter.spotify-premium.0 instrument.ts:144
                                    system.adapter.sql.0 instrument.ts:144
                                    system.adapter.tankerkoenig.0 instrument.ts:144
                                    system.adapter.telegram.0 instrument.ts:144
                                    system.adapter.tr-064.0 instrument.ts:144
                                    system.adapter.trashschedule.0 instrument.ts:144
                                    system.adapter.unifi.0 instrument.ts:144
                                    system.adapter.valloxmv.0 instrument.ts:144
                                    system.adapter.vis.0 instrument.ts:144
                                    system.adapter.vis-2.0 instrument.ts:144
                                    system.adapter.vis-2-widgets-energy.0 instrument.ts:144
                                    system.adapter.vis-2-widgets-gauges.0 instrument.ts:144
                                    system.adapter.vis-2-widgets-jaeger-design.0 instrument.ts:144
                                    system.adapter.vis-2-widgets-material.0 instrument.ts:144
                                    system.adapter.vis-fancyswitch.0 instrument.ts:144
                                    system.adapter.vis-google-fonts.0 instrument.ts:144
                                    system.adapter.vis-history.0 instrument.ts:144
                                    system.adapter.vis-inventwo.0 instrument.ts:144
                                    system.adapter.vis-jqui-mfd.0 instrument.ts:144
                                    system.adapter.vis-justgage.0 instrument.ts:144
                                    system.adapter.vis-map.0 instrument.ts:144
                                    system.adapter.vis-materialdesign.0 instrument.ts:144
                                    system.adapter.vis-timeandweather.0 instrument.ts:144
                                    system.adapter.web.0 instrument.ts:144
                                    system.adapter.worx.0 instrument.ts:144
                                    getInstances: 75 instrument.ts:144
                                    Diese Seite befindet sich im Kompatibilitätsmodus (Quirks). Das Seitenlayout kann beeinflusst werden. Verwenden Sie für den Standardmodus "<!DOCTYPE html>". index_m.html
                                    Layout-Darstellung wurde erzwungen, bevor die Seite vollständig geladen war. Falls Stylesheet noch nicht geladen sind, kann dies zu einem kurzzeitigen Darstellung des Inhalts ohne Formatierung führen. stylesheets-manager.js:545:10
                                    [2023-10-11T19:26:52.015Z] Try to connect socket.io.js:66:41
                                    Passwort-Felder sind in einem unsicheren (http://) Iframe vorhanden. Dies ist ein Sicherheitsrisiko, durch das Zugangsdaten gestohlen werden können. index_m.html
                                    "Signal": {"en": "Signal", "de": "Signal", "ru": "Signal", "pt": "Signal", "nl": "Signal", "fr": "Signal", "es": "Signal", "pl": "Signal", "it": "Signal", "zh-cn": "Signal"}, translate.js:24:17
                                    "Discord": {"en": "Discord", "de": "Discord", "ru": "Discord", "pt": "Discord", "nl": "Discord", "fr": "Discord", "es": "Discord", "pl": "Discord", "it": "Discord", "zh-cn": "Discord"}, translate.js:24:17
                                    "http": {"en": "http", "de": "http", "ru": "http", "pt": "http", "nl": "http", "fr": "http", "es": "http", "pl": "http", "it": "http", "zh-cn": "http"}, translate.js:24:17
                                    "https": {"en": "https", "de": "https", "ru": "https", "pt": "https", "nl": "https", "fr": "https", "es": "https", "pl": "https", "it": "https", "zh-cn": "https"}, translate.js:24:17
                                    "1.x": {"en": "1.x", "de": "1.x", "ru": "1.x", "pt": "1.x", "nl": "1.x", "fr": "1.x", "es": "1.x", "pl": "1.x", "it": "1.x", "zh-cn": "1.x"}, translate.js:24:17
                                    "2.x": {"en": "2.x", "de": "2.x", "ru": "2.x", "pt": "2.x", "nl": "2.x", "fr": "2.x", "es": "2.x", "pl": "2.x", "it": "2.x", "zh-cn": "2.x"}, translate.js:24:17
                                    Restore Type: local index_m.js:722:25
                                    Object { data: {…} }
                                    index_m.js:725:29
                                    Object { local: {…} }
                                    index_m.js:736:33
                                    "OK": {"en": "OK", "de": "OK", "ru": "OK", "pt": "OK", "nl": "OK", "fr": "OK", "es": "OK", "pl": "OK", "it": "OK", "zh-cn": "OK"}, translate.js:24:17
                                    "Started restore ...": {"en": "Started restore ...", "de": "Started restore ...", "ru": "Started restore ...", "pt": "Started restore ...", "nl": "Started restore ...", "fr": "Started restore ...", "es": "Started restore ...", "pl": "Started restore ...", "it": "Started restore ...", "zh-cn": "Started restore ..."}, translate.js:24:17
                                    "ioBroker will be stopped and started again. Please wait": {"en": "ioBroker will be stopped and started again. Please wait", "de": "ioBroker will be stopped and started again. Please wait", "ru": "ioBroker will be stopped and started again. Please wait", "pt": "ioBroker will be stopped and started again. Please wait", "nl": "ioBroker will be stopped and started again. Please wait", "fr": "ioBroker will be stopped and started again. Please wait", "es": "ioBroker will be stopped and started again. Please wait", "pl": "ioBroker will be stopped and started again. Please wait", "it": "ioBroker will be stopped and started again. Please wait", "zh-cn": "ioBroker will be stopped and started again. Please wait"}, translate.js:24:17
                                    Speicherverbrauch von "will-change" ist zu hoch. Die Budget-Grenze ist die Fläche des Dokuments multipliziert mit 3 (869076 px). Vorkommen von "will-change", die das Budget überschreiten, werden ignoriert. index_m.html
                                    Restore finish! index_m.js:849:53
                                    Restore Url: http://192.168.178.77:8091/backitup-restore.html index_m.js:852:57
                                    [2023-10-11T19:27:40.593Z] ws connection error: CLOSE_ABNORMAL socket.io.js:68:32
                                    [2023-10-11T19:27:40.594Z] Start reconnect 0 socket.io.js:66:41
                                    [2023-10-11T19:27:40.594Z] Try to connect socket.io.js:66:41
                                    [2023-10-11T19:27:40.595Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:27:40.596Z] Start reconnect 0 instrument.ts:144
                                    [2023-10-11T19:27:40.661Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:27:43.601Z] No READY flag received in 3 seconds. Re-init socket.io.js:67:32
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081//adapter/backitup?sid=1697052460594 aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:27:43.602Z] Start reconnect 1 socket.io.js:66:41
                                    Die Verbindung zu ws://192.168.178.77:8081//adapter/backitup?sid=1697052460594 wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:27:43.608Z] Reconnect is already running 1 socket.io.js:66:41
                                    [2023-10-11T19:27:43.608Z] ws connection error: CLOSE_ABNORMAL socket.io.js:68:32
                                    [2023-10-11T19:27:43.608Z] Reconnect is already running 1 socket.io.js:66:41
                                    [2023-10-11T19:27:43.693Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052460662&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:27:43.694Z] Start reconnect 1 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052460662&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:27:43.697Z] Reconnect is already running 1 instrument.ts:144
                                    [2023-10-11T19:27:43.697Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:27:43.697Z] Reconnect is already running 1 instrument.ts:144
                                    [2023-10-11T19:27:44.610Z] Try to connect socket.io.js:66:41
                                    [2023-10-11T19:27:44.706Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:27:45.751Z] ws connection error: CLOSE_ABNORMAL socket.io.js:68:32
                                    [2023-10-11T19:27:45.751Z] Start reconnect 2 socket.io.js:66:41
                                    [2023-10-11T19:27:47.717Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052464707&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:27:47.718Z] Start reconnect 2 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052464707&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:27:47.725Z] Reconnect is already running 2 instrument.ts:144
                                    [2023-10-11T19:27:47.727Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:27:47.729Z] Reconnect is already running 2 instrument.ts:144
                                    [2023-10-11T19:27:49.720Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:27:52.738Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052469720&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:27:52.738Z] Start reconnect 3 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052469720&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:27:52.744Z] Reconnect is already running 3 instrument.ts:144
                                    [2023-10-11T19:27:52.745Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:27:52.746Z] Reconnect is already running 3 instrument.ts:144
                                    [2023-10-11T19:27:55.805Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052475811&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:27:57.881Z] Start reconnect 4 instrument.ts:144
                                    [2023-10-11T19:27:57.881Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:27:57.882Z] Reconnect is already running 4 instrument.ts:144
                                    [2023-10-11T19:28:01.888Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052481894&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:28:03.962Z] Start reconnect 5 instrument.ts:144
                                    [2023-10-11T19:28:03.963Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:28:03.964Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:28:08.968Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052488968&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:28:11.022Z] Start reconnect 5 instrument.ts:144
                                    [2023-10-11T19:28:11.023Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:28:11.025Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:28:16.076Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052496077&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:28:18.138Z] Start reconnect 5 instrument.ts:144
                                    [2023-10-11T19:28:18.139Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:28:18.141Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:28:23.147Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052503147&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:28:25.202Z] Start reconnect 5 instrument.ts:144
                                    [2023-10-11T19:28:25.203Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:28:25.204Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:28:30.235Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052510236&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:28:32.291Z] Start reconnect 5 instrument.ts:144
                                    [2023-10-11T19:28:32.291Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:28:32.292Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:28:37.296Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052517298&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:28:39.395Z] Start reconnect 5 instrument.ts:144
                                    [2023-10-11T19:28:39.396Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:28:39.397Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:28:44.436Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052524436&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:28:47.063Z] Start reconnect 5 instrument.ts:144
                                    [2023-10-11T19:28:47.063Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:28:47.064Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:28:52.065Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:28:55.080Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052532066&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:28:55.081Z] Start reconnect 5 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052532066&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:28:55.085Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:28:55.086Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:28:55.087Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:00.130Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052540133&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:29:02.185Z] Start reconnect 5 instrument.ts:144
                                    [2023-10-11T19:29:02.186Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:29:02.189Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:07.203Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:29:10.219Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052547203&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:29:10.219Z] Start reconnect 5 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052547203&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:29:10.223Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:10.223Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:29:10.224Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:15.290Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052555291&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:29:17.347Z] Start reconnect 5 instrument.ts:144
                                    [2023-10-11T19:29:17.348Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:29:17.349Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:22.377Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:29:25.408Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052562378&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:29:25.409Z] Start reconnect 5 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052562378&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:29:25.414Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:25.414Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:29:25.415Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:30.424Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:29:33.480Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052570424&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:29:33.480Z] Start reconnect 5 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052570424&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:29:33.482Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:33.483Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:29:33.484Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:38.484Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052578484&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:29:40.532Z] Start reconnect 5 instrument.ts:144
                                    [2023-10-11T19:29:40.533Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:29:40.534Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:45.537Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:29:48.553Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052585538&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:29:48.553Z] Start reconnect 5 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052585538&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:29:48.559Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:48.559Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:29:48.560Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:53.564Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:29:56.569Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052593565&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:29:56.569Z] Start reconnect 5 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052593565&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:29:56.571Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:29:56.571Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:29:56.572Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:01.572Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:30:04.589Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052601573&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:30:04.589Z] Start reconnect 5 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052601573&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:30:04.670Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:04.671Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:30:04.671Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:09.597Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052609598&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:30:11.655Z] Start reconnect 5 instrument.ts:144
                                    [2023-10-11T19:30:11.656Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:30:11.656Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:16.659Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:30:19.660Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052616659&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:30:19.661Z] Start reconnect 5 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052616659&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:30:19.664Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:19.664Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:30:19.664Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:24.673Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:30:27.676Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052624673&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:30:27.676Z] Start reconnect 5 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052624673&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:30:27.678Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:27.678Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:30:27.679Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:32.678Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:30:35.694Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052632678&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:30:35.695Z] Start reconnect 5 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052632678&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:30:35.696Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:35.696Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:30:35.697Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:40.705Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:30:43.710Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052640705&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:30:43.711Z] Start reconnect 5 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052640705&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:30:43.713Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:43.714Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:30:43.715Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:48.782Z] Try to connect instrument.ts:144
                                    [2023-10-11T19:30:51.818Z] No READY flag received in 3 seconds. Re-init instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052648782&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:30:51.819Z] Start reconnect 5 instrument.ts:144
                                    Die Verbindung zu ws://192.168.178.77:8081/?sid=1697052648782&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
                                    [2023-10-11T19:30:51.821Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:51.821Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:30:51.821Z] Reconnect is already running 5 instrument.ts:144
                                    [2023-10-11T19:30:57.495Z] Try to connect instrument.ts:144
                                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.77:8081/?sid=1697052657496&name=admin aufbauen. socket.io.js:140:21
                                    [2023-10-11T19:30:59.563Z] Start reconnect 5 instrument.ts:144
                                    [2023-10-11T19:30:59.563Z] ws connection error: CLOSE_ABNORMAL instrument.ts:144
                                    [2023-10-11T19:30:59.564Z] Reconnect is already running 5 instrument.ts:144
                                    
                                    

                                    Thomas Braun simatec 2 Replies Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Feuersturm last edited by

                                      @feuersturm sagte in Test Adapter ioBroker.backitup v2.8.x:

                                      • run-rpc_pipefs.mount loaded failed failed RPC Pipe File System

                                      Da klemmt es wohl beim mount irgendwo.
                                      Wird das Backup auf eine Freigabe geschoben?

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

                                        @thomas-braun Nein, bei dem Testsystem wird das Backup lokal abgelegt

                                        simatec 1 Reply Last reply Reply Quote 0
                                        • simatec
                                          simatec Developer Most Active @Feuersturm last edited by

                                          @feuersturm socket hat hier keinen Einfluss, da ja iob komplett gestoppt ist. Backitup spannt einen eigenen Webserver für das restore Interface auf.
                                          Auf welchen System hast du dein Testsystem laufen? Docker?

                                          Feuersturm 1 Reply Last reply Reply Quote 0
                                          • simatec
                                            simatec Developer Most Active @Feuersturm last edited by

                                            @feuersturm Normal sollte es so aussehen ... Ist gerade mit aktueller Backitup Version getestet
                                            72ddf716-d973-4a4b-9512-8028f4ea01c2-image.png

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            684
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            backitup backitup backup ccu history mysql redis restore restore backup
                                            168
                                            2721
                                            2204246
                                            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