Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Updates 10.07.2016

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Updates 10.07.2016

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators last edited by

      @ktsalti:

      was nun? `
      Als root einloggen!

      Und nochmal von vorne.

      Gruß

      Rainer

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

        @ktsalti:

        pi@raspberrypi:/opt/iobroker $ iobroker stop

        iobroker controller daemon is not running `
        Das hatte ich auch als user "root". Mit

        ./iobroker stop
        

        wurde iobroker gestoppt. Offenbar ist das Skript im Suchpfad nicht identisch mit dem im Verzeichnis "/opt/iobroker".

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

          Natürlich,

          Zu dem Zeitpunkt lief ioBroker eben nicht. Kommt manchmal vor 😞

          Das war für mich nicht das Problem, sondern:@ktsalti:

          EACCES `

          Weiterhin ist auch noch eine alte nodejs Version aktiv.

          Da es auch noch Wheezy ist geht es auch nicht so einfach auf nodejs 4.xx upzudaten.

          derAuge hat dazu mal einen Workaround geschrieben.

          Gruß

          Rainer

          1 Reply Last reply Reply Quote 0
          • D
            dwm last edited by

            Ich scheine da auch Probleme mit dem Update zu haben …

            root@penguin:/opt/iobroker# npm cache clean
            root@penguin:/opt/iobroker# npm install iobroker.js-controller
            \
            > iobroker.js-controller@0.10.1 install /opt/iobroker/node_modules/iobroker.js-controller
            > node lib/setup.js setup first
            
            fs.js:549
              return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                             ^
            
            Error: EACCES: permission denied, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../../../killall.sh'
                at Error (native)
                at Object.fs.openSync (fs.js:549:18)
                at Object.fs.writeFileSync (fs.js:1156:15)
                at Setup.setup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:213:24)
                at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:513:23
                at Object. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:534:11)
                at Module._compile (module.js:410:26)
                at Object.Module._extensions..js (module.js:417:10)
                at Module.load (module.js:344:32)
                at Function.Module._load (module.js:301:12)
            npm ERR! Linux 4.4.0-28-generic
            npm ERR! argv "/usr/bin/nodejs" "/usr/local/bin/npm" "install" "iobroker.js-controller"
            npm ERR! node v4.2.6
            npm ERR! npm  v2.15.8
            npm ERR! code ELIFECYCLE
            
            npm ERR! iobroker.js-controller@0.10.1 install: `node lib/setup.js setup first`
            npm ERR! Exit status 1
            npm ERR!
            npm ERR! Failed at the iobroker.js-controller@0.10.1 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 information on how to open an issue for this project with:
            npm ERR!     npm bugs iobroker.js-controller
            npm ERR! Or if that isn't available, you can get their info via:
            npm ERR!
            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@penguin:/opt/iobroker#</anonymous> 
            

            Läuft auf Ubuntu 16.04 LTS …

            "Er ist tot, Jim" 🙂

            Habt Ihr evt. eine Idee, wieso der controller nicht installiert?

            1000x

            Werner

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

              @dwm:

              Habt Ihr evt. eine Idee, wieso der controller nicht installiert? `
              @dwm:

              EACCES: permission denied, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../../../killall.sh' `

              hast du vorher

              iobroker stop
              

              gemacht?

              Sonst weiss ich ausser dem dummen reboot auch nichts

              Gruß

              Rainer

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

                @dwm:

                Ich scheine da auch Probleme mit dem Update zu haben …

                root@penguin:/opt/iobroker# npm cache clean
                root@penguin:/opt/iobroker# npm install iobroker.js-controller
                \
                > iobroker.js-controller@0.10.1 install /opt/iobroker/node_modules/iobroker.js-controller
                > node lib/setup.js setup first
                
                fs.js:549
                  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                                 ^
                
                Error: EACCES: permission denied, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../../../killall.sh'
                    at Error (native)
                    at Object.fs.openSync (fs.js:549:18)
                    at Object.fs.writeFileSync (fs.js:1156:15)
                    at Setup.setup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:213:24)
                    at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:513:23
                    at Object. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:534:11)
                    at Module._compile (module.js:410:26)
                    at Object.Module._extensions..js (module.js:417:10)
                    at Module.load (module.js:344:32)
                    at Function.Module._load (module.js:301:12)
                npm ERR! Linux 4.4.0-28-generic
                npm ERR! argv "/usr/bin/nodejs" "/usr/local/bin/npm" "install" "iobroker.js-controller"
                npm ERR! node v4.2.6
                npm ERR! npm  v2.15.8
                npm ERR! code ELIFECYCLE
                
                npm ERR! iobroker.js-controller@0.10.1 install: `node lib/setup.js setup first`
                npm ERR! Exit status 1
                npm ERR!
                npm ERR! Failed at the iobroker.js-controller@0.10.1 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 information on how to open an issue for this project with:
                npm ERR!     npm bugs iobroker.js-controller
                npm ERR! Or if that isn't available, you can get their info via:
                npm ERR!
                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@penguin:/opt/iobroker#</anonymous> 
                

                Läuft auf Ubuntu 16.04 LTS …

                "Er ist tot, Jim" 🙂

                Habt Ihr evt. eine Idee, wieso der controller nicht installiert?

                1000x

                Werner `
                Kannst du

                cd /opt/iobroker
                sudo iobroker stop
                sudo chmod 777 * -R
                sudo npm install iobroker.js-controller --production
                sudo iobroker start
                
                

                ausführen?

                1 Reply Last reply Reply Quote 0
                • D
                  dwm last edited by

                  das hats getan …

                  Jetzt klappts auch mit dem 1.2.6er admin! 😄

                  Erst mal herzlichen Dank!

                  Jetzt nur mal um das auch zu verstehen ...

                  • Zugriffsrechte vermurkst? Wie kann das sein? Sollte "root" nicht alles überbügeln können? Ich hab beobachtet dass manche module auf 755 standen, aber nicht als Problem gesehen.

                  • was macht --production?

                  Ich hatte das auch probiert mit

                  iobroker stop
                  iobroker update
                  iobroker upgrade
                  iobroker start
                  
                  

                  … was aber auch nicht geklappt hatte. Na ja, läuft ja wieder!

                  Nochmals merci

                  Werner

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

                    > Zugriffsrechte vermurkst?
                    ioBroker lief aber nicht als root und konnte auf die Dateien nicht zugreifen.

                    "–production" installiert keine "Test"-Pakete und nur das was fürs Laufen gebraucht wird.

                    1 Reply Last reply Reply Quote 0
                    • K
                      ktsalti last edited by

                      @Bluefox:

                      Kannst du

                      cd /opt/iobroker
                      sudo iobroker stop
                      sudo chmod 777 * -R
                      sudo npm install iobroker.js-controller --production
                      sudo iobroker start
                      
                      

                      ausführen? `

                      Hi,

                      habe ich jetzt auch probiert, bekomme jetzt aber folgende Fehlermeldung

                      root@raspberrypi:/opt/iobroker# sudo iobroker start
                      Starting iobroker controller daemon...
                      /home/pi/node_modules/iobroker.js-controller/node_modules/daemonize2/lib/daemonize.js:136
                                  throw new Error(msg.error);
                                        ^
                      Error: /home/pi/node_modules/iobroker.js-controller/node_modules/socket.io/node_modules/socket.io-adapter/node_modules/socket.io-parser/node_modules/json3/lib/json3.js:379
                      });
                       ^
                      SyntaxError: Unexpected token )
                          at exports.runInThisContext (vm.js:73:16)
                          at Module._compile (module.js:443:25)
                          at Object.Module._extensions..js (module.js:478:10)
                          at Module.load (module.js:355:32)
                          at Function.Module._load (module.js:310:12)
                          at Module.require (module.js:365:17)
                          at require (module.js:384:17)
                          at Object. <anonymous>(/home/pi/node_modules/iobroker.js-controller/node_modules/socket.io/node_modules/socket.io-adapter/node_modules/socket.io-parser/index.js:7:12)
                          at Module._compile (module.js:460:26)
                          at Object.Module._extensions..js (module.js:478:10)
                          at ChildProcess. <anonymous>(/home/pi/node_modules/iobroker.js-controller/node_modules/daemonize2/lib/daemonize.js:136:19)
                          at ChildProcess.emit (events.js:110:17)
                          at handleMessage (child_process.js:324:10)
                          at Pipe.channel.onread (child_process.js:352:11)</anonymous></anonymous> 
                      

                      Was ist jetzt noch falsch? Vor dem Update lief alles ohne Probleme.. zumindest nicht das ich welche germerkt hätte 🙂

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

                        @ktsalti:

                        Error: /home/pi/node_modules/iobroker.js-controller/node_modules/… `
                        Es existiert noch eine alte Installation im falschen Verzeichnis. Ich würde das gesamte Verzeichnis "node_modules" im Verzeichnis "/home/pi" löschen und es als user "root" im Verzeichnis "/opt/iobroker" nochmal versuchen.

                        1 Reply Last reply Reply Quote 0
                        • V
                          vore last edited by

                          Hallo!

                          Ich brauche doch noch mal Hilfe. Nach dem Update bekomme ich keinen Zugriff mehr über den Browser (Site can't be reached).

                          Ich habe schon die einzelnen Befehle ausgeführt (stop,start,cache clean etc) es hilft aber leider nicht.

                          Auf dem Cubietruck sehe ich mit "ps ax" nur den iobroker.js-controller laufen. nichts weiter.

                          Mit "iobroker list instances" kommt keine Ausgabe. Versuche ich "iobroker update" kommt "system.config not found".

                          Eigentlich hat das Update erst funktioniert, alles war Ok. Nach Neustart war ging nichts mehr.

                          Jemand eine Idee?

                          Gruß

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

                            @vore:

                            Hallo!

                            Ich brauche doch noch mal Hilfe. Nach dem Update bekomme ich keinen Zugriff mehr über den Browser (Site can't be reached).

                            Ich habe schon die einzelnen Befehle ausgeführt (stop,start,cache clean etc) es hilft aber leider nicht.

                            Auf dem Cubietruck sehe ich mit "ps ax" nur den iobroker.js-controller laufen. nichts weiter.

                            Mit "iobroker list instances" kommt keine Ausgabe. Versuche ich "iobroker update" kommt "system.config not found".

                            Eigentlich hat das Update erst funktioniert, alles war Ok. Nach Neustart war ging nichts mehr.

                            Jemand eine Idee?

                            Gruß `
                            http://www.iobroker.net/docu/?page_id=3928&lang=de

                            Schon probiert?

                            1 Reply Last reply Reply Quote 0
                            • V
                              vore last edited by

                              Hallo!

                              Habe ich soweit mal durchprobiert.

                              js-controller

                               6109 ? 00:00:3 iobroker.js-con
                              

                              netstat -n -a -p TCP

                              tcp6       0      0 :::9000                 :::*                    LISTEN      6109/iobroker.js-co
                              tcp6       0      0 :::9001                 :::*                    LISTEN      6109/iobroker.js-co
                              

                              node -v

                              v4.4.7
                              

                              npm -v

                              npm -v
                              

                              Hab probiert:

                              npm install iobroker.admin
                              iobroker upload admin
                              iobroker start admin
                              

                              dann kommt

                              Cannot find any instance of "admin"
                              

                              Habe mir mal das IOBroker Log von heute angesehen. Dieser Eintrag sscheitn auf jeden Fall ein Problem zu sein:

                              2016-07-17 20:34:23.107  - error: admin.0 no connection to objects DB
                              2016-07-17 20:49:16.885  - error: host.cubietruck _design/system missing - call node iobroker.js setup
                              

                              Kann ich noch etwas tun oder hilft nur eine Neuinstallation?

                              Gruß

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

                                @vore:

                                Hallo!

                                Habe ich soweit mal durchprobiert.

                                js-controller

                                 6109 ? 00:00:3 iobroker.js-con
                                

                                netstat -n -a -p TCP

                                tcp6       0      0 :::9000                 :::*                    LISTEN      6109/iobroker.js-co
                                tcp6       0      0 :::9001                 :::*                    LISTEN      6109/iobroker.js-co
                                

                                node -v

                                v4.4.7
                                

                                npm -v

                                npm -v
                                

                                Hab probiert:

                                npm install iobroker.admin
                                iobroker upload admin
                                iobroker start admin
                                

                                dann kommt

                                Cannot find any instance of "admin"
                                

                                Habe mir mal das IOBroker Log von heute angesehen. Dieser Eintrag sscheitn auf jeden Fall ein Problem zu sein:

                                2016-07-17 20:34:23.107  - error: admin.0 no connection to objects DB
                                2016-07-17 20:49:16.885  - error: host.cubietruck _design/system missing - call node iobroker.js setup
                                

                                Kann ich noch etwas tun oder hilft nur eine Neuinstallation?

                                Gruß `
                                IM welchem Verzeichnis hast du alle Befehle ausgeführt?

                                Es sieht so aus als ob im "home".

                                1 Reply Last reply Reply Quote 0
                                • V
                                  vore last edited by

                                  Hallo!

                                  Das war unter /opt/iobroker.. ganz sicher. Ich bin immer erst in den Ordner gewechselt direkt nach dem Login über SSH.

                                  Aber lass mal gut sein.. ich mache das neu drauf, keine Ahnung was ich da anscheinend vorher zerschossen habe.

                                  Gruß

                                  1 Reply Last reply Reply Quote 0
                                  • K
                                    ktsalti last edited by

                                    @paul53:

                                    @ktsalti:

                                    Error: /home/pi/node_modules/iobroker.js-controller/node_modules/… Es existiert noch eine alte Installation im falschen Verzeichnis. Ich würde das gesamte Verzeichnis "node_modules" im Verzeichnis "/home/pi" löschen und es als user "root" im Verzeichnis "/opt/iobroker" nochmal versuchen.

                                    Hi Paul,

                                    habe ich gemacht. Beim installieren bekomme ich unter anderem die Meldung. Hat die was zu sagen?
                                    ` > > iobroker.js-controller@0.10.1 install /opt/iobroker/node_modules/iobroker.js-controller

                                    node lib/setup.js setup first `
                                    Komplett:

                                    ! root@raspberrypi:/opt/iobroker# sudo npm install iobroker.js-controller –production
                                    !
                                    ! > iobroker.js-controller@0.10.1 install /opt/iobroker/node_modules/iobroker.js-controller
                                    ! > node lib/setup.js setup first
                                    ! iobroker.js-controller@0.10.1 node_modules/iobroker.js-controller
                                    ! ├── winston-daily-rotate-file@1.1.5
                                    ! ├── daemonize2@0.4.2
                                    ! ├── mime@1.3.4
                                    ! ├── ncp@2.0.0
                                    ! ├── node.extend@1.1.5 (is@3.1.0)
                                    ! ├── semver@4.3.6
                                    ! ├── node-schedule@1.0.0 (long-timeout@0.0.2, cron-parser@1.1.0)
                                    ! ├── redis@2.6.2 (double-ended-queue@2.1.0-0, redis-parser@2.0.3, redis-commands@1.2.0)
                                    ! ├── yargs@3.32.0 (camelcase@2.1.1, decamelize@1.2.0, y18n@3.2.1, window-size@0.1.4, os-locale@1.4.0, string-width@1.0.1, cliui@3.2.0)
                                    ! ├── winston@2.2.0 (cycle@1.0.3, stack-trace@0.0.9, eyes@0.1.8, isstream@0.1.2, pkginfo@0.3.1, async@1.0.0, colors@1.0.3)
                                    ! ├── socket.io-client@1.4.8 (to-array@0.1.4, indexof@0.0.1, component-emitter@1.2.0, component-bind@1.0.0, backo2@1.0.2, object-component@0.0.3, has-binary@0.1.7, debug@2.2.0, parseuri@0.0.4, socket.io-parser@2.2.6, engine.io-client@1.6.11)
                                    ! ├── request@2.73.0 (is-typedarray@1.0.0, aws-sign2@0.6.0, oauth-sign@0.8.2, forever-agent@0.6.1, tunnel-agent@0.4.3, caseless@0.11.0, stringstream@0.0.5, isstream@0.1.2, json-stringify-safe@5.0.1, extend@3.0.0, aws4@1.4.1, node-uuid@1.4.7, qs@6.2.0, tough-cookie@2.2.2, combined-stream@1.0.5, mime-types@2.1.11, form-data@1.0.0-rc4, bl@1.1.2, har-validator@2.0.6, http-signature@1.1.1, hawk@3.1.3)
                                    ! ├── socket.io@1.4.8 (has-binary@0.1.7, debug@2.2.0, socket.io-parser@2.2.6, socket.io-adapter@0.4.0, engine.io@1.6.11)
                                    ! ├── jszip@3.0.0 (asap@2.0.4, es6-promise@3.0.2, readable-stream@2.0.6, pako@1.0.1)
                                    ! ├── tar.gz@1.0.5 (commander@2.9.0, tar@2.2.1, bluebird@2.10.2, fstream@1.0.10, mout@0.11.1)
                                    ! ├── prompt@1.0.0 (revalidator@0.1.8, colors@1.1.2, pkginfo@0.4.0, read@1.0.7, winston@2.1.1, utile@0.3.0)
                                    ! ├── npm@2.15.9
                                    ! └── iobroker.admin@1.2.6 (connect-flash@0.1.1, xtend@4.0.1, cookie-parser@1.4.3, passport-local@1.0.0, passport@0.3.2, express-session@1.14.0, body-parser@1.15.2, express@4.14.0)

                                    beim starten von iobroker bekomme ich dann:

                                    ` > root@raspberrypi:/opt/iobroker# sudo iobroker start

                                    module.js:338

                                    throw err;

                                    ^

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

                                    at Function.Module._resolveFilename (module.js:336:15)

                                    at Function.Module._load (module.js:278:25)

                                    at Function.Module.runMain (module.js:501:10)

                                    at startup (node.js:129:16)

                                    at node.js:814:3

                                    root@raspberrypi:/opt/iobroker# `

                                    irgendwas habe ich wohl einmal im falschen Ordner ausgeführt :(.

                                    wie kann ich das wieder bereinigen?

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

                                      @ktsalti:

                                      @paul53:

                                      @ktsalti:

                                      Error: /home/pi/node_modules/iobroker.js-controller/node_modules/… Es existiert noch eine alte Installation im falschen Verzeichnis. Ich würde das gesamte Verzeichnis "node_modules" im Verzeichnis "/home/pi" löschen und es als user "root" im Verzeichnis "/opt/iobroker" nochmal versuchen.

                                      Hi Paul,

                                      habe ich gemacht. Beim installieren bekomme ich unter anderem die Meldung. Hat die was zu sagen?
                                      ` > > iobroker.js-controller@0.10.1 install /opt/iobroker/node_modules/iobroker.js-controller

                                      node lib/setup.js setup first `
                                      Komplett:

                                      ! root@raspberrypi:/opt/iobroker# sudo npm install iobroker.js-controller –production
                                      !
                                      ! > iobroker.js-controller@0.10.1 install /opt/iobroker/node_modules/iobroker.js-controller
                                      ! > node lib/setup.js setup first
                                      ! iobroker.js-controller@0.10.1 node_modules/iobroker.js-controller
                                      ! ├── winston-daily-rotate-file@1.1.5
                                      ! ├── daemonize2@0.4.2
                                      ! ├── mime@1.3.4
                                      ! ├── ncp@2.0.0
                                      ! ├── node.extend@1.1.5 (is@3.1.0)
                                      ! ├── semver@4.3.6
                                      ! ├── node-schedule@1.0.0 (long-timeout@0.0.2, cron-parser@1.1.0)
                                      ! ├── redis@2.6.2 (double-ended-queue@2.1.0-0, redis-parser@2.0.3, redis-commands@1.2.0)
                                      ! ├── yargs@3.32.0 (camelcase@2.1.1, decamelize@1.2.0, y18n@3.2.1, window-size@0.1.4, os-locale@1.4.0, string-width@1.0.1, cliui@3.2.0)
                                      ! ├── winston@2.2.0 (cycle@1.0.3, stack-trace@0.0.9, eyes@0.1.8, isstream@0.1.2, pkginfo@0.3.1, async@1.0.0, colors@1.0.3)
                                      ! ├── socket.io-client@1.4.8 (to-array@0.1.4, indexof@0.0.1, component-emitter@1.2.0, component-bind@1.0.0, backo2@1.0.2, object-component@0.0.3, has-binary@0.1.7, debug@2.2.0, parseuri@0.0.4, socket.io-parser@2.2.6, engine.io-client@1.6.11)
                                      ! ├── request@2.73.0 (is-typedarray@1.0.0, aws-sign2@0.6.0, oauth-sign@0.8.2, forever-agent@0.6.1, tunnel-agent@0.4.3, caseless@0.11.0, stringstream@0.0.5, isstream@0.1.2, json-stringify-safe@5.0.1, extend@3.0.0, aws4@1.4.1, node-uuid@1.4.7, qs@6.2.0, tough-cookie@2.2.2, combined-stream@1.0.5, mime-types@2.1.11, form-data@1.0.0-rc4, bl@1.1.2, har-validator@2.0.6, http-signature@1.1.1, hawk@3.1.3)
                                      ! ├── socket.io@1.4.8 (has-binary@0.1.7, debug@2.2.0, socket.io-parser@2.2.6, socket.io-adapter@0.4.0, engine.io@1.6.11)
                                      ! ├── jszip@3.0.0 (asap@2.0.4, es6-promise@3.0.2, readable-stream@2.0.6, pako@1.0.1)
                                      ! ├── tar.gz@1.0.5 (commander@2.9.0, tar@2.2.1, bluebird@2.10.2, fstream@1.0.10, mout@0.11.1)
                                      ! ├── prompt@1.0.0 (revalidator@0.1.8, colors@1.1.2, pkginfo@0.4.0, read@1.0.7, winston@2.1.1, utile@0.3.0)
                                      ! ├── npm@2.15.9
                                      ! └── iobroker.admin@1.2.6 (connect-flash@0.1.1, xtend@4.0.1, cookie-parser@1.4.3, passport-local@1.0.0, passport@0.3.2, express-session@1.14.0, body-parser@1.15.2, express@4.14.0)

                                      beim starten von iobroker bekomme ich dann:

                                      ` > root@raspberrypi:/opt/iobroker# sudo iobroker start

                                      module.js:338

                                      throw err;

                                      ^

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

                                      at Function.Module._resolveFilename (module.js:336:15)

                                      at Function.Module._load (module.js:278:25)

                                      at Function.Module.runMain (module.js:501:10)

                                      at startup (node.js:129:16)

                                      at node.js:814:3

                                      root@raspberrypi:/opt/iobroker# `

                                      irgendwas habe ich wohl einmal im falschen Ordner ausgeführt :(.

                                      wie kann ich das wieder bereinigen? `
                                      Vermutlich "iobroker" Skript liegt in "/home/pi". Was passiert wenn du:

                                      cd /opt/iobroker
                                      node node_modules/iobroker.js-controller/controller.js
                                      
                                      

                                      Aufrufst?

                                      1 Reply Last reply Reply Quote 0
                                      • K
                                        ktsalti last edited by

                                        @Bluefox:

                                        Vermutlich "iobroker" Skript liegt in "/home/pi". Was passiert wenn du:

                                        cd /opt/iobroker
                                        node node_modules/iobroker.js-controller/controller.js
                                        
                                        

                                        Aufrufst? `

                                        habe ich versucht, aber er steht dann über eine Stunde in dem Bild und nichts passiert. Ist das normal? Ist ein Rasbberry3

                                        root@raspberrypi:~# cd /opt/iobroker
                                        root@raspberrypi:/opt/iobroker# node node_modules/iobroker.js-controller/controller.js
                                        
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • Bluefox
                                          Bluefox last edited by

                                          @ktsalti:

                                          @Bluefox:

                                          Vermutlich "iobroker" Skript liegt in "/home/pi". Was passiert wenn du:

                                          cd /opt/iobroker
                                          node node_modules/iobroker.js-controller/controller.js
                                          
                                          

                                          Aufrufst? `

                                          habe ich versucht, aber er steht dann über eine Stunde in dem Bild und nichts passiert. Ist das normal? Ist ein Rasbberry3

                                          root@raspberrypi:~# cd /opt/iobroker
                                          root@raspberrypi:/opt/iobroker# node node_modules/iobroker.js-controller/controller.js
                                          
                                          ```` `  
                                          

                                          Dafür sollte aber dann admin und alles laufen. Ist das so?

                                          Es wird übrigens ewig stehen 🙂

                                          1 Reply Last reply Reply Quote 0
                                          • K
                                            ktsalti last edited by

                                            hehe, da hätte ich ja noch ewig warten können 😄

                                            admin läuft, aber alle meine Instanzen sind weg und alles was ich eingerichtet hatte. Gib es da noch eine Chance?

                                            Läuft es dann jetzt auch nach einen reboot wieder automatisch?

                                            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

                                            410
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            13
                                            42
                                            7302
                                            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