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 goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • 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.
    • D
      DPO99 @simatec last edited by

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

      type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v

      Anbei:

      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.0
      v18.18.0
      9.8.1
      9.8.1
      0.19.0
      
      Thomas Braun simatec 2 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @DPO99 last edited by Thomas Braun

        @dpo99

        Könnte sein, dass es mit nodejs 18.18.1 wieder funktioniert.
        Dürfte in den nächsten Tagen veröffentlicht werden.

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

          @dpo99 Ist aktuell ein Bug in node 18.18.0... CIFS ist da von betroffen.
          Entweder auf die 18.18.1 warten oder auf 18.17.x zurückgehen

          https://github.com/nodejs/node/issues/49911

          anomiex created this issue in nodejs/node

          closed libuv update in 18.18.0 breaks webpack's `thread-loader` #49911

          R D 2 Replies Last reply Reply Quote 0
          • R
            Radi @simatec last edited by

            @simatec Wie wäre dafür das richtige Vorgehen? Ich trau mich nicht so recht, den Schritt auf die 18.17.1 zurück zu gehen.

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

              @radi Ich würde es wie folgt machen...

              iob stop
              sudo apt update
              sudo apt install nodejs=18.17.1-1nodesource1
              type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v
              iob fix
              iob start
              
              R 2 Replies Last reply Reply Quote 0
              • R
                Radi @simatec last edited by Radi

                @simatec Danke. Werde ich dann gleich mal angehen.

                1 Reply Last reply Reply Quote 0
                • R
                  Radi @simatec last edited by

                  @simatec Alles erledigt und mein Backitup tut wieder seinen Dienst. Danke vielmals.

                  1 Reply Last reply Reply Quote 0
                  • D
                    DPO99 @simatec last edited by

                    @simatec @Thomas-Braun

                    Danke! Ich warte auf die 18.18.1, betrifft ja nur das löschen...schreiben klappt ja.

                    I Thomas Braun 2 Replies Last reply Reply Quote 0
                    • I
                      ichderarnd @DPO99 last edited by

                      @simatec
                      Was ich hier beschrieben habe:
                      https://forum.iobroker.net/topic/27267/test-adapter-iobroker-backitup-v2-8-x/2477

                      Könnte das auch ein nodejs Problem sein oder hat sich hier etwas im Adapter geändert? Ich hatte zu diesem Zeitpunkt ein nodejs Update gemacht auf:

                      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
                      v16.20.2
                      v16.20.2
                      9.1.3
                      9.1.3
                      0.17.0

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

                        @ichderarnd Nein das hat nichts mit Nodejs zu tun

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

                          @simatec
                          Das heißt, es hat sich etwas an der Übergabe des Passworts an den mount Befehl geändert?

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

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

                            /usr/local/bin/npx

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

                            I 1 Reply Last reply Reply Quote 0
                            • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            994
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

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