Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Fehlermeldungen bei Installation mac

    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

    Fehlermeldungen bei Installation mac

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      thoduh last edited by

      Leider auch nicht:

      MacMini-LAN:ioBroker MacMini$ cd ..
      MacMini-LAN:Documents MacMini$ cd iobroker
      MacMini-LAN:iobroker MacMini$ sudo npm install iobroker --unsafe-perm
      Password:
      
      > iobroker@1.0.0 install /Users/MacMini/Documents/ioBroker/node_modules/iobroker
      > node lib/setup.js
      
      npm install iobroker.discovery --production --prefix /Users/MacMini/Documents/ioBroker
      node-pre-gyp info it worked if it ends with ok
      node-pre-gyp verb cli [ '/usr/local/bin/node',
      node-pre-gyp verb cli   '/Users/MacMini/Documents/ioBroker/node_modules/serialport/node_modules/.bin/node-pre-gyp',
      node-pre-gyp verb cli   'install',
      node-pre-gyp verb cli   '--fallback-to-build' ]
      node-pre-gyp info using node-pre-gyp@0.6.32
      node-pre-gyp info using node@8.2.1 | darwin | x64
      node-pre-gyp verb command install []
      node-pre-gyp info check checked for "/Users/MacMini/Documents/ioBroker/node_modules/serialport/build/Release/serialport.node" (not found)
      node-pre-gyp http GET https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v57-darwin-x64.tar.gz
      node-pre-gyp http 404 https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v57-darwin-x64.tar.gz
      node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v57-darwin-x64.tar.gz 
      node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@8.2.1 (node-v57 ABI) (falling back to source compile with node-gyp) 
      node-pre-gyp http 404 status code downloading tarball https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v57-darwin-x64.tar.gz 
      node-pre-gyp verb command build [ 'rebuild' ]
      ../src/serialport.cpp:90:44: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
        return getValueFromObject(options, key)->ToInt32()->Int32Value();
                                                 ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
      Local <int32>Value::ToInt32() const {
                          ^
      ../src/serialport.cpp:102:44: warning: 'ToNumber' is deprecated [-Wdeprecated-declarations]
        return getValueFromObject(options, key)->ToNumber()->NumberValue();
                                                 ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9300:22: note: 'ToNumber' has been explicitly marked deprecated here
      Local <number>Value::ToNumber() const {
                           ^
      ../src/serialport.cpp:174:23: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
          int fd = argv[1]->ToInt32()->Int32Value();
                            ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
      Local <int32>Value::ToInt32() const {
                          ^
      ../src/serialport.cpp:193:21: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
        int fd = info[0]->ToInt32()->Int32Value();
                          ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
      Local <int32>Value::ToInt32() const {
                          ^
      ../src/serialport.cpp:217:108: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
        baton->baudRate = Nan::Get(options, Nan::New<v8::string>("baudRate").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                                                                                                                 ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
      Local <int32>Value::ToInt32() const {
                          ^
      ../src/serialport.cpp:252:21: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
        int fd = info[0]->ToInt32()->Int32Value();
                          ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
      Local <int32>Value::ToInt32() const {
                          ^
      ../src/serialport.cpp:369:24: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
        baton->fd = info[0]->ToInt32()->Int32Value();
                             ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
      Local <int32>Value::ToInt32() const {
                          ^
      ../src/serialport.cpp:480:21: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
        int fd = info[0]->ToInt32()->Int32Value();
                          ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
      Local <int32>Value::ToInt32() const {
                          ^
      ../src/serialport.cpp:528:21: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
        int fd = info[0]->ToInt32()->Int32Value();
                          ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
      Local <int32>Value::ToInt32() const {
                          ^
      ../src/serialport.cpp:585:21: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
        int fd = info[0]->ToInt32()->Int32Value();
                          ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
      Local <int32>Value::ToInt32() const {
                          ^
      10 warnings generated.
      ../src/serialport_unix.cpp:44:101: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
        result->vmin = Nan::Get(options, Nan::New<v8::string>("vmin").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                                                                                                          ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
      Local <int32>Value::ToInt32() const {
                          ^
      ../src/serialport_unix.cpp:45:103: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
        result->vtime = Nan::Get(options, Nan::New<v8::string>("vtime").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                                                                                                            ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
      Local <int32>Value::ToInt32() const {
                          ^
      2 warnings generated.
      ../src/serialport_poller.cpp:86:23: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
        obj->fd_ = info[0]->ToInt32()->Int32Value();
                            ^
      /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
      Local <int32>Value::ToInt32() const {
                          ^
      1 warning generated.
      node-pre-gyp info ok 
      npm install iobroker.admin --production --prefix /Users/MacMini/Documents/ioBroker
      npm install iobroker.js-controller --production --prefix /Users/MacMini/Documents/ioBroker
      npm ERR! code ENOSELF
      npm ERR! Refusing to install package with name "iobroker.js-controller" under a package
      npm ERR! also called "iobroker.js-controller". Did you name your project the same
      npm ERR! as the dependency you're installing?
      npm ERR! 
      npm ERR! For more information, see:
      npm ERR!     <https: docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm="">npm ERR! A complete log of this run can be found in:
      npm ERR!     /Users/MacMini/.npm/_logs/2017-07-25T17_31_42_595Z-debug.log
      Cannot install as normal user. Try sudo...
      sudo npm install iobroker.js-controller --production --prefix /Users/MacMini/Documents/ioBroker
      npm ERR! code ENOSELF
      npm ERR! Refusing to install package with name "iobroker.js-controller" under a package
      npm ERR! also called "iobroker.js-controller". Did you name your project the same
      npm ERR! as the dependency you're installing?
      npm ERR! 
      npm ERR! For more information, see:
      npm ERR!     <https: docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm="">npm ERR! A complete log of this run can be found in:
      npm ERR!     /Users/MacMini/.npm/_logs/2017-07-25T17_31_45_952Z-debug.log
      Could not find "/Users/MacMini/Documents/ioBroker/node_modules/iobroker/lib/../../iobroker.js-controller/conf/iobroker-dist.json". Possible iobroker.js-controller was not installed
      Write "./iobroker start" to start the ioBroker
      Cannot set permissions of /Users/MacMini/Documents/ioBroker/node_modules/iobroker.js-controller/iobroker
      You can still manually copy 
      Cannot create file /usr/bin/iobroker!. Non critical
      
      -----------------------------------------------------
      You can manually copy file into /usr/bin/. Just write:
          sudo cp /Users/MacMini/Documents/ioBroker/node_modules/iobroker/install/iobroker /usr/bin/
          sudo chmod 777 /usr/bin/iobroker
      -----------------------------------------------------
      + iobroker@1.0.0
      added 46 packages and removed 167 packages in 92.075s
      MacMini-LAN:iobroker MacMini$ cd node_modules/iobroker.js-controller
      -bash: cd: node_modules/iobroker.js-controller: No such file or directory
      MacMini-LAN:iobroker MacMini$</https:></https:></int32></int32></v8::string></int32></v8::string></int32></int32></int32></int32></int32></int32></v8::string></int32></int32></number></int32> 
      
      1 Reply Last reply Reply Quote 0
      • BuZZy
        BuZZy last edited by

        Okay, ändere mal den Ordnernamen "/Users/MacMini/Documents/ioBroker/" in "/Users/MacMini/Documents/ioBrokermac/" also den ioBroker ordner in ioBrokermac umbennen.

        Dann die installation nochmal versuchen. Gibts wieder einen Fehler?

        Dann:

        Existiert der Ordner iobroker.js-controller in dem neu umbenannten ioBrokermac Ordner?

        Wenn ja, diesen auch umbenennen in iobrokermac.js-controller, dann in diesen Ordner reinwechseln und dort "sudo npm install iobroker.js-controller –production --prefix /Users/MacMini/Documents/ioBrokermac"

        oder eventuell

        "sudo npm install iobrokermac.js-controller --production --prefix /Users/MacMini/Documents/ioBrokermac"

        oder eventuell

        "sudo npm install iobroker.js-controller --production"

        oder eventuell

        "sudo npm install iobrokermac.js-controller --production" ... 😄 Versuch macht kluch.. Oder wie heißt es so schön? 😄

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

          Es kann sich hier auch um Zugriffsrechte handeln.

          Bei der ioBroker Installation auf Linux muss der Ordner iobroker ALLE Rechte (777) haben.

          Gruß

          Rainer

          1 Reply Last reply Reply Quote 0
          • BuZZy
            BuZZy last edited by

            Momentan sehe ich keine Probleme außer
            ` > npm ERR! Refusing to install package with name "iobroker.js-controller" under a package

            npm ERR! also called "iobroker.js-controller". Did you name your project the same

            npm ERR! as the dependency you're installing? `

            npm macht manchmal Probleme wenn der Ordnername der gleiche ist wie der von dem Paket welches installiert werden soll. Deswegen bitte nochmal meine Tipps von http://forum.iobroker.net/viewtopic.php?f=17&t=7343#p76997 ausprobieren und dann nochmal hier berichten wie es aussieht - wobei es natürlich nie schadet die Rechte auf 777 zu setzen. 😄

            Gruß

            1 Reply Last reply Reply Quote 0
            • T
              thoduh last edited by

              Erst mal Danke für deine Bemühungen 😉

              Ordner umbenannt in iobrokermac, installation mit sudo npm install iobroker –unsafe-perm

              MacMini-LAN:ioBrokermac MacMini$ sudo npm install iobroker --unsafe-perm
              Password:
              
              > iobroker@1.0.0 install /Users/MacMini/Documents/ioBrokermac/node_modules/iobroker
              > node lib/setup.js
              
              npm install iobroker.discovery --production --prefix /Users/MacMini/Documents/ioBrokermac
              node-pre-gyp info it worked if it ends with ok
              node-pre-gyp verb cli [ '/usr/local/bin/node',
              node-pre-gyp verb cli   '/Users/MacMini/Documents/ioBrokermac/node_modules/serialport/node_modules/.bin/node-pre-gyp',
              node-pre-gyp verb cli   'install',
              node-pre-gyp verb cli   '--fallback-to-build' ]
              node-pre-gyp info using node-pre-gyp@0.6.32
              node-pre-gyp info using node@8.2.1 | darwin | x64
              node-pre-gyp verb command install []
              node-pre-gyp info check checked for "/Users/MacMini/Documents/ioBrokermac/node_modules/serialport/build/Release/serialport.node" (not found)
              node-pre-gyp http GET https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v57-darwin-x64.tar.gz
              node-pre-gyp http 404 https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v57-darwin-x64.tar.gz
              node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v57-darwin-x64.tar.gz 
              node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@8.2.1 (node-v57 ABI) (falling back to source compile with node-gyp) 
              node-pre-gyp http 404 status code downloading tarball https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v57-darwin-x64.tar.gz 
              node-pre-gyp verb command build [ 'rebuild' ]
              ../src/serialport.cpp:90:44: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
                return getValueFromObject(options, key)->ToInt32()->Int32Value();
                                                         ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
              Local <int32>Value::ToInt32() const {
                                  ^
              ../src/serialport.cpp:102:44: warning: 'ToNumber' is deprecated [-Wdeprecated-declarations]
                return getValueFromObject(options, key)->ToNumber()->NumberValue();
                                                         ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9300:22: note: 'ToNumber' has been explicitly marked deprecated here
              Local <number>Value::ToNumber() const {
                                   ^
              ../src/serialport.cpp:174:23: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
                  int fd = argv[1]->ToInt32()->Int32Value();
                                    ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
              Local <int32>Value::ToInt32() const {
                                  ^
              ../src/serialport.cpp:193:21: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
                int fd = info[0]->ToInt32()->Int32Value();
                                  ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
              Local <int32>Value::ToInt32() const {
                                  ^
              ../src/serialport.cpp:217:108: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
                baton->baudRate = Nan::Get(options, Nan::New<v8::string>("baudRate").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                                                                                                                         ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
              Local <int32>Value::ToInt32() const {
                                  ^
              ../src/serialport.cpp:252:21: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
                int fd = info[0]->ToInt32()->Int32Value();
                                  ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
              Local <int32>Value::ToInt32() const {
                                  ^
              ../src/serialport.cpp:369:24: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
                baton->fd = info[0]->ToInt32()->Int32Value();
                                     ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
              Local <int32>Value::ToInt32() const {
                                  ^
              ../src/serialport.cpp:480:21: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
                int fd = info[0]->ToInt32()->Int32Value();
                                  ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
              Local <int32>Value::ToInt32() const {
                                  ^
              ../src/serialport.cpp:528:21: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
                int fd = info[0]->ToInt32()->Int32Value();
                                  ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
              Local <int32>Value::ToInt32() const {
                                  ^
              ../src/serialport.cpp:585:21: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
                int fd = info[0]->ToInt32()->Int32Value();
                                  ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
              Local <int32>Value::ToInt32() const {
                                  ^
              10 warnings generated.
              ../src/serialport_unix.cpp:44:101: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
                result->vmin = Nan::Get(options, Nan::New<v8::string>("vmin").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                                                                                                                  ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
              Local <int32>Value::ToInt32() const {
                                  ^
              ../src/serialport_unix.cpp:45:103: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
                result->vtime = Nan::Get(options, Nan::New<v8::string>("vtime").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                                                                                                                    ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
              Local <int32>Value::ToInt32() const {
                                  ^
              2 warnings generated.
              ../src/serialport_poller.cpp:86:23: warning: 'ToInt32' is deprecated [-Wdeprecated-declarations]
                obj->fd_ = info[0]->ToInt32()->Int32Value();
                                    ^
              /Users/MacMini/.node-gyp/8.2.1/include/node/v8.h:9336:21: note: 'ToInt32' has been explicitly marked deprecated here
              Local <int32>Value::ToInt32() const {
                                  ^
              1 warning generated.
              node-pre-gyp info ok 
              npm install iobroker.admin --production --prefix /Users/MacMini/Documents/ioBrokermac
              npm install iobroker.js-controller --production --prefix /Users/MacMini/Documents/ioBrokermac
              npm ERR! code ENOSELF
              npm ERR! Refusing to install package with name "iobroker.js-controller" under a package
              npm ERR! also called "iobroker.js-controller". Did you name your project the same
              npm ERR! as the dependency you're installing?
              npm ERR! 
              npm ERR! For more information, see:
              npm ERR!     <https: docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm="">npm ERR! A complete log of this run can be found in:
              npm ERR!     /Users/MacMini/.npm/_logs/2017-07-26T13_59_40_371Z-debug.log
              Cannot install as normal user. Try sudo...
              sudo npm install iobroker.js-controller --production --prefix /Users/MacMini/Documents/ioBrokermac
              npm ERR! code ENOSELF
              npm ERR! Refusing to install package with name "iobroker.js-controller" under a package
              npm ERR! also called "iobroker.js-controller". Did you name your project the same
              npm ERR! as the dependency you're installing?
              npm ERR! 
              npm ERR! For more information, see:
              npm ERR!     <https: docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm="">npm ERR! A complete log of this run can be found in:
              npm ERR!     /Users/MacMini/.npm/_logs/2017-07-26T13_59_42_345Z-debug.log
              Could not find "/Users/MacMini/Documents/ioBrokermac/node_modules/iobroker/lib/../../iobroker.js-controller/conf/iobroker-dist.json". Possible iobroker.js-controller was not installed
              Write "./iobroker start" to start the ioBroker
              Cannot set permissions of /Users/MacMini/Documents/ioBrokermac/node_modules/iobroker.js-controller/iobroker
              You can still manually copy 
              Cannot create file /usr/bin/iobroker!. Non critical
              
              -----------------------------------------------------
              You can manually copy file into /usr/bin/. Just write:
                  sudo cp /Users/MacMini/Documents/ioBrokermac/node_modules/iobroker/install/iobroker /usr/bin/
                  sudo chmod 777 /usr/bin/iobroker
              -----------------------------------------------------
              + iobroker@1.0.0
              removed 329 packages and updated 1 package in 86.429s
              MacMini-LAN:ioBrokermac MacMini$</https:></https:></int32></int32></v8::string></int32></v8::string></int32></int32></int32></int32></int32></int32></v8::string></int32></int32></number></int32> 
              

              installation mit sudo npm install iobrokermac.js-controller –production --prefix /Users/MacMini/Documents/ioBrokermac

              MacMini-LAN:ioBrokermac MacMini$ sudo npm install iobrokermac.js-controller --production --prefix /Users/MacMini/Documents/ioBrokermac
              npm ERR! code E404
              npm ERR! 404 Not Found: iobrokermac.js-controller@latest
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /Users/MacMini/.npm/_logs/2017-07-26T14_02_24_890Z-debug.log
              MacMini-LAN:ioBrokermac MacMini$ 
              

              installation mit sudo npm install iobroker.js-controller –production

              MacMini-LAN:ioBrokermac MacMini$ sudo npm install iobroker.js-controller --production
              npm ERR! code ENOSELF
              npm ERR! Refusing to install package with name "iobroker.js-controller" under a package
              npm ERR! also called "iobroker.js-controller". Did you name your project the same
              npm ERR! as the dependency you're installing?
              npm ERR! 
              npm ERR! For more information, see:
              npm ERR!     <https: docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm="">npm ERR! A complete log of this run can be found in:
              npm ERR!     /Users/MacMini/.npm/_logs/2017-07-26T14_03_43_461Z-debug.log
              MacMini-LAN:ioBrokermac MacMini$</https:> 
              

              installation mit sudo npm install iobrokermac.js-controller –production

              MacMini-LAN:ioBrokermac MacMini$ sudo npm install iobrokermac.js-controller --production
              npm ERR! code E404
              npm ERR! 404 Not Found: iobrokermac.js-controller@latest
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /Users/MacMini/.npm/_logs/2017-07-26T14_05_40_972Z-debug.log
              MacMini-LAN:ioBrokermac MacMini$ 
              
              
              1 Reply Last reply Reply Quote 0
              • BuZZy
                BuZZy last edited by

                Dann benenne den Ordner iobroker.js-controller um in iobrokermac.js-controller dann in den Ordner iobrokermac.js-controller rein gehen

                und versuchen zu installieren mit

                sudo npm install iobroker.js-controller –production (ohne das Mac im Namen)

                Welche Ausgabe bekommst du dann? Ich denke wir nähern uns bald dem Ziel.. Eine paar Ideen hätte ich noch wenn das auch nicht klappt. 😄

                Von unterwegs gesendet

                1 Reply Last reply Reply Quote 0
                • T
                  thoduh last edited by

                  Also jetzt hast du mich abgehängt, den Ordner iobroker.js-controller gibt es doch eben gar nicht :?:

                  1 Reply Last reply Reply Quote 0
                  • BuZZy
                    BuZZy last edited by

                    Existiert der Ordner /Users/MacMini/Documents/ioBrokermac/node_modules/ ??

                    Eventuell befindet sich der Ordner node_modules auch in irgend einem von den übergeordneten Ordnern?

                    1 Reply Last reply Reply Quote 0
                    • T
                      thoduh last edited by

                      ja, den Ordner gibt es.

                      1 Reply Last reply Reply Quote 0
                      • BuZZy
                        BuZZy last edited by

                        und welche Ordner sind in diesem node_modules Ordner enthalten?

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

                          welches nodejs hast du eigentlich installiert?

                          Gruß

                          Rainer

                          1 Reply Last reply Reply Quote 0
                          • T
                            thoduh last edited by

                            @BuZZy:

                            und welche Ordner sind in diesem node_modules Ordner enthalten? `
                            3149_bildschirmfoto_2017-07-26_um_18.57.46.png

                            1 Reply Last reply Reply Quote 0
                            • BuZZy
                              BuZZy last edited by

                              https://github.com/ioBroker/ioBroker.js … master.zip runterladen, in den Ordner rein und dann in dem Ordner

                              npm install iobroker.js-controller –production --prefix /Users/MacMini/Documents/ioBrokermac

                              1 Reply Last reply Reply Quote 0
                              • T
                                thoduh last edited by

                                Die gezippte Datei in den nodes_modules Ordner?

                                1 Reply Last reply Reply Quote 0
                                • BuZZy
                                  BuZZy last edited by

                                  Die Zip Datei in den Ordner ioBrokermac dann rein in den Zip Ordner und da dann

                                  npm install iobroker.js-controller –production --prefix /Users/MacMini/Documents/ioBrokermac

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    thoduh last edited by

                                    Wenn die Zipdatei angeklickt wird, öffnet sich der Download-Ordner…

                                    Last login: Wed Jul 26 18:33:21 on ttys001
                                    MacMini-LAN:~ MacMini$ cd /Users/MacMini/Downloads/ioBroker.js-controller-master\ 2 
                                    MacMini-LAN:ioBroker.js-controller-master 2 MacMini$ npm install iobroker.js-controller --production --prefix /Users/MacMini/Documents/ioBrokermac
                                    npm ERR! code ENOSELF
                                    npm ERR! Refusing to install package with name "iobroker.js-controller" under a package
                                    npm ERR! also called "iobroker.js-controller". Did you name your project the same
                                    npm ERR! as the dependency you're installing?
                                    npm ERR! 
                                    npm ERR! For more information, see:
                                    npm ERR!     <https: docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm="">npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /Users/MacMini/.npm/_logs/2017-07-26T17_16_46_223Z-debug.log
                                    MacMini-LAN:ioBroker.js-controller-master 2 MacMini$ sudo npm install iobroker.js-controller --production --prefix /Users/MacMini/Documents/ioBrokermac
                                    Password:
                                    npm ERR! code ENOSELF
                                    npm ERR! Refusing to install package with name "iobroker.js-controller" under a package
                                    npm ERR! also called "iobroker.js-controller". Did you name your project the same
                                    npm ERR! as the dependency you're installing?
                                    npm ERR! 
                                    npm ERR! For more information, see:
                                    npm ERR!     <https: docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm="">npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /Users/MacMini/.npm/_logs/2017-07-26T17_17_01_883Z-debug.log
                                    MacMini-LAN:ioBroker.js-controller-master 2 MacMini$</https:></https:> 
                                    

                                    Der Inhalt des iobrokermac-Ordners entspricht doch dem Inhalt der Zipdatei :?:

                                    1 Reply Last reply Reply Quote 0
                                    • BuZZy
                                      BuZZy last edited by

                                      Bald raste ich aus.. 😄

                                      Nächster Versuch:

                                      npm install https://github.com/ioBroker/ioBroker/tarball/master --unsafe-perm
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        thoduh last edited by

                                        @BuZZy:

                                        Bald raste ich aus.. 😄 `
                                        Frag mich mal 😉

                                        MacMini-LAN:~ MacMini$ cd /Users/MacMini/Documents/iobrokermac 
                                        MacMini-LAN:iobrokermac MacMini$ sudo npm install https://github.com/ioBroker/ioBroker/tarball/master
                                        
                                        > iobroker@1.0.0 install /Users/MacMini/Documents/iobrokermac/node_modules/iobroker
                                        > node lib/setup.js
                                        
                                        npm install iobroker.discovery --production --prefix /Users/MacMini/Documents/iobrokermac
                                        npm ERR! path /Users/MacMini/Documents/iobrokermac/node_modules/iobroker/node_modules/yargs
                                        npm ERR! code EACCES
                                        npm ERR! errno -13
                                        npm ERR! syscall rmdir
                                        npm ERR! Error: EACCES: permission denied, rmdir '/Users/MacMini/Documents/iobrokermac/node_modules/iobroker/node_modules/yargs'
                                        npm ERR!  { Error: EACCES: permission denied, rmdir '/Users/MacMini/Documents/iobrokermac/node_modules/iobroker/node_modules/yargs'
                                        npm ERR!   cause: 
                                        npm ERR!    { Error: EACCES: permission denied, rmdir '/Users/MacMini/Documents/iobrokermac/node_modules/iobroker/node_modules/yargs'
                                        npm ERR!      errno: -13,
                                        npm ERR!      code: 'EACCES',
                                        npm ERR!      syscall: 'rmdir',
                                        npm ERR!      path: '/Users/MacMini/Documents/iobrokermac/node_modules/iobroker/node_modules/yargs' },
                                        npm ERR!   stack: 'Error: EACCES: permission denied, rmdir \'/Users/MacMini/Documents/iobrokermac/node_modules/iobroker/node_modules/yargs\'',
                                        npm ERR!   errno: -13,
                                        npm ERR!   code: 'EACCES',
                                        npm ERR!   syscall: 'rmdir',
                                        npm ERR!   path: '/Users/MacMini/Documents/iobrokermac/node_modules/iobroker/node_modules/yargs',
                                        npm ERR!   parent: 'iobroker.js-controller' }
                                        npm ERR! 
                                        npm ERR! Please try running this command again as root/Administrator.
                                        
                                        npm ERR! A complete log of this run can be found in:
                                        npm ERR!     /Users/MacMini/.npm/_logs/2017-07-26T17_40_08_563Z-debug.log
                                        Cannot install as normal user. Try sudo...
                                        sudo npm install iobroker.discovery --production --prefix /Users/MacMini/Documents/iobrokermac
                                        
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • BuZZy
                                          BuZZy last edited by

                                          Lösche den kompletten inhalt von dem ioBrokermac ordner.

                                          Dann versuch es mit````
                                          sudo npm install https://github.com/ioBroker/ioBroker/tarball/master --unsafe-perm

                                          
                                          Dann nochmal den Log posten.
                                          
                                          EDIT: Hab gesehen du hast es schon mit sudo probiert..
                                          
                                          Gib dem Ordner ioBrokermac mal (nachdem du den Inhalt komplett gelöscht hast) die Rechte 777 - dann nochmal versuchen mit dem oben genannten Befehl!
                                          1 Reply Last reply Reply Quote 0
                                          • T
                                            thoduh last edited by

                                            Jetzt hats gekappt !!!

                                            Habe den iobroker-Ordner direkt auf Macintosh/ erstellt. per sudo npm install https://github.com/ioBroker/ioBroker/tarball/master –unsafe-perm installiert.

                                            Anschließend den Ordner an meinen gewünschten Platz verschoben und es läuft 😄 😄 😄 😄

                                            Vielen Dank für deine Hilfe !!!!

                                            Aber jetzt hab ich was anderes:

                                            Muss ich die Pfade noch anpassen ??

                                            Oder hätte ich es nicht verschieben dürfen ??

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:12:16.220 error Cannot save /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json: Error: ENOENT: no such file or directory, open '/usr/local/lib/no

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:11:46.212 error Cannot save /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json: Error: ENOENT: no such file or directory, open '/usr/local/lib/no

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:11:16.205 error Cannot save /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json: Error: ENOENT: no such file or directory, open '/usr/local/lib/no

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:10:46.204 error Cannot save /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json: Error: ENOENT: no such file or directory, open '/usr/local/lib/no

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:10:16.193 error Cannot save /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json: Error: ENOENT: no such file or directory, open '/usr/local/lib/no

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:09:46.187 error Cannot save /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json: Error: ENOENT: no such file or directory, open '/usr/local/lib/no

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:09:16.176 error Cannot save /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json: Error: ENOENT: no such file or directory, open '/usr/local/lib/n

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:08:46.166 error Cannot save /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json: Error: ENOENT: no such file or directory, open '/usr/local/lib/n

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:08:16.156 error Cannot save /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json: Error: ENOENT: no such file or directory, open '/usr/local/lib/n

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:07:46.151 error Cannot save /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json: Error: ENOENT: no such file or directory, open '/usr/local/lib/n

                                            iobroker 2017-07-26 20:07:29.113 info exit 1

                                            iobroker 2017-07-26 20:07:29.108 error at bootstrap_node.js:575:3

                                            iobroker 2017-07-26 20:07:29.108 error at startup (bootstrap_node.js:158:16)

                                            iobroker 2017-07-26 20:07:29.108 error at Function.Module.runMain (module.js:605:10)

                                            iobroker 2017-07-26 20:07:29.108 error at Function.Module._load (module.js:437:25)

                                            iobroker 2017-07-26 20:07:29.108 error at Function.Module._resolveFilename (module.js:485:15)

                                            iobroker 2017-07-26 20:07:29.108 error Error: Cannot find module '/usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/iobroker.js'

                                            iobroker 2017-07-26 20:07:29.108 error ^

                                            iobroker 2017-07-26 20:07:29.108 error module.js:487 throw err;

                                            iobroker 2017-07-26 20:07:28.844 info install hm-rega

                                            iobroker 2017-07-26 20:07:28.811 info exit 1

                                            iobroker 2017-07-26 20:07:28.807 error at bootstrap_node.js:575:3

                                            iobroker 2017-07-26 20:07:28.807 error at startup (bootstrap_node.js:158:16)

                                            iobroker 2017-07-26 20:07:28.807 error at Function.Module.runMain (module.js:605:10)

                                            iobroker 2017-07-26 20:07:28.807 error at Function.Module._load (module.js:437:25)

                                            iobroker 2017-07-26 20:07:28.807 error at Function.Module._resolveFilename (module.js:485:15)

                                            iobroker 2017-07-26 20:07:28.807 error Error: Cannot find module '/usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/iobroker.js'

                                            iobroker 2017-07-26 20:07:28.807 error ^

                                            iobroker 2017-07-26 20:07:28.807 error module.js:487 throw err;

                                            iobroker 2017-07-26 20:07:28.543 info install hm-rpc

                                            iobroker 2017-07-26 20:07:28.515 info exit 1

                                            iobroker 2017-07-26 20:07:28.511 error at bootstrap_node.js:575:3

                                            iobroker 2017-07-26 20:07:28.511 error at startup (bootstrap_node.js:158:16)

                                            iobroker 2017-07-26 20:07:28.511 error at Function.Module.runMain (module.js:605:10)

                                            iobroker 2017-07-26 20:07:28.511 error at Function.Module._load (module.js:437:25)

                                            iobroker 2017-07-26 20:07:28.511 error at Function.Module._resolveFilename (module.js:485:15)

                                            iobroker 2017-07-26 20:07:28.511 error Error: Cannot find module '/usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/iobroker.js'

                                            iobroker 2017-07-26 20:07:28.511 error ^

                                            iobroker 2017-07-26 20:07:28.511 error module.js:487 throw err;

                                            iobroker 2017-07-26 20:07:28.245 info install hm-rpc

                                            iobroker 2017-07-26 20:07:28.230 info exit 1

                                            iobroker 2017-07-26 20:07:28.226 error at bootstrap_node.js:575:3

                                            iobroker 2017-07-26 20:07:28.226 error at startup (bootstrap_node.js:158:16)

                                            iobroker 2017-07-26 20:07:28.226 error at Function.Module.runMain (module.js:605:10)

                                            iobroker 2017-07-26 20:07:28.226 error at Function.Module._load (module.js:437:25)

                                            iobroker 2017-07-26 20:07:28.226 error at Function.Module._resolveFilename (module.js:485:15)

                                            iobroker 2017-07-26 20:07:28.226 error Error: Cannot find module '/usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/iobroker.js'

                                            iobroker 2017-07-26 20:07:28.226 error ^

                                            iobroker 2017-07-26 20:07:28.226 error module.js:487 throw err;

                                            iobroker 2017-07-26 20:07:27.964 info install web

                                            iobroker 2017-07-26 20:07:27.935 info exit 1

                                            iobroker 2017-07-26 20:07:27.931 error at bootstrap_node.js:575:3

                                            iobroker 2017-07-26 20:07:27.931 error at startup (bootstrap_node.js:158:16)

                                            iobroker 2017-07-26 20:07:27.931 error at Function.Module.runMain (module.js:605:10)

                                            iobroker 2017-07-26 20:07:27.931 error at Function.Module._load (module.js:437:25)

                                            iobroker 2017-07-26 20:07:27.931 error at Function.Module._resolveFilename (module.js:485:15)

                                            iobroker 2017-07-26 20:07:27.931 error Error: Cannot find module '/usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/iobroker.js'

                                            iobroker 2017-07-26 20:07:27.931 error ^

                                            iobroker 2017-07-26 20:07:27.931 error module.js:487 throw err;

                                            iobroker 2017-07-26 20:07:27.663 info install hue

                                            iobroker 2017-07-26 20:07:27.643 info exit 1

                                            iobroker 2017-07-26 20:07:27.632 error at enableAdapters (/usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:47:21)

                                            iobroker 2017-07-26 20:07:27.632 error at /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:157:39

                                            iobroker 2017-07-26 20:07:27.632 error at /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/setup.js:753:41

                                            iobroker 2017-07-26 20:07:27.632 error at Install.uploadStaticObjects (/usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:339:17)

                                            iobroker 2017-07-26 20:07:27.632 error at /usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/setup.js:754:44

                                            iobroker 2017-07-26 20:07:27.632 error at Upload.uploadAdapter (/usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/lib/setup/setupUpload.js:254:27)

                                            iobroker 2017-07-26 20:07:27.632 error at require (internal/module.js:11:18)

                                            iobroker 2017-07-26 20:07:27.632 error at Module.require (module.js:513:17)

                                            iobroker 2017-07-26 20:07:27.632 error at Function.Module._load (module.js:437:25)

                                            iobroker 2017-07-26 20:07:27.632 error at Function.Module._resolveFilename (module.js:485:15)

                                            iobroker 2017-07-26 20:07:27.632 error Error: Cannot find module 'mime'

                                            iobroker 2017-07-26 20:07:27.632 error ^

                                            iobroker 2017-07-26 20:07:27.632 error module.js:487 throw err;

                                            iobroker 2017-07-26 20:07:27.630 error host.MacMini-LAN.fritz.box Adapter directory "/usr/local/lib/node_modules/iobroker/node_modules/iobroker.js-controller/adapter/tr-064" does not exists

                                            iobroker 2017-07-26 20:07:15.025 info npm install iobroker.tr-064 --production --prefix "/usr/local/lib/node_modules/iobroker" (System call)

                                            iobroker 2017-07-26 20:07:14.282 info install tr-064

                                            discovery.0 2017-07-26 20:05:54.558 info Discovery finished

                                            discovery.0 2017-07-26 20:05:54.549 info Discovery finished. Found new or modified 14 instances

                                            discovery.0 2017-07-26 20:05:54.545 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:54.045 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:53.545 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:52.532 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:52.031 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:51.531 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:51.024 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:50.525 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:50.023 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:49.515 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:49.017 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:48.514 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:47.504 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:47.009 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:46.508 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:45.500 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:45.000 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:44.500 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:43.991 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:43.493 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:42.990 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:42.484 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:41.987 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:41.487 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:40.480 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:39.980 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:39.480 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:38.971 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:38.474 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:37.972 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:36.965 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:36.464 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:35.965 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:34.954 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:34.457 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:33.954 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:32.952 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:32.450 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:31.951 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:31.445 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:30.940 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:30.446 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:29.440 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:28.936 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:28.439 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:27.933 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:27.432 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:26.931 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:25.921 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:25.419 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:24.920 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:24.415 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:23.915 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:23.414 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:22.908 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:22.409 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:21.907 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:21.402 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:20.903 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:20.405 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:19.896 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:19.397 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:18.896 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:17.887 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:17.389 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:16.885 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:16.382 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:15.884 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:15.383 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:14.875 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:14.375 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:13.875 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:12.863 warn LG TV ERR: timeout

                                            discovery.0 2017-07-26 20:05:12.361 warn MAX! Cube err: timeout

                                            discovery.0 2017-07-26 20:05:11.863 warn Mihome err: timeout

                                            discovery.0 2017-07-26 20:05:11.312 info Found 25 addresses

                                            discovery.0 2017-07-26 20:05:11.244 info Done discovering ping devices. 15 packages received

                                            discovery.0 2017-07-26 20:05:01.130 info Done discovering upnp devices. 10 packages received

                                            discovery.0 2017-07-26 20:05:00.972 info Done discovering mdns devices. 0 packages received

                                            discovery.0 2017-07-26 20:04:55.137 info Done discovering wifi-mi-light devices. 0 packages received

                                            discovery.0 2017-07-26 20:04:46.142 info Done discovering tr064 devices. 0 packages received

                                            discovery.0 2017-07-26 20:04:46.142 warn tr-064.0 not installed

                                            discovery.0 2017-07-26 20:04:46.129 info Discovering wifi-mi-light devices...

                                            discovery.0 2017-07-26 20:04:46.128 info Discovering UPnP devices...

                                            discovery.0 2017-07-26 20:04:45.970 info Discovering ping devices...

                                            discovery.0 2017-07-26 20:04:45.967 info Discovering mDNS devices...

                                            discovery.0 2017-07-26 20:04:00.125 info system.adapter.admin.0: logging true

                                            admin.0 2017-07-26 20:04:00.124 info system.adapter.admin.0: logging true

                                            admin.0 2017-07-26 20:04:00.122 info Change log subscriber state: true

                                            discovery.0 2017-07-26 20:03:50.592 info starting. Version 0.4.4 in /usr/local/lib/node_modules/iobroker/node_modules/iobroker.discovery, node: v8.2.1

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:03:50.089 info instance system.adapter.discovery.0 started with pid 2568

                                            admin.0 2017-07-26 20:03:48.314 info Repository received successfully.

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:03:47.538 info Update repository "default" under "http://download.iobroker.net/sources-dist.json"

                                            admin.0 2017-07-26 20:03:47.483 info Use link "http://localhost:8081" to configure.

                                            admin.0 2017-07-26 20:03:47.483 info http server listening on port 8081

                                            admin.0 2017-07-26 20:03:47.475 info received all states

                                            admin.0 2017-07-26 20:03:47.473 info Request actual repository...

                                            admin.0 2017-07-26 20:03:47.473 warn Repository cannot be read

                                            admin.0 2017-07-26 20:03:47.471 info received all objects

                                            admin.0 2017-07-26 20:03:47.461 info requesting all objects

                                            admin.0 2017-07-26 20:03:47.461 info requesting all states

                                            admin.0 2017-07-26 20:03:47.453 info starting. Version 1.8.1 in /usr/local/lib/node_modules/iobroker/node_modules/iobroker.admin, node: v8.2.1

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:03:46.111 info instance system.adapter.admin.0 started with pid 2567

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:03:46.085 info starting 2 instances

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:03:46.083 info 2 instances found

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:03:46.080 info InMemoryDB connected

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:03:46.076 info inMem-objects listening on port 9001

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:03:46.052 info inMem-states listening on port 9000

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:03:45.989 info ip addresses: fe80::ca9:c83e:4baf:8132 192.168.178.55 fe80::108f:d048:a985:98f1 192.168.178.51 fe80::d000:a1ff:feb1:f8bf fe80::3806:31be:1f46:2f80

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:03:45.989 info hostname: MacMini-LAN.fritz.box, node: v8.2.1

                                            host.MacMini-LAN.fritz.box 2017-07-26 20:03:45.989 info Copyright (c) 2014-2017 bluefox, hobbyquaker

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            711
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            114
                                            13467
                                            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