Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Neuinstallation ioBroker auf Intel NUC

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Neuinstallation ioBroker auf Intel NUC

    This topic has been deleted. Only users with topic management privileges can see it.
    • Glasfaser
      Glasfaser @Erich 1 last edited by

      @erich-1 sagte in Neuinstallation ioBroker auf Intel NUC:

      Nur unter der angegebenen IP-Adresse, die nach der Installation vom ioBroker angegeben wird,

      Zeigen .

      Im Log ist soetwas als Beispiel :

      2023-05-13 17:47:45.919  - info: admin.0 (1828) Use link "http://localhost:8081" to configure.
      

      Ubuntu-Container

      Port 8081 weitergereicht !?

      E 1 Reply Last reply Reply Quote 0
      • E
        Erich 1 @crunchip last edited by

        @crunchip said in Neuinstallation ioBroker auf Intel NUC:

        @erich-1 zeig mal die Ausgabe von

        iob list instances
        
        root@ubuntu:~# iob list instances
        internal/modules/cjs/loader.js:818
          throw err;
          ^
        
        Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
            at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
            at Function.Module._load (internal/modules/cjs/loader.js:667:27)
            at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
            at internal/main/run_main_module.js:17:47 {
          code: 'MODULE_NOT_FOUND',
          requireStack: []
        }
        root@ubuntu:~# ^C
        root@ubuntu:~# 
        
        Glasfaser 1 Reply Last reply Reply Quote 0
        • E
          Erich 1 @Glasfaser last edited by

          @glasfaser said in Neuinstallation ioBroker auf Intel NUC:

          @erich-1 sagte in Neuinstallation ioBroker auf Intel NUC:

          Nur unter der angegebenen IP-Adresse, die nach der Installation vom ioBroker angegeben wird,

          Zeigen .

          Im Log ist soetwas als Beispiel :

          2023-05-13 17:47:45.919  - info: admin.0 (1828) Use link "http://localhost:8081" to configure.
          

          Ubuntu-Container

          Port 8081 weitergereicht !?

          Wie muss ich das machen?

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

            @erich-1 sagte in Neuinstallation ioBroker auf Intel NUC:

            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'

            Dazu kann dir @crunchip was schreiben .. hat er schon heute gepostet 🙂

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

              @erich-1 sagte in Neuinstallation ioBroker auf Intel NUC:

              ist als Container drauf

              WARUM???

              Hab ich nicht geschrieben dass Container dich überfordern werden?
              auch wenn es in einem anderen Thread war?

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • E
                Erich 1 last edited by

                @homoran Hattes du, aber ich wollte es einfach probieren.

                Glasfaser 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Homoran last edited by

                  @homoran

                  Geht schon mit

                  root@ubuntu

                  los...

                  @Erich-1
                  Auch in einem Container wird nicht als root herumgehampelt.

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

                    @erich-1 sagte in Neuinstallation ioBroker auf Intel NUC:

                    @homoran Hattes du, aber ich wollte es einfach probieren.

                    Nur bei einer Neuinstallation ist kein defekter

                    .js-controller/

                    wie bei dir jetzt !

                    E 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Thomas Braun last edited by

                      @thomas-braun sagte in Neuinstallation ioBroker auf Intel NUC:

                      @homoran
                      Geht schon mit
                      root@ubuntu
                      los...

                      😢

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

                        @glasfaser said in Neuinstallation ioBroker auf Intel NUC:

                        @erich-1 sagte in Neuinstallation ioBroker auf Intel NUC:

                        @homoran Hattes du, aber ich wollte es einfach probieren.

                        Nur bei einer Neuinstallation ist kein defekter

                        .js-controller/

                        wie bei dir jetzt !

                        Hab ja alles neu installiert. Was kann ich denn jetzt machen?

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

                          @erich-1

                          Nach iob diag

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

                          E 1 Reply Last reply Reply Quote 1
                          • E
                            Erich 1 @Glasfaser last edited by Erich 1

                            @glasfaser

                            root@ubuntu:~# iob stop
                            root@ubuntu:~# iob fix
                            library: loaded
                            Library version=2022-12-09
                            ioBroker is not installed in /opt/iobroker! Cannot fix anything...
                            root@ubuntu:~# cd /opt/iobroker
                            root@ubuntu:/opt/iobroker# sudo -H -u iobroker npm install iobroker.js-controller
                            npm ERR! code EBADENGINE
                            npm ERR! engine Unsupported engine
                            npm ERR! engine Not compatible with your version of node/npm: iobroker.backitup@2.6.19
                            npm ERR! notsup Not compatible with your version of node/npm: iobroker.backitup@2.6.19
                            npm ERR! notsup Required: {"node":">=14.0.0"}
                            npm ERR! notsup Actual:   {"npm":"8.5.1","node":"v12.22.9"}
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/iobroker/.npm/_logs/2023-05-15T18_35_05_062Z-debug-0.log
                            root@ubuntu:/opt/iobroker# iob start
                            root@ubuntu:/opt/iobroker# iob stop
                            root@ubuntu:/opt/iobroker# iob
                            internal/modules/cjs/loader.js:818
                              throw err;
                              ^
                            
                            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
                                at Function.Module._load (internal/modules/cjs/loader.js:667:27)
                                at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
                                at internal/main/run_main_module.js:17:47 {
                              code: 'MODULE_NOT_FOUND',
                              requireStack: []
                            }
                            root@ubuntu:/opt/iobroker# 
                            

                            Das sind jetzt für mich böhmische Dörfer. Hilft das Löschen des Containers und neu aufsetzten einer VM ?

                            Thomas Braun Glasfaser Homoran 3 Replies Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Erich 1 last edited by

                              @erich-1

                              1.) Log dich als root aus!!
                              2.) Log dich als root aus!
                              3.) Log dich als root aus!

                              Installier da ein aktuelles nodejs.

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

                                @erich-1 sagte in Neuinstallation ioBroker auf Intel NUC:

                                Das sind jetzt für mich böhmische Dörfer.

                                Kann man reparieren

                                Aber :

                                Hilft das Löschen des Containers und neu aufsetzten einer VM ?

                                Nimm das ... USER anlegen und neu starten !

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

                                  @glasfaser
                                  Kann mir da geholfen werden?
                                  User anlegen?
                                  als root ausloggen?
                                  Wo bekomme ich das aktuelle nodejs?

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Erich 1 last edited by Thomas Braun

                                    @erich-1

                                    Das steht alles in der Anleitung zu proxmox Containern

                                    Bei nodejs kommt es darauf an mit was du da genau zu Gange bist.

                                    iob diag
                                    

                                    hilft.

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

                                      @erich-1 sagte in Neuinstallation ioBroker auf Intel NUC:

                                      Proxmox installiert.

                                      https://www.iobroker.net/#de/documentation/install/proxmox.md

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

                                        @erich-1 sagte in Neuinstallation ioBroker auf Intel NUC:

                                        Hilft das Löschen des Containers und neu aufsetzten einer VM ?

                                        würde ich dir unbedingt empfehlen.

                                        dann bitte eine korrekte Installation von debian ohne root Passwort

                                        E 1 Reply Last reply Reply Quote 0
                                        • E
                                          Erich 1 @Homoran last edited by Erich 1

                                          @homoran Hab ich jetzt gemacht und mit der VM startet der ioBroker wie gewünscht. Danke für die Hilfe, wenn ich auch nicht alles verstanden habe.

                                          Jetzt kann ich dann mal versuchen, die Daten vom RP4 auf die neue Installation zu übernehmen.

                                          Ist es sinnvoll, vorher die VM zu sichern?

                                          Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                                          • Homoran
                                            Homoran Global Moderator Administrators @Erich 1 last edited by

                                            @erich-1 bitte vorher ein iob diag hier posten

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            930
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            11
                                            72
                                            5624
                                            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