Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Wichtige Hinweise bei neueren npm-Versionen und sudo

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Wichtige Hinweise bei neueren npm-Versionen und sudo

    This topic has been deleted. Only users with topic management privileges can see it.
    • BBTown
      BBTown last edited by

      Wenn ich gemäß der Anleitung zum Update auf v.8 folgendes eingebe:

      curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
      
      ````dann erhalte ich folgende Fehlermeldung
      

      sudo: Fehler in /etc/sudo.conf, Zeile 0, während Plugin »sudoers_policy« geladen wurde
      sudo: /usr/lib/sudo/sudoers.so darf nur vom Besitzer beschreibbar sein
      sudo: Schwerwiegender Fehler, Plugins konnten nicht geladen werden

      
      Ich habe eine Installation auf Docker Basis und bin dort immer als root unterwegs.
      
      Jemand eine Idee?
      1 Reply Last reply Reply Quote 0
      • G
        Georgius last edited by

        Meiner Meinung nach brauchst Du kein sudo wenn du eh Root bist.

        1 Reply Last reply Reply Quote 0
        • BBTown
          BBTown last edited by

          ja, aber wie lautet dann der richtige Befehl?

          1 Reply Last reply Reply Quote 0
          • AlCalzone
            AlCalzone Developer last edited by

            @BBTown:

            ja, aber wie lautet dann der richtige Befehl? `
            Schau dir deinen Befehl mal an, such das "sudo" und lass es weg 😉

            1 Reply Last reply Reply Quote 0
            • BBTown
              BBTown last edited by

              hahaha …. ja, so weit war ich auch schon 8-)

              curl -sL https://deb.nodesource.com/setup_8.x | -E bash - 
              

              Antwort:

              bash: -E: Kommando nicht gefunden.  
              

              daher ja meine Frage ob jemand den korrekten Befehl nennen kann … 😉

              1 Reply Last reply Reply Quote 0
              • BBTown
                BBTown last edited by

                curl -sL https://deb.nodesource.com/setup_8.x | bash - 
                

                das scheint zu passen …

                1 Reply Last reply Reply Quote 0
                • paul53
                  paul53 last edited by

                  -E gehört zu sudo.

                  Aus der https://github.com/nodesource/distributions/blob/master/README.md:

                  # Using Debian, as root
                  curl -sL https://deb.nodesource.com/setup_8.x | bash -
                  apt-get install -y nodejs
                  
                  1 Reply Last reply Reply Quote 0
                  • BBTown
                    BBTown last edited by

                    ja, danke dir

                    da macht sich mal wieder bemerkbar, wie wenig Linux know-how ich habe und dass ein Normalsterblicher sich immer wieder mit der Syntax schwer tut.

                    1 Reply Last reply Reply Quote 0
                    • AlCalzone
                      AlCalzone Developer last edited by

                      Sorry, das hätte ich natürlich auch erwähnen können 😄

                      1 Reply Last reply Reply Quote 0
                      • J
                        jambo last edited by

                        Ich bekomme die Fehlermeldung leider beim Autostart (beim manuellen Starten über die Konsole tritt der Fehler nicht auf):

                        Error:	2018-12-21 00:06:14.553	error	at Timer.listOnTimeout (timers.js:290:5)
                        Error:	2018-12-21 00:06:14.553	error	at tryOnTimeout (timers.js:323:5)
                        Error:	2018-12-21 00:06:14.553	error	at ontimeout (timers.js:498:11)
                        Error:	2018-12-21 00:06:14.553	error	at Timeout.saveConfig [as _onTimeout] (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1897:16)
                        Error:	2018-12-21 00:06:14.553	error	at Object.fs.writeFileSync (fs.js:1299:33)
                        Error:	2018-12-21 00:06:14.553	error	at Object.fs.openSync (fs.js:646:18)
                        Error:	2018-12-21 00:06:14.553	error	EACCES: permission denied, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/../../../../iobroker-data/objects.json.bak'
                        uncaught	2018-12-21 00:06:14.551	error	exception: EACCES: permission denied, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/../../../../iobroker-data/objects.json.bak'
                        
                        

                        Ich habe das System extra noch mal neu aufgesetzt, der Fehler besteht aber immer noch. Installiert ist ioBroker in einer Debian-VM unter Proxmox. Beim Installieren habe ich folgende Schritte durchgeführt:

                        1. ioBroker exakt nach dem neuen Weg installiert: http://www.iobroker.net/docu/?page_id=8323&lang=de

                        2. Auf meinem alten Raspi via Backitup-Adapter ein Komplett-Backup erstellt. Auf dem Raspi tritt das Problem übrigens nicht auf.

                        3. Backup wie in der Anleitung zum Backitup-Adapter beschrieben auf dem neuen System erfolgreich eingespielt.

                        4. ioBroker gestartet.

                        ioBroker selbst läuft bei manuellem Start absolut problemlos, nur der Autostart will nicht. "sudo chown -R $(whoami) ~/.npm" hat leider auch nicht geholfen.

                        Hat jemand noch eine Idee?

                        1 Reply Last reply Reply Quote 0
                        • AlCalzone
                          AlCalzone Developer last edited by

                          Anscheinend ist da noch ein Fehler im Installer-Skript, der Fehler verursacht.

                          Dein Problem sollte sich beheben lassen durch

                          sudo chown -R iobroker /opt/iobroker
                          

                          Falls du magst, darfst du gerne das aktualisierte Skript testen:

                          curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/master/installer.sh | bash -
                          
                          1 Reply Last reply Reply Quote 0
                          • J
                            jambo last edited by

                            Hat leider nicht geholfen. Beim Autostart kommen weiterhin in einer Endlosschleife der gleiche Fehler und dann direkt ein Restart.

                            1 Reply Last reply Reply Quote 0
                            • AlCalzone
                              AlCalzone Developer last edited by

                              @jambo:

                              Hat leider nicht geholfen. Beim Autostart kommen weiterhin in einer Endlosschleife der gleiche Fehler und dann direkt ein Restart. `

                              Sorry, da war noch ein Fehler :?

                              Statt $(whoami) muss dort iobroker stehen. Ich passe es gleich im letzten Post an.

                              1 Reply Last reply Reply Quote 0
                              • J
                                jambo last edited by

                                Perfekt, jetzt läuft es 😄 .

                                Vielen Dank für die Unterstützung!

                                1 Reply Last reply Reply Quote 0
                                • R
                                  Rene1231 last edited by

                                  Hallo Mathias,

                                  Ich habe einen neuen intel nuc 5CPYH mit frisch installierten Ubuntu 18.04. Habe nach verschiedenen Anleitungen versucht iobroker zu installieren, es funktioniert einfach nicht.

                                  Ich bitte um eine kurze getestete Anleitung.

                                  Vielen Dank

                                  1 Reply Last reply Reply Quote 0
                                  • apollon77
                                    apollon77 last edited by

                                    Nimm doch den Artikel der direkt unter dem hier festgepinnt ist 😉

                                    viewtopic.php?t=19111

                                    Gesendet vom Handy …

                                    1 Reply Last reply Reply Quote 0
                                    • R
                                      Rene1231 last edited by

                                      @apollon77:

                                      Nimm doch den Artikel der direkt unter dem hier festgepinnt ist 😉

                                      viewtopic.php?t=19111

                                      Gesendet vom Handy … `

                                      Danke,

                                      Wenn Da als root ausführen steht, reicht dann sudo….

                                      MfG Rene

                                      1 Reply Last reply Reply Quote 0
                                      • AlCalzone
                                        AlCalzone Developer last edited by

                                        Ich sehe in der dort verlinkten Anleitung keine Aufforderung etwas als Root auszuführen:

                                        ==> http://www.iobroker.net/docu/?page_id=8 … sanleitung

                                        1 Reply Last reply Reply Quote 0
                                        • R
                                          Rene1231 last edited by

                                          @AlCalzone:

                                          Ich sehe in der dort verlinkten Anleitung keine Aufforderung etwas als Root auszuführen:

                                          ==> http://www.iobroker.net/docu/?page_id=8 … sanleitung `

                                          Vielen Dank

                                          Das hat nun damit funktionier

                                          Mfg

                                          1 Reply Last reply Reply Quote 0
                                          • K
                                            Kueppert last edited by

                                            Ach herje,

                                            jetzt hat es mich doch tatsächlich auch erwischt. Habe diese Fehlermeldungen````
                                            Error: EACCES: permission denied, scandir '/root/.npm/_logs'

                                            
                                            Ich nutze mein ioBroker-System auf meinem Nuc jetzt schon...puh...über ein Jahr, also nach alter Methode installiert. Ich bin immer als root unterwegs. Diese o. g. Fehlermeldung habe ich noch nicht "so lang"...bedeutet vielleicht paar Wochen (kann es leider nicht genau sagen).
                                            
                                            Auf meinem NUC unter Proxmox läuft in einer VM Debian, dort hab ich dann damals fein ioBroker installiert.
                                            
                                            Auf einem PI3 (ist im Multihost der Slave) läuft nur der ZWave-Adapter. Das Multihost-System läuft seit ich auf dem NUC unterwegs bin auch artig mit. Da hab ich nichts dran rumgebastelt.
                                            
                                            Paar Eckdaten vom HOST (NUC):
                                            
                                            js-controller: 1.4.2 (gemäß HOST-Reiter in der ioBroker-Admin-Oberfläche)
                                            

                                            root@iobrokerNUC:/opt/iobroker# npm -v
                                            6.5.0
                                            root@iobrokerNUC:/opt/iobroker# nodejs -v
                                            v6.14.2
                                            root@iobrokerNUC:/opt/iobroker# node -v
                                            v6.14.2

                                            
                                            was habe ich schon gemacht (auffm HOST):
                                            
                                            Update erfolgreich von npm 6.1.0 auf 6.5.0, hat aber nix geändert
                                            
                                            was hab ich schon eingetippert (auch auf dem HOST):
                                            

                                            sudo chown -R $(whoami) ~/.npm

                                            root@iobrokerNUC:/home/thorsten# ps aux | grep js-controller
                                            root 7615 0.0 0.0 12784 964 pts/0 S+ 17:10 0:00 grep js-controller
                                            root 14667 4.5 7.5 1330924 155520 ? Ssl Jan08 57:40 iobroker.js-controller

                                            
                                            gerade das log vom Update HM-RPC über die ioBroker-Admin-Oberfläche:
                                            
                                            >! ````
                                            $ ./iobroker upgrade hm-rpc
                                            Update hm-rpc from @1.8.2 to @1.9.0
                                            NPM version: 6.5.0
                                            npm install iobroker.hm-rpc@1.9.0 --production --save --prefix "/opt/iobroker" (System call)
                                            npm
                                             ERR! path /root/.npm/_logsnpm ERR! code EACCES
                                            npm ERR! errno -13
                                            npm ERR! syscall scandir
                                            npm ERR! Error: EACCES: permission denied, scandir '/root/.npm/_logs'
                                            npm ERR!     at Error (native)
                                            npm ERR!  { Error: EACCES: permission denied, scandir '/root/.npm/_logs'
                                            npm ERR!     at Error (native)
                                            npm ERR!   stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'\n    at Error (native)',
                                            npm ERR!   errno: -13,
                                            npm ERR!   code: 'EACCES',
                                            npm ERR!   syscall: 'scandir',
                                            npm ERR!   path: '/root/.npm/_logs' }
                                            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 (though this is not recommended).
                                            glob error { Error: EACCES: permission denied, scandir '/root/.npm/_logs'
                                                at Error (native)
                                              stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'\n    at Error (native)',
                                              errno: -13,
                                              code: 'EACCES',
                                              syscall: 'scandir',
                                              path: '/root/.npm/_logs' }
                                            >! npm ERR! path /root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74fnpm ERR! code EACCES
                                            npm ERR! errno -13
                                            npm ERR! syscall open
                                            npm ERR! Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f'
                                            npm ERR!     at Error (native)
                                            npm ERR!  { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f'
                                            npm ERR!     at Error (native)
                                            npm ERR!   cause: 
                                            npm ERR!    { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f'
                                            npm ERR!        at Error (native)
                                            npm ERR!      errno: -13,
                                            npm ERR!      code: 'EACCES',
                                            npm ERR!      syscall: 'open',
                                            npm ERR!      path: '/root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f' },
                                            npm ERR!   isOperational: true,
                                            npm ERR!   stack: 'Error: EACCES: permission denied, open \'/root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f\'\n    at Error (native)',
                                            npm ERR!   errno: -13,
                                            npm ERR!   code: 'EACCES',
                                            npm ERR!   syscall: 'open',
                                            npm ERR!   path: '/root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f' }
                                            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 (though this is not recommended).
                                            >! npm WARN svg-inline-react@1.0.3 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                                            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                            >! npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @abandonware/bluetooth-hci-socket@0.5.3-1 (node_modules/@abandonware/bluetooth-hci-socket):npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @abandonware/bluetooth-hci-socket@0.5.3-1 preinstall: `npm install node-pre-gyp`
                                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 243
                                            >! npm install --production (System call) in "/opt/iobroker/node_modules/iobroker.hm-rpc"
                                            npm 
                                            WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
                                            npm notice created a lockfile as package-lock.json. You should commit this file.
                                            got /opt/iobroker/node_modules/iobroker.hm-rpc/admin
                                            Update "system.adapter.hm-rpc.0"
                                            Update "system.adapter.hm-rpc.1"
                                            upload [200] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/index_m.html index_m.html text/html
                                            upload [150] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/75_hm-pb-2-wm55_thumb.png icons/75_hm-pb-2-wm55_thumb.png image/png
                                            upload [100] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/27_hmw-lc-bl1-dr_thumb.png icons/27_hmw-lc-bl1-dr_thumb.png image/png
                                            upload [90] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/188_hmip-etrv-c_thumb.png icons/188_hmip-etrv-c_thumb.png image/png
                                            upload [80] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/179_hmip-swdm-b2_thumb.png icons/179_hmip-swdm-b2_thumb.png image/png
                                            upload [70] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/169_hmip-swo-pr_thumb.png icons/169_hmip-swo-pr_thumb.png image/png
                                            upload [60] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/150_hm-lc-dw-wm_thumb.png icons/150_hm-lc-dw-wm_thumb.png image/png
                                            upload [50] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/140_alpha-ip-rgb_thumb.png icons/140_alpha-ip-rgb_thumb.png image/png
                                            upload [40] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/132_hmip-smo_thumb.png icons/132_hmip-smo_thumb.png image/png
                                            upload [30] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/121_hmip-wth_thumb.png icons/121_hmip-wth_thumb.png image/png
                                            upload [20] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/113_hmip-psm_thumb.png icons/113_hmip-psm_thumb.png image/png
                                            upload [19] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/113_hmip-psm-uk_thumb.png icons/113_hmip-psm-uk_thumb.png image/png
                                            upload [18] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/113_hmip-psm-pe_thumb.png icons/113_hmip-psm-pe_thumb.png image/png
                                            upload [17] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/113_hmip-psm-it_thumb.png icons/113_hmip-psm-it_thumb.png image/png
                                            upload [16] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/113_hmip-psm-ch_thumb.png icons/113_hmip-psm-ch_thumb.png image/png
                                            upload [15] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/112_hmip-wrc2_thumb.png icons/112_hmip-wrc2_thumb.png image/png
                                            upload [14] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/111_hm-lc-rgbw-wm_thumb.png icons/111_hm-lc-rgbw-wm_thumb.png image/png
                                            upload [13] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/110_hm-es-pmsw1-dr_thump.png icons/110_hm-es-pmsw1-dr_thump.png image/png
                                            upload [12] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/109_hm-lc-sw1-pl-ct_thump.png icons/109_hm-lc-sw1-pl-ct_thump.png image/png
                                            upload [11] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/108_hm-rc-dis-h-x-eu_thump.png icons/108_hm-rc-dis-h-x-eu_thump.png image/png
                                            upload [10] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/107_hm-es-pmsw1-pl-R5_thumb.png icons/107_hm-es-pmsw1-pl-R5_thumb.png image/png
                                            upload [9] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/107_hm-es-pmsw1-pl-R4_thumb.png icons/107_hm-es-pmsw1-pl-R4_thumb.png image/png
                                            upload [8] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/107_hm-es-pmsw1-pl-R3_thumb.png icons/107_hm-es-pmsw1-pl-R3_thumb.png image/png
                                            upload [7] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/107_hm-es-pmsw1-pl-R2_thumb.png icons/107_hm-es-pmsw1-pl-R2_thumb.png image/png
                                            upload [6] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/105_hm-sec-sd-2-team_thumb.png icons/105_hm-sec-sd-2-team_thumb.png image/png
                                            upload [5] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/104_hm-sec-sd-2_thumb.png icons/104_hm-sec-sd-2_thumb.png image/png
                                            upload [4] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/103_hm-sen-mdir-wm55_thumb.png icons/103_hm-sen-mdir-wm55_thumb.png image/png
                                            upload [3] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/102_hm-es-tx-wm_thumb.png icons/102_hm-es-tx-wm_thumb.png image/png
                                            upload [2] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/101_hm-sen-db-pcb_thumb.png icons/101_hm-sen-db-pcb_thumb.png image/png
                                            upload [1] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/icons/100_hm-rc-8_thumb.png icons/100_hm-rc-8_thumb.png image/png
                                            upload [0] hm-rpc.admin /opt/iobroker/node_modules/iobroker.hm-rpc/admin/homematic.png homematic.png image/png
                                            Adapter "hm-rpc" updated
                                            process exited with code 0
                                            

                                            Da das mein Produktiv-System ist und ich kein Backup einspielen möchte wegen dem NPM-Problemchen, wende ich mich hier mal an die Profis. Hab schon mal dran gedacht, dem Ordner root die permisison -777 zu geben, es aber eben doch verworfen.

                                            Den Befehl npm cache clear funktioniert (ohne force) seit v5 nicht mehr hab ich schon erfahren. Will aber auch kein -foce ausprobieren oder manuell über putty den cache-Ordner löschen, ohne zu wissen, ob das Sinn macht 🙂

                                            Vielleicht hat hier jemand eine Idee? Danke euch schon mal - und wenn jmd. noch Input von mir benötigt (ich hoffe, ich hab alle benötigten Daten hier gepostet) liefere ich natürlich nach…

                                            Danke euch und Grüße, Thorsten

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            489
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            eacces install npm sudo
                                            14
                                            53
                                            33723
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo