Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Absturz beim Update admin Adapter 6.2.14 auf 6.2.17

NEWS

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

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

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

Absturz beim Update admin Adapter 6.2.14 auf 6.2.17

Scheduled Pinned Locked Moved Error/Bug
85 Posts 8 Posters 10.3k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    papper371
    wrote on last edited by
    #1

    Hallo Zusammen,
    ich habe jetzt 2 mal versucht den admin-Adapter von 6.2.14 auf 6.2,17 zu aktualisieren. Leider hängt er sich dabei immer wieder auf.
    npm Version: 8.11.0
    node Version: 16.15.1
    nodeja Version 16.15.1
    Konnte den Adapter über die Konsole wieder auf 6.2.14 installieren. Update Alexa 2 (3.19.5 -> 3.19.7) und history (2.2.0 -> 2.2.1) endet mit Fehler Code 25.

    AUszug aus dem PopUp zum Update des history Adapters:

    $ iobroker upgrade history@2.2.1
    Update history from @2.2.0 to @2.2.1
    NPM version: 8.11.0
    Installing iobroker.history@2.2.1... (System call)
    host.raspberrypi Cannot install iobroker.history@2.2.1: 217
    ERROR: Process exited with code 25

    Hat jemand ebenso Probleme?

    Thomas BraunT 1 Reply Last reply
    0
    • P papper371

      Hallo Zusammen,
      ich habe jetzt 2 mal versucht den admin-Adapter von 6.2.14 auf 6.2,17 zu aktualisieren. Leider hängt er sich dabei immer wieder auf.
      npm Version: 8.11.0
      node Version: 16.15.1
      nodeja Version 16.15.1
      Konnte den Adapter über die Konsole wieder auf 6.2.14 installieren. Update Alexa 2 (3.19.5 -> 3.19.7) und history (2.2.0 -> 2.2.1) endet mit Fehler Code 25.

      AUszug aus dem PopUp zum Update des history Adapters:

      $ iobroker upgrade history@2.2.1
      Update history from @2.2.0 to @2.2.1
      NPM version: 8.11.0
      Installing iobroker.history@2.2.1... (System call)
      host.raspberrypi Cannot install iobroker.history@2.2.1: 217
      ERROR: Process exited with code 25

      Hat jemand ebenso Probleme?

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #2

      @papper371 sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

      Hat jemand ebenso Probleme?

      Nein.

      Bring dein System auf Stand (nodejs 16.17.0) und dann

      iobroker update
      iobroker upgrade admin --debug
      

      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 Reply Last reply
      0
      • P Offline
        P Offline
        papper371
        wrote on last edited by
        #3

        Nodejs ist auf 16.17 installiert. Weiterhin das gleiche Problem mit dem admin adapter

        Thomas BraunT 1 Reply Last reply
        0
        • P papper371

          Nodejs ist auf 16.17 installiert. Weiterhin das gleiche Problem mit dem admin adapter

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by Thomas Braun
          #4

          @papper371 sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

          Weiterhin das gleiche Problem mit dem admin adapter

          Weiterhin der gleiche Ansatz...

          iobroker update
          iobroker upgrade admin --debug
          

          Zusätzlich:

          sudo ln -s /usr/bin/node /usr/bin/nodejs
          uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          

          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 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @papper371 sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

            Weiterhin das gleiche Problem mit dem admin adapter

            Weiterhin der gleiche Ansatz...

            iobroker update
            iobroker upgrade admin --debug
            

            Zusätzlich:

            sudo ln -s /usr/bin/node /usr/bin/nodejs
            uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
            
            P Offline
            P Offline
            papper371
            wrote on last edited by
            #5

            @thomas-braun Leider noch immer keinen Erfolg. Komme nicht auf die Website. Habe mit iob start admin versucht, Noch immer kein Erfolg

            Thomas BraunT 1 Reply Last reply
            0
            • P papper371

              @thomas-braun Leider noch immer keinen Erfolg. Komme nicht auf die Website. Habe mit iob start admin versucht, Noch immer kein Erfolg

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #6

              @papper371

              Das ist tragisch.
              Aber ohne die Rückmeldungen aus dem Terminal zu den obigen Kommandos kann man dir nicht helfen.

              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 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @papper371

                Das ist tragisch.
                Aber ohne die Rückmeldungen aus dem Terminal zu den obigen Kommandos kann man dir nicht helfen.

                P Offline
                P Offline
                papper371
                wrote on last edited by
                #7

                @thomas-braun
                armv7l
                /usr/bin/nodejs
                /usr/bin/node
                /usr/bin/npm
                v16.17.0
                8.15.0
                pi
                /opt/iobroker
                OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                OK:2 http://archive.raspberrypi.org/debian bullseye InRelease
                OK:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                Paketlisten werden gelesen... Fertig
                Abhängigkeitsbaum wird aufgebaut... Fertig
                Statusinformationen werden eingelesen... Fertig
                Aktualisierung für 221 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                nodejs:
                Installiert: 16.17.0-deb-1nodesource1
                Installationskandidat: 16.17.0-deb-1nodesource1
                Versionstabelle:
                *** 16.17.0-deb-1nodesource1 500
                500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                100 /var/lib/dpkg/status
                12.22.12~dfsg-1~deb11u1 500

                Entschuldigung habe jetzt wieder downgrade gemacht und läuft

                Thomas BraunT 1 Reply Last reply
                0
                • P papper371

                  @thomas-braun
                  armv7l
                  /usr/bin/nodejs
                  /usr/bin/node
                  /usr/bin/npm
                  v16.17.0
                  8.15.0
                  pi
                  /opt/iobroker
                  OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  OK:2 http://archive.raspberrypi.org/debian bullseye InRelease
                  OK:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                  Paketlisten werden gelesen... Fertig
                  Abhängigkeitsbaum wird aufgebaut... Fertig
                  Statusinformationen werden eingelesen... Fertig
                  Aktualisierung für 221 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                  nodejs:
                  Installiert: 16.17.0-deb-1nodesource1
                  Installationskandidat: 16.17.0-deb-1nodesource1
                  Versionstabelle:
                  *** 16.17.0-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                  100 /var/lib/dpkg/status
                  12.22.12~dfsg-1~deb11u1 500

                  Entschuldigung habe jetzt wieder downgrade gemacht und läuft

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #8

                  @papper371 sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

                  Aktualisierung für 221 Pakete verfügbar.

                  Mal das System upgraden wäre auch keine doofe Idee...

                  sudo apt update
                  sudo apt full-upgrade
                  iobroker stop
                  sudo reboot
                  

                  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

                  GlasfaserG P 2 Replies Last reply
                  0
                  • D Offline
                    D Offline
                    Dampfhammer
                    wrote on last edited by
                    #9

                    Guten Abend,
                    ich habe ebenfalls das Problem dass die Admin Oberfläche beim Update von 6.2.14 auf 6.2.17 nicht mehr funktioniert...die Console spuckt mir folgendes aus:

                    root@6feb521e2437:/opt/iobroker# iobroker upgrade 
                    
                    This upgrade of "admin" will introduce the following changes:
                    ==========================================================================
                    -> 6.2.17:
                    Corrected GUI bug on intro tab
                    
                    -> 6.2.16:
                    Corrected many GUI issues
                    Added `stable` flag for repositories
                    Added reset button for repositories
                    Improved `writeFile` function for socket communication
                    ==========================================================================
                    
                    Would you like to upgrade admin from @6.2.14 to @6.2.17 now? [(y)es, (n)o]: y
                    Update admin from @6.2.14 to @6.2.17
                    NPM version: 8.15.0
                    Installing iobroker.admin@6.2.17... (System call)
                    host.6feb521e2437 Cannot install iobroker.admin@6.2.17: 217
                    root@6feb521e2437:/opt/iobroker# iobroker upgrade admin --debug
                    
                    This upgrade of "admin" will introduce the following changes:
                    ==========================================================================
                    -> 6.2.17:
                    Corrected GUI bug on intro tab
                    
                    -> 6.2.16:
                    Corrected many GUI issues
                    Added `stable` flag for repositories
                    Added reset button for repositories
                    Improved `writeFile` function for socket communication
                    ==========================================================================
                    
                    Would you like to upgrade admin from @6.2.14 to @6.2.17 now? [(y)es, (n)o]: y
                    Update admin from @6.2.14 to @6.2.17
                    NPM version: 8.15.0
                    Installing iobroker.admin@6.2.17... (System call)
                    npm ERR! code ENOTEMPTY
                    npm ERR! syscall rename
                    npm ERR! path /opt/iobroker/node_modules/accepts
                    npm ERR! dest /opt/iobroker/node_modules/.accepts-rBwU1CL7
                    npm ERR! errno -39
                    npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7'
                    
                    npm ERR! A complete log of this run can be found in:
                    npm ERR!     /opt/iobroker/.npm/_logs/2022-08-19T19_14_37_861Z-debug-0.log
                    host.6feb521e2437 Cannot install iobroker.admin@6.2.17: 217
                    

                    Die abgelegte Log-Datei habe ich mal angehängt.

                    2022-08-19T19_14_37_861Z-debug-0.log

                    wie kann ich meine Admin Seite wieder retten? Besten Dank im Voraus

                    GlasfaserG H 2 Replies Last reply
                    0
                    • D Dampfhammer

                      Guten Abend,
                      ich habe ebenfalls das Problem dass die Admin Oberfläche beim Update von 6.2.14 auf 6.2.17 nicht mehr funktioniert...die Console spuckt mir folgendes aus:

                      root@6feb521e2437:/opt/iobroker# iobroker upgrade 
                      
                      This upgrade of "admin" will introduce the following changes:
                      ==========================================================================
                      -> 6.2.17:
                      Corrected GUI bug on intro tab
                      
                      -> 6.2.16:
                      Corrected many GUI issues
                      Added `stable` flag for repositories
                      Added reset button for repositories
                      Improved `writeFile` function for socket communication
                      ==========================================================================
                      
                      Would you like to upgrade admin from @6.2.14 to @6.2.17 now? [(y)es, (n)o]: y
                      Update admin from @6.2.14 to @6.2.17
                      NPM version: 8.15.0
                      Installing iobroker.admin@6.2.17... (System call)
                      host.6feb521e2437 Cannot install iobroker.admin@6.2.17: 217
                      root@6feb521e2437:/opt/iobroker# iobroker upgrade admin --debug
                      
                      This upgrade of "admin" will introduce the following changes:
                      ==========================================================================
                      -> 6.2.17:
                      Corrected GUI bug on intro tab
                      
                      -> 6.2.16:
                      Corrected many GUI issues
                      Added `stable` flag for repositories
                      Added reset button for repositories
                      Improved `writeFile` function for socket communication
                      ==========================================================================
                      
                      Would you like to upgrade admin from @6.2.14 to @6.2.17 now? [(y)es, (n)o]: y
                      Update admin from @6.2.14 to @6.2.17
                      NPM version: 8.15.0
                      Installing iobroker.admin@6.2.17... (System call)
                      npm ERR! code ENOTEMPTY
                      npm ERR! syscall rename
                      npm ERR! path /opt/iobroker/node_modules/accepts
                      npm ERR! dest /opt/iobroker/node_modules/.accepts-rBwU1CL7
                      npm ERR! errno -39
                      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7'
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /opt/iobroker/.npm/_logs/2022-08-19T19_14_37_861Z-debug-0.log
                      host.6feb521e2437 Cannot install iobroker.admin@6.2.17: 217
                      

                      Die abgelegte Log-Datei habe ich mal angehängt.

                      2022-08-19T19_14_37_861Z-debug-0.log

                      wie kann ich meine Admin Seite wieder retten? Besten Dank im Voraus

                      GlasfaserG Offline
                      GlasfaserG Offline
                      Glasfaser
                      wrote on last edited by
                      #10

                      @dampfhammer sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

                      root@6feb521e2437

                      DOCKER !?

                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                      D 1 Reply Last reply
                      1
                      • GlasfaserG Glasfaser

                        @dampfhammer sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

                        root@6feb521e2437

                        DOCKER !?

                        D Offline
                        D Offline
                        Dampfhammer
                        wrote on last edited by
                        #11

                        @glasfaser

                        Exakt. iobroker läuft bei mir auf einer QNAP und ist über docker installiert. Zugriff auf die Console mache ich über Portainer.

                        GlasfaserG 3 Replies Last reply
                        0
                        • D Dampfhammer

                          @glasfaser

                          Exakt. iobroker läuft bei mir auf einer QNAP und ist über docker installiert. Zugriff auf die Console mache ich über Portainer.

                          GlasfaserG Offline
                          GlasfaserG Offline
                          Glasfaser
                          wrote on last edited by
                          #12

                          @dampfhammer

                          Wie oben schon gesagt :

                          iobroker upgrade admin --debug
                          

                          was kommt da !?

                          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                          1 Reply Last reply
                          0
                          • D Dampfhammer

                            @glasfaser

                            Exakt. iobroker läuft bei mir auf einer QNAP und ist über docker installiert. Zugriff auf die Console mache ich über Portainer.

                            GlasfaserG Offline
                            GlasfaserG Offline
                            Glasfaser
                            wrote on last edited by
                            #13

                            @dampfhammer

                            Sorry
                            Log quer gelesen

                            rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7'
                            

                            Schau hier :
                            https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian/2

                            oder in den Beiträgen die gerade aktuell sind

                            Beispiel :
                            https://forum.iobroker.net/topic/57233/parser-adapter-funktioniert-nicht-mehr

                            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                            D 1 Reply Last reply
                            0
                            • D Dampfhammer

                              @glasfaser

                              Exakt. iobroker läuft bei mir auf einer QNAP und ist über docker installiert. Zugriff auf die Console mache ich über Portainer.

                              GlasfaserG Offline
                              GlasfaserG Offline
                              Glasfaser
                              wrote on last edited by
                              #14

                              @dampfhammer

                              Laut log ist dein System voll von falschen Dateien

                              Nur ein Auszug :

                              '/opt/iobroker/node_modules/http-errors': '/opt/iobroker/node_modules/.http-errors-k8WIaDDV',
                              113 silly reify   '/opt/iobroker/node_modules/https-proxy-agent': '/opt/iobroker/node_modules/.https-proxy-agent-AiV4Y07N',
                              113 silly reify   '/opt/iobroker/node_modules/i18next': '/opt/iobroker/node_modules/.i18next-VFNyugyK',
                              113 silly reify   '/opt/iobroker/node_modules/iobroker.admin': '/opt/iobroker/node_modules/.iobroker.admin-TtUA2igk',
                              113 silly reify   '/opt/iobroker/node_modules/iobroker.node-red': '/opt/iobroker/node_modules/.iobroker.node-red-lv0iVi6J',
                              113 silly reify   '/opt/iobroker/node_modules/mime-db': '/opt/iobroker/node_modules/.mime-db-RKfcSKNg',
                              113 silly reify   '/opt/iobroker/node_modules/mime-types': '/opt/iobroker/node_modules/.mime-types-5olfSo8C',
                              113 silly reify   '/opt/iobroker/node_modules/minimist': '/opt/iobroker/node_modules/.minimist-yQwbRY0a',
                              113 silly reify   '/opt/iobroker/node_modules/moment': '/opt/iobroker/node_modules/.moment-YVTvHlwl',
                              113 silly reify   '/opt/iobroker/node_modules/mongodb': '/opt/iobroker/node_modules/.mongodb-9LMcV19S',
                              113 silly reify   '/opt/iobroker/node_modules/mongodb-connection-string-url': '/opt/iobroker/node_modules/.mongodb-connection-string-url-iEu3f9Lf',
                              

                              Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                              1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @papper371 sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

                                Aktualisierung für 221 Pakete verfügbar.

                                Mal das System upgraden wäre auch keine doofe Idee...

                                sudo apt update
                                sudo apt full-upgrade
                                iobroker stop
                                sudo reboot
                                
                                GlasfaserG Offline
                                GlasfaserG Offline
                                Glasfaser
                                wrote on last edited by Glasfaser
                                #15

                                @thomas-braun

                                Schau dir mal das Gesamt Log an von @dampfhammer ... irgend wie komisch .. kann auch ein Zufall sein

                                immer wenn "Node-Red" installiert ist , kommen die Probleme !?

                                Ich habe es z.b, nicht installiert gehabt.

                                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @papper371 sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

                                  Aktualisierung für 221 Pakete verfügbar.

                                  Mal das System upgraden wäre auch keine doofe Idee...

                                  sudo apt update
                                  sudo apt full-upgrade
                                  iobroker stop
                                  sudo reboot
                                  
                                  P Offline
                                  P Offline
                                  papper371
                                  wrote on last edited by
                                  #16

                                  @thomas-braun
                                  jetzt habe ich den debug

                                  Would you like to upgrade admin from @6.2.14 to @6.2.17 now? [(y)es, (n)o]: y
                                  Update admin from @6.2.14 to @6.2.17
                                  host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                                  NPM version: 8.15.0
                                  Installing iobroker.admin@6.2.17... (System call)
                                  npm ERR! code ENOTEMPTY
                                  npm ERR! syscall rename
                                  npm ERR! path /opt/iobroker/node_modules/ansi-colors
                                  npm ERR! dest /opt/iobroker/node_modules/.ansi-colors-qAZfUuTD
                                  npm ERR! errno -39
                                  npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/ansi-colors' -> '/opt/iobroker/node_modules/.ansi-colors-qAZfUuTD'

                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR! /home/iobroker/.npm/_logs/2022-08-19T19_32_47_872Z-debug-0.log
                                  host.raspberrypi Cannot install iobroker.admin@6.2.17: 217

                                  GlasfaserG 2 Replies Last reply
                                  0
                                  • D Offline
                                    D Offline
                                    Dampfhammer
                                    wrote on last edited by
                                    #17

                                    Okay das hört sich nach einer größeren Baustelle an...wegen einem Klick....

                                    Danke ich versuche deine Anleitung in Docker zu interpretieren und die Verzeichnisse zu löschen.

                                    1 Reply Last reply
                                    0
                                    • P papper371

                                      @thomas-braun
                                      jetzt habe ich den debug

                                      Would you like to upgrade admin from @6.2.14 to @6.2.17 now? [(y)es, (n)o]: y
                                      Update admin from @6.2.14 to @6.2.17
                                      host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                                      NPM version: 8.15.0
                                      Installing iobroker.admin@6.2.17... (System call)
                                      npm ERR! code ENOTEMPTY
                                      npm ERR! syscall rename
                                      npm ERR! path /opt/iobroker/node_modules/ansi-colors
                                      npm ERR! dest /opt/iobroker/node_modules/.ansi-colors-qAZfUuTD
                                      npm ERR! errno -39
                                      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/ansi-colors' -> '/opt/iobroker/node_modules/.ansi-colors-qAZfUuTD'

                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR! /home/iobroker/.npm/_logs/2022-08-19T19_32_47_872Z-debug-0.log
                                      host.raspberrypi Cannot install iobroker.admin@6.2.17: 217

                                      GlasfaserG Offline
                                      GlasfaserG Offline
                                      Glasfaser
                                      wrote on last edited by
                                      #18

                                      @papper371 sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

                                      '/opt/iobroker/node_modules/.ansi-colors-qAZfUuTD'

                                      Löschen ...
                                      wie ... ist oben angegeben !

                                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                      P 1 Reply Last reply
                                      0
                                      • P papper371

                                        @thomas-braun
                                        jetzt habe ich den debug

                                        Would you like to upgrade admin from @6.2.14 to @6.2.17 now? [(y)es, (n)o]: y
                                        Update admin from @6.2.14 to @6.2.17
                                        host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                                        NPM version: 8.15.0
                                        Installing iobroker.admin@6.2.17... (System call)
                                        npm ERR! code ENOTEMPTY
                                        npm ERR! syscall rename
                                        npm ERR! path /opt/iobroker/node_modules/ansi-colors
                                        npm ERR! dest /opt/iobroker/node_modules/.ansi-colors-qAZfUuTD
                                        npm ERR! errno -39
                                        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/ansi-colors' -> '/opt/iobroker/node_modules/.ansi-colors-qAZfUuTD'

                                        npm ERR! A complete log of this run can be found in:
                                        npm ERR! /home/iobroker/.npm/_logs/2022-08-19T19_32_47_872Z-debug-0.log
                                        host.raspberrypi Cannot install iobroker.admin@6.2.17: 217

                                        GlasfaserG Offline
                                        GlasfaserG Offline
                                        Glasfaser
                                        wrote on last edited by
                                        #19

                                        @papper371

                                        Hast du den Adapter Node Red !?

                                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                        P 1 Reply Last reply
                                        0
                                        • GlasfaserG Glasfaser

                                          @papper371

                                          Hast du den Adapter Node Red !?

                                          P Offline
                                          P Offline
                                          papper371
                                          wrote on last edited by
                                          #20

                                          @glasfaser Ja Version 4.0.0

                                          F 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          269

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe