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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Neuinstallation ioBroker auf Intel NUC

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    209

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    7.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

Neuinstallation ioBroker auf Intel NUC

Neuinstallation ioBroker auf Intel NUC

Scheduled Pinned Locked Moved Einsteigerfragen
72 Posts 11 Posters 9.4k Views 9 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Erich 1

    @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?

    GlasfaserG Offline
    GlasfaserG Offline
    Glasfaser
    wrote on last edited by
    #45

    @erich-1

    Nach iob diag

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

    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

    E 1 Reply Last reply
    1
    • GlasfaserG Glasfaser

      @erich-1

      Nach iob diag

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

      E Offline
      E Offline
      Erich 1
      wrote on last edited by Erich 1
      #46

      @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 BraunT GlasfaserG HomoranH 3 Replies Last reply
      0
      • E 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 BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #47

        @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.

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        1 Reply Last reply
        0
        • E 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 ?

          GlasfaserG Offline
          GlasfaserG Offline
          Glasfaser
          wrote on last edited by
          #48

          @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 !

          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

          E 1 Reply Last reply
          0
          • GlasfaserG Glasfaser

            @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 Offline
            E Offline
            Erich 1
            wrote on last edited by
            #49

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

            Thomas BraunT 1 Reply Last reply
            0
            • E Erich 1

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

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by Thomas Braun
              #50

              @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.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              1 Reply Last reply
              0
              • E Erich 1

                Sodala, nun habe ich auf dem NUC Proxmox installiert. Hat recht gut funktioniert. Auch das Linux-System in Form von Ubuntu ist als Container drauf. Aus das hat funktioniert. Alle Updates sind ebenfalls drauf.

                Der ioBroker ist ebenfalls im Ubuntu-Container installiert. Auch das hat geklappt. neu eingeloggd bin ich ebenfalls. Nur unter der angegebenen IP-Adresse, die nach der Installation vom ioBroker angegeben wird, findet mein Browser leider nichts ... ? Er kann keine Verbindung aufbauen. Jetzt bin ich im Moment etwas ratlos ...

                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                wrote on last edited by
                #51

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

                Proxmox installiert.

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

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                1 Reply Last reply
                0
                • E 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 ?

                  HomoranH Do not disturb
                  HomoranH Do not disturb
                  Homoran
                  Global Moderator Administrators
                  wrote on last edited by
                  #52

                  @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

                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  E 1 Reply Last reply
                  0
                  • HomoranH Homoran

                    @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 Offline
                    E Offline
                    Erich 1
                    wrote on last edited by Erich 1
                    #53

                    @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?

                    HomoranH Thomas BraunT 2 Replies Last reply
                    0
                    • E 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?

                      HomoranH Do not disturb
                      HomoranH Do not disturb
                      Homoran
                      Global Moderator Administrators
                      wrote on last edited by
                      #54

                      @erich-1 bitte vorher ein iob diag hier posten

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      E 1 Reply Last reply
                      0
                      • E 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?

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #55

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

                        Ist es sinnvoll, vorher die VM zu sichern?

                        Nein.
                        Die ist doch frisch drauf, was willst du denn da 'wertvolles' sichern?

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        E 1 Reply Last reply
                        0
                        • HomoranH Homoran

                          @erich-1 bitte vorher ein iob diag hier posten

                          E Offline
                          E Offline
                          Erich 1
                          wrote on last edited by Homoran
                          #56

                          @homoran

                          Copy text starting here:

                          ======================= SUMMARY =======================
                                               v.2023-04-16
                          
                          
                          Operatingsystem:        Debian GNU/Linux 11 (bullseye)
                          Kernel:                 5.10.0-23-amd64
                          Installation:           kvm
                          Timezone:               Europe/Berlin (CEST, +0200)
                          User-ID:                1000
                          X-Server:               false
                          Boot Target:            graphical.target
                          
                          Pending OS-Updates:     0
                          Pending iob updates:    0
                          
                          Nodejs-Installation:    /usr/bin/nodejs         v18.16.0
                                                  /usr/bin/node           v18.16.0
                                                  /usr/bin/npm            9.5.1
                                                  /usr/bin/npx            9.5.1
                          
                          Recommended versions are nodejs 18.x.y and npm 9.x.y
                          Your nodejs installation is correct
                          
                          MEMORY:
                                         total        used        free      shared  buff/cache   available
                          Mem:            3.9G        482M        1.8G        0.0K        1.6G        3.2G
                          Swap:           974M          0B        974M
                          Total:          4.9G        482M        2.8G
                          
                          Active iob-Instances:   5
                          Active repo(s): stable
                          
                          ioBroker Core:          js-controller           4.0.24
                                                  admin                   6.3.5
                          
                          ioBroker Status:        iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Status admin and web instance:
                          + system.adapter.admin.0                  : admin                 : debian-iobro                                                        ker                          -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                        n
                          
                          Objects:                1240
                          States:                 938
                          
                          Size of iob-Database:
                          
                          3.9M    /opt/iobroker/iobroker-data/objects.jsonl
                          320K    /opt/iobroker/iobroker-data/states.jsonl
                          
                          
                          
                          =================== END OF SUMMARY ====================
                          

                          erich@debian-iobroker:~$ Copy text starting here:
                          erich@debian-iobroker:~$ Copy text starting here:

                          ==================== SUMMARY =======================
                          ======================= SUMMARY =======================
                                               v.2023-04-16
                          
                          Operatingsystem:        Debian GNU/Linux 11 (bullseye)
                          Operatingsystem:        Debian GNU/Linux 11 (bullseye)
                          Kernel:                 5.10.0-23-amd64
                          Installation:           kvmope/Berlin (CEST, +0200)
                          Timezone:               Europe/Berlin (CEST, +0200)
                          User-ID:                1000e
                          X-Server:               falseical.target
                          Boot Target:            graphical.target
                          Pending OS-Updates:     0
                          Pending OS-Updates:     0
                          Pending iob updates:    0
                          Nodejs-Installation:    /usr/bin/nodejs         v18.16.0
                          Nodejs-Installation:    /usr/bin/nodejs         v18.16.0
                                                  /usr/bin/node           v18.16.0
                                                  /usr/bin/npm            9.5.1
                                                  /usr/bin/npx            9.5.1
                          Recommended versions are nodejs 18.x.y and npm 9.x.y
                          Recommended versions are nodejs 18.x.y and npm 9.x.y
                          Your nodejs installation is correct
                          
                          MEMORY:
                                         total        used        free      shared  buff/cache   available
                          Mem:            3.9G        482M        1.8G        0.0K        1.6G        3.2G
                          Swap:           974M          0B        974M
                          Total:          4.9G        482M        2.8G
                          
                          Active iob-Instances:   5
                          Active repo(s): stable
                          
                          ioBroker Core:          js-controller           4.0.24
                                                  admin                   6.3.5
                          
                          ioBroker Status:        iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Status admin and web instance:
                          + system.adapter.admin.0                  : admin                 : debian-iobroker                          -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          
                          Objects:                1240
                          States:                 938
                          
                          Size of iob-Database:
                          
                          3.9M    /opt/iobroker/iobroker-data/objects.jsonl
                          erich@debian-iobroker:~$OF SUMMARY ====================           : debian-iobroker                          -  enabled, port: 8081, bin
                          
                          1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

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

                            Ist es sinnvoll, vorher die VM zu sichern?

                            Nein.
                            Die ist doch frisch drauf, was willst du denn da 'wertvolles' sichern?

                            E Offline
                            E Offline
                            Erich 1
                            wrote on last edited by
                            #57

                            @thomas-braun Falls ich beim Übertragen vom bisherigen ioBroker auf dem RP4 was nicht richtig mache, könnte ich doch wieder die frische Installation des ioBroker auf dem NUC (VM) einspielen ...

                            Thomas BraunT 1 Reply Last reply
                            0
                            • E Erich 1

                              @thomas-braun Falls ich beim Übertragen vom bisherigen ioBroker auf dem RP4 was nicht richtig mache, könnte ich doch wieder die frische Installation des ioBroker auf dem NUC (VM) einspielen ...

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #58

                              @erich-1

                              Verstehe ich nicht.
                              VM nochmal neu installieren.
                              Ist doch der selbe Aufwand wie ein Backup mit dem gleichen unangetasteten Stand einzuspielen. Dafür ist die neue VM dann aber auch wirklich 'vanilla'.

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              E 1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @erich-1

                                Verstehe ich nicht.
                                VM nochmal neu installieren.
                                Ist doch der selbe Aufwand wie ein Backup mit dem gleichen unangetasteten Stand einzuspielen. Dafür ist die neue VM dann aber auch wirklich 'vanilla'.

                                E Offline
                                E Offline
                                Erich 1
                                wrote on last edited by
                                #59

                                @thomas-braun Naja, das sehe ich im Moment etwas anders. Das Zurückspielen eines Backups geht doch mit nur ganz wenigen Maus-Klicks ...

                                Thomas BraunT HomoranH 2 Replies Last reply
                                0
                                • E Erich 1

                                  @thomas-braun Naja, das sehe ich im Moment etwas anders. Das Zurückspielen eines Backups geht doch mit nur ganz wenigen Maus-Klicks ...

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #60

                                  @erich-1

                                  Was ist eine 'Maus'? Und warum klickt die?

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  1 Reply Last reply
                                  0
                                  • E Erich 1

                                    @thomas-braun Naja, das sehe ich im Moment etwas anders. Das Zurückspielen eines Backups geht doch mit nur ganz wenigen Maus-Klicks ...

                                    HomoranH Do not disturb
                                    HomoranH Do not disturb
                                    Homoran
                                    Global Moderator Administrators
                                    wrote on last edited by
                                    #61

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

                                    @thomas-braun Naja, das sehe ich im Moment etwas anders. Das Zurückspielen eines Backups geht doch mit nur ganz wenigen Maus-Klicks ...

                                    ehrlich?
                                    war die Installation in der VM so schwer?
                                    meinst du nicht, dass du dadurch etwas Übung bekommen könntest, durch die du auch etwas mehr die Angst davor verlierst?

                                    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    E 2 Replies Last reply
                                    0
                                    • HomoranH Homoran

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

                                      @thomas-braun Naja, das sehe ich im Moment etwas anders. Das Zurückspielen eines Backups geht doch mit nur ganz wenigen Maus-Klicks ...

                                      ehrlich?
                                      war die Installation in der VM so schwer?
                                      meinst du nicht, dass du dadurch etwas Übung bekommen könntest, durch die du auch etwas mehr die Angst davor verlierst?

                                      E Offline
                                      E Offline
                                      Erich 1
                                      wrote on last edited by
                                      #62

                                      @homoran 👷

                                      1 Reply Last reply
                                      0
                                      • HomoranH Homoran

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

                                        @thomas-braun Naja, das sehe ich im Moment etwas anders. Das Zurückspielen eines Backups geht doch mit nur ganz wenigen Maus-Klicks ...

                                        ehrlich?
                                        war die Installation in der VM so schwer?
                                        meinst du nicht, dass du dadurch etwas Übung bekommen könntest, durch die du auch etwas mehr die Angst davor verlierst?

                                        E Offline
                                        E Offline
                                        Erich 1
                                        wrote on last edited by
                                        #63

                                        @homoran Ich werde mir das zu Herzen nehmen.

                                        Die ersten "Versuche" mit der Datenübernahme habe ich bereits gemacht. Eine Datensicherung ist übernommen und da kommt dann gleich wieder eine Frage auf:

                                        Ich habe den RAM-Speicher bei der Installation der VM auf 4 GB festgelegt und nach der Datenrücksicherung braucht der ioBroker in der VM jetzt schon ca. 83 % - wie kann ich denn den Speicher vergrößern auf 8 GB?

                                        E HomoranH 2 Replies Last reply
                                        0
                                        • E Erich 1

                                          @homoran Ich werde mir das zu Herzen nehmen.

                                          Die ersten "Versuche" mit der Datenübernahme habe ich bereits gemacht. Eine Datensicherung ist übernommen und da kommt dann gleich wieder eine Frage auf:

                                          Ich habe den RAM-Speicher bei der Installation der VM auf 4 GB festgelegt und nach der Datenrücksicherung braucht der ioBroker in der VM jetzt schon ca. 83 % - wie kann ich denn den Speicher vergrößern auf 8 GB?

                                          E Offline
                                          E Offline
                                          Erich 1
                                          wrote on last edited by
                                          #64

                                          @erich-1 Habs sogar alleine geschafft 🕶

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          97

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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