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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Javascript Adapter lässt sich nicht mehr installieren.

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    15
    1
    813

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    1.9k

Javascript Adapter lässt sich nicht mehr installieren.

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
62 Beiträge 5 Kommentatoren 6.3k Aufrufe
  • Ä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.
  • AlCalzoneA Offline
    AlCalzoneA Offline
    AlCalzone
    Developer
    schrieb am zuletzt editiert von
    #36

    Hast du mit der neuen Routine (Skript) installiert? Und unter welchem User läuft iobroker?

    Hast du das schon probiert?

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

    Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

    1 Antwort Letzte Antwort
    0
    • ? Offline
      ? Offline
      Ein ehemaliger Benutzer
      schrieb am zuletzt editiert von
      #37

      Ohne Patzig zu werden (nicht das es wieder falsch verstanden wird)

      Selbstverständlich über den script.

      User pi

      1 Antwort Letzte Antwort
      0
      • ? Offline
        ? Offline
        Ein ehemaliger Benutzer
        schrieb am zuletzt editiert von
        #38

        Dein Befehl wurde eingegeben und nochmals installiert.

        Diesmal vom Git-Hub

        $ ./iobroker url "https://github.com/ioBroker/ioBroker.javascript/tarball/master" javascript --debug
        install https://github.com/ioBroker/ioBroker.javascript/tarball/master
        npm install https://github.com/ioBroker/ioBroker.javascript/tarball/master --production --save --prefix "/opt/iobroker" (System call)
        npm
         WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
        > iobroker.javascript@4.0.2 postinstall /opt/iobroker/node_modules/iobroker.javascript
        > node ./install/installTypings.js
        
        installing NodeJS typings...
        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!  { Error: EACCES: permission denied, scandir '/root/.npm/_logs'
        npm ERR!   stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'',
        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'  stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'',
          errno: -13,
          code: 'EACCES',
          syscall: 'scandir',
          path: '/root/.npm/_logs' }
        
        npm ERR! path /root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2benpm ERR! code EACCES
        npm ERR! errno -13
        npm ERR!
         syscall opennpm ERR! Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be'
        npm ERR!  { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be'
        npm ERR!   cause: 
        npm ERR!    { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be'
        npm ERR!      errno: -13,
        npm ERR!      code: 'EACCES',
        npm ERR!      syscall: 'open',
        npm ERR!      path: '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be' },
        npm ERR!   isOperational: true,
        npm ERR!   stack: 'Error: EACCES: permission denied, open \'/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be\'',
        npm ERR!   errno: -13,
        npm ERR!   code: 'EACCES',
        
        npm ERR!   syscall: 'open',npm ERR!   path: '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be' }
        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
         ERR! code ELIFECYCLEnpm ERR! errno 243
        
        npm ERR! iobroker.javascript@4.0.2 postinstall: `node ./install/installTypings.js`npm ERR! Exit status 243
        npm ERR! 
        npm ERR! Failed at the iobroker.javascript@4.0.2 postinstall script.
        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
        
        npm ERR! A complete log of this run can be found in:npm ERR!     /root/.npm/_logs/2018-12-05T16_15_30_736Z-debug.log
        
        ERROR: host.bpi-iobroker Cannot install https://github.com/ioBroker/ioBroker.javascript/tarball/master: 243
        ERROR: process exited with code 25
        

        Irgendwie drehen wir uns im Kreis

        Dieser Befehl wurde zum installieren von iobroker benutzt:

        curl -sL https://raw.githubusercontent.com/ioBro … staller.sh | bash -

        1 Antwort Letzte Antwort
        0
        • AlCalzoneA Offline
          AlCalzoneA Offline
          AlCalzone
          Developer
          schrieb am zuletzt editiert von
          #39

          @Menne:

          Irgendwie drehen wir uns im Kreis Und da haben wir es wieder :roll: > Diesmal vom Git-Hub `
          Warum machst du bei der Fehlersuche parallel Dinge, nach denen du nicht gefragt wurdest?

          Etwas Geduld bitte, ich habe hier kein System an dem ich es schnell selbst ausprobieren kann.

          Bitte folgendes probieren:

          sudo chown -R pi:pi /home/pi/.npm
          

          JavaScript über Admin installieren. Ergebnis hier posten.

          Geht das nicht, dann

          sudo chown -R iobroker:iobroker /home/iobroker/.npm
          

          wieder JavaScript über Admin installieren. Ergebnis hier posten.

          Geht das auch nicht, dann bitte nochmal melden.

          Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

          1 Antwort Letzte Antwort
          0
          • ? Offline
            ? Offline
            Ein ehemaliger Benutzer
            schrieb am zuletzt editiert von
            #40

            > Warum machst du bei der Fehlersuche parallel Dinge, nach denen du nicht gefragt wurdest?

            Jawohl Sir

            …konnte ich mir nicht verkneifen. :D

            1 Antwort Letzte Antwort
            0
            • ? Offline
              ? Offline
              Ein ehemaliger Benutzer
              schrieb am zuletzt editiert von
              #41

              Mit chown -R pi:pi /home/pi/.npm

              $ ./iobroker add javascript 0 --host bpi-iobroker
              NPM version: 6.4.1
              npm install iobroker.javascript --production --save --prefix "/opt/iobroker" (System call)
              npm
               WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
              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!  { Error: EACCES: permission denied, scandir '/root/.npm/_logs'
              npm ERR!   stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'',
              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'  stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'',
                errno: -13,
                code: 'EACCES',
                syscall: 'scandir',
                path: '/root/.npm/_logs' }
              
              npm
               ERR! path /root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2benpm ERR! code EACCES
              npm ERR! errno -13
              npm ERR! syscall open
              
              npm ERR! Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be'npm ERR!  { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be'
              npm 
              ERR!   cause: npm ERR!    { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be'
              npm ERR!      errno: -13,
              npm ERR!      code: 'EACCES',
              npm ERR!      syscall: 'open',
              npm ERR!      path: '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be' },
              npm ERR!   isOperational: true,
              npm ERR!   stack: 'Error: EACCES: permission denied, open \'/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be\'',
              npm ERR!   errno: -13,
              npm ERR!   code: 'EACCES',
              npm ERR!   syscall: 'open',
              npm ERR!   path: '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be' }
              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
               ERR! code ELIFECYCLE
              npm ERR! errno 243
              npm ERR! iobroker.javascript@4.0.2 postinstall: `node ./install/installTypings.js`npm ERR! Exit status 243
              npm ERR! 
              npm ERR! Failed at the iobroker.javascript@4.0.2 postinstall script.
              npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
              
              npm ERR! A complete log of this run can be found in:npm ERR!     /root/.npm/_logs/2018-12-05T16_38_06_223Z-debug.log
              
              ERROR: host.bpi-iobroker Cannot install iobroker.javascript: 243
              ERROR: process exited with code 25
              

              Mit chown -R iobroker:iobroker /home/iobroker/.npm

              $ ./iobroker add javascript 0 --host bpi-iobroker
              NPM version: 6.4.1
              npm install iobroker.javascript --production --save --prefix "/opt/iobroker" (System call)
              npm
               WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
              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!  { Error: EACCES: permission denied, scandir '/root/.npm/_logs'
              npm ERR!   stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'',
              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'  stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'',
                errno: -13,
                code: 'EACCES',
                syscall: 'scandir',
                path: '/root/.npm/_logs' }
              
              npm ERR! path /root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2benpm ERR! code EACCES
              npm ERR! errno -13
              npm 
              ERR! syscall open
              npm ERR! Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be'npm ERR!  { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be'
              npm ERR!   cause: 
              npm ERR!    { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be'
              npm ERR!      errno: -13,
              npm ERR!      code: 'EACCES',
              npm ERR!      syscall: 'open',
              npm ERR!      path: '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be' },
              npm ERR!   isOperational: true,
              npm ERR!   stack: 'Error: EACCES: permission denied, open \'/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be\'',
              npm ERR!   errno: -13,
              npm ERR!   code: 'EACCES',
              npm ERR!   syscall: 'open',
              npm ERR!   path: '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be' }
              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 usernpm 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 
              ERR! code ELIFECYCLEnpm 
              ERR! errno 243
              npm
               ERR! iobroker.javascript@4.0.2 postinstall: `node ./install/installTypings.js`npm ERR! Exit status 243
              npm 
              ERR! npm ERR! Failed at the iobroker.javascript@4.0.2 postinstall script.
              npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
              
              npm ERR! A complete log of this run can be found in:npm ERR!     /root/.npm/_logs/2018-12-05T16_41_13_634Z-debug.log
              
              ERROR: host.bpi-iobroker Cannot install iobroker.javascript: 243
              ERROR: process exited with code 25
              
              1 Antwort Letzte Antwort
              0
              • AlCalzoneA Offline
                AlCalzoneA Offline
                AlCalzone
                Developer
                schrieb am zuletzt editiert von
                #42

                Ok dann muss ich selbst nochmal auf die Suche gehen. Melde mich später.

                Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                1 Antwort Letzte Antwort
                0
                • ? Offline
                  ? Offline
                  Ein ehemaliger Benutzer
                  schrieb am zuletzt editiert von
                  #43

                  OK,

                  übrigens bin ich als root angemeldet. Daher oben kein Sudo davor.

                  1 Antwort Letzte Antwort
                  0
                  • StuebiS Offline
                    StuebiS Offline
                    Stuebi
                    schrieb am zuletzt editiert von
                    #44

                    @Menne:

                    OK,

                    übrigens bin ich als root angemeldet. Daher oben kein Sudo davor. `

                    Bei mir hatte folgendes im meinem Docker Container geholfen :

                    cd /opt/iobroker
                    npm install iobroker.javascript@4.0.1
                    iobroker update javascript
                    
                    

                    Gesendet von iPhone mit Tapatalk

                    ioBroker auf Synology DS216+II im Docker Container

                    1 Antwort Letzte Antwort
                    0
                    • ? Offline
                      ? Offline
                      Ein ehemaliger Benutzer
                      schrieb am zuletzt editiert von
                      #45

                      Das habe ich gestern schon probiert, habe es ebend nochmals versucht….

                      root@bpi-iobroker:/# npm install iobroker.javascript@4.0.1
                      npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
                      
                      > iobroker.javascript@4.0.1 postinstall /node_modules/iobroker.javascript
                      > node ./install/installTypings.js
                      
                      installing NodeJS typings...
                      npm ERR! path /root/.npm/_logs
                      npm ERR! code EACCES
                      npm ERR! errno -13
                      npm ERR! syscall scandir
                      npm ERR! Error: EACCES: permission denied, scandir '/root/.npm/_logs'
                      npm ERR!  { Error: EACCES: permission denied, scandir '/root/.npm/_logs'
                      npm ERR!   stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'',
                      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'
                        stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'',
                        errno: -13,
                        code: 'EACCES',
                        syscall: 'scandir',
                        path: '/root/.npm/_logs' }
                      npm ERR! path /root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be
                      npm ERR! code EACCES
                      npm ERR! errno -13
                      npm ERR! syscall open
                      npm ERR! Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be'
                      npm ERR!  { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be'
                      npm ERR!   cause:
                      npm ERR!    { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be'
                      npm ERR!      errno: -13,
                      npm ERR!      code: 'EACCES',
                      npm ERR!      syscall: 'open',
                      npm ERR!      path: '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be' },
                      npm ERR!   isOperational: true,
                      npm ERR!   stack: 'Error: EACCES: permission denied, open \'/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be\'',
                      npm ERR!   errno: -13,
                      npm ERR!   code: 'EACCES',
                      npm ERR!   syscall: 'open',
                      npm ERR!   path: '/root/.npm/_cacache/index-v5/fc/ee/fc3e1dd6706bd557d2840d92ff10cdd6928b92fb8c46d2195dfbd8d4b2be' }
                      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 enoent ENOENT: no such file or directory, open '/package.json'
                      npm WARN !invalid#1 No description
                      npm WARN !invalid#1 No repository field.
                      npm WARN !invalid#1 No README data
                      npm WARN !invalid#1 No license field.
                      
                      npm ERR! code ELIFECYCLE
                      npm ERR! errno 243
                      npm ERR! iobroker.javascript@4.0.1 postinstall: `node ./install/installTypings.js`
                      npm ERR! Exit status 243
                      npm ERR!
                      npm ERR! Failed at the iobroker.javascript@4.0.1 postinstall script.
                      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /root/.npm/_logs/2018-12-05T17_13_26_786Z-debug.log
                      root@bpi-iobroker:/#
                      
                      

                      Tja

                      1 Antwort Letzte Antwort
                      0
                      • ? Offline
                        ? Offline
                        Ein ehemaliger Benutzer
                        schrieb am zuletzt editiert von
                        #46

                        Diese Adapter sind derzeit schon installiert.

                        Nur Java steigt aus.

                        Web und Scenes Adapter gingen auch ebend zu installieren. Bleibt für mich nur der Java übrig.

                        Mehr brauche ich derzeit nicht. Nur für Licht, Geräte, Tasten und Aktionen Steuerung via Alexa.

                        …und dazu brauche ich noch die Scripte.
                        6260_io.jpg

                        1 Antwort Letzte Antwort
                        0
                        • AlCalzoneA Offline
                          AlCalzoneA Offline
                          AlCalzone
                          Developer
                          schrieb am zuletzt editiert von
                          #47

                          Ich weiß woran es liegt, die Frage ist jedoch, wie es zu beheben ist.

                          Auf die Gefahr hin, dass ich nerve… ich benötige möglichst detaillierte Informationen von dir.

                          Du installierst auf einem RasPi (bzw. Derivat davon), richtig?

                          Das OS ist Raspbian?

                          Wenn du die Installationsroutine ausführst (curl ...), als welcher User startest du sie?

                          Führe bitte folgendes aus:

                          ps aux | grep js-controller
                          

                          Welcher User steht in der Zeile mit iobroker.js-controller (ganz vorne)?

                          Als welcher User warst du angemeldet, als du versucht hast, manuell javascript zu installieren (npm install …)?

                          Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                          1 Antwort Letzte Antwort
                          0
                          • ? Offline
                            ? Offline
                            Ein ehemaliger Benutzer
                            schrieb am zuletzt editiert von
                            #48

                            Ich installiere auf einen Banana pi M2

                            OS Minimal-Raspbian

                            Installiert als root

                            root@bpi-iobroker:/opt/iobroker# ps aux | grep js-controller
                            iobroker  7264 73.0  2.4  80780 24868 ?        Rsl  19:14   0:01 iobroker.js-controller
                            root      7271  0.0  0.0   4364   848 pts/0    S+   19:14   0:00 grep js-controller
                            root     10456  1.3  5.7 152544 59244 ?        Ssl  16:37   2:07 iobroker.js-controller
                            root@bpi-iobroker:/opt/iobroker#
                            
                            

                            Ich hatte root bisher nicht abgemeldet.

                            Ist ja nur eigenartig, das sich die anderen Adapter installieren ließen

                            1 Antwort Letzte Antwort
                            0
                            • StuebiS Offline
                              StuebiS Offline
                              Stuebi
                              schrieb am zuletzt editiert von
                              #49

                              Ich bin kein NPM Experte, aber folgendes kannst ja nochmals versuchen.

                              cd /opt/iobroker
                              npm install iobroker.javascript --unsafe-perm
                              iobroker upload javascript
                              
                              

                              <size size="85">Edit: Fehlerhafte Befehle korrigiert, Problematische Befehle entfernt. (AlCalzone)</size>

                              ioBroker auf Synology DS216+II im Docker Container

                              1 Antwort Letzte Antwort
                              0
                              • AlCalzoneA Offline
                                AlCalzoneA Offline
                                AlCalzone
                                Developer
                                schrieb am zuletzt editiert von
                                #50

                                Dein JS-Controller läuft 2x, hat vermutlich mit der systemd und den start/stop-Experimenten zu tun.

                                Kannst du die Kiste mal sauber neu starten? Erst dann kann man sicher sein, unter welchem User ioBroker tatsächlich läuft.

                                Prüfe danach bitte nochmal die Ausgabe von dem Befehl.

                                Wenn es iobroker ist, dann probier bitte nochmal die Installation über das Webinterface.

                                Sofern es wirklich root ist, weiß ich, welche Änderung am JS-Adapter nötig ist.

                                Das Postinstall-Skript will nämlich auch "npm install" ausführen, läuft auch unter dem User root, aber mit verringerten Rechten. Deswegen haben die ganzen Permission-Geschichten nicht gegriffen.

                                Du kannst dann als Workaround den Adapter folgendermaßen manuell installieren:

                                cd /opt/iobroker
                                npm i iobroker.javascript --unsafe-perm
                                

                                Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                                1 Antwort Letzte Antwort
                                0
                                • AlCalzoneA Offline
                                  AlCalzoneA Offline
                                  AlCalzone
                                  Developer
                                  schrieb am zuletzt editiert von
                                  #51

                                  @tstueben - Bitte informier dich erst mal über die Befehle, die du hier postest:

                                  • npm config set … setzt unsafe-perm für alle Installationen in ioBroker auf true. Das untergräbt alle Sicherheitsanstrengungen, die wir in letzter Zeit unternommen haben. Bitte nicht!

                                  • "npm install iobroker.javascript@4.0.1 unsafe-perm=true" ist kein richtiger Befehl. Siehe mein anderer Kommentar. Außerdem ist inzwischen 4.0.2 verfügbar

                                  • "iobroker update javascript" ist Unfug.

                                  Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                                  1 Antwort Letzte Antwort
                                  0
                                  • ? Offline
                                    ? Offline
                                    Ein ehemaliger Benutzer
                                    schrieb am zuletzt editiert von
                                    #52
                                    root@bpi-iobroker:/opt/iobroker# npm install iobroker.javascript@4.0.1  unsafe-p                  erm=true
                                    npm ERR! code EINVALIDTAGNAME
                                    npm ERR! Invalid tag name "unsafe-perm=true": Tags may not have any characters t                  hat encodeURIComponent encodes.
                                    
                                    npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /root/.npm/_logs/2018-12-05T18_22_16_681Z-debug.log
                                    root@bpi-iobroker:/opt/iobroker#
                                    root@bpi-iobroker:/opt/iobroker# root@bpi-iobroker:/opt/iobroker#
                                    bash: root@bpi-iobroker:/opt/iobroker#: Datei oder Verzeichnis nicht gefunden
                                    root@bpi-iobroker:/opt/iobroker# npm install iobroker.javascript@4.0.1  unsafe-perm=true
                                    npm ERR! code EINVALIDTAGNAME
                                    npm ERR! Invalid tag name "unsafe-perm=true": Tags may not have any characters that encodeURIComponent encodes.
                                    
                                    npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /root/.npm/_logs/2018-12-05T18_25_18_797Z-debug.log
                                    root@bpi-iobroker:/opt/iobroker#
                                    
                                    
                                    root@bpi-iobroker:/opt/iobroker# npm config set unsafe-perm true
                                    root@bpi-iobroker:/opt/iobroker# npm install iobroker.javascript@4.0.1
                                    npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
                                    
                                    > iobroker.javascript@4.0.1 postinstall /opt/iobroker/node_modules/iobroker.javascript
                                    > node ./install/installTypings.js
                                    
                                    installing NodeJS typings...
                                    npm notice created a lockfile as package-lock.json. You should commit this file.
                                    + @types/node@8.10.38
                                    added 9 packages from 53 contributors and audited 10 packages in 6.901s
                                    found 0 vulnerabilities
                                    
                                    + iobroker.javascript@4.0.1
                                    added 15 packages from 52 contributors and audited 2942 packages in 84.428s
                                    found 40 vulnerabilities (28 low, 12 high)
                                      run `npm audit fix` to fix them, or `npm audit` for details
                                    root@bpi-iobroker:/opt/iobroker# iobroker update javascript
                                    Used repository: javascript
                                    update done
                                    root@bpi-iobroker:/opt/iobroker#
                                    
                                    

                                    Das zweite funzte, aber beim hochladen in der vorletzten Zeile ein Fehler.

                                    Javascrpt wird als installiert angezeigt,ist aber nicht in Instanzen vertreten.

                                    Upload

                                    $ ./iobroker upload javascript
                                    got /opt/iobroker/node_modules/iobroker.javascript/admin
                                    upload [100] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/basic-languages/redshift/redshift.js vs/basic-languages/redshift/redshift.js application/javascript
                                    upload [90] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/basic-languages/objective-c/objective-c.js vs/basic-languages/objective-c/objective-c.js application/javascript
                                    upload [80] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/basic-languages/go/go.js vs/basic-languages/go/go.js application/javascript
                                    upload [70] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vendor/socket.io.js vendor/socket.io.js application/javascript
                                    upload [60] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/css/main.cd153a24.chunk.css static/css/main.cd153a24.chunk.css text/css
                                    upload [50] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/msg/it.js google-blockly/own/msg/it.js application/javascript
                                    upload [40] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/blocks_timeout.js google-blockly/own/blocks_timeout.js application/javascript
                                    upload [30] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/msg/js/pl.js google-blockly/msg/js/pl.js application/javascript
                                    upload [20] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/quote0.png google-blockly/media/quote0.png image/png
                                    upload [19] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handopen.cur google-blockly/media/handopen.cur application/octet-stream
                                    upload [18] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handdelete.cur google-blockly/media/handdelete.cur application/octet-stream
                                    upload [17] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handclosed.cur google-blockly/media/handclosed.cur application/octet-stream
                                    upload [16] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.wav google-blockly/media/disconnect.wav audio/x-wav
                                    upload [15] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.ogg google-blockly/media/disconnect.ogg audio/ogg
                                    upload [14] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.mp3 google-blockly/media/disconnect.mp3 audio/mpeg
                                    upload [13] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.wav google-blockly/media/delete.wav audio/x-wav
                                    upload [12] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.ogg google-blockly/media/delete.ogg audio/ogg
                                    upload [11] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.mp3 google-blockly/media/delete.mp3 audio/mpeg
                                    upload [10] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.wav google-blockly/media/click.wav audio/x-wav
                                    upload [9] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.ogg google-blockly/media/click.ogg audio/ogg
                                    upload [8] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.mp3 google-blockly/media/click.mp3 audio/mpeg
                                    upload [7] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/1x1.gif google-blockly/media/1x1.gif image/gif
                                    upload [6] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/javascript_compressed.js google-blockly/javascript_compressed.js application/javascript
                                    upload [5] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/blocks_compressed.js google-blockly/blocks_compressed.js application/javascript
                                    upload [4] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/blockly_compressed.js google-blockly/blockly_compressed.js application/javascript
                                    upload [3] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/LICENSE google-blockly/LICENSE application/octet-stream
                                    upload [2] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/favicon.ico favicon.ico image/x-icon
                                    upload [1] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/asset-manifest.json asset-manifest.json application/json
                                    upload [0] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/adminWords.js adminWords.js application/javascript
                                    ERROR: system.adapter.javascript does not exist
                                    process exited with code 0
                                    
                                    1 Antwort Letzte Antwort
                                    0
                                    • ? Offline
                                      ? Offline
                                      Ein ehemaliger Benutzer
                                      schrieb am zuletzt editiert von
                                      #53

                                      Jetzt nochmals über Admin drüber installiert….läuft.

                                      Schwere Geburt
                                      6260_ja.jpg

                                      1 Antwort Letzte Antwort
                                      0
                                      • StuebiS Offline
                                        StuebiS Offline
                                        Stuebi
                                        schrieb am zuletzt editiert von
                                        #54

                                        @AlCalzone:

                                        @tstueben - Bitte informier dich erst mal über die Befehle, die du hier postest:

                                        • npm config set … setzt unsafe-perm für alle Installationen in ioBroker auf true. Das untergräbt alle Sicherheitsanstrengungen, die wir in letzter Zeit unternommen haben. Bitte nicht!

                                        • "npm install iobroker.javascript@4.0.1 unsafe-perm=true" ist kein richtiger Befehl. Siehe mein anderer Kommentar. Außerdem ist inzwischen 4.0.2 verfügbar

                                        • "iobroker update javascript" ist Unfug. `

                                        Wie gesagt ich hatte das gleiche Problem. Mit npm install iobroker.javascript@4.0.1 –unsafe-perm konnte ich den Adapter installieren. Anschließend wurden mir die alten Screens vom 3.6 angezeigt. Browserchache löschen etc. hat nicht geholfen. Erst mit iobroker update javascript hatte ich das neue Design! Vielleicht Zufall, aber so lief es bei mir! Wie oben schon angemerkt ich bin kein NPM Experte.

                                        ioBroker auf Synology DS216+II im Docker Container

                                        1 Antwort Letzte Antwort
                                        0
                                        • ? Offline
                                          ? Offline
                                          Ein ehemaliger Benutzer
                                          schrieb am zuletzt editiert von
                                          #55

                                          Danke euch allen.

                                          Jetzt kommt es aufs Backup an.

                                          Das ist ein Total Backup….weiss da jemand zufällig wie lange es dauert?

                                          Noch ist iobroker gestoppt...

                                          ca. 70 MB

                                          ...wieder gestartet

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


                                          Support us

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

                                          499

                                          Online

                                          32.6k

                                          Benutzer

                                          81.9k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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