Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Nach Update läuft nichts mehr!

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    762

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.1k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

Nach Update läuft nichts mehr!

Scheduled Pinned Locked Moved ioBroker Allgemein
iobroker updatenpmjs controller updatejsonhelp wanted
416 Posts 18 Posters 73.5k Views 9 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.
  • S SaschaS

    @Wal Macht es einen Unterschied ob ich mit sudo apt install nodejs oder sudo apt-get install -y nodejs fortfahre? Falls ja, worin liegt dieser?

    pi@raspberrypi:/opt/iobroker $ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
    
    ## Installing the NodeSource Node.js 12.x repo...
    
    
    ## Populating apt-get cache...
    
    + apt-get update
    OK:1 http://phoscon.de/apt/deconz stretch InRelease
    Holen:2 http://archive.raspberrypi.org/debian stretch InRelease [25,4 kB]                                            
    Holen:3 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15,0 kB]           
    Holen:4 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages [11,7 MB]            
    Holen:5 http://archive.raspberrypi.org/debian stretch/main armhf Packages [201 kB]     
    Es wurden 11,9 MB in 17 s geholt (678 kB/s).                                                                                                                                                                                                      
    Paketlisten werden gelesen... Fertig
    
    ## Confirming "stretch" is supported...
    
    + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/stretch/Release'
    
    ## Adding the NodeSource signing key to your keyring...
    
    + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
    OK
    
    ## Creating apt sources list file for the NodeSource Node.js 12.x repo...
    
    + echo 'deb https://deb.nodesource.com/node_12.x stretch main' > /etc/apt/sources.list.d/nodesource.list
    + echo 'deb-src https://deb.nodesource.com/node_12.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
    
    ## Running `apt-get update` for you...
    
    + apt-get update
    OK:1 http://archive.raspberrypi.org/debian stretch InRelease
    OK:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
    OK:3 http://phoscon.de/apt/deconz stretch InRelease  
    Holen:4 https://deb.nodesource.com/node_12.x stretch InRelease [4.585 B]
    Holen:5 https://deb.nodesource.com/node_12.x stretch/main armhf Packages [775 B]
    Es wurden 5.360 B in 2 s geholt (2.030 B/s).
    Paketlisten werden gelesen... Fertig
    
    ## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm
    ## You may also need development tools to build native addons:
         sudo apt-get install gcc g++ make
    ## To install the Yarn package manager, run:
         curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
         echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
         sudo apt-get update && sudo apt-get install yarn
    
    
    WalW Offline
    WalW Offline
    Wal
    Developer
    wrote on last edited by
    #180

    @SaschaS
    nein macht nichts, mit -y brauchst du nicht bestätigen

    Gruß
    Walter

    DoorIO-Adapter
    wioBrowser-Adapter und wioBrowser

    1 Reply Last reply
    0
    • S SaschaS

      @crunchip said in Nach Update läuft nichts mehr!:

      @SaschaS https://github.com/nodesource/distributions#debinstall

      Was willst du mir damit sagen? Soll ich jetzt einen dieser Befehle ausführen?

      # Using Ubuntu
      curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
      sudo apt-get install -y nodejs
      
      # Using Debian, as root
      curl -sL https://deb.nodesource.com/setup_14.x | bash -
      apt-get install -y nodejs
      
      crunchipC Offline
      crunchipC Offline
      crunchip
      Forum Testing Most Active
      wrote on last edited by
      #181

      @SaschaS das war nur ein Hinweis zum nachlesen

      umgestiegen von Proxmox auf Unraid

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SaschaS
        wrote on last edited by
        #182

        Ich will ja auch was dazu lernen. Hab mir den Hinweis durchgelesen und lasse gerade den install laufen.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SaschaS
          wrote on last edited by
          #183

          Ich kann keine Fehlermeldung erkennen...Hä? Das wird doch jetzt nicht geklappt haben.

          pi@raspberrypi:/opt/iobroker $ sudo apt install -y nodejs
          Paketlisten werden gelesen... Fertig
          Abhängigkeitsbaum wird aufgebaut.       
          Statusinformationen werden eingelesen.... Fertig
          Die folgenden NEUEN Pakete werden installiert:
            nodejs
          0 aktualisiert, 1 neu installiert, 0 zu entfernen und 29 nicht aktualisiert.
          Es müssen 15,9 MB an Archiven heruntergeladen werden.
          Nach dieser Operation werden 83,8 MB Plattenplatz zusätzlich benutzt.
          Holen:1 https://deb.nodesource.com/node_12.x stretch/main armhf nodejs armhf 12.16.3-1nodesource1 [15,9 MB]
          Es wurden 15,9 MB in 3 s geholt (4.202 kB/s).
          Vormals nicht ausgewähltes Paket nodejs wird gewählt.
          (Lese Datenbank ... 55248 Dateien und Verzeichnisse sind derzeit installiert.)
          Vorbereitung zum Entpacken von .../nodejs_12.16.3-1nodesource1_armhf.deb ...
          Entpacken von nodejs (12.16.3-1nodesource1) ...
          nodejs (12.16.3-1nodesource1) wird eingerichtet ...
          Trigger für man-db (2.7.6.1-2) werden verarbeitet 
          
          pi@raspberrypi:/opt/iobroker $ node -v
          v12.16.3
          pi@raspberrypi:/opt/iobroker $ nodejs -v
          v12.16.3
          pi@raspberrypi:/opt/iobroker $ npm -v
          6.14.4
          
          WalW 1 Reply Last reply
          1
          • S Offline
            S Offline
            SaschaS
            wrote on last edited by
            #184

            @Wal Das würde ich ja schon fast als kleines Etappenziel betrachten.

            Ich mach mal einen Reboot und dann versuche ich noch einmal

            cd /opt/iobroker
            iobroker version
            iobroker update
            iobroker upgrade
            iobroker stop
            iobroker upgrade self
            iobroker rebuild 
            iobroker start
            
            
            WalW 1 Reply Last reply
            0
            • S SaschaS

              Ich kann keine Fehlermeldung erkennen...Hä? Das wird doch jetzt nicht geklappt haben.

              pi@raspberrypi:/opt/iobroker $ sudo apt install -y nodejs
              Paketlisten werden gelesen... Fertig
              Abhängigkeitsbaum wird aufgebaut.       
              Statusinformationen werden eingelesen.... Fertig
              Die folgenden NEUEN Pakete werden installiert:
                nodejs
              0 aktualisiert, 1 neu installiert, 0 zu entfernen und 29 nicht aktualisiert.
              Es müssen 15,9 MB an Archiven heruntergeladen werden.
              Nach dieser Operation werden 83,8 MB Plattenplatz zusätzlich benutzt.
              Holen:1 https://deb.nodesource.com/node_12.x stretch/main armhf nodejs armhf 12.16.3-1nodesource1 [15,9 MB]
              Es wurden 15,9 MB in 3 s geholt (4.202 kB/s).
              Vormals nicht ausgewähltes Paket nodejs wird gewählt.
              (Lese Datenbank ... 55248 Dateien und Verzeichnisse sind derzeit installiert.)
              Vorbereitung zum Entpacken von .../nodejs_12.16.3-1nodesource1_armhf.deb ...
              Entpacken von nodejs (12.16.3-1nodesource1) ...
              nodejs (12.16.3-1nodesource1) wird eingerichtet ...
              Trigger für man-db (2.7.6.1-2) werden verarbeitet 
              
              pi@raspberrypi:/opt/iobroker $ node -v
              v12.16.3
              pi@raspberrypi:/opt/iobroker $ nodejs -v
              v12.16.3
              pi@raspberrypi:/opt/iobroker $ npm -v
              6.14.4
              
              WalW Offline
              WalW Offline
              Wal
              Developer
              wrote on last edited by
              #185

              @SaschaS
              ok, jetzt in den Ordner /opt/iobroker

              Gruß
              Walter

              DoorIO-Adapter
              wioBrowser-Adapter und wioBrowser

              1 Reply Last reply
              0
              • S SaschaS

                @Wal Das würde ich ja schon fast als kleines Etappenziel betrachten.

                Ich mach mal einen Reboot und dann versuche ich noch einmal

                cd /opt/iobroker
                iobroker version
                iobroker update
                iobroker upgrade
                iobroker stop
                iobroker upgrade self
                iobroker rebuild 
                iobroker start
                
                
                WalW Offline
                WalW Offline
                Wal
                Developer
                wrote on last edited by
                #186

                @SaschaS
                ok ich war zu langsam ;-)

                Gruß
                Walter

                DoorIO-Adapter
                wioBrowser-Adapter und wioBrowser

                S 1 Reply Last reply
                0
                • WalW Wal

                  @SaschaS
                  ok ich war zu langsam ;-)

                  S Offline
                  S Offline
                  SaschaS
                  wrote on last edited by
                  #187

                  @Wal Bin in dem Ordner. Habe aber noch nichts ausgeführt außer reboot.
                  Frage btw warum sind wir nur auf node 12 gegangen, wenn es schon die 14 gibt? Ich will das ganze Prozedur nicht nochmal machen müssen :-D

                  haselchenH crunchipC 2 Replies Last reply
                  0
                  • S SaschaS

                    @Wal Bin in dem Ordner. Habe aber noch nichts ausgeführt außer reboot.
                    Frage btw warum sind wir nur auf node 12 gegangen, wenn es schon die 14 gibt? Ich will das ganze Prozedur nicht nochmal machen müssen :-D

                    haselchenH Offline
                    haselchenH Offline
                    haselchen
                    Most Active
                    wrote on last edited by
                    #188

                    @SaschaS

                    Weil 12 empfohlen wird und 14 noch nicht stabil mit den Adaptern läuft.

                    Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                    1 Reply Last reply
                    0
                    • S SaschaS

                      @Wal Bin in dem Ordner. Habe aber noch nichts ausgeführt außer reboot.
                      Frage btw warum sind wir nur auf node 12 gegangen, wenn es schon die 14 gibt? Ich will das ganze Prozedur nicht nochmal machen müssen :-D

                      crunchipC Offline
                      crunchipC Offline
                      crunchip
                      Forum Testing Most Active
                      wrote on last edited by crunchip
                      #189

                      @SaschaS weil V14 noch nicht ganz ausgereift ist und noch nicht 100% unterstützt wird
                      @haselchen die entscheidenden millisekunden😂

                      umgestiegen von Proxmox auf Unraid

                      haselchenH 1 Reply Last reply
                      0
                      • crunchipC crunchip

                        @SaschaS weil V14 noch nicht ganz ausgereift ist und noch nicht 100% unterstützt wird
                        @haselchen die entscheidenden millisekunden😂

                        haselchenH Offline
                        haselchenH Offline
                        haselchen
                        Most Active
                        wrote on last edited by
                        #190

                        @crunchip

                        Versprochen, wenn die Corona Regeln aufgehoben werden, hauen wir uns auf meine Kosten einen rein 👍 🍺

                        Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                        1 Reply Last reply
                        1
                        • S Offline
                          S Offline
                          SaschaS
                          wrote on last edited by
                          #191

                          @crunchip und @haselchen valide Antwort. Akzeptiert ;-)
                          @Wal Wieder Rechteprobleme mit iobroker upgrade

                          Mit sudo iobroker upgrade probieren? Oder Wieder Rechte für iobroker vergeben?

                          pi@raspberrypi:/opt/iobroker $ iobroker upgrade
                          Update admin from @3.7.8 to @4.0.10
                          host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                          NPM version: 6.14.2
                          npm install iobroker.admin@4.0.10 --loglevel error --prefix "/opt/iobroker" (System call)
                          npm ERR! code EACCES
                          npm ERR! syscall access
                          npm ERR! path /opt/iobroker/node_modules/iobroker.admin
                          npm ERR! errno -13
                          npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.admin'
                          npm ERR!  { Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.admin'
                          npm ERR!   stack: 'Error: EACCES: permission denied, access \'/opt/iobroker/node_modules/iobroker.admin\'',
                          npm ERR!   errno: -13,
                          npm ERR!   code: 'EACCES',
                          npm ERR!   syscall: 'access',
                          npm ERR!   path: '/opt/iobroker/node_modules/iobroker.admin' }
                          npm ERR! 
                          npm ERR! The operation was rejected by your operating system.
                          npm ERR! It is likely you do not have the permissions to access this file as the current user
                          npm ERR! 
                          npm ERR! If you believe this might be a permissions issue, please double-check the
                          npm ERR! permissions of the file and its containing directories, or try running
                          npm ERR! the command again as root/Administrator.
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR!     /home/pi/.npm/_logs/2020-05-21T13_35_26_358Z-debug.log
                          host.raspberrypi Cannot install iobroker.admin@4.0.10: 243
                          
                          WalW 1 Reply Last reply
                          0
                          • S SaschaS

                            @crunchip und @haselchen valide Antwort. Akzeptiert ;-)
                            @Wal Wieder Rechteprobleme mit iobroker upgrade

                            Mit sudo iobroker upgrade probieren? Oder Wieder Rechte für iobroker vergeben?

                            pi@raspberrypi:/opt/iobroker $ iobroker upgrade
                            Update admin from @3.7.8 to @4.0.10
                            host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                            NPM version: 6.14.2
                            npm install iobroker.admin@4.0.10 --loglevel error --prefix "/opt/iobroker" (System call)
                            npm ERR! code EACCES
                            npm ERR! syscall access
                            npm ERR! path /opt/iobroker/node_modules/iobroker.admin
                            npm ERR! errno -13
                            npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.admin'
                            npm ERR!  { Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.admin'
                            npm ERR!   stack: 'Error: EACCES: permission denied, access \'/opt/iobroker/node_modules/iobroker.admin\'',
                            npm ERR!   errno: -13,
                            npm ERR!   code: 'EACCES',
                            npm ERR!   syscall: 'access',
                            npm ERR!   path: '/opt/iobroker/node_modules/iobroker.admin' }
                            npm ERR! 
                            npm ERR! The operation was rejected by your operating system.
                            npm ERR! It is likely you do not have the permissions to access this file as the current user
                            npm ERR! 
                            npm ERR! If you believe this might be a permissions issue, please double-check the
                            npm ERR! permissions of the file and its containing directories, or try running
                            npm ERR! the command again as root/Administrator.
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/pi/.npm/_logs/2020-05-21T13_35_26_358Z-debug.log
                            host.raspberrypi Cannot install iobroker.admin@4.0.10: 243
                            
                            WalW Offline
                            WalW Offline
                            Wal
                            Developer
                            wrote on last edited by
                            #192

                            @SaschaS
                            nein kein sudo
                            versuche den Fixer noch einmal

                            Gruß
                            Walter

                            DoorIO-Adapter
                            wioBrowser-Adapter und wioBrowser

                            1 Reply Last reply
                            0
                            • WalW Offline
                              WalW Offline
                              Wal
                              Developer
                              wrote on last edited by
                              #193

                              Wenn es nicht funktioniert mach ein:

                              sudo chmod -R 777 /opt/iobroker
                              sudo chown -R iobroker:iobroker /opt/iobroker
                              

                              Gruß
                              Walter

                              DoorIO-Adapter
                              wioBrowser-Adapter und wioBrowser

                              1 Reply Last reply
                              0
                              • S Offline
                                S Offline
                                SaschaS
                                wrote on last edited by SaschaS
                                #194

                                @Wal Sooorrry...ich hab's doch mit sudo gestartet. Bislang läufts aber auch ohne Fehler durch. Javascript hat er diesmal auch brav upgedated.

                                Grad mach ich's Maul zu...

                                Update simple-api from @2.3.2 to @2.4.5
                                NPM version: 6.14.2
                                npm install iobroker.simple-api@2.4.5 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
                                npm ERR! code Z_BUF_ERROR
                                npm ERR! errno -5
                                npm ERR! zlib: unexpected end of file
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /root/.npm/_logs/2020-05-21T13_58_52_570Z-debug.log
                                host.raspberrypi Cannot install iobroker.simple-api@2.4.5: 25
                                

                                Dabei weiß ich nichtmal wofür ich simple-api benötigt habe..

                                WalW 2 Replies Last reply
                                0
                                • S SaschaS

                                  @Wal Sooorrry...ich hab's doch mit sudo gestartet. Bislang läufts aber auch ohne Fehler durch. Javascript hat er diesmal auch brav upgedated.

                                  Grad mach ich's Maul zu...

                                  Update simple-api from @2.3.2 to @2.4.5
                                  NPM version: 6.14.2
                                  npm install iobroker.simple-api@2.4.5 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
                                  npm ERR! code Z_BUF_ERROR
                                  npm ERR! errno -5
                                  npm ERR! zlib: unexpected end of file
                                  
                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR!     /root/.npm/_logs/2020-05-21T13_58_52_570Z-debug.log
                                  host.raspberrypi Cannot install iobroker.simple-api@2.4.5: 25
                                  

                                  Dabei weiß ich nichtmal wofür ich simple-api benötigt habe..

                                  WalW Offline
                                  WalW Offline
                                  Wal
                                  Developer
                                  wrote on last edited by
                                  #195

                                  @SaschaS sagte in Nach Update läuft nichts mehr!:

                                  @Wal Sooorrry...ich hab's doch mit sudo gestartet. Bislang läufts aber auch ohne Fehler durch. Javascript hat er diesmal auch brav upgedated.

                                  Das Problem wirst du bei späteren updates haben.

                                  Gruß
                                  Walter

                                  DoorIO-Adapter
                                  wioBrowser-Adapter und wioBrowser

                                  1 Reply Last reply
                                  0
                                  • S SaschaS

                                    @Wal Sooorrry...ich hab's doch mit sudo gestartet. Bislang läufts aber auch ohne Fehler durch. Javascript hat er diesmal auch brav upgedated.

                                    Grad mach ich's Maul zu...

                                    Update simple-api from @2.3.2 to @2.4.5
                                    NPM version: 6.14.2
                                    npm install iobroker.simple-api@2.4.5 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
                                    npm ERR! code Z_BUF_ERROR
                                    npm ERR! errno -5
                                    npm ERR! zlib: unexpected end of file
                                    
                                    npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /root/.npm/_logs/2020-05-21T13_58_52_570Z-debug.log
                                    host.raspberrypi Cannot install iobroker.simple-api@2.4.5: 25
                                    

                                    Dabei weiß ich nichtmal wofür ich simple-api benötigt habe..

                                    WalW Offline
                                    WalW Offline
                                    Wal
                                    Developer
                                    wrote on last edited by
                                    #196

                                    @SaschaS sagte in Nach Update läuft nichts mehr!:

                                    Dabei weiß ich nichtmal wofür ich simple-api benötigt habe..

                                    Für eine Vis für android/iphone ?

                                    Gruß
                                    Walter

                                    DoorIO-Adapter
                                    wioBrowser-Adapter und wioBrowser

                                    S 1 Reply Last reply
                                    0
                                    • WalW Wal

                                      @SaschaS sagte in Nach Update läuft nichts mehr!:

                                      Dabei weiß ich nichtmal wofür ich simple-api benötigt habe..

                                      Für eine Vis für android/iphone ?

                                      S Offline
                                      S Offline
                                      SaschaS
                                      wrote on last edited by
                                      #197

                                      @Wal Na gut. Macht Sinn.. VIS habe ich im Einsatz

                                      WalW 2 Replies Last reply
                                      0
                                      • S SaschaS

                                        @Wal Na gut. Macht Sinn.. VIS habe ich im Einsatz

                                        WalW Offline
                                        WalW Offline
                                        Wal
                                        Developer
                                        wrote on last edited by
                                        #198

                                        @SaschaS sagte in Nach Update läuft nichts mehr!:

                                        @Wal Na gut. Macht Sinn.. VIS habe ich im Einsatz

                                        Versuche nochmal den Fixer und die Befehle von oben, danach die iobroker Befehle ohne sudo

                                        Gruß
                                        Walter

                                        DoorIO-Adapter
                                        wioBrowser-Adapter und wioBrowser

                                        S 1 Reply Last reply
                                        0
                                        • WalW Wal

                                          @SaschaS sagte in Nach Update läuft nichts mehr!:

                                          @Wal Na gut. Macht Sinn.. VIS habe ich im Einsatz

                                          Versuche nochmal den Fixer und die Befehle von oben, danach die iobroker Befehle ohne sudo

                                          S Offline
                                          S Offline
                                          SaschaS
                                          wrote on last edited by
                                          #199

                                          @Wal Werde ich später versuchen. Ich brauch jetzt eine Pause. Das hat mich schon genug nerven gekostet..
                                          Ich habe übrigens gerade noch ... am Laufen. Ist das gut, dass er die Strukturen bemängelt? Wer bereinigt die?

                                          pi@raspberrypi:/opt/iobroker $ sudo chmod -R 777 /opt/iobroker
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/@serialport/stream/@types/iobroker/lib' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/@serialport/stream/@types/iobroker/worker-json.js' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/@serialport/stream/@types/iobroker/index.html.map' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/@serialport/stream/@types/iobroker/configs.html' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/@serialport/stream/@types/iobroker/favicon.ico' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/@serialport/stream/@types/iobroker/index.html' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/@serialport/stream/@types/iobroker/mode-json.js' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/@serialport/stream/@types/iobroker/css' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.discovery/node_modules/@types/iobroker/lib' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.discovery/node_modules/@types/iobroker/worker-json.js' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.discovery/node_modules/@types/iobroker/index.html.map' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.discovery/node_modules/@types/iobroker/configs.html' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.discovery/node_modules/@types/iobroker/favicon.ico' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.discovery/node_modules/@types/iobroker/index.html' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.discovery/node_modules/@types/iobroker/mode-json.js' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.discovery/node_modules/@types/iobroker/css' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.history/docs/de/media/ms' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/systeminformation/lib/@serialport' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.admin/src-rx/build/lib/js' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.admin/admin' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.admin/www-react/js' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.admin/www-react/lib/js' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.admin/www/js' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.admin/www/lib/js' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.admin/www/lib/css/images' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.admin/www/img' nicht möglich: Die Struktur muss bereinigt werden
                                          chmod: Zugriff auf '/opt/iobroker/node_modules/iobroker.admin/www/login' nicht möglich: Die Struktur muss bereinigt werden
                                          
                                          WalW 1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          345

                                          Online

                                          32.8k

                                          Users

                                          82.7k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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