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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.2k

Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update

Geplant Angeheftet Gesperrt Verschoben Error/Bug
errormeldungnodejs 16.15.1
169 Beiträge 15 Kommentatoren 24.0k Aufrufe 12 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @nhbischo

    ???

    Was machst du da?

    N Offline
    N Offline
    nhbischo
    schrieb am zuletzt editiert von
    #91

    @thomas-braun

    Erst rename installiert. War nicht installiert. Dann das Kommando aufgerufen.

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • N nhbischo

      @homoran

      Ich hatte wie hier ja schon beschrieben wurde in /opt/iobroker die Datei 'package-lock.json' auch schon umbenannt und gespeíchert. Dann den Updateprozess neu angestossen. Dort erschien der gleiche Fehler wieder. In der Vorgehensweise etwas falsch gewesen ?

      VG Mathias

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

      @nhbischo

      Verzeichnis umbenennen:

      sudo -u iobroker mv /opt/iobroker/node_modules/iobroker.icons-open-icon-library-png /opt/iobroker/node_modules/.iobroker.icons-open-icon-library-png-dWPxt8qG
      

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

      N 1 Antwort Letzte Antwort
      0
      • N Offline
        N Offline
        nhbischo
        schrieb am zuletzt editiert von
        #93

        @thomas-braun sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

        sudo -u iobroker mv /opt/iobroker/node_modules/iobroker.icons-open-icon-library-png /opt/iobroker/node_modules/.iobroker.icons-open-icon-li brary-png-dWPxt8qG

        pi@raspberrypi:/opt/iobroker $ sudo -u iobroker mv /opt/iobroker/node_modules/iobroker.icons-open-icon-library-png /opt/iobroker/node_modules/.iobroker.icons-open-icon-li brary-png-dWPxt8qG
        mv: das angegebene Ziel 'brary-png-dWPxt8qG' ist kein Verzeichnis
        
        
        HomoranH 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @nhbischo

          Verzeichnis umbenennen:

          sudo -u iobroker mv /opt/iobroker/node_modules/iobroker.icons-open-icon-library-png /opt/iobroker/node_modules/.iobroker.icons-open-icon-library-png-dWPxt8qG
          
          N Offline
          N Offline
          nhbischo
          schrieb am zuletzt editiert von
          #94

          @thomas-braun

          Gefunden. Leerzeichen hatte ich übersehen
          Nun ausgeführt

          VG Mathias

          1 Antwort Letzte Antwort
          0
          • N nhbischo

            @thomas-braun sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

            sudo -u iobroker mv /opt/iobroker/node_modules/iobroker.icons-open-icon-library-png /opt/iobroker/node_modules/.iobroker.icons-open-icon-li brary-png-dWPxt8qG

            pi@raspberrypi:/opt/iobroker $ sudo -u iobroker mv /opt/iobroker/node_modules/iobroker.icons-open-icon-library-png /opt/iobroker/node_modules/.iobroker.icons-open-icon-li brary-png-dWPxt8qG
            mv: das angegebene Ziel 'brary-png-dWPxt8qG' ist kein Verzeichnis
            
            
            HomoranH Nicht stören
            HomoranH Nicht stören
            Homoran
            Global Moderator Administrators
            schrieb am zuletzt editiert von
            #95

            @nhbischo Leerzeichen entfernen, ist ein typo

            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

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

            N 1 Antwort Letzte Antwort
            0
            • N nhbischo

              @thomas-braun

              Erst rename installiert. War nicht installiert. Dann das Kommando aufgerufen.

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

              @nhbischo sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

              Erst rename installiert. War nicht installiert. Dann das Kommando aufgerufen.

              rename wird nicht installiert.

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

              N 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @nhbischo sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                Erst rename installiert. War nicht installiert. Dann das Kommando aufgerufen.

                rename wird nicht installiert.

                N Offline
                N Offline
                nhbischo
                schrieb am zuletzt editiert von
                #97

                @thomas-braun

                Sorry. Ich hatte rename über SSH aufgerufen und dort wurde gemeldet Rename ist nicht installiert

                pi@raspberrypi:/opt/iobroker $ rename
                -bash: rename: Kommando nicht gefunden.
                
                

                Daher hatte ich es installiert. Im Anschluss funktionierte der Aufruf.

                1 Antwort Letzte Antwort
                0
                • Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #98

                  @nhbischo

                  Dateien und Verzeichnissse werden mit mv von der Quelle zum Ziel verschoben.

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

                  N 1 Antwort Letzte Antwort
                  0
                  • N nhbischo

                    @homoran

                    Ich hatte wie hier ja schon beschrieben wurde in /opt/iobroker die Datei 'package-lock.json' auch schon umbenannt und gespeíchert. Dann den Updateprozess neu angestossen. Dort erschien der gleiche Fehler wieder. In der Vorgehensweise etwas falsch gewesen ?

                    VG Mathias

                    N Offline
                    N Offline
                    nhbischo
                    schrieb am zuletzt editiert von
                    #99

                    @nhbischo

                    Nun scheint der Adapter installiert worden zu sein. Ich hatte den Tip thomas-braun mit der Umbennung ausgeführt. Dann mit der alten existierenden package-lick.json die Installation versucht.

                    pi@raspberrypi:/opt/iobroker $ iobroker upgrade smartgarden --debug
                    
                    This upgrade of "smartgarden" will introduce the following changes:
                    ==========================================================================
                    -> 2.0.0:
                    support for new login procedure to Gardena webservice; admin5 is necessary
                    ==========================================================================
                    
                    BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                    Would you like to upgrade smartgarden from @1.0.6 to @2.0.0 now? [(y)es, (n)o]: y
                    Update smartgarden from @1.0.6 to @2.0.0
                    NPM version: 8.11.0
                    Installing iobroker.smartgarden@2.0.0... (System call)
                    npm WARN old lockfile
                    npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                    npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                    npm WARN old lockfile
                    npm WARN old lockfile This is a one-time fix-up, please be patient...
                    npm WARN old lockfile
                    npm WARN tarball tarball data for iobroker.icons-open-icon-library-png@https://github.com/ioBroker/ioBroker.icons-open-icon-library-png/tarball/master (sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w==) seems to be corrupted. Trying again.
                    npm WARN tarball tarball data for iobroker.icons-open-icon-library-png@https://github.com/ioBroker/ioBroker.icons-open-icon-library-png/tarball/master (sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w==) seems to be corrupted. Trying again.
                    npm WARN old lockfile Error: sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w== integrity checksum failed when using sha512: wanted sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w== but got sha512-ZH4lj95sM6IpZEL2H1HR0hXTo6GMqbUBPbQyylgdRd6TDEdU+fgohUVGW4gPI0UnrAzqM/kx5+mozLqCVh2DCg==. (64751136 bytes)
                    npm WARN old lockfile     at IntegrityStream.[_onEnd] (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:118:19)
                    npm WARN old lockfile     at IntegrityStream.emit (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:88:19)
                    npm WARN old lockfile     at IntegrityStream.[maybeEmitEnd] (/usr/lib/node_modules/npm/node_modules/minipass/index.js:370:12)
                    npm WARN old lockfile     at IntegrityStream.emit (/usr/lib/node_modules/npm/node_modules/minipass/index.js:434:29)
                    npm WARN old lockfile     at IntegrityStream.emit (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:90:18)
                    npm WARN old lockfile     at IntegrityStream.[resume] (/usr/lib/node_modules/npm/node_modules/minipass/index.js:265:12)
                    npm WARN old lockfile     at IntegrityStream.resume (/usr/lib/node_modules/npm/node_modules/minipass/index.js:269:24)
                    npm WARN old lockfile     at CachingMinipassPipeline.emit (/usr/lib/node_modules/npm/node_modules/minipass-pipeline/index.js:105:19)
                    npm WARN old lockfile     at CachingMinipassPipeline.emit (/usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js:37:18)
                    npm WARN old lockfile     at CachingMinipassPipeline.[resume] (/usr/lib/node_modules/npm/node_modules/minipass/index.js:259:10)
                    npm WARN old lockfile  Could not fetch metadata for iobroker.icons-open-icon-library-png@https://github.com/ioBroker/ioBroker.icons-open-icon-library-png/tarball/master Error: sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w== integrity checksum failed when using sha512: wanted sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w== but got sha512-ZH4lj95sM6IpZEL2H1HR0hXTo6GMqbUBPbQyylgdRd6TDEdU+fgohUVGW4gPI0UnrAzqM/kx5+mozLqCVh2DCg==. (64751136 bytes)
                    npm WARN old lockfile     at IntegrityStream.[_onEnd] (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:118:19)
                    npm WARN old lockfile     at IntegrityStream.emit (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:88:19)
                    npm WARN old lockfile     at IntegrityStream.[maybeEmitEnd] (/usr/lib/node_modules/npm/node_modules/minipass/index.js:370:12)
                    npm WARN old lockfile     at IntegrityStream.emit (/usr/lib/node_modules/npm/node_modules/minipass/index.js:434:29)
                    npm WARN old lockfile     at IntegrityStream.emit (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:90:18)
                    npm WARN old lockfile     at IntegrityStream.[resume] (/usr/lib/node_modules/npm/node_modules/minipass/index.js:265:12)
                    npm WARN old lockfile     at IntegrityStream.resume (/usr/lib/node_modules/npm/node_modules/minipass/index.js:269:24)
                    npm WARN old lockfile     at CachingMinipassPipeline.emit (/usr/lib/node_modules/npm/node_modules/minipass-pipeline/index.js:105:19)
                    npm WARN old lockfile     at CachingMinipassPipeline.emit (/usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js:37:18)
                    npm WARN old lockfile     at CachingMinipassPipeline.[resume] (/usr/lib/node_modules/npm/node_modules/minipass/index.js:259:10) {
                    npm WARN old lockfile   code: 'EINTEGRITY',
                    npm WARN old lockfile   found: Integrity { sha512: [ [Hash] ] },
                    npm WARN old lockfile   expected: [
                    npm WARN old lockfile     Hash {
                    npm WARN old lockfile       source: 'sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w==',
                    npm WARN old lockfile       digest: 'qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w==',
                    npm WARN old lockfile       algorithm: 'sha512',
                    npm WARN old lockfile       options: []
                    npm WARN old lockfile     }
                    npm WARN old lockfile   ],
                    npm WARN old lockfile   algorithm: 'sha512',
                    npm WARN old lockfile   sri: Integrity { sha512: [ [Hash] ] }
                    npm WARN old lockfile }
                    npm ERR! code ENOTEMPTY
                    npm ERR! syscall rename
                    npm ERR! path /opt/iobroker/node_modules/iobroker.javascript/node_modules/acorn-walk
                    npm ERR! dest /opt/iobroker/node_modules/iobroker.javascript/node_modules/.acorn-walk-xHkEOJL1
                    npm ERR! errno -39
                    npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript/node_modules/acorn-walk' -> '/opt/iobroker/node_modules/iobroker.javascript/node_modules/.acorn-walk-xHkEOJL1'
                    
                    npm ERR! A complete log of this run can be found in:
                    npm ERR!     /home/iobroker/.npm/_logs/2022-06-26T16_56_31_988Z-debug-0.log
                    host.raspberrypi Cannot install iobroker.smartgarden@2.0.0: 217
                    
                    

                    Da es nicht funktionierte hatte ich die Datei package-lock.json dann umbenannt. Dann den Updateprozess noch einmal angestossen und nun ist der Adapter installiert

                    pi@raspberrypi:/opt/iobroker $ iobroker upgrade smartgarden --debug
                    
                    This upgrade of "smartgarden" will introduce the following changes:
                    ==========================================================================
                    -> 2.0.0:
                    support for new login procedure to Gardena webservice; admin5 is necessary
                    ==========================================================================
                    
                    BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                    Would you like to upgrade smartgarden from @1.0.6 to @2.0.0 now? [(y)es, (n)o]: y
                    Update smartgarden from @1.0.6 to @2.0.0
                    NPM version: 8.11.0
                    Installing iobroker.smartgarden@2.0.0... (System call)
                    npm WARN skipping integrity check for git dependency ssh://git@github.com/dahuby/iobroker.samsung_tizen.git
                    npm WARN skipping integrity check for git dependency ssh://git@github.com/ciddi89/ioBroker.device-watcher.git
                    
                    added 9 packages, removed 174 packages, and changed 14 packages in 4m
                    
                    104 packages are looking for funding
                      run `npm fund` for details
                    Update "system.adapter.smartgarden.0"
                    upload [4] smartgarden.admin /opt/iobroker/node_modules/iobroker.smartgarden/admin/admin.d.ts admin.d.ts video/mp2t
                    upload [3] smartgarden.admin /opt/iobroker/node_modules/iobroker.smartgarden/admin/index_m.html index_m.html text/html
                    upload [2] smartgarden.admin /opt/iobroker/node_modules/iobroker.smartgarden/admin/jsonConfig.json jsonConfig.json application/json
                    upload [1] smartgarden.admin /opt/iobroker/node_modules/iobroker.smartgarden/admin/smartgarden.png smartgarden.png image/png
                    upload [0] smartgarden.admin /opt/iobroker/node_modules/iobroker.smartgarden/admin/tsconfig.json tsconfig.json application/json
                    
                    
                    HomoranH 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @nhbischo

                      Dateien und Verzeichnissse werden mit mv von der Quelle zum Ziel verschoben.

                      N Offline
                      N Offline
                      nhbischo
                      schrieb am zuletzt editiert von
                      #100

                      @thomas-braun

                      Danke. Das werde ich mir nun mit Sicherheit merken. Und die Installation eines zweiten Updates eines Adapters hat nun auch funktionert. Ganz herzlichen Dank

                      VG Mathias

                      1 Antwort Letzte Antwort
                      0
                      • HomoranH Homoran

                        @nhbischo Leerzeichen entfernen, ist ein typo

                        N Offline
                        N Offline
                        nhbischo
                        schrieb am zuletzt editiert von
                        #101

                        @homoran

                        Auch hier an dieser Stelle ein grosses Danke. Nun scheint es ja erst einmal wieder zu funktionieren.

                        VG Mathias

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • N nhbischo

                          @homoran

                          Auch hier an dieser Stelle ein grosses Danke. Nun scheint es ja erst einmal wieder zu funktionieren.

                          VG Mathias

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

                          @nhbischo

                          Wie schaut jetzt ein

                          iobroker update -i
                          

                          aus?

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

                          N 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @nhbischo

                            Wie schaut jetzt ein

                            iobroker update -i
                            

                            aus?

                            N Offline
                            N Offline
                            nhbischo
                            schrieb am zuletzt editiert von
                            #103

                            @thomas-braun

                            pi@raspberrypi:/opt/iobroker $ iobroker update -i
                            Used repository: Stable (default)
                            Adapter    "accuweather"  : 1.2.1    , installed 1.2.4
                            Adapter    "admin"        : 5.3.8    , installed 5.4.9
                            Adapter    "alexa2"       : 3.11.2   , installed 3.12.0
                            Adapter    "backitup"     : 2.4.9    , installed 2.4.9
                            Adapter    "birthdays"    : 2.0.0    , installed 2.1.0
                            Adapter    "ble"          : 0.12.0   , installed 0.13.0
                            Adapter    "cloud"        : 4.1.1    , installed 4.1.1
                            Adapter    "daswetter"    : 3.1.2    , installed 3.1.3
                            Adapter    "devices"      : 1.0.12   , installed 1.0.12
                            Adapter    "discovery"    : 3.0.3    , installed 3.0.5
                            Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                            Adapter    "fahrplan"     : 1.2.0    , installed 1.2.0
                            Adapter    "fb-checkpresence": 1.1.14, installed 1.1.17
                            Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                            Adapter    "flot"         : 1.11.0   , installed 1.11.0
                            Adapter    "fritzbox"     : 0.2.1    , installed 0.5.0
                            Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                            Adapter    "history"      : 1.11.1   , installed 2.1.4
                            Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                            Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                            Adapter    "ical"         : 1.12.1   , installed 1.13.0
                            Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                            Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                            Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                            Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                            Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                            Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                            Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3
                            Adapter    "info"         : 1.9.19   , installed 1.9.19
                            Adapter    "iot"          : 1.11.4   , installed 1.11.7
                            Adapter    "iqontrol"     : 2.0.0    , installed 2.0.1
                            Adapter    "javascript"   : 5.7.0    , installed 5.7.0
                            Controller "js-controller": 4.0.23   , installed 4.0.23
                            Adapter    "lovelace"     : 2.2.0    , installed 2.0.6  [Updatable]
                            Adapter    "luftdaten"    : 2.2.4    , installed 2.2.4
                            Adapter    "meteoalarm"   : 2.1.3    , installed 2.1.5
                            Adapter    "mihome"       : 1.4.0    , installed 1.4.0
                            Adapter    "mihome-vacuum": 3.4.2    , installed 3.4.2
                            Adapter    "milight"      : 0.3.6    , installed 0.3.6
                            Adapter    "mqtt"         : 3.0.6    , installed 4.0.6
                            Adapter    "musiccast"    : 0.1.5    , installed 0.2.2
                            Adapter    "nina"         : 0.0.25   , installed 0.0.25
                            Adapter    "openweathermap": 0.2.4   , installed 0.2.5
                            Adapter    "parser"       : 1.1.7    , installed 1.1.7
                            Adapter    "ping"         : 1.5.3    , installed 1.5.3
                            Adapter    "plex"         : 0.9.1    , installed 0.9.1
                            Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                            Adapter    "radar2"       : 2.0.3    , installed 2.0.3
                            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                            Adapter    "samsung"      : 0.5.8    , installed 0.5.11
                            Adapter    "sayit"        : 1.12.3   , installed 1.12.6
                            Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                            Adapter    "shelly"       : 5.3.2    , installed 5.3.2
                            Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                            Adapter    "smartcontrol" : 1.2.1    , installed 1.2.1
                            Adapter    "smartgarden"  : 2.0.0    , installed 2.0.0
                            Adapter    "snmp"         : 1.0.0    , installed 1.0.0
                            Adapter    "socketio"     : 4.2.0    , installed 6.1.7
                            Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                            Adapter    "sonos"        : 2.1.7    , installed 2.2.2
                            Adapter    "synology"     : 2.1.7    , installed 2.1.8
                            Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                            Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                            Adapter    "trashschedule": 2.0.2    , installed 2.0.3
                            Adapter    "tuya"         : 3.6.15   , installed 3.6.15
                            Adapter    "tvprogram"    : 1.1.2    , installed 1.1.2
                            Adapter    "tvspielfilm"  : 2.0.4    , installed 2.0.4
                            Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                            Adapter    "uv-protect"   : 0.3.4    , installed 0.3.5
                            Adapter    "vis"          : 1.4.15   , installed 1.4.15
                            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                            Adapter    "vis-canvas-gauges": 0.1.5, installed 0.1.5
                            Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                            Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                            Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
                            Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                            Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                            Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                            Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                            Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                            Adapter    "weatherunderground": 3.4.2, installed 3.4.2
                            Adapter    "web"          : 4.3.0    , installed 5.2.3
                            Adapter    "withings"     : 0.0.7    , installed 0.0.7
                            Adapter    "ws"           : 1.3.0    , installed 2.1.2
                            Adapter    "yamaha"       : 0.5.2    , installed 0.5.3
                            Adapter    "zigbee"       : 1.7.5    , installed 1.6.18 [Updatable]
                            
                            
                            1 Antwort Letzte Antwort
                            0
                            • N Offline
                              N Offline
                              nhbischo
                              schrieb am zuletzt editiert von
                              #104

                              Ich war vorher schon auf beta unterwegs. Daher die unterschiedlichen Versionen. Bin nun wieder auf stable gegangen

                              VG Mathias

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • N nhbischo

                                Ich war vorher schon auf beta unterwegs. Daher die unterschiedlichen Versionen. Bin nun wieder auf stable gegangen

                                VG Mathias

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

                                @nhbischo

                                Dann zieh die beiden Adapter noch auf den aktuellen stable Stand.

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

                                1 Antwort Letzte Antwort
                                0
                                • N nhbischo

                                  @nhbischo

                                  Nun scheint der Adapter installiert worden zu sein. Ich hatte den Tip thomas-braun mit der Umbennung ausgeführt. Dann mit der alten existierenden package-lick.json die Installation versucht.

                                  pi@raspberrypi:/opt/iobroker $ iobroker upgrade smartgarden --debug
                                  
                                  This upgrade of "smartgarden" will introduce the following changes:
                                  ==========================================================================
                                  -> 2.0.0:
                                  support for new login procedure to Gardena webservice; admin5 is necessary
                                  ==========================================================================
                                  
                                  BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                  Would you like to upgrade smartgarden from @1.0.6 to @2.0.0 now? [(y)es, (n)o]: y
                                  Update smartgarden from @1.0.6 to @2.0.0
                                  NPM version: 8.11.0
                                  Installing iobroker.smartgarden@2.0.0... (System call)
                                  npm WARN old lockfile
                                  npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                                  npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                                  npm WARN old lockfile
                                  npm WARN old lockfile This is a one-time fix-up, please be patient...
                                  npm WARN old lockfile
                                  npm WARN tarball tarball data for iobroker.icons-open-icon-library-png@https://github.com/ioBroker/ioBroker.icons-open-icon-library-png/tarball/master (sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w==) seems to be corrupted. Trying again.
                                  npm WARN tarball tarball data for iobroker.icons-open-icon-library-png@https://github.com/ioBroker/ioBroker.icons-open-icon-library-png/tarball/master (sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w==) seems to be corrupted. Trying again.
                                  npm WARN old lockfile Error: sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w== integrity checksum failed when using sha512: wanted sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w== but got sha512-ZH4lj95sM6IpZEL2H1HR0hXTo6GMqbUBPbQyylgdRd6TDEdU+fgohUVGW4gPI0UnrAzqM/kx5+mozLqCVh2DCg==. (64751136 bytes)
                                  npm WARN old lockfile     at IntegrityStream.[_onEnd] (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:118:19)
                                  npm WARN old lockfile     at IntegrityStream.emit (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:88:19)
                                  npm WARN old lockfile     at IntegrityStream.[maybeEmitEnd] (/usr/lib/node_modules/npm/node_modules/minipass/index.js:370:12)
                                  npm WARN old lockfile     at IntegrityStream.emit (/usr/lib/node_modules/npm/node_modules/minipass/index.js:434:29)
                                  npm WARN old lockfile     at IntegrityStream.emit (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:90:18)
                                  npm WARN old lockfile     at IntegrityStream.[resume] (/usr/lib/node_modules/npm/node_modules/minipass/index.js:265:12)
                                  npm WARN old lockfile     at IntegrityStream.resume (/usr/lib/node_modules/npm/node_modules/minipass/index.js:269:24)
                                  npm WARN old lockfile     at CachingMinipassPipeline.emit (/usr/lib/node_modules/npm/node_modules/minipass-pipeline/index.js:105:19)
                                  npm WARN old lockfile     at CachingMinipassPipeline.emit (/usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js:37:18)
                                  npm WARN old lockfile     at CachingMinipassPipeline.[resume] (/usr/lib/node_modules/npm/node_modules/minipass/index.js:259:10)
                                  npm WARN old lockfile  Could not fetch metadata for iobroker.icons-open-icon-library-png@https://github.com/ioBroker/ioBroker.icons-open-icon-library-png/tarball/master Error: sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w== integrity checksum failed when using sha512: wanted sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w== but got sha512-ZH4lj95sM6IpZEL2H1HR0hXTo6GMqbUBPbQyylgdRd6TDEdU+fgohUVGW4gPI0UnrAzqM/kx5+mozLqCVh2DCg==. (64751136 bytes)
                                  npm WARN old lockfile     at IntegrityStream.[_onEnd] (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:118:19)
                                  npm WARN old lockfile     at IntegrityStream.emit (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:88:19)
                                  npm WARN old lockfile     at IntegrityStream.[maybeEmitEnd] (/usr/lib/node_modules/npm/node_modules/minipass/index.js:370:12)
                                  npm WARN old lockfile     at IntegrityStream.emit (/usr/lib/node_modules/npm/node_modules/minipass/index.js:434:29)
                                  npm WARN old lockfile     at IntegrityStream.emit (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:90:18)
                                  npm WARN old lockfile     at IntegrityStream.[resume] (/usr/lib/node_modules/npm/node_modules/minipass/index.js:265:12)
                                  npm WARN old lockfile     at IntegrityStream.resume (/usr/lib/node_modules/npm/node_modules/minipass/index.js:269:24)
                                  npm WARN old lockfile     at CachingMinipassPipeline.emit (/usr/lib/node_modules/npm/node_modules/minipass-pipeline/index.js:105:19)
                                  npm WARN old lockfile     at CachingMinipassPipeline.emit (/usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js:37:18)
                                  npm WARN old lockfile     at CachingMinipassPipeline.[resume] (/usr/lib/node_modules/npm/node_modules/minipass/index.js:259:10) {
                                  npm WARN old lockfile   code: 'EINTEGRITY',
                                  npm WARN old lockfile   found: Integrity { sha512: [ [Hash] ] },
                                  npm WARN old lockfile   expected: [
                                  npm WARN old lockfile     Hash {
                                  npm WARN old lockfile       source: 'sha512-qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w==',
                                  npm WARN old lockfile       digest: 'qGFFRFfv/uSaVT+z3v01bwdZYjfIES0YwaHNOgy+OO28NMa8/8fh2rkBKGHNeHfFPBTo3juTeH+p6ngZ6s//7w==',
                                  npm WARN old lockfile       algorithm: 'sha512',
                                  npm WARN old lockfile       options: []
                                  npm WARN old lockfile     }
                                  npm WARN old lockfile   ],
                                  npm WARN old lockfile   algorithm: 'sha512',
                                  npm WARN old lockfile   sri: Integrity { sha512: [ [Hash] ] }
                                  npm WARN old lockfile }
                                  npm ERR! code ENOTEMPTY
                                  npm ERR! syscall rename
                                  npm ERR! path /opt/iobroker/node_modules/iobroker.javascript/node_modules/acorn-walk
                                  npm ERR! dest /opt/iobroker/node_modules/iobroker.javascript/node_modules/.acorn-walk-xHkEOJL1
                                  npm ERR! errno -39
                                  npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript/node_modules/acorn-walk' -> '/opt/iobroker/node_modules/iobroker.javascript/node_modules/.acorn-walk-xHkEOJL1'
                                  
                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR!     /home/iobroker/.npm/_logs/2022-06-26T16_56_31_988Z-debug-0.log
                                  host.raspberrypi Cannot install iobroker.smartgarden@2.0.0: 217
                                  
                                  

                                  Da es nicht funktionierte hatte ich die Datei package-lock.json dann umbenannt. Dann den Updateprozess noch einmal angestossen und nun ist der Adapter installiert

                                  pi@raspberrypi:/opt/iobroker $ iobroker upgrade smartgarden --debug
                                  
                                  This upgrade of "smartgarden" will introduce the following changes:
                                  ==========================================================================
                                  -> 2.0.0:
                                  support for new login procedure to Gardena webservice; admin5 is necessary
                                  ==========================================================================
                                  
                                  BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                  Would you like to upgrade smartgarden from @1.0.6 to @2.0.0 now? [(y)es, (n)o]: y
                                  Update smartgarden from @1.0.6 to @2.0.0
                                  NPM version: 8.11.0
                                  Installing iobroker.smartgarden@2.0.0... (System call)
                                  npm WARN skipping integrity check for git dependency ssh://git@github.com/dahuby/iobroker.samsung_tizen.git
                                  npm WARN skipping integrity check for git dependency ssh://git@github.com/ciddi89/ioBroker.device-watcher.git
                                  
                                  added 9 packages, removed 174 packages, and changed 14 packages in 4m
                                  
                                  104 packages are looking for funding
                                    run `npm fund` for details
                                  Update "system.adapter.smartgarden.0"
                                  upload [4] smartgarden.admin /opt/iobroker/node_modules/iobroker.smartgarden/admin/admin.d.ts admin.d.ts video/mp2t
                                  upload [3] smartgarden.admin /opt/iobroker/node_modules/iobroker.smartgarden/admin/index_m.html index_m.html text/html
                                  upload [2] smartgarden.admin /opt/iobroker/node_modules/iobroker.smartgarden/admin/jsonConfig.json jsonConfig.json application/json
                                  upload [1] smartgarden.admin /opt/iobroker/node_modules/iobroker.smartgarden/admin/smartgarden.png smartgarden.png image/png
                                  upload [0] smartgarden.admin /opt/iobroker/node_modules/iobroker.smartgarden/admin/tsconfig.json tsconfig.json application/json
                                  
                                  
                                  HomoranH Nicht stören
                                  HomoranH Nicht stören
                                  Homoran
                                  Global Moderator Administrators
                                  schrieb am zuletzt editiert von
                                  #106

                                  @nhbischo sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                  Da es nicht funktionierte

                                  steht ja auch drin

                                  @nhbischo sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                  npm WARN old lockfile The package-lock.json file was created with an old version of npm,

                                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

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

                                  P 1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Homoran

                                    @nhbischo sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                    Da es nicht funktionierte

                                    steht ja auch drin

                                    @nhbischo sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                    npm WARN old lockfile The package-lock.json file was created with an old version of npm,

                                    P Offline
                                    P Offline
                                    paul.honka
                                    schrieb am zuletzt editiert von
                                    #107

                                    Hallo ,
                                    habe auch das Error 25 Problem.
                                    Nach iob upgrade email --debug
                                    kamen diese Logs

                                    This upgrade of "email" will introduce the following changes:
                                    ==========================================================================
                                    -> 1.1.3:
                                    Make sure the STARTTLS configuration field is displayed
                                    
                                    -> 1.1.2:
                                    Fix mail.ee settings
                                    
                                    -> 1.1.1:
                                    Allow to use connections to port 25 unencrypted
                                    
                                    -> 1.1.0:
                                    Adjust default settings for web.de and 1und1 and add ionos
                                    Add "Always use STARTTLS" option for custom SMTP settings
                                    ==========================================================================
                                    
                                    Would you like to upgrade email from @1.0.10 to @1.1.3 now? [(y)es, (n)o]: y
                                    Update email from @1.0.10 to @1.1.3
                                    NPM version: 8.11.0
                                    Installing iobroker.email@1.1.3... (System call)
                                    npm WARN old lockfile
                                    npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                                    npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                                    npm WARN old lockfile
                                    npm WARN old lockfile This is a one-time fix-up, please be patient...
                                    npm WARN old lockfile
                                    npm ERR! code ENOTEMPTY
                                    npm ERR! syscall rename
                                    npm ERR! path /opt/iobroker/node_modules/define-properties
                                    npm ERR! dest /opt/iobroker/node_modules/.define-properties-gzFzeOn0
                                    npm ERR! errno -39
                                    npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/define-properties' -> '/opt/iobroker/node_modules/.define-properties-gzFzeOn0'
                                    
                                    npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T04_51_01_894Z-debug-0.log
                                    host.IOBroker-Sted1 Cannot install iobroker.email@1.1.3: 217
                                    

                                    Danach
                                    mv /opt/iobroker/node_modules/define-properties /opt/iobroker/node_modules/.define-properties-gzFzeOn0
                                    und Nach iob upgrade email --debug
                                    dann diese logs

                                    This upgrade of "email" will introduce the following changes:
                                    ==========================================================================
                                    -> 1.1.3:
                                    Make sure the STARTTLS configuration field is displayed
                                    
                                    -> 1.1.2:
                                    Fix mail.ee settings
                                    
                                    -> 1.1.1:
                                    Allow to use connections to port 25 unencrypted
                                    
                                    -> 1.1.0:
                                    Adjust default settings for web.de and 1und1 and add ionos
                                    Add "Always use STARTTLS" option for custom SMTP settings
                                    ==========================================================================
                                    
                                    Would you like to upgrade email from @1.0.10 to @1.1.3 now? [(y)es, (n)o]: y
                                    Update email from @1.0.10 to @1.1.3
                                    NPM version: 8.11.0
                                    Installing iobroker.email@1.1.3... (System call)
                                    npm WARN old lockfile
                                    npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                                    npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                                    npm WARN old lockfile
                                    npm WARN old lockfile This is a one-time fix-up, please be patient...
                                    npm WARN old lockfile
                                    npm ERR! code ENOTEMPTY
                                    npm ERR! syscall rename
                                    npm ERR! path /opt/iobroker/node_modules/follow-redirects
                                    npm ERR! dest /opt/iobroker/node_modules/.follow-redirects-vRGWWNjd
                                    npm ERR! errno -39
                                    npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/follow-redirects' -> '/opt/iobroker/node_modules/.follow-redirects-vRGWWNjd'
                                    
                                    npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T04_53_25_440Z-debug-0.log
                                    host.IOBroker-Sted1 Cannot install iobroker.email@1.1.3: 217
                                    

                                    Danach
                                    mv /opt/iobroker/node_modules/follow-redirects /opt/iobroker/node_modules/.follow-redirects-vRGWWNjd
                                    und wieder
                                    iob upgrade email --debug
                                    mit folgendem log

                                    node:internal/modules/cjs/loader:936
                                      throw err;
                                      ^
                                    
                                    Error: Cannot find module 'follow-redirects'
                                    Require stack:
                                    - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/adapters/http.js
                                    - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/defaults.js
                                    - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/core/transformData.js
                                    - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/core/dispatchRequest.js
                                    - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/core/Axios.js
                                    - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/axios.js
                                    - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/index.js
                                    - /opt/iobroker/node_modules/@alcalzone/pak/build/lib/package-managers/npm/index.js
                                    - /opt/iobroker/node_modules/@alcalzone/pak/build/lib/pak.js
                                    - /opt/iobroker/node_modules/@alcalzone/pak/build/index.js
                                    - /opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js
                                    - /opt/iobroker/node_modules/@iobroker/js-controller-common/index.js
                                    - /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js
                                    - /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js
                                        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
                                        at Function.Module._load (node:internal/modules/cjs/loader:778:27)
                                        at Module.require (node:internal/modules/cjs/loader:1005:19)
                                        at require (node:internal/modules/cjs/helpers:102:18)
                                        at Object.<anonymous> (/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/adapters/http.js:9:18)
                                        at Module._compile (node:internal/modules/cjs/loader:1105:14)
                                        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                                        at Module.load (node:internal/modules/cjs/loader:981:32)
                                        at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                                        at Module.require (node:internal/modules/cjs/loader:1005:19) {
                                      code: 'MODULE_NOT_FOUND',
                                      requireStack: [
                                        '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/adapters/http.js',
                                        '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/defaults.js',
                                        '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/core/transformData.js',
                                        '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/core/dispatchRequest.js',
                                        '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/core/Axios.js',
                                        '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/axios.js',
                                        '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/index.js',
                                        '/opt/iobroker/node_modules/@alcalzone/pak/build/lib/package-managers/npm/index.js',
                                        '/opt/iobroker/node_modules/@alcalzone/pak/build/lib/pak.js',
                                        '/opt/iobroker/node_modules/@alcalzone/pak/build/index.js',
                                        '/opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js',
                                        '/opt/iobroker/node_modules/@iobroker/js-controller-common/index.js',
                                        '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js',
                                        '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                    

                                    Die Instanzen der Adapter laufen, nach Neustart bleiben die im Stop.
                                    armv7l
                                    /usr/bin/nodejs
                                    /usr/bin/node
                                    /usr/bin/npm
                                    v16.15.1
                                    v16.15.1
                                    8.11.0
                                    Was lief da denn falsch.
                                    Gruss paul

                                    apollon77A 1 Antwort Letzte Antwort
                                    0
                                    • P paul.honka

                                      Hallo ,
                                      habe auch das Error 25 Problem.
                                      Nach iob upgrade email --debug
                                      kamen diese Logs

                                      This upgrade of "email" will introduce the following changes:
                                      ==========================================================================
                                      -> 1.1.3:
                                      Make sure the STARTTLS configuration field is displayed
                                      
                                      -> 1.1.2:
                                      Fix mail.ee settings
                                      
                                      -> 1.1.1:
                                      Allow to use connections to port 25 unencrypted
                                      
                                      -> 1.1.0:
                                      Adjust default settings for web.de and 1und1 and add ionos
                                      Add "Always use STARTTLS" option for custom SMTP settings
                                      ==========================================================================
                                      
                                      Would you like to upgrade email from @1.0.10 to @1.1.3 now? [(y)es, (n)o]: y
                                      Update email from @1.0.10 to @1.1.3
                                      NPM version: 8.11.0
                                      Installing iobroker.email@1.1.3... (System call)
                                      npm WARN old lockfile
                                      npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                                      npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                                      npm WARN old lockfile
                                      npm WARN old lockfile This is a one-time fix-up, please be patient...
                                      npm WARN old lockfile
                                      npm ERR! code ENOTEMPTY
                                      npm ERR! syscall rename
                                      npm ERR! path /opt/iobroker/node_modules/define-properties
                                      npm ERR! dest /opt/iobroker/node_modules/.define-properties-gzFzeOn0
                                      npm ERR! errno -39
                                      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/define-properties' -> '/opt/iobroker/node_modules/.define-properties-gzFzeOn0'
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T04_51_01_894Z-debug-0.log
                                      host.IOBroker-Sted1 Cannot install iobroker.email@1.1.3: 217
                                      

                                      Danach
                                      mv /opt/iobroker/node_modules/define-properties /opt/iobroker/node_modules/.define-properties-gzFzeOn0
                                      und Nach iob upgrade email --debug
                                      dann diese logs

                                      This upgrade of "email" will introduce the following changes:
                                      ==========================================================================
                                      -> 1.1.3:
                                      Make sure the STARTTLS configuration field is displayed
                                      
                                      -> 1.1.2:
                                      Fix mail.ee settings
                                      
                                      -> 1.1.1:
                                      Allow to use connections to port 25 unencrypted
                                      
                                      -> 1.1.0:
                                      Adjust default settings for web.de and 1und1 and add ionos
                                      Add "Always use STARTTLS" option for custom SMTP settings
                                      ==========================================================================
                                      
                                      Would you like to upgrade email from @1.0.10 to @1.1.3 now? [(y)es, (n)o]: y
                                      Update email from @1.0.10 to @1.1.3
                                      NPM version: 8.11.0
                                      Installing iobroker.email@1.1.3... (System call)
                                      npm WARN old lockfile
                                      npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                                      npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                                      npm WARN old lockfile
                                      npm WARN old lockfile This is a one-time fix-up, please be patient...
                                      npm WARN old lockfile
                                      npm ERR! code ENOTEMPTY
                                      npm ERR! syscall rename
                                      npm ERR! path /opt/iobroker/node_modules/follow-redirects
                                      npm ERR! dest /opt/iobroker/node_modules/.follow-redirects-vRGWWNjd
                                      npm ERR! errno -39
                                      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/follow-redirects' -> '/opt/iobroker/node_modules/.follow-redirects-vRGWWNjd'
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T04_53_25_440Z-debug-0.log
                                      host.IOBroker-Sted1 Cannot install iobroker.email@1.1.3: 217
                                      

                                      Danach
                                      mv /opt/iobroker/node_modules/follow-redirects /opt/iobroker/node_modules/.follow-redirects-vRGWWNjd
                                      und wieder
                                      iob upgrade email --debug
                                      mit folgendem log

                                      node:internal/modules/cjs/loader:936
                                        throw err;
                                        ^
                                      
                                      Error: Cannot find module 'follow-redirects'
                                      Require stack:
                                      - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/adapters/http.js
                                      - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/defaults.js
                                      - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/core/transformData.js
                                      - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/core/dispatchRequest.js
                                      - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/core/Axios.js
                                      - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/axios.js
                                      - /opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/index.js
                                      - /opt/iobroker/node_modules/@alcalzone/pak/build/lib/package-managers/npm/index.js
                                      - /opt/iobroker/node_modules/@alcalzone/pak/build/lib/pak.js
                                      - /opt/iobroker/node_modules/@alcalzone/pak/build/index.js
                                      - /opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js
                                      - /opt/iobroker/node_modules/@iobroker/js-controller-common/index.js
                                      - /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js
                                      - /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js
                                          at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
                                          at Function.Module._load (node:internal/modules/cjs/loader:778:27)
                                          at Module.require (node:internal/modules/cjs/loader:1005:19)
                                          at require (node:internal/modules/cjs/helpers:102:18)
                                          at Object.<anonymous> (/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/adapters/http.js:9:18)
                                          at Module._compile (node:internal/modules/cjs/loader:1105:14)
                                          at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                                          at Module.load (node:internal/modules/cjs/loader:981:32)
                                          at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                                          at Module.require (node:internal/modules/cjs/loader:1005:19) {
                                        code: 'MODULE_NOT_FOUND',
                                        requireStack: [
                                          '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/adapters/http.js',
                                          '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/defaults.js',
                                          '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/core/transformData.js',
                                          '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/core/dispatchRequest.js',
                                          '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/core/Axios.js',
                                          '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/lib/axios.js',
                                          '/opt/iobroker/node_modules/@alcalzone/pak/node_modules/axios/index.js',
                                          '/opt/iobroker/node_modules/@alcalzone/pak/build/lib/package-managers/npm/index.js',
                                          '/opt/iobroker/node_modules/@alcalzone/pak/build/lib/pak.js',
                                          '/opt/iobroker/node_modules/@alcalzone/pak/build/index.js',
                                          '/opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js',
                                          '/opt/iobroker/node_modules/@iobroker/js-controller-common/index.js',
                                          '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js',
                                          '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                      

                                      Die Instanzen der Adapter laufen, nach Neustart bleiben die im Stop.
                                      armv7l
                                      /usr/bin/nodejs
                                      /usr/bin/node
                                      /usr/bin/npm
                                      v16.15.1
                                      v16.15.1
                                      8.11.0
                                      Was lief da denn falsch.
                                      Gruss paul

                                      apollon77A Offline
                                      apollon77A Offline
                                      apollon77
                                      schrieb am zuletzt editiert von
                                      #108

                                      @paul-honka Mach das letzte rename mal rückgängig .. du hast dasmit dem Axios eine Dep weggenommen.

                                      Ich bin nicht sivher das das ausführen der Renames die er selbst tun will und nicht kann wirklich die Lösung ist.
                                      Ich wäre eher dabei zu prüfen ob denn das ZIELVerzeichnis wohin er es renamen will vllt schon da ist und wenn ja dieses zu löschen.
                                      Im letzten Fall also /opt/iobroker/node_modules/.follow-redirects-vRGWWNjd ... aber das ist jetzt bei dir irrelevant.

                                      Auch die Frage ist ob es hilt "Iob fix" vorher auszuführen

                                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                      P 1 Antwort Letzte Antwort
                                      0
                                      • apollon77A apollon77

                                        @paul-honka Mach das letzte rename mal rückgängig .. du hast dasmit dem Axios eine Dep weggenommen.

                                        Ich bin nicht sivher das das ausführen der Renames die er selbst tun will und nicht kann wirklich die Lösung ist.
                                        Ich wäre eher dabei zu prüfen ob denn das ZIELVerzeichnis wohin er es renamen will vllt schon da ist und wenn ja dieses zu löschen.
                                        Im letzten Fall also /opt/iobroker/node_modules/.follow-redirects-vRGWWNjd ... aber das ist jetzt bei dir irrelevant.

                                        Auch die Frage ist ob es hilt "Iob fix" vorher auszuführen

                                        P Offline
                                        P Offline
                                        paul.honka
                                        schrieb am zuletzt editiert von paul.honka
                                        #109

                                        @apollon77 Habe das letzte mv wieder rückgangig gemacht und den iob fix gestartet.
                                        Dann wieder iob upgrade email --debug
                                        und diesmal kommt die folgende Meldung
                                        npm ERR! path /opt/iobroker/node_modules/node-telegram-bot-api
                                        npm ERR! dest /opt/iobroker/node_modules/.node-telegram-bot-api-1etpN2K2
                                        npm ERR! errno -39
                                        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/node-telegram-bot-api' -> '/opt/iobroker/node_modules/.node-telegram-bot-api-1etpN2K2'
                                        Telegramm???
                                        Ich glaub ich spiel mal ein Backup ein.
                                        Gruss paul

                                        Thomas BraunT apollon77A 2 Antworten Letzte Antwort
                                        0
                                        • P paul.honka

                                          @apollon77 Habe das letzte mv wieder rückgangig gemacht und den iob fix gestartet.
                                          Dann wieder iob upgrade email --debug
                                          und diesmal kommt die folgende Meldung
                                          npm ERR! path /opt/iobroker/node_modules/node-telegram-bot-api
                                          npm ERR! dest /opt/iobroker/node_modules/.node-telegram-bot-api-1etpN2K2
                                          npm ERR! errno -39
                                          npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/node-telegram-bot-api' -> '/opt/iobroker/node_modules/.node-telegram-bot-api-1etpN2K2'
                                          Telegramm???
                                          Ich glaub ich spiel mal ein Backup ein.
                                          Gruss paul

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

                                          @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                          Ich glaub ich spiel malt ein Backup ein.

                                          Das wird dir vermutlich nichts bringen.

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

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          700

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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