Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. History Adapter läßt sich nicht installieren

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    History Adapter läßt sich nicht installieren

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @Bastel2021 last edited by

      @bastel2021 sagte in History Adapter läßt sich nicht installieren:

      ^C

      ist das überhaupt durchgelaufen?

      B 1 Reply Last reply Reply Quote 0
      • Glasfaser
        Glasfaser @Bastel2021 last edited by Glasfaser

        @bastel2021

        iob upgrade javascript --debug
        iob list instances
        

        EDIT :

        iob list adapters
        
        1 Reply Last reply Reply Quote 0
        • B
          Bastel2021 @crunchip last edited by

          @crunchip
          erst hatte ich gedacht das das System sich aufgehangen hat.
          Nach "Installing iobroker.javascript@6.1.4... (System call)" kam lange Zeit nichts mehr.
          Was das ^C zu bedeuten hat...?

          Glasfaser 1 Reply Last reply Reply Quote 0
          • Glasfaser
            Glasfaser @Bastel2021 last edited by

            @bastel2021

            Bitte nochmal die Befehle oben .....

            B 2 Replies Last reply Reply Quote 0
            • B
              Bastel2021 @Glasfaser last edited by

              @glasfaser

              habe ich gemacht!
              System hat sich aufgehangen (Terminal Fenster ohne Reaktion)
              IOBroker über Admin nicht mehr erreichbar

              Werde den RPI neustarten

              1 Reply Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators last edited by

                @bastel2021 bitte immer alle Konsolen Einý und Ausgaben als Text in code-tags posten!
                https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                1 Reply Last reply Reply Quote 0
                • B
                  Bastel2021 @Glasfaser last edited by

                  @glasfaser
                  nach Neustart

                  pi@raspberrypi:~ $ iob list adapters
                  node:internal/modules/cjs/loader:998
                    throw err;
                    ^
                  
                  Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                      at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15)
                      at Function.Module._load (node:internal/modules/cjs/loader:841:27)
                      at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                      at node:internal/main/run_main_module:22:47 {
                    code: 'MODULE_NOT_FOUND',
                    requireStack: []
                  }
                  pi@raspberrypi:~ $
                  
                  
                  Glasfaser Homoran 2 Replies Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @Bastel2021 last edited by

                    @bastel2021

                    cd /opt/iobroker
                    sudo -H -u iobroker npm install iobroker.js-controller
                    iobroker restart
                    
                    B 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Bastel2021 last edited by Homoran

                      @bastel2021 hast du den Stecker gezogen gehabt?
                      War der Server nur schwer am arbeiten? und nicht wirklich tot?

                      was ist das eigentlich für ein Pi?

                      B 1 Reply Last reply Reply Quote 0
                      • B
                        Bastel2021 @Homoran last edited by

                        @homoran RPi 3B

                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @Bastel2021 last edited by

                          @bastel2021 was sagt top?
                          da bist du wahrscheinlich schon am Ende der Möglichkeiten mit nur 1GB RAM.

                          1 Reply Last reply Reply Quote 0
                          • B
                            Bastel2021 @Glasfaser last edited by

                            @glasfaser

                            pi@raspberrypi:~ $ cd /opt/iobroker
                            pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-contr                                            oller
                            npm ERR! code ENOTEMPTY
                            npm ERR! syscall rename
                            npm ERR! path /opt/iobroker/node_modules/iobroker.javascript
                            npm ERR! dest /opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn
                            npm ERR! errno -39
                            npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn'
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/iobroker/.npm/_logs/2023-02-05T19_59_12_122Z-debug-0.log
                            pi@raspberrypi:/opt/iobroker $ 
                            
                            Glasfaser 1 Reply Last reply Reply Quote 0
                            • Glasfaser
                              Glasfaser @Bastel2021 last edited by

                              @bastel2021 sagte in History Adapter läßt sich nicht installieren:

                              npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn'

                              for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
                              
                              cd /opt/iobroker
                              sudo -H -u iobroker npm install iobroker.js-controller
                              iobroker restart
                              
                              B 1 Reply Last reply Reply Quote 0
                              • B
                                Bastel2021 @Glasfaser last edited by

                                @glasfaser

                                pi@raspberrypi:/opt/iobroker $ iob list adapters
                                node:internal/modules/cjs/loader:998
                                  throw err;
                                  ^
                                
                                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15)
                                    at Function.Module._load (node:internal/modules/cjs/loader:841:27)
                                    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                    at node:internal/main/run_main_module:22:47 {
                                  code: 'MODULE_NOT_FOUND',
                                  requireStack: []
                                }
                                pi@raspberrypi:/opt/iobroker $
                                
                                1 Reply Last reply Reply Quote 0
                                • B
                                  Bastel2021 last edited by Bastel2021

                                  muss jetzt Schluss machen...
                                  Das ich mit dem 3er Rpi nicht mehr zurechtkomme habe ich bereits erkannt aber noch nicht umgesetzt
                                  Werde nach Neuanschaffung das System neu aufsetzen

                                  Danke für eure Geduld, Mühe und Zeit!!! Vielen Dank!!!

                                  Glasfaser 1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @Bastel2021 last edited by Glasfaser

                                    @bastel2021 sagte in History Adapter läßt sich nicht installieren:

                                    Danke für eure Geduld, Mühe und Zeit!!! Vielen Dank!!!

                                    Kein Problem ...

                                    Aber ..

                                    kann das sein das du schonmal den gleichen Fehler in einem anderen Thread hattest

                                    https://forum.iobroker.net/topic/62096/iobroker-ist-nicht-mehr-über-browser-erreichbar

                                    https://forum.iobroker.net/post/929197

                                    und immer wieder den Fehler mitschleppst !?

                                    Hast du jetzt NEU aufgesetzt ,

                                    denn im Thread :

                                    @homoran sagte in IoBroker ist nicht mehr über Browser erreichbar:

                                    @bastel2021 Dann viel Erfolg mit deiner neuen Installation!

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

                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate

                                    1.0k
                                    Online

                                    31.7k
                                    Users

                                    79.8k
                                    Topics

                                    1.3m
                                    Posts

                                    6
                                    45
                                    2073
                                    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