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. [HowTo][Anleitung] Install von ioBroker auf Debian (Wheezy) in einer VM

NEWS

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

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

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.7k

[HowTo][Anleitung] Install von ioBroker auf Debian (Wheezy) in einer VM

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
27 Beiträge 8 Kommentatoren 16.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.
  • derAugeD Offline
    derAugeD Offline
    derAuge
    schrieb am zuletzt editiert von
    #18

    Sauber!

    Nun läuft der Dienst auch nach Neustart

    Gruß

    derAuge

    1 Antwort Letzte Antwort
    0
    • K Offline
      K Offline
      Kev0
      schrieb am zuletzt editiert von
      #19

      Hi,

      habe mit einen debian server aufgesetzt und bekomme nun ein Problem beim Neustart:

      Der Adapter Teil lädt nicht und im log von iobroker steht:

      ioBroker	2015-05-25 17:47:23	error	host.ioBroker Invalid request getInstalled. "callback" or "from" is null
      ioBroker	2015-05-25 17:47:23	error	host.ioBroker Invalid request getRepository. "callback" or "from" is null
      ioBroker	2015-05-25 17:47:23	info	host.ioBroker instance system.adapter.admin.0 started with pid 720
      

      beim manuellen Start über das bootscript kommt (weiss nicht ob das von Relevanz ist)

      root@ioBroker:/etc/init.d# sh iobroker.sh start
      iobroker.sh: 11: iobroker.sh: EUID: not found
      Starting ioBrokerStarting ioBroker controller daemon...
      ioBroker controller daemon started. PID: 796
      
      

      den node Pfad habe ich zu /usr/bin/node angepasst.

      nach dem händischen Starten geht alles wie es soll…

      1 Antwort Letzte Antwort
      0
      • derAugeD Offline
        derAugeD Offline
        derAuge
        schrieb am zuletzt editiert von
        #20

        @Kev0:

        Hi,

        habe mit einen debian server aufgesetzt und bekomme nun ein Problem beim Neustart:

        Der Adapter Teil lädt nicht und im log von iobroker steht:

        ioBroker	2015-05-25 17:47:23	error	host.ioBroker Invalid request getInstalled. "callback" or "from" is null
        ioBroker	2015-05-25 17:47:23	error	host.ioBroker Invalid request getRepository. "callback" or "from" is null
        ioBroker	2015-05-25 17:47:23	info	host.ioBroker instance system.adapter.admin.0 started with pid 720
        

        beim manuellen Start über das bootscript kommt (weiss nicht ob das von Relevanz ist)

        root@ioBroker:/etc/init.d# sh iobroker.sh start
        iobroker.sh: 11: iobroker.sh: EUID: not found
        Starting ioBrokerStarting ioBroker controller daemon...
        ioBroker controller daemon started. PID: 796
        
        

        den node Pfad habe ich zu /usr/bin/node angepasst.

        nach dem händischen Starten geht alles wie es soll… `

        Hallo Kev0

        willkommen im Forum

        HAst du mit "root" im "Verzeichniss" installiert?

        root@ioBroker:~# ### Install
        root@ioBroker:~# mkdir /opt/iobroker
        root@ioBroker:~# cd /opt/iobroker
        root@ioBroker:/opt/iobroker# npm install iobroker
        

        Gruß

        derAuge

        1 Antwort Letzte Antwort
        0
        • K Offline
          K Offline
          Kev0
          schrieb am zuletzt editiert von
          #21

          Ja alles so geschehen.

          Nach total Neustart der Maschine, nicht nur über reboot, gehts jetzt wundersamer Weise einwandfrei.

          Danke trotzdem

          1 Antwort Letzte Antwort
          0
          • S Offline
            S Offline
            Sebbo
            schrieb am zuletzt editiert von
            #22

            Hallo zusammen,

            ich habe jetzt versucht anhand dieser Anleitung mein ioBroker zu virtualisieren.

            Bei mir kommt allerdings bei der Installation folgende Meldung:

            root@ioBrokerVM:/opt/iobroker# npm install iobroker
            \
            > iobroker@0.5.6 install /opt/iobroker/node_modules/iobroker
            > node lib/setup.js
            
            npm install iobroker.js-controller --production --prefix /opt/iobroker
            gyp ERR! build error
            gyp ERR! stack Error: not found: make
            gyp ERR! stack     at F (/usr/lib/node_modules/npm/node_modules/which/which.js:43:28)
            gyp ERR! stack     at E (/usr/lib/node_modules/npm/node_modules/which/which.js:46:29)
            gyp ERR! stack     at /usr/lib/node_modules/npm/node_modules/which/which.js:57:16
            gyp ERR! stack     at Object.oncomplete (evalmachine.<anonymous>:108:15)
            gyp ERR! System Linux 3.16.0-4-amd64
            gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate
            gyp ERR! node -v v0.10.40
            gyp ERR! node-gyp -v v1.0.1
            gyp ERR! not ok
            npm WARN optional dep failed, continuing utf-8-validate@1.2.1
            gyp ERR! build error
            gyp ERR! stack Error: not found: make
            gyp ERR! stack     at F (/usr/lib/node_modules/npm/node_modules/which/which.js:43:28)
            gyp ERR! stack     at E (/usr/lib/node_modules/npm/node_modules/which/which.js:46:29)
            gyp ERR! stack     at /usr/lib/node_modules/npm/node_modules/which/which.js:57:16
            gyp ERR! stack     at Object.oncomplete (evalmachine.<anonymous>:108:15)
            gyp ERR! System Linux 3.16.0-4-amd64
            gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/utf-8-validate
            gyp ERR! node -v v0.10.40
            gyp ERR! node-gyp -v v1.0.1
            gyp ERR! not ok
            npm WARN optional dep failed, continuing utf-8-validate@1.2.1
            gyp ERR! build error
            gyp ERR! stack Error: not found: make
            gyp ERR! stack     at F (/usr/lib/node_modules/npm/node_modules/which/which.js:43:28)
            gyp ERR! stack     at E (/usr/lib/node_modules/npm/node_modules/which/which.js:46:29)
            gyp ERR! stack     at /usr/lib/node_modules/npm/node_modules/which/which.js:57:16
            gyp ERR! stack     at Object.oncomplete (evalmachine.<anonymous>:108:15)
            gyp ERR! System Linux 3.16.0-4-amd64
            gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil
            gyp ERR! node -v v0.10.40
            gyp ERR! node-gyp -v v1.0.1
            gyp ERR! not ok
            npm WARN optional dep failed, continuing bufferutil@1.2.1
            gyp ERR! build error
            gyp ERR! stack Error: not found: make
            gyp ERR! stack     at F (/usr/lib/node_modules/npm/node_modules/which/which.js:43:28)
            gyp ERR! stack     at E (/usr/lib/node_modules/npm/node_modules/which/which.js:46:29)
            gyp ERR! stack     at /usr/lib/node_modules/npm/node_modules/which/which.js:57:16
            gyp ERR! stack     at Object.oncomplete (evalmachine.<anonymous>:108:15)
            gyp ERR! System Linux 3.16.0-4-amd64
            gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/bufferutil
            gyp ERR! node -v v0.10.40
            gyp ERR! node-gyp -v v1.0.1
            gyp ERR! not ok
            npm WARN optional dep failed, continuing bufferutil@1.2.1
            npm install iobroker.admin --production --prefix /opt/iobroker
            gyp ERR! build error
            gyp ERR! stack Error: not found: make
            gyp ERR! stack     at F (/usr/lib/node_modules/npm/node_modules/which/which.js:43:28)
            gyp ERR! stack     at E (/usr/lib/node_modules/npm/node_modules/which/which.js:46:29)
            gyp ERR! stack     at /usr/lib/node_modules/npm/node_modules/which/which.js:57:16
            gyp ERR! stack     at Object.oncomplete (evalmachine.<anonymous>:108:15)
            gyp ERR! System Linux 3.16.0-4-amd64
            gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.admin/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate
            gyp ERR! node -v v0.10.40
            gyp ERR! node-gyp -v v1.0.1
            gyp ERR! not ok
            npm WARN optional dep failed, continuing utf-8-validate@1.2.1
            gyp ERR! build error
            gyp ERR! stack Error: not found: make
            gyp ERR! stack     at F (/usr/lib/node_modules/npm/node_modules/which/which.js:43:28)
            gyp ERR! stack     at E (/usr/lib/node_modules/npm/node_modules/which/which.js:46:29)
            gyp ERR! stack     at /usr/lib/node_modules/npm/node_modules/which/which.js:57:16
            gyp ERR! stack     at Object.oncomplete (evalmachine.<anonymous>:108:15)
            gyp ERR! System Linux 3.16.0-4-amd64
            gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.admin/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil
            gyp ERR! node -v v0.10.40
            gyp ERR! node-gyp -v v1.0.1
            gyp ERR! not ok
            npm WARN optional dep failed, continuing bufferutil@1.2.1
            gyp ERR! build error
            gyp ERR! stack Error: not found: make
            gyp ERR! stack     at F (/usr/lib/node_modules/npm/node_modules/which/which.js:43:28)
            gyp ERR! stack     at E (/usr/lib/node_modules/npm/node_modules/which/which.js:46:29)
            gyp ERR! stack     at /usr/lib/node_modules/npm/node_modules/which/which.js:57:16
            gyp ERR! stack     at Object.oncomplete (evalmachine.<anonymous>:108:15)
            gyp ERR! System Linux 3.16.0-4-amd64
            gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.admin/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/utf-8-validate
            gyp ERR! node -v v0.10.40
            gyp ERR! node-gyp -v v1.0.1
            gyp ERR! not ok
            npm WARN optional dep failed, continuing utf-8-validate@1.2.1
            gyp ERR! build error
            gyp ERR! stack Error: not found: make
            gyp ERR! stack     at F (/usr/lib/node_modules/npm/node_modules/which/which.js:43:28)
            gyp ERR! stack     at E (/usr/lib/node_modules/npm/node_modules/which/which.js:46:29)
            gyp ERR! stack     at /usr/lib/node_modules/npm/node_modules/which/which.js:57:16
            gyp ERR! stack     at Object.oncomplete (evalmachine.<anonymous>:108:15)
            gyp ERR! System Linux 3.16.0-4-amd64
            gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/iobroker.admin/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/bufferutil
            gyp ERR! node -v v0.10.40
            gyp ERR! node-gyp -v v1.0.1
            gyp ERR! not ok
            npm WARN optional dep failed, continuing bufferutil@1.2.1
            Write "./iobroker start" to start the ioBroker
            Auto-start was enabled. Write "update-rc.d -f iobroker.sh remove" to disable auto-start
            iobroker is started. Go to "http://ip-addr:8081" to open the admin UI.
            iobroker@0.5.6 node_modules/iobroker
            âââ yargs@1.2.6 (minimist@0.1.0)
            root@ioBrokerVM:/opt/iobroker#</anonymous></anonymous></anonymous></anonymous></anonymous></anonymous></anonymous></anonymous> 
            

            Ist das so normal?

            Grüße vom Sebbo

            1 Antwort Letzte Antwort
            0
            • S Offline
              S Offline
              samsungfreak
              schrieb am zuletzt editiert von
              #23

              Hallo *,

              ich habe vor ca. 4 Monaten meine Installation vom IOBroker auf einem Debian System durchgeführt.

              Allerdings habe ich auch das Problem, dass der IOBroker Dienst nach einem Reboot nicht startet.

              Leider komme ich hier nicht voran um das Problem zu lösen.

              Hat jemand noch weitere Ideen wie ich das Problem lösen kann?

              1 Antwort Letzte Antwort
              0
              • BluefoxB Offline
                BluefoxB Offline
                Bluefox
                schrieb am zuletzt editiert von
                #24

                @samsungfreak:

                Hallo *,

                ich habe vor ca. 4 Monaten meine Installation vom IOBroker auf einem Debian System durchgeführt.

                Allerdings habe ich auch das Problem, dass der IOBroker Dienst nach einem Reboot nicht startet.

                Leider komme ich hier nicht voran um das Problem zu lösen.

                Hat jemand noch weitere Ideen wie ich das Problem lösen kann? `
                Was passiert wenn du

                sudo /etc/init.d/iobroker.sh start
                

                Aufrufst?

                1 Antwort Letzte Antwort
                0
                • S Offline
                  S Offline
                  samsungfreak
                  schrieb am zuletzt editiert von
                  #25
                  sudo /etc/init.d/iobroker.sh start
                  

                  Hallo Bluefox,

                  sudo /etc/init.d/iobroker.sh start
                  -bash: sudo: Kommando nicht gefunden.
                  

                  dann ist wohl doch noch was falsch :roll:

                  1 Antwort Letzte Antwort
                  0
                  • BluefoxB Offline
                    BluefoxB Offline
                    Bluefox
                    schrieb am zuletzt editiert von
                    #26

                    @samsungfreak:

                    sudo /etc/init.d/iobroker.sh start
                    

                    Hallo Bluefox,

                    sudo /etc/init.d/iobroker.sh start
                    -bash: sudo: Kommando nicht gefunden.
                    

                    dann ist wohl doch noch was falsch :roll: `

                    Kann jemand /etc/init.d/iobroker.sh hier posten? Bin nicht am Rechner gerade.

                    1 Antwort Letzte Antwort
                    0
                    • kmxakK Offline
                      kmxakK Offline
                      kmxak
                      Most Active
                      schrieb am zuletzt editiert von
                      #27

                      Das Problem mit dem Debian Autostart hatte ich gelöst. Sollte in einem meiner Beiträge stehen. Bin aber gerade nicht am Rechner. Edit http://forum.iobroker.net/viewtopic.php?t=6936

                      Gesendet von meinem SM-G930F mit Tapatalk

                      Gruß Alex

                      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

                      398

                      Online

                      32.4k

                      Benutzer

                      81.5k

                      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