Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. ioBroker Allgemein
  4. Fehler bei Update von vis-icontwo 2.11.6

NEWS

  • wichtiges UPDATE für controller 7.2.2 im stable
    HomoranH
    Homoran
    10
    1
    2.3k

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    16
    1
    4.3k

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    3.7k

Fehler bei Update von vis-icontwo 2.11.6

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
54 Beiträge 3 Kommentatoren 1.2k Aufrufe 2 Beobachtet
  • Ä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.
  • A Offline
    A Offline
    Alero
    schrieb am zuletzt editiert von
    #34

    oder das hier?

    rm -rf node_modules package-lock.json
    npm cache clean --force
    npm install
    
    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • A Offline
      A Offline
      Alero
      schrieb am zuletzt editiert von Alero
      #35

      Hi, habe von den oben genannten Sachen nichts ausgeführt, nur im internet gelesen.
      Meine Vis startet nicht mehr. auch nicht nach einem Reboot
      ee99f0e6-1522-49d8-9338-6b3d437749f8-image.jpeg

      1 Antwort Letzte Antwort
      0
      • A Alero

        oder das hier?

        rm -rf node_modules package-lock.json
        npm cache clean --force
        npm install
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #36

        @Alero

        So tief stecke ich in yarn und npm nicht drin.
        Aber ganz grundsätzlich ist --force und 'wildes' Löschen von Dingen im npm tree mit Vorsicht zu genießen.

        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
        • A Offline
          A Offline
          Alero
          schrieb am zuletzt editiert von Alero
          #37

          hi,
          ich habe ja noch nichts gelöscht
          das einzige war slash von hand

          1 Antwort Letzte Antwort
          0
          • A Offline
            A Offline
            Alero
            schrieb am zuletzt editiert von Alero
            #38

            Bein reboot kommt im Protokoll u.a. folgendes:

            iobroker npm-install: npm error code 7npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error (node:887) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.npm error (Use `node --trace-deprecation ...` to show where the warning was created)npm error gyp ERR! UNCAUGHT EXCEPTION npm error gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'npm error gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)npm error gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9npm error gyp ERR! stack at FSReqCallback.oncomplete (node:fs:186:23)npm error gyp ERR! System Linux 6.12.63+deb13-amd64npm error gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/opengpionpm error gyp ERR! node -v v22.23.1npm error gyp ERR! node-gyp -v v7.1.2npm error gyp ERR! Node-gyp failed to build your package.npm error gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T09_14_17_962Z-debug-0.loghost.iobroker Cannot install iobroker.rpi2@2.4.0: 7
            
            1 Antwort Letzte Antwort
            0
            • A Offline
              A Offline
              Alero
              schrieb am zuletzt editiert von Alero
              #39

              ich glaube ich mache mal einen restore von gestern
              Die error meldung ist wieder weg

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • A Alero

                ich glaube ich mache mal einen restore von gestern
                Die error meldung ist wieder weg

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

                @Alero

                Da fehlt mit Sicherheit das Paket 'python3-setuptools'.

                apt policy python3-setuptools
                

                Gegebenenfalls dann nachinstallieren.
                Danach sollte dann auch iobroker.rpi2 wieder bauen.

                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
                • A Offline
                  A Offline
                  Alero
                  schrieb am zuletzt editiert von Alero
                  #41

                  dieser kann Native Web socket upgedatet werden

                  juergen@iobroker:~$ apt policy python3-setuptools
                  python3-setuptools:
                    Installed: (none)
                    Candidate: 78.1.1-0.1
                    Version table:
                       78.1.1-0.1 500
                          500 http://deb.debian.org/debian trixie/main amd64 Packages
                  juergen@iobroker:~$
                  
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • A Offline
                    A Offline
                    Alero
                    schrieb am zuletzt editiert von Alero
                    #42

                    er sagt mit das der native web adapter installiert werden kann. das ist die FM:```
                    $ iobroker upgrade ws@4.1.0

                    Update ws from @3.0.19 to @4.1.0

                    NPM version: 10.9.8

                    Installing iobroker.ws@4.1.0... (System call)

                    Try to solve ENOTEMPTY error automatically

                    Could not handle ENOTEMPTY, because no deletable files were foundnpm error code ENOTEMPTYnpm error syscall renamenpm error path /opt/iobroker/node_modules/raw-socketnpm error dest /opt/iobroker/node_modules/.raw-socket-FAaftXmdnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/raw-socket' -> '/opt/iobroker/node_modules/.raw-socket-FAaftXmd'npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T10_37_58_466Z-debug-0.loghost.iobroker Cannot install iobroker.ws@4.1.0: 217

                    ERROR: Process exited with code 25

                    1 Antwort Letzte Antwort
                    0
                    • A Offline
                      A Offline
                      Alero
                      schrieb am zuletzt editiert von
                      #43

                      so , vis klappt wieder

                      1 Antwort Letzte Antwort
                      0
                      • A Offline
                        A Offline
                        Alero
                        schrieb am zuletzt editiert von Alero
                        #44

                        Hi,
                        bei iob diag
                        sagt er mit js-controller is not running
                        wahrscxheinlich weil iob nicht gestartet ist.

                        A 1 Antwort Letzte Antwort
                        0
                        • A Alero

                          Hi,
                          bei iob diag
                          sagt er mit js-controller is not running
                          wahrscxheinlich weil iob nicht gestartet ist.

                          A Offline
                          A Offline
                          Alero
                          schrieb am zuletzt editiert von Alero
                          #45

                          Alero sagte:

                          Hi,
                          bei iob diag
                          sagt er mit js-controller is not running
                          wahrscheinlich weil iob nicht gestartet ist.
                          ja das wars. Fehler ist jetzt auch weg.

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • A Alero

                            dieser kann Native Web socket upgedatet werden

                            juergen@iobroker:~$ apt policy python3-setuptools
                            python3-setuptools:
                              Installed: (none)
                              Candidate: 78.1.1-0.1
                              Version table:
                                 78.1.1-0.1 500
                                    500 http://deb.debian.org/debian trixie/main amd64 Packages
                            juergen@iobroker:~$
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #46

                            @Alero sagte:

                            juergen@iobroker:~$ apt policy python3-setuptools
                            python3-setuptools:
                            Installed: (none)

                            Wie erwartet. Hast du das jetzt nachinstalliert?

                            sudo apt update && sudo apt install python3-setuptools
                            

                            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

                            A 1 Antwort Letzte Antwort
                            0
                            • A Alero

                              Alero sagte:

                              Hi,
                              bei iob diag
                              sagt er mit js-controller is not running
                              wahrscheinlich weil iob nicht gestartet ist.
                              ja das wars. Fehler ist jetzt auch weg.

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

                              @Alero

                              Wegen

                              Could not handle ENOTEMPTY, because no deletable files were found
                              npm error code ENOTEMPTY
                              npm error syscall rename
                              npm error path /opt/iobroker/node_modules/raw-socket
                              npm error dest /opt/iobroker/node_modules/.raw-socket-FAaftXmd
                              npm error errno -39
                              npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/raw-socket' -> '/opt/iobroker/node_modules/.raw-socket-FAaftXmd'
                              npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T10_37_58_466Z-debug-0.loghost.iobroker

                              Cannot install iobroker.ws@4.1.0: 217

                              versuch mal den Fixer:

                              iob stop
                              iob fix
                              iob start
                              iob update
                              iob upgrade
                              

                              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

                              A 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @Alero sagte:

                                juergen@iobroker:~$ apt policy python3-setuptools
                                python3-setuptools:
                                Installed: (none)

                                Wie erwartet. Hast du das jetzt nachinstalliert?

                                sudo apt update && sudo apt install python3-setuptools
                                
                                A Offline
                                A Offline
                                Alero
                                schrieb am zuletzt editiert von
                                #48

                                @Thomas-Braun sagte:

                                sudo apt update && sudo apt install python3-setuptools

                                ja

                                1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @Alero

                                  Wegen

                                  Could not handle ENOTEMPTY, because no deletable files were found
                                  npm error code ENOTEMPTY
                                  npm error syscall rename
                                  npm error path /opt/iobroker/node_modules/raw-socket
                                  npm error dest /opt/iobroker/node_modules/.raw-socket-FAaftXmd
                                  npm error errno -39
                                  npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/raw-socket' -> '/opt/iobroker/node_modules/.raw-socket-FAaftXmd'
                                  npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T10_37_58_466Z-debug-0.loghost.iobroker

                                  Cannot install iobroker.ws@4.1.0: 217

                                  versuch mal den Fixer:

                                  iob stop
                                  iob fix
                                  iob start
                                  iob update
                                  iob upgrade
                                  
                                  A Offline
                                  A Offline
                                  Alero
                                  schrieb am zuletzt editiert von Alero
                                  #49

                                  @Thomas-Braun
                                  ausgeführt . fährt gerade wieder hoch.. sehe im Protokoll:

                                  	iobroker npm-install: npm error code 7npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error (node:5774) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.npm error (Use `node --trace-deprecation ...` to show where the warning was created)npm error gyp ERR! UNCAUGHT EXCEPTION npm error gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'npm error gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)npm error gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9npm error gyp ERR! stack at FSReqCallback.oncomplete (node:fs:186:23)npm error gyp ERR! System Linux 6.12.63+deb13-amd64npm error gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/opengpionpm error gyp ERR! node -v v22.23.1npm error gyp ERR! node-gyp -v v7.1.2npm error gyp ERR! Node-gyp failed to build your package.npm error gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T11_04_44_408Z-debug-0.log
                                  

                                  vielleicht geht es gleich noch weg. warten wir mal ab bis er wieder oben idst. und rpi2.0 kann nicht installiert werden

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • A Alero

                                    @Thomas-Braun
                                    ausgeführt . fährt gerade wieder hoch.. sehe im Protokoll:

                                    	iobroker npm-install: npm error code 7npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error (node:5774) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.npm error (Use `node --trace-deprecation ...` to show where the warning was created)npm error gyp ERR! UNCAUGHT EXCEPTION npm error gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'npm error gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)npm error gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9npm error gyp ERR! stack at FSReqCallback.oncomplete (node:fs:186:23)npm error gyp ERR! System Linux 6.12.63+deb13-amd64npm error gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/opengpionpm error gyp ERR! node -v v22.23.1npm error gyp ERR! node-gyp -v v7.1.2npm error gyp ERR! Node-gyp failed to build your package.npm error gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T11_04_44_408Z-debug-0.log
                                    

                                    vielleicht geht es gleich noch weg. warten wir mal ab bis er wieder oben idst. und rpi2.0 kann nicht installiert werden

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

                                    @Alero sagte:

                                    und rpi2.0 kann nicht installiert werden

                                    Mit welchen Meldungen?

                                    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
                                    • A Offline
                                      A Offline
                                      Alero
                                      schrieb am zuletzt editiert von
                                      #51

                                      Fehler jetzt weg.
                                      aber rpi 20 kannicht starten

                                      a826bd1d-062d-4c77-90f9-f94b991c252d-image.jpeg

                                      A 1 Antwort Letzte Antwort
                                      0
                                      • A Alero

                                        Fehler jetzt weg.
                                        aber rpi 20 kannicht starten

                                        a826bd1d-062d-4c77-90f9-f94b991c252d-image.jpeg

                                        A Offline
                                        A Offline
                                        Alero
                                        schrieb am zuletzt editiert von
                                        #52
                                        iobroker npm-install: host.iobroker Cannot install iobroker.rpi2@2.4.0: 217
                                        
                                        host.iobroker
                                        2026-07-03 13:08:48.464	error	iobroker npm-install: Could not handle ENOTEMPTY, because no deletable files were foundnpm error code ENOTEMPTYnpm error syscall renamenpm error path /opt/iobroker/node_modules/raw-socketnpm error dest /opt/iobroker/node_modules/.raw-socket-FAaftXmdnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/raw-socket' -> '/opt/iobroker/node_modules/.raw-socket-FAaftXmd'npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T11_08_46_152Z-debug-0.log
                                        
                                        1 Antwort Letzte Antwort
                                        0
                                        • A Offline
                                          A Offline
                                          Alero
                                          schrieb am zuletzt editiert von
                                          #53

                                          das ist doch ein adapter zum berwachen des Raspberry Pi oder?
                                          Den brauche ich nicht. ich habe keinen Raspberry Pi im Einsatz

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          464

                                          Online

                                          33.0k

                                          Benutzer

                                          83.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2026
                                          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