Navigation

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

    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

    Iobroker.terminal

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

      @simpixo:

      Erhalte folgende Fehlermeldungen bei der Installation…

      npm ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.terminal/node_modu
      les/socket.io/node_modules/socket.io-adapter/node_modules/socket.io-parser/node_modul
      es/json3/coverage/coverage.json'
      npm ERR! If you need help, you may report this log at:
      npm ERR!     <http: github.com/isaacs/npm/issues="">npm ERR! or email it to:
      npm ERR!     <npm-@googlegroups.com>npm ERR! System Linux 3.18.11-v7+
      npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "https://github
      .com/ioBroker/iobroker.terminal/tarball/master"
      npm ERR! cwd /opt/iobroker
      npm ERR! node -v v0.10.22
      npm ERR! npm -v 1.3.14
      npm ERR! path /opt/iobroker/node_modules/iobroker.terminal/node_modules/socket.io/nod
      e_modules/socket.io-adapter/node_modules/socket.io-parser/node_modules/json3/coverage
      /coverage.json
      npm ERR! fstream_path /opt/iobroker/node_modules/iobroker.terminal/node_modules/socke
      t.io/node_modules/socket.io-adapter/node_modules/socket.io-parser/node_modules/json3/
      coverage/coverage.json
      npm ERR! fstream_type File
      npm ERR! fstream_class FileWriter
      npm ERR! code ENOENT
      npm ERR! errno 34</npm-@googlegroups.com></http:> 
      

      Gesendet von iPad mit Tapatalk `
      Habe gerade installiert und es läuft… Auf manchen Systemen muss man noch sudo vor npm schreiben

      cd /opt/iobroker
      sudo npm install https://github.com/ioBroker/iobroker.terminal/tarball/master
      
      
      1 Reply Last reply Reply Quote 0
      • ruhr70
        ruhr70 last edited by

        funktioniert 😉

        ioBroker Debian

        Client: Mac mit Chrome

        Sieht nicht nach DOS aus 😉

        1 Reply Last reply Reply Quote 0
        • P
          pix last edited by

          Hallo,
          @Bluefox:

          Sieht nur leider sehr nach MS-DOS aus

          Als was sollte denn das aussehen? `

          das war nur ein Witz :lol: ich habe nur deinen Screenshot gesehen.

          Hab ihn auch installiert und bei mir siehts wie bei ruhr70 auch nicht mehr nach DOS aus. Danke für die Themes! 🙂 261_bildschirmfoto_2015-08-26_um_00.16.56.jpg

          Ein paar Fehler wurden bei der installation ausgegeben, läuft aber dennoch

          ! ````
          authenticate-pam@0.2.2 preinstall /Users/pix/Documents/iobroker/node_modules/iobroker.terminal/node_modules/authenticate-pam
          node-gyp configure && node-gyp build
          ! CXX(target) Release/obj.target/authenticate_pam/authenticate_pam.o
          ../authenticate_pam.cc:97:2: error: use of undeclared identifier 'NanScope'
          NanScope();
          ^
          ../authenticate_pam.cc:102:27: error: use of undeclared identifier 'NanUndefined'; did you mean 'Undefined'?
          Handle <value>args[1] = {NanUndefined()};
          ^~~~~~~~~~~~
          Undefined
          /Users/pix/.node-gyp/0.10.33/deps/v8/include/v8.h:2618:28: note: 'Undefined' declared here
          Handle <primitive>V8EXPORT Undefined();
          ^
          ../authenticate_pam.cc:104:13: error: use of undeclared identifier 'NanNew'
          args[0] = NanNew<string>(m->errorString.c_str());
          ^
          ../authenticate_pam.cc:104:20: error: 'String' does not refer to a value
          args[0] = NanNew<string>(m->errorString.c_str());
          ^
          /Users/pix/.node-gyp/0.10.33/deps/v8/include/v8.h:1024:7: note: declared here
          class String : public Primitive {
          ^
          ../authenticate_pam.cc:107:19: error: use of undeclared identifier 'NanGetCurrentContext'; did you mean
          'Nan::GetCurrentContext'?
          NanMakeCallback(NanGetCurrentContext()->Global(), NanNew(m->callback), 1, args);
          ^~~~~~~~~~~~~~~~~~~~
          Nan::GetCurrentContext
          ../../nan/nan.h:949:37: note: 'Nan::GetCurrentContext' declared here
          NAN_INLINE v8::Local v8::contextGetCurrentContext() {
          ^
          ../authenticate_pam.cc:107:53: error: use of undeclared identifier 'NanNew'
          NanMakeCallback(NanGetCurrentContext()->Global(), NanNew(m->callback), 1, args);
          ^
          ../authenticate_pam.cc:109:2: error: use of undeclared identifier 'NanDisposePersistent'
          NanDisposePersistent(m->callback);
          ^
          ../authenticate_pam.cc:119:2: error: use of undeclared identifier 'NanScope'
          NanScope();
          ^
          ../authenticate_pam.cc:121:5: error: use of undeclared identifier 'args'; did you mean
          'uv_process_options_s::args'?
          if(args.Length() < 3) {
          ^~~~
          uv_process_options_s::args
          /Users/pix/.node-gyp/0.10.33/deps/uv/include/uv.h:1326:10: note: 'uv_process_options_s::args' declared here
          char** args;
          ^
          ../authenticate_pam.cc:121:5: error: invalid use of non-static data member 'args'
          if(args.Length() < 3) {
          ^~~~
          ../authenticate_pam.cc:122:3: error: use of undeclared identifier 'NanTypeError'; did you mean 'Nan::TypeError'?
          NanTypeError("Wrong number of arguments");
          ^~~~~~~~~~~~
          Nan::TypeError
          ../../nan/nan.h:1017:5: note: 'Nan::TypeError' declared here
          X(TypeError)
          ^
          ../../nan/nan.h:993:37: note: expanded from macro 'X'
          NAN_INLINE v8::Local v8::valueNAME(const char msg) {
          ^
          ../authenticate_pam.cc:123:3: error: use of undeclared identifier 'NanReturnUndefined'
          NanReturnUndefined();
          ^
          ../authenticate_pam.cc:126:27: error: use of undeclared identifier 'args'; did you mean
          'uv_process_options_s::args'?
          Local <value>usernameVal(args[0]);
          ^~~~
          uv_process_options_s::args
          /Users/pix/.node-gyp/0.10.33/deps/uv/include/uv.h:1326:10: note: 'uv_process_options_s::args' declared here
          char
          * args;
          ^
          ../authenticate_pam.cc:126:27: error: invalid use of non-static data member 'args'
          Local <value>usernameVal(args[0]);
          ^~~~
          ../authenticate_pam.cc:127:27: error: use of undeclared identifier 'args'; did you mean
          'uv_process_options_s::args'?
          Local <value>passwordVal(args[1]);
          ^~~~
          uv_process_options_s::args
          /Users/pix/.node-gyp/0.10.33/deps/uv/include/uv.h:1326:10: note: 'uv_process_options_s::args' declared here
          char** args;
          ^
          ../authenticate_pam.cc:127:27: error: invalid use of non-static data member 'args'
          Local <value>passwordVal(args[1]);
          ^~~~
          ../authenticate_pam.cc:129:3: error: use of undeclared identifier 'NanTypeError'; did you mean 'Nan::TypeError'?
          NanTypeError("Argument 0 and 1 should be a String");
          ^~~~~~~~~~~~
          Nan::TypeError
          ../../nan/nan.h:1017:5: note: 'Nan::TypeError' declared here
          X(TypeError)
          ^
          ../../nan/nan.h:993:37: note: expanded from macro 'X'
          NAN_INLINE v8::Local v8::valueNAME(const char msg) {
          ^
          ../authenticate_pam.cc:130:3: error: use of undeclared identifier 'NanReturnUndefined'
          NanReturnUndefined();
          ^
          ../authenticate_pam.cc:132:27: error: use of undeclared identifier 'args'; did you mean
          'uv_process_options_s::args'?
          Local <value>callbackVal(args[2]);
          ^~~~
          uv_process_options_s::args
          /Users/pix/.node-gyp/0.10.33/deps/uv/include/uv.h:1326:10: note: 'uv_process_options_s::args' declared here
          char
          * args;
          ^
          fatal error: too many errors emitted, stopping now [-ferror-limit=]
          20 errors generated.
          make: *** [Release/obj.target/authenticate_pam/authenticate_pam.o] Error 1
          gyp ERR! build error
          gyp ERR! stack Error: make failed with exit code: 2
          gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
          gyp ERR! stack at ChildProcess.emit (events.js:98:17)
          gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:810:12)
          gyp ERR! System Darwin 14.4.0
          gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build"
          gyp ERR! cwd /Users/pix/Documents/iobroker/node_modules/iobroker.terminal/node_modules/authenticate-pam
          gyp ERR! node -v v0.10.33
          gyp ERR! node-gyp -v v1.0.1
          gyp ERR! not ok
          npm WARN optional dep failed, continuing authenticate-pam@0.2.2
          ! > utf-8-validate@1.1.0 install /Users/pix/Documents/iobroker/node_modules/iobroker.terminal/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate
          node-gyp rebuild
          ! CXX(target) Release/obj.target/validation/src/validation.o
          SOLINK_MODULE(target) Release/validation.node
          SOLINK_MODULE(target) Release/validation.node: Finished
          ! > bufferutil@1.1.0 install /Users/pix/Documents/iobroker/node_modules/iobroker.terminal/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil
          node-gyp rebuild
          ! CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
          SOLINK_MODULE(target) Release/bufferutil.node
          SOLINK_MODULE(target) Release/bufferutil.node: Finished
          ! > bufferutil@1.1.0 install /Users/pix/Documents/iobroker/node_modules/iobroker.terminal/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/bufferutil
          node-gyp rebuild
          ! CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
          SOLINK_MODULE(target) Release/bufferutil.node
          SOLINK_MODULE(target) Release/bufferutil.node: Finished
          ! > utf-8-validate@1.1.0 install /Users/pix/Documents/iobroker/node_modules/iobroker.terminal/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/node_modules/utf-8-validate
          node-gyp rebuild
          ! CXX(target) Release/obj.target/validation/src/validation.o
          SOLINK_MODULE(target) Release/validation.node
          SOLINK_MODULE(target) Release/validation.node: Finished
          npm WARN unmet dependency /Users/pix/Documents/iobroker/node_modules/iobroker.terminal/node_modules/authenticate-pam requires nan@'1.1.0' but will load
          npm WARN unmet dependency /Users/pix/Documents/iobroker/node_modules/iobroker.terminal/node_modules/nan,
          npm WARN unmet dependency which is version 2.0.5
          iobroker.terminal@0.1.2 node_modules/iobroker.terminal
          ├── uid-number@0.0.6
          ├── connect-flash@0.1.1
          ├── xtend@4.0.0
          ├── cookie-parser@1.3.5 (cookie@0.1.3, cookie-signature@1.0.6)
          ├── commander@2.8.1 (graceful-readlink@1.0.1)
          ├── passport-local@1.0.0 (passport-strategy@1.0.0)
          ├── passport@0.2.2 (pause@0.0.1, passport-strategy@1.0.0)
          ├── send@0.13.0 (destroy@1.0.3, escape-html@1.0.2, fresh@0.3.0, range-parser@1.0.2, statuses@1.2.1, etag@1.7.0, ms@0.7.1, depd@1.0.1, debug@2.2.0, mime@1.3.4, on-finished@2.3.0, http-errors@1.3.1)
          ├── connect@3.4.0 (utils-merge@1.0.0, parseurl@1.3.0, finalhandler@0.4.0, debug@2.2.0)
          ├── nan@2.0.5
          ├── express-session@1.11.3 (cookie@0.1.3, cookie-signature@1.0.6, utils-merge@1.0.0, on-headers@1.0.0, parseurl@1.3.0, crc@3.3.0, uid-safe@2.0.0, depd@1.0.1, debug@2.2.0)
          ├── body-parser@1.13.3 (bytes@2.1.0, content-type@1.0.1, depd@1.0.1, raw-body@2.1.2, qs@4.0.0, on-finished@2.3.0, http-errors@1.3.1, debug@2.2.0, type-is@1.6.7, iconv-lite@0.4.11)
          ├── express@4.13.3 (escape-html@1.0.2, merge-descriptors@1.0.0, array-flatten@1.1.1, cookie@0.1.3, utils-merge@1.0.0, cookie-signature@1.0.6, methods@1.1.1, fresh@0.3.0, range-parser@1.0.2, vary@1.0.1, path-to-regexp@0.1.7, etag@1.7.0, content-type@1.0.1, parseurl@1.3.0, content-disposition@0.5.0, serve-static@1.10.0, on-finished@2.3.0, finalhandler@0.4.0, depd@1.0.1, qs@4.0.0, proxy-addr@1.0.8, debug@2.2.0, type-is@1.6.7, accepts@1.2.12)
          ├── request@2.61.0 (aws-sign2@0.5.0, forever-agent@0.6.1, caseless@0.11.0, stringstream@0.0.4, tunnel-agent@0.4.1, oauth-sign@0.8.0, isstream@0.1.2, json-stringify-safe@5.0.1, extend@3.0.0, node-uuid@1.4.3, combined-stream@1.0.5, form-data@1.0.0-rc3, qs@4.0.0, http-signature@0.11.0, bl@1.0.0, tough-cookie@2.0.0, mime-types@2.1.5, hawk@3.1.0, har-validator@1.8.0)
          ├── lodash@3.10.1
          └── socket.io@1.3.6 (debug@2.1.0, has-binary-data@0.1.3, socket.io-adapter@0.3.1, socket.io-parser@2.2.4, engine.io@1.5.2, socket.io-client@1.3.6)
          ! > authenticate-pam@0.2.2 preuninstall /Users/pix/Documents/iobroker/node_modules/iobroker.terminal/node_modules/authenticate-pam
          rm -rf build/*</value></v8::value></value></value></value></value></v8::value></v8::context></string></string></primitive></value>

          
          Danke, Gruß
          
          Pix
          1 Reply Last reply Reply Quote 0
          • Bluefox
            Bluefox last edited by

            > Ein paar Fehler wurden bei der installation ausgegeben, läuft aber dennoch
            Ich habe lang ein Paket gesucht, was nicht übersetzt werden muss.

            Es gibt viel bessere Terminals, aber die Brauchen eine Build-Umgebung. Unter Linux wird noch irgendwie gehen, aber unter Windows braucht man VStudio.. Das konnte ich nicht zumuten.

            Deswegen es wird versucht manche Pakete als binaries zu übersetzen und wenn es nicht klappt, dann wird es ein bisschen langsamer, aber läuft.

            1 Reply Last reply Reply Quote 0
            • A
              andyb last edited by

              Beim Versuch den Adapter zu installieren ist das gesamte System eingefroren. Der Pi weder über ssh noch per ping zu erreichen. Den Installationsversuch habe ich ca. 7:05 gemacht und um 7:25 den Stromstecker gezogen. Die Logdatei hat zwischen 6:17 und 7:28 keinerlei Einträge. Unter Adapter ist der Terminal anscheinend nun installiert, aber anzeigen kann ich ihn nicht.

              Und nu?

              2017-12-15 06:17:26.988 - [32minfo[39m: host.orangepiplus2e instance system.adapter.hm-rega.0 started with pid 735

              2017-12-15 07:28:19.642 - [32minfo[39m: hm-rpc.0 starting. Version 1.4.14 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v6.12.2

              1586_2017-12-15_07_44_40.jpg

              1 Reply Last reply Reply Quote 0
              • arteck
                arteck Developer Most Active last edited by

                dann schmeiss ihn wieder runnter..

                1 Reply Last reply Reply Quote 0
                • A
                  andyb last edited by

                  Danke, aber das ist das offensichtliche. Ich wollte eigentlich wissen, nachdem der Beitrag ja etwas eingestaubt Ist, ob er eigentlich gehen sollte

                  1 Reply Last reply Reply Quote 0
                  • arteck
                    arteck Developer Most Active last edited by

                    ja der ging mal… habe ich mal im einsatz gehabt

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

                      Den hatte ich früher auch im Einsatz und letztens sogar unbeabsichtigt wieder installiert.

                      Ich nutze sonst Wetty.

                      Gruß

                      Rainer

                      1 Reply Last reply Reply Quote 0
                      • A
                        andyb last edited by

                        Irgendwie will alles was eine Eingabe im Terminal nach sich zieht mein OPi nicht. Hab grad den Systeminfo Adapter installiert, genau das gleiche. Der Pi ist nicht mehr ansprechbar.

                        Bei terminal und wetty auch.

                        Also quasi sobalb ich irgendwie von IoB auf die Konsole zugreife.

                        Wo finde ich den irgendein Log wo was drin stehen könnte? System Armbian.

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

                          hmm, ich habe auch den OPI… Die Installation des Terminals klappte ohne Probleme... Auch die Bedienung geht.

                          Geht es bei Dir wenn du ganz normal aus dem Putty auf den OPI zugreifst?
                          1526_unbenannt.png

                          1 Reply Last reply Reply Quote 0
                          • A
                            andyb last edited by

                            Ja, alles problemlos und läuft zuverlässig.

                            Nur sobald ich einen der 3 Adapter installiere friert er ein. Ich hab aber auch Skripte in welchen in terminal Befehle absetze, das geht auch

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

                              friert es ein nachdem der Adapter gestartet ist, oder vorher schon?

                              Wie hast Du es konfiguriert?

                              Ich habe es "siehe Bild" so konfiguriert.
                              1526_unbenannt.png

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

                                Hallo Bluefox,

                                habe versucht unter dem Terminal ein vi oder nano zu starten mit wenig Erfolg!

                                Könnte man einen Editor davon nachinstallieren und wenn ja dann wie?

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

                                  @knopers1:

                                  habe versucht unter dem Terminal ein vi oder nano zu starten mit wenig Erfolg! `
                                  Das Terminal verbindet ja nur zum Server. Nano oder vi müssen darauf sein. Das hat nichts mit Terminal zu tun.

                                  Hast du es mal mit WeTTY versucht?

                                  Gruß

                                  Rainer

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

                                    @Homoran:

                                    Hast du es mal mit WeTTY versucht? ` ich habe es mit WeTTY nicht geschafft mich anzumelden, immer war angeblich etwas mit dem LogIn nicht in Ordnung. (mit PuTTY kein Problem)

                                    Mit dem "Terminal"-Adapter erfolgt der LogIn hingegen direkt durch den Adapter und ich habe Zugriff

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

                                      Ich fürchte, dass man sich bei WeTTY nicht als root anmelden kann, sondern nur als normaler User.

                                      Gruß

                                      Rainer

                                      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

                                      457
                                      Online

                                      31.9k
                                      Users

                                      80.1k
                                      Topics

                                      1.3m
                                      Posts

                                      9
                                      21
                                      5077
                                      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