Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Русский
  3. ioBroker
  4. ioBroker установка и конфигурация
  5. Инсталляция под Linux

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    823

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.3k

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

Инсталляция под Linux

Geplant Angeheftet Gesperrt Verschoben ioBroker установка и конфигурация
256 Beiträge 29 Kommentatoren 101.0k 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.
  • A Offline
    A Offline
    Andrei34
    schrieb am zuletzt editiert von
    #110

    @vtec:

    А что такое WD? Название машины? `
    Да нет , это что-то от nodejs . Хотя когда делаю : root@xbmc:/opt/iobroker# npm install iobroker.js-controller

    устанавливается ,но в конце пишет ошибки :

    npm ERR! Linux 3.2.0-4-686-pae
    npm ERR! argv "node" "/usr/local/bin/npm" "install" "iobroker.js-controller"
    npm ERR! node v0.12.7
    npm ERR! npm  v2.14.0
    npm ERR! code ELIFECYCLE
    
    npm ERR! iobroker.js-controller@0.7.9 install: `node lib/setup.js setup first`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the iobroker.js-controller@0.7.9 install script 'node lib/setup.js setup first'.
    npm ERR! This is most likely a problem with the iobroker.js-controller package,
    npm ERR! not with npm itself.
    npm ERR! Tell the author that this fails on your system:
    npm ERR!     node lib/setup.js setup first
    npm ERR! You can get their info via:
    npm ERR!     npm owner ls iobroker.js-controller
    npm ERR! There is likely additional logging output above.
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /opt/iobroker/npm-debug.log
    root@xbmc:/opt/iobroker#
    root@xbmc:/opt/iobroker#
    
    

    546_npm-debug.log

    1 Antwort Letzte Antwort
    0
    • E Offline
      E Offline
      electric69
      schrieb am zuletzt editiert von
      #111

      @Andrei34:

      устанавливается ,но в конце пишет ошибки `
      У меня тоже при установке ошибки:

      > iobroker@0.5.5 install /opt/iobroker/node_modules/iobroker
      > node lib/setup.js
      
      npm install iobroker.js-controller --production --prefix /opt/iobroker
      /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:121
                  objects.getObject(obj._id, function (err, _obj) {
                         ^
      TypeError: Cannot read property 'getObject' of undefined
          at dbSetup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:121:20)
          at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:189:13
          at Object.States.connected (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2095:82)
          at null._onTimeout (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInMemServer.js:179:26)
          at Timer.listOnTimeout (timers.js:119:15)
      npm ERR! Linux 3.4.108-bananapi
      npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "iobroker.js-controller" "--production" "--prefix" "/opt/iobroker"
      npm ERR! node v0.12.7
      npm ERR! npm  v2.11.3
      npm ERR! code ELIFECYCLE
      
      npm ERR! iobroker.js-controller@0.7.9 install: `node lib/setup.js setup first`
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the iobroker.js-controller@0.7.9 install script 'node lib/setup.js setup first'.
      npm ERR! This is most likely a problem with the iobroker.js-controller package,
      npm ERR! not with npm itself.
      npm ERR! Tell the author that this fails on your system:
      npm ERR!     node lib/setup.js setup first
      npm ERR! You can get their info via:
      npm ERR!     npm owner ls iobroker.js-controller
      npm ERR! There is likely additional logging output above.
      
      npm ERR! Please include the following file with any support request:
      npm ERR!     /opt/iobroker/node_modules/iobroker/npm-debug.log
      Cannot install as normal user. Try sudo...
      sudo npm install iobroker.js-controller --production --prefix /opt/iobroker
      npm install iobroker.admin --production --prefix /opt/iobroker
      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.5 node_modules/iobroker
      └── yargs@1.2.6 (minimist@0.1.0)
      root@bananapi:/opt/iobroker#
      
      

      Только файла /opt/iobroker/node_modules/iobroker/npm-debug.log не нашел…

      Видимо появление этой ошибки - нормально при установке на линукс...


      Все таки система "криво" устанавливается, не запускается админка, в логе ошибки:

      ! 2015-08-22 11:31:42.603 - info: host.bananapi ioBroker.js-controller version 0.7.9 js-controller starting 2015-08-22 11:31:42.632 - info: host.bananapi Copyright (c) 2014-2015 bluefox, hobbyquaker 2015-08-22 11:31:42.637 - info: host.bananapi hostname: bananapi 2015-08-22 11:31:42.638 - info: host.bananapi ip addresses: 192.168.69.20 fe80::17:5ff:fe01:d974 2015-08-22 11:31:42.722 - info: inMem-states listening on port 9000 2015-08-22 11:31:42.786 - info: inMem-objects listening on port 9001 2015-08-22 11:31:42.819 - info: host.bananapi InMemoryDB connected 2015-08-22 11:31:42.860 - error: host.bananapi _design/system missing - call node iobroker.js setup !
      Попытка запустить вручную, ругается на конфиг admin.0

      root@bananapi:~# nodejs /opt/iobroker/node_modules/iobroker.admin/admin.js
      2015-08-22 12:16:00.184  - error: admin.0 invalid config
      root@bananapi:~#
      
      

      Запустился только io.js-controller:
      50_pic_148.jpg

      1 Antwort Letzte Antwort
      0
      • F Offline
        F Offline
        ford7
        schrieb am zuletzt editiert von
        #112

        Подскажите, как починить?

        После пропадания питания вкладка "драйвера" пустая.

        upd:

        вкладка "сервера" тоже пустая.

        А в настройках все штатно:
        256___________001.jpg
        256_io_v1.jpg
        256_io_v2.jpg

        1 Antwort Letzte Antwort
        0
        • A Offline
          A Offline
          Andrei34
          schrieb am zuletzt editiert von
          #113

          Спасибо , вроде исправили :D , как то установил . Но теперь адаптеры почему-то ставятся не в папку /opt/iobroker/node_modules ,

          а в /opt/iobroker/node_modules/node_modules и ioBroker их не видит.

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

            @Andrei34:

            @vtec:

            А что такое WD? Название машины? `
            Да нет , это что-то от nodejs . Хотя когда делаю : root@xbmc:/opt/iobroker# npm install iobroker.js-controller

            устанавливается ,но в конце пишет ошибки :

            npm ERR! Linux 3.2.0-4-686-pae
            npm ERR! argv "node" "/usr/local/bin/npm" "install" "iobroker.js-controller"
            npm ERR! node v0.12.7
            npm ERR! npm  v2.14.0
            npm ERR! code ELIFECYCLE
            
            npm ERR! iobroker.js-controller@0.7.9 install: `node lib/setup.js setup first`
            npm ERR! Exit status 1
            npm ERR!
            npm ERR! Failed at the iobroker.js-controller@0.7.9 install script 'node lib/setup.js setup first'.
            npm ERR! This is most likely a problem with the iobroker.js-controller package,
            npm ERR! not with npm itself.
            npm ERR! Tell the author that this fails on your system:
            npm ERR!     node lib/setup.js setup first
            npm ERR! You can get their info via:
            npm ERR!     npm owner ls iobroker.js-controller
            npm ERR! There is likely additional logging output above.
            
            npm ERR! Please include the following file with any support request:
            npm ERR!     /opt/iobroker/npm-debug.log
            root@xbmc:/opt/iobroker#
            root@xbmc:/opt/iobroker#
            
            ```` `  
            

            Была ошибка. Починил в 0.7.10

            wd = working directory

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

              @ford7:

              Подскажите, как починить?

              После пропадания питания вкладка "драйвера" пустая. `
              Исправилось?

              Что говорит?

              cd /opt/iobroker
              iobroker list instances
              
              

              2352_wemos.jpg

              1 Antwort Letzte Antwort
              0
              • F Offline
                F Offline
                ford7
                schrieb am zuletzt editiert von
                #116

                @Bluefox:

                Исправилось?

                Что говорит?

                cd /opt/iobroker
                iobroker list instances
                
                ```` `  
                

                не исправилось

                root@zvmubn:/opt/iobroker# iobroker list instances
                system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                system.adapter.web.0                   : web         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                system.adapter.vis.0                   : vis         -  enabled
                system.adapter.s7.0                    : s7          -  enabled
                system.adapter.vis-hqwidgets.0         : vis-hqwidgets -  enabled
                system.adapter.vis-lcars.0             : vis-lcars   -  enabled
                system.adapter.vis-metro.0             : vis-metro   -  enabled
                system.adapter.javascript.0            : javascript  -  enabled
                system.adapter.history.0               : history     -  enabled
                system.adapter.rickshaw.0              : rickshaw    -  enabled
                system.adapter.vis-colorpicker.0       : vis-colorpicker -  enabled
                system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png -  enabled
                system.adapter.vis-bars.0              : vis-bars    -  enabled
                system.adapter.vis-plumb.0             : vis-plumb   -  enabled
                root@zvmubn:/opt/iobroker# 
                
                
                1 Antwort Letzte Antwort
                0
                • BluefoxB Offline
                  BluefoxB Offline
                  Bluefox
                  schrieb am zuletzt editiert von
                  #117

                  А на

                  cd /opt/iobroker
                  iobroker update
                  

                  ?

                  1 Antwort Letzte Antwort
                  0
                  • F Offline
                    F Offline
                    ford7
                    schrieb am zuletzt editiert von
                    #118

                    @Bluefox:

                    А на

                    cd /opt/iobroker
                    iobroker update
                    

                    ? `

                    root@zvmubn:/opt/iobroker# iobroker update
                    update done
                    Adapter    "zwave"         : 0.1.0    
                    Adapter    "yr"            : 0.1.7    
                    Adapter    "web"           : 0.4.3    , installed 0.4.3
                    Adapter    "vis-plumb"     : 0.1.5    , installed 0.1.5
                    Adapter    "vis-metro"     : 0.1.7    , installed 0.1.7
                    Adapter    "vis-lcars"     : 0.1.6    , installed 0.1.6
                    Adapter    "vis-hqwidgets" : 0.1.0    , installed 0.1.0
                    Adapter    "vis-colorpicker": 0.1.0    , installed 0.1.0
                    Adapter    "vis-bars"      : 0.0.3    , installed 0.0.3
                    Adapter    "vis"           : 0.6.13   , installed 0.6.12 [Updateable]
                    Adapter    "sonos"         : 0.1.6    
                    Adapter    "rickshaw"      : 0.2.2    , installed 0.2.2
                    Adapter    "pushover"      : 0.1.1    
                    Adapter    "pushbullet"    : 0.0.6    
                    Adapter    "owfs"          : 0.0.2    
                    Adapter    "onkyo"         : 0.1.9    
                    Adapter    "socketio"      : 0.4.5    
                    Adapter    "simple-api"    : 0.1.1    
                    Adapter    "scenes"        : 0.1.2    
                    Adapter    "sayit"         : 0.3.11   
                    Adapter    "s7"            : 0.1.8    , installed 0.1.8
                    Adapter    "ping"          : 0.1.4    
                    Adapter    "node-red"      : 0.3.5    
                    Adapter    "mqtt"          : 0.2.9    
                    Adapter    "megad"         : 0.1.1    
                    Adapter    "knx"           : 0.0.1    
                    Controller "js-controller" : 0.7.10   , installed 0.7.7 [Updateable]
                    Adapter    "javascript"    : 0.5.5    , installed 0.5.4 [Updateable]
                    Adapter    "icons-ultimate-png": 0.1.0    
                    Adapter    "icons-open-icon-library-png": 0.1.1    
                    Adapter    "icons-mfd-svg" : 0.1.0    
                    Adapter    "icons-mfd-png" : 0.1.0    
                    Adapter    "icons-material-svg": 0.1.0    
                    Adapter    "icons-material-png": 0.1.0    
                    Adapter    "icons-addictive-flavour-png": 0.1.0    , installed 0.1.0
                    Adapter    "ical"          : 1.1.1    
                    Adapter    "hmm"           : 0.1.1    
                    Adapter    "hue"           : 0.4.3    
                    Adapter    "hm-rpc"        : 0.5.2    
                    Adapter    "hm-rega"       : 0.2.2    
                    Adapter    "history"       : 0.1.3    , installed 0.1.3
                    Adapter    "harmony"       : 0.5.2    
                    Adapter    "example"       : 0.1.1    , installed 0.1.1
                    Adapter    "fritzbox"      : 0.2.1    
                    Adapter    "flot"          : 0.1.1    
                    Adapter    "email"         : 0.1.2    
                    Adapter    "dwd"           : 0.1.10   
                    Adapter    "cul"           : 0.0.4    
                    Adapter    "b-control-em"  : 0.1.1    
                    Adapter    "artnet"        : 0.0.3    
                    Adapter    "admin"         : 0.5.8    , installed 0.5.8
                    root@zvmubn:/opt/iobroker# 
                    

                    327_datenpunkte_anlegen.js.txt

                    1 Antwort Letzte Antwort
                    0
                    • E Offline
                      E Offline
                      electric69
                      schrieb am zuletzt editiert von
                      #119

                      @Bluefox:

                      Была ошибка. Починил в 0.7.10 `
                      Почему то некоторые (точнее почти все) адаптеры имеет статус "undefined".

                      Скрин прилагаю.

                      Лог работы iobroker:

                      ! host-bananapi 2015-08-23 15:56:01 info Update repository "default" under "conf/sources-dist.json" host-bananapi 2015-08-23 15:42:22 warn warning: Looks like there is no internet. host-bananapi 2015-08-23 15:42:17 info Update repository "default" under "conf/sources-dist.json" host-bananapi 2015-08-23 14:43:43 warn warning: Looks like there is no internet. host-bananapi 2015-08-23 14:43:37 info Update repository "default" under "conf/sources-dist.json" host-bananapi 2015-08-23 14:28:56 warn warning: Looks like there is no internet. host-bananapi 2015-08-23 14:28:50 info Update repository "default" under "conf/sources-dist.json" host-bananapi 2015-08-23 14:27:33 warn warning: Looks like there is no internet. host-bananapi 2015-08-23 14:27:27 info Update repository "default" under "conf/sources-dist.json" host-bananapi 2015-08-23 14:21:49 warn warning: Looks like there is no internet. host-bananapi 2015-08-23 14:21:43 info Update repository "default" under "conf/sources-dist.json" host-bananapi 2015-08-23 14:19:11 warn warning: Looks like there is no internet. host-bananapi 2015-08-23 14:19:06 info Update repository "default" under "conf/sources-dist.json" admin-0 2015-08-23 14:14:48 info received all objects admin-0 2015-08-23 14:14:48 info received all states admin-0 2015-08-23 14:14:48 info Use link "http://localhost:8081" to configure. admin-0 2015-08-23 14:14:48 info http server listening on port 8081 admin-0 2015-08-23 14:14:48 info requesting all objects admin-0 2015-08-23 14:14:48 info requesting all states admin-0 2015-08-23 14:14:48 info starting. Version 0.5.8 in /opt/iobroker/node_modules/iobroker.admin host-bananapi 2015-08-23 14:14:38 info instance system.adapter.admin.0 started with pid 2384 host-bananapi 2015-08-23 14:14:38 info starting 1 instance host-bananapi 2015-08-23 14:14:38 info 1 instance found host-bananapi 2015-08-23 14:14:38 info InMemoryDB connected inMem-objects 2015-08-23 14:14:38 info listening on port 9001 inMem-states 2015-08-23 14:14:38 info listening on port 9000 host-bananapi 2015-08-23 14:14:38 info ip addresses: 192.168.69.20 fe80::17:5ff:fe01:d974 host-bananapi 2015-08-23 14:14:38 info hostname: bananapi host-bananapi 2015-08-23 14:14:38 info Copyright (c) 2014-2015 bluefox, hobbyquaker host-bananapi 2015-08-23 14:14:38 info ioBroker.js-controller version 0.7.10 js-controller starting host-bananapi 2015-08-23 14:13:29 info received SIGTERM host-bananapi 2015-08-23 14:13:29 info terminated host-bananapi 2015-08-23 14:13:27 info instance system.adapter.admin.0 terminated with code 0 (OK) admin-0 2015-08-23 14:13:26 info terminating admin-0 2015-08-23 14:13:26 info terminating http server on port 8081 host-bananapi 2015-08-23 14:13:26 info stopInstance system.adapter.admin.0 killing pid 3053 host-bananapi 2015-08-23 14:13:26 info stopInstance system.adapter.admin.0 host-bananapi 2015-08-23 14:13:26 info received SIGTERM host-bananapi 2015-08-23 14:11:38 warn warning: Looks like there is no internet. host-bananapi 2015-08-23 14:11:31 info Update repository "default" under "conf/sources-dist.json" admin-0 2015-08-23 14:09:44 info received all states admin-0 2015-08-23 14:09:44 info received all objects admin-0 2015-08-23 14:09:44 info Use link "http://localhost:8081" to configure. admin-0 2015-08-23 14:09:44 info http server listening on port 8081 admin-0 2015-08-23 14:09:44 info requesting all objects admin-0 2015-08-23 14:09:44 info requesting all states admin-0 2015-08-23 14:09:43 info starting. Version 0.5.8 in /opt/iobroker/node_modules/iobroker.admin host-bananapi 2015-08-23 14:09:33 info instance system.adapter.admin.0 started with pid 3053 host-bananapi 2015-08-23 14:09:33 info starting 1 instance host-bananapi 2015-08-23 14:09:33 info 1 instance found host-bananapi 2015-08-23 14:09:33 info InMemoryDB connected inMem-objects 2015-08-23 14:09:33 info listening on port 9001 inMem-states 2015-08-23 14:09:33 info listening on port 9000 host-bananapi 2015-08-23 14:09:33 info ip addresses: 192.168.69.20 fe80::17:5ff:fe01:d974 host-bananapi 2015-08-23 14:09:33 info hostname: bananapi host-bananapi 2015-08-23 14:09:32 info Copyright (c) 2014-2015 bluefox, hobbyquaker !
                      50_pic_44.jpg
                      50_pic_43.jpg

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

                        А где undefined?

                        1 Antwort Letzte Antwort
                        0
                        • A Offline
                          A Offline
                          Andrei34
                          schrieb am zuletzt editiert von
                          #121

                          Теперь почему-то вылетает Node-Red

                          `node-red-0	2015-08-24 04:14:18	info	node-red exited with 1
                          node-red-0	2015-08-24 04:14:18	debug	at Error (native)
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - Error: ENOENT, open '/opt/iobroker/opt/iobroker/log/iobroker.log.2015-08-24'
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - [red] Uncaught Exception:
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - [info] /opt/iobroker/iobroker-data/node-red/
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - [info] in the directory:
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - [info] npm install
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - [info] To install any of these missing modules, run:
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - [info] - serial-port (provided by npm module node-red-node-serialport)
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - [info] Waiting for missing types to be registered:
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - [info] Starting flows
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - [info] Server now running at http://127.0.0.1:1880/
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - [info] Flows file : /opt/iobroker/iobroker-data/node-red/flows.json
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - [info] User directory : /opt/iobroker/iobroker-data/node-red/
                          node-red-0	2015-08-24 04:14:18	debug	24 Aug 04:14:18 - [info] Settings file : /opt/iobroker/iobroker-data/node-red/settings.js`[/red]
                          
                          1 Antwort Letzte Antwort
                          0
                          • A Offline
                            A Offline
                            Andrei34
                            schrieb am zuletzt editiert von
                            #122

                            Спасибо с ioBroker.js-controller 0.7.11 всё опять заработало.

                            1 Antwort Letzte Antwort
                            0
                            • E Offline
                              E Offline
                              electric69
                              schrieb am zuletzt editiert von
                              #123

                              BlueFox, подскажи пожалуйста, почему сервер не может получить сведения об обновлениях?

                              Скрин лога прилагаю.

                              Хотя интернет есть, все сайты пингуются, в том числе гитхаб…
                              50_pic_45.jpg

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

                                @electric69:

                                BlueFox, подскажи пожалуйста, почему сервер не может получить сведения об обновлениях?

                                Скрин лога прилагаю.

                                Хотя интернет есть, все сайты пингуются, в том числе гитхаб… `
                                Что пишет, если ты в консоли вызываешь

                                iobroker update
                                

                                ?

                                1 Antwort Letzte Antwort
                                0
                                • M Offline
                                  M Offline
                                  MSapogov
                                  schrieb am zuletzt editiert von
                                  #125

                                  Спасибо за обновление драйвера Mega-D!

                                  А сейчас процесс установки на Debian Ubuntu (amd64) чемто отличается от приведенный на первой странице?

                                  Дохожу до

                                  /opt/iobroker# npm install iobroker

                                  А в ответ сразу:

                                  npm WARN cannot run in wd iobroker@0.5.6 node lib/setup.js (wd=/opt/iobroker/node_modules/iobroker)

                                  iobroker@0.5.6 node_modules/iobroker

                                  └── yargs@1.2.6 (minimist@0.1.0)

                                  И дальше тишина …

                                  Одинаково и в Debian 0.8.2 и Ubuntu 14.04

                                  Можно как-то обновить инструкцию...

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

                                    Попробуй: sudo npm install iobroker
                                    4867_skript.jpg

                                    1 Antwort Letzte Antwort
                                    0
                                    • M Offline
                                      M Offline
                                      MSapogov
                                      schrieb am zuletzt editiert von
                                      #127

                                      @Bluefox:

                                      Попробуй: sudo npm install iobroker `
                                      Я все запускал от root-а.

                                      Все оказалось очень просто…

                                      Установка node из репозитория.

                                      chmod 777 /opt/iobroker

                                      и ссылка на "node" с помощью команды "sudo ln -s /usr/bin/nodejs /usr/bin/node"

                                      После этого

                                      npm install iobroker

                                      Прошла как по маслу...

                                      Спасибо.

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

                                        Надо внести в инструкцию:
                                        ` > Firts check if node.js is installed. You can do it with command node -v.

                                        If you got an answer, you can continue with the installation.

                                        If not. Try to install node.js with apt-get install nodejs.

                                        Sometimes node.js has not installed the soft link. If you see outputs with /usr/bin/nodejs -v, following can help:

                                        ln -s /usr/bin/nodejs /usr/bin/node `

                                        1 Antwort Letzte Antwort
                                        0
                                        • F Offline
                                          F Offline
                                          ford7
                                          schrieb am zuletzt editiert von
                                          #129

                                          @ford7:

                                          Подскажите, как починить?

                                          вкладка "драйвера" пустая.

                                          upd:

                                          вкладка "сервера" тоже пустая.

                                          А в настройках все штатно: `
                                          Вот при каждой попытке обновления js-controller происходит такая штука. Приходится заново руками js-controller устанавливать. Может у меня чего-то не так установилось изначально или строки какой-нить не хватает?

                                          1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          574

                                          Online

                                          32.8k

                                          Benutzer

                                          82.7k

                                          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