Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Hilfe aus Karlsruhe und Umgebung

    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

    Hilfe aus Karlsruhe und Umgebung

    This topic has been deleted. Only users with topic management privileges can see it.
    • liv-in-sky
      liv-in-sky @Homoran last edited by

      @homoran

      nachdem wir keine sd karte sehen können - muss es wohl emmc

      Homoran 2 Replies Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @liv-in-sky last edited by

        @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

        muss es wohl emmc

        Warte mal

        1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @liv-in-sky last edited by Homoran

          @liv-in-sky
          @Kasandra

          Rock02.png

          Rock01.png

          das emmc müsste da oben drauf auf der pogo pin Leistesitzen, die SD-Karte darunter

          1 Reply Last reply Reply Quote 0
          • liv-in-sky
            liv-in-sky @Thomas Braun last edited by liv-in-sky

            @thomas-braun

            könntest du mir bitte helfen

            ich habe den rock auf debian 10 gebracht und node14 ist drauf. es war kein node system mehr zu finden auf dem rock. ich weiß daher nicht, mit was das alles mal lief - letztes backup von iob 2019

            der ordner mit iobroker hatte keinen js-controller mehr, daher habe ich ihn über npm nachinstalliert

            beim update kommt dieser fehler: habe viel gesucht aber das gefundene hat nix geholfen - hast du eine idee ?

            npm install iobroker.web@3.4.16 --loglevel error --prefix "/opt/iobroker" (System call)
            In file included from ../../nan/nan_converters.h:67,
                             from ../../nan/nan.h:222,
                             from ../authenticate_pam.cc:23:
            ../../nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ToFactoryBase<v8::Boolean>::return_t Nan::imp::ToFactory<v8::Boolean>::convert(v8::Local<v8::Value>)’:
            ../../nan/nan_converters_43_inl.h:18:51: error: no matching function for call to ‘v8::Value::ToBoolean(v8::Local<v8::Context>)’
                   val->To ## TYPE(isolate->GetCurrentContext())                            \
                                                               ^
            ../../nan/nan_converters_43_inl.h:22:1: note: in expansion of macro ‘X’
             X(Boolean)
             ^
            In file included from /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:67,
                             from ../../nan/nan.h:53,
                             from ../authenticate_pam.cc:23:
            /home/iobroker/.cache/node-gyp/14.18.3/include/node/v8.h:2848:18: note: candidate: ‘v8::Local<v8::Boolean> v8::Value::ToBoolean(v8::Isolate*) const’
               Local<Boolean> ToBoolean(Isolate* isolate) const;
                              ^~~~~~~~~
            /home/iobroker/.cache/node-gyp/14.18.3/include/node/v8.h:2848:18: note:   no known conversion for argument 1 from ‘v8::Local<v8::Context>’ to ‘v8::Isolate*’
            In file included from ../../nan/nan_converters.h:67,
                             from ../../nan/nan.h:222,
                             from ../authenticate_pam.cc:23:
            ../../nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ValueFactoryBase<bool>::return_t Nan::imp::ToFactory<bool>::convert(v8::Local<v8::Value>)’:
            ../../nan/nan_converters_43_inl.h:37:57: error: no matching function for call to ‘v8::Value::BooleanValue(v8::Local<v8::Context>)’
               return val->NAME ## Value(isolate->GetCurrentContext());                     \
                                                                     ^
            ../../nan/nan_converters_43_inl.h:40:1: note: in expansion of macro ‘X’
             X(bool, Boolean)
             ^
            In file included from /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:67,
                             from ../../nan/nan.h:53,
                             from ../authenticate_pam.cc:23:
            /home/iobroker/.cache/node-gyp/14.18.3/include/node/v8.h:2858:8: note: candidate: ‘bool v8::Value::BooleanValue(v8::Isolate*) const’
               bool BooleanValue(Isolate* isolate) const;
                    ^~~~~~~~~~~~
            /home/iobroker/.cache/node-gyp/14.18.3/include/node/v8.h:2858:8: note:   no known conversion for argument 1 from ‘v8::Local<v8::Context>’ to ‘v8::Isolate*’
            In file included from ../../nan/nan_new.h:189,
                             from ../../nan/nan.h:223,
                             from ../authenticate_pam.cc:23:
            ../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
            ../../nan/nan_implementation_12_inl.h:356:37: error: no matching function for call to ‘v8::StringObject::New(v8::Local<v8::String>&)’
               return v8::StringObject::New(value).As<v8::StringObject>();
                                                 ^
            In file included from /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:67,
                             from ../../nan/nan.h:53,
                             from ../authenticate_pam.cc:23:
            /home/iobroker/.cache/node-gyp/14.18.3/include/node/v8.h:5854:23: note: candidate: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Isolate*, v8::Local<v8::String>)’
               static Local<Value> New(Isolate* isolate, Local<String> value);
                                   ^~~
            /home/iobroker/.cache/node-gyp/14.18.3/include/node/v8.h:5854:23: note:   candidate expects 2 arguments, 1 provided
            In file included from ../../nan/nan_new.h:189,
                             from ../../nan/nan.h:223,
                             from ../authenticate_pam.cc:23:
            ../../nan/nan_implementation_12_inl.h:356:58: error: expected primary-expression before ‘>’ token
               return v8::StringObject::New(value).As<v8::StringObject>();
                                                                      ^
            ../../nan/nan_implementation_12_inl.h:356:60: error: expected primary-expression before ‘)’ token
               return v8::StringObject::New(value).As<v8::StringObject>();
                                                                        ^
            In file included from ../authenticate_pam.cc:23:
            ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
            ../../nan/nan.h:2232:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                 , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                          ^
            In file included from /usr/include/c++/8/cassert:44,
                             from /home/iobroker/.cache/node-gyp/14.18.3/include/node/node_object_wrap.h:26,
                             from ../../nan/nan.h:55,
                             from ../authenticate_pam.cc:23:
            ../../nan/nan_object_wrap.h: In destructor ‘virtual Nan::ObjectWrap::~ObjectWrap()’:
            ../../nan/nan_object_wrap.h:24:25: error: ‘class Nan::Persistent<v8::Object>’ has no member named ‘IsNearDeath’
                 assert(persistent().IsNearDeath());
                                     ^~~~~~~~~~~
            ../../nan/nan_object_wrap.h: In static member function ‘static void Nan::ObjectWrap::WeakCallback(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’:
            ../../nan/nan_object_wrap.h:127:26: error: ‘class Nan::Persistent<v8::Object>’ has no member named ‘IsNearDeath’
                 assert(wrap->handle_.IsNearDeath());
                                      ^~~~~~~~~~~
            ../authenticate_pam.cc: In function ‘void after_doing_auth(uv_work_t*, int)’:
            ../authenticate_pam.cc:107:87: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
               Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args);
                                                                                                   ^
            In file included from ../authenticate_pam.cc:23:
            ../../nan/nan.h:959:46: note: declared here
               NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
            ../authenticate_pam.cc:107:87: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
               Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args);
                                                                                                   ^
            In file included from ../authenticate_pam.cc:23:
            ../../nan/nan.h:959:46: note: declared here
               NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
            In file included from ../../nan/nan.h:53,
                             from ../authenticate_pam.cc:23:
            ../authenticate_pam.cc: At global scope:
            /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                   (node::addon_register_func) (regfunc),                          \
                                                       ^
            /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
               NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
               ^~~~~~~~~~~~~
            ../authenticate_pam.cc:188:1: note: in expansion of macro ‘NODE_MODULE’
             NODE_MODULE(authenticate_pam, init);
             ^~~~~~~~~~~
            make: *** [authenticate_pam.target.mk:109: 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/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
            gyp ERR! stack     at ChildProcess.emit (events.js:400:28)
            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
            gyp ERR! System Linux 4.17.0-rc6-rk3328
            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pam
            gyp ERR! node -v v14.18.3
            gyp ERR! node-gyp -v v5.1.0
            gyp ERR! not ok
            
            
            Homoran Thomas Braun apollon77 3 Replies Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @liv-in-sky last edited by Homoran

              @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

              es war kein node system mehr zu finden auf dem rock. ich weiß daher nicht, mit was das alles mal lief - letztes backup von iob 2019
              der ordner mit iobroker hatte keinen js-controller mehr, daher habe ich ihn über npm nachinstalliert

              Habe noch ein altes Readme zum Image download gefunden, ist aber von 2018

              ...

              Weiterhin ist node-js v 8.11.0 installiert sowie natürlich iobroker mit dem js-controller nach Stand vom 19.04.8.2018.

              Adapter 	Version
              js-controller 	1.4.1
              admin 	2.0.9
              discovery 	1.7.4
              hm-rpc 	1.6.1
              hm-rega 	1.7.0
              vis 	1.1.3
              history 	1.7.4
              flot 	1.7.7
              javascript 	3.6.4
              socketio 	2.0.1
              web 	2.1.9
              mobile 	0.4.11
              rpi2 	0.3.2
              cloud 	1.1.0
              

              also steinalt

              EDIT:

              noch eins fürs Februar 19 Image:
              Das Image enthält Armbian 5.69, basierend auf Debian “Stretch” vom 10.01.2019 nach download von https://dl.armbian.com/rock64/.

              ...

              Weiterhin ist node-js v 8.15.0 installiert sowie natürlich iobroker mit dem js-controller nach Stand vom 09.02.2019.

              und dort ist nur der admin und discovery drauf gewesen

              liv-in-sky 1 Reply Last reply Reply Quote 0
              • liv-in-sky
                liv-in-sky @Homoran last edited by

                @homoran ich hab erstmal ohne image gearbeitet und das vorhandene system upgedatet - bzw repariert

                ist etwas doof etwas zu testen - da ich für die meisten adapter keine devices habe

                im moment startet das ding und habe den oben beschriebenen fehler bei den updates - sonst fällt erstmal nix negatives auf

                backitup scheint auf dropbox zu back-up-en - aber mit etwas glück brauche ich das nicht

                wenn du mal draufschauen wlllst - anydesk wäre aktivierbar

                Homoran 2 Replies Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @liv-in-sky last edited by

                  @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                  ich hab erstmal ohne image gearbeitet

                  klar!

                  ich versuche nur zu rekonstruieren was dort auf dem Roch drauf war

                  liv-in-sky 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @liv-in-sky last edited by

                    @liv-in-sky
                    So auf den allerersten Blick:

                    Die Meldungen zu authenticate_pam kommen gerne von terminal-Adapter.
                    Ist der auf der Kiste drauf? Den würde ich dann zuerst mal rauswerfen.

                    Wie sieht es denn grundlegend da so aus?

                    iobroker list adapters 
                    iobroker list instances
                    iobroker update -i
                    which nodejs node npm && nodejs -v && node -v && npm -v && whoami && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                    
                    liv-in-sky 2 Replies Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @liv-in-sky last edited by

                      @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                      im moment startet das ding und habe den oben beschriebenen fehler bei den updates - sonst fällt erstmal nix negatives auf

                      dann zieh erst einmal ein Backup - lokal

                      1 Reply Last reply Reply Quote 0
                      • liv-in-sky
                        liv-in-sky @Homoran last edited by

                        @homoran

                        host 1.5.xx
                        ich vermute node 8 war mal - gab es aber nicht mehr
                        und die adapter:
                        stand jetzt

                        Adapter    "admin"         : 5.2.3    , installed 5.2.3
                        Adapter    "alexa2"        : 3.12.0   , installed 3.12.0
                        Adapter    "backitup"      : 2.2.3    , installed 2.2.3
                        Adapter    "broadlink2"    : 2.1.5    , installed 2.1.5
                        Adapter    "cloud"         : 4.1.0    , installed 4.1.0
                        Adapter    "daikin"        : 1.3.3    , installed 1.3.3
                        Adapter    "discovery"     : 2.7.5    , installed 2.7.5
                        Adapter    "energymanager" : 1.3.4    , installed 1.3.4
                        Adapter    "flot"          : 1.10.7   , installed 1.10.7
                        Adapter    "fritzbox"      : 0.2.1    , installed 0.2.1
                        Adapter    "fritzdect"     : 2.2.2    , installed 2.2.2
                        Adapter    "geofency"      : 1.0.3    , installed 1.0.3
                        Adapter    "history"       : 1.10.5   , installed 1.10.5
                        Adapter    "hm-rega"       : 3.0.33   , installed 3.0.33
                        Adapter    "hm-rpc"        : 1.15.0   , installed 1.15.0
                        Adapter    "hue"           : 3.6.5    , installed 2.2.3 [Updateable]
                        Adapter    "hue-extended"  : 2.0.0    , installed 2.0.0
                        Adapter    "icons-ultimate-png": 1.0.1   , installed 1.0.1
                        Adapter    "info"          : 1.9.16   , installed 1.9.16
                        Adapter    "iot"           : 1.8.25   , installed 1.1.8 [Updateable]
                        Adapter    "iqontrol"      : 1.11.0   , installed 0.2.12 [Updateable]
                        Adapter    "javascript"    : 5.2.19   , installed 4.3.1 [Updateable]
                        Controller "js-controller" : 3.3.22   , installed 3.3.22
                        Adapter    "material"      : 1.1.2    , installed 1.1.2
                        Adapter    "mihome"        : 1.3.7    , installed 1.3.7
                        Adapter    "mobile"        : 1.0.1    , installed 1.0.1
                        Adapter    "node-red"      : 2.4.1    , installed 2.4.1
                        Adapter    "ping"          : 1.5.0    , installed 1.5.0
                        Adapter    "pushbullet"    : 0.0.11   , installed 0.0.11
                        Adapter    "radar2"        : 2.0.3    , installed 2.0.3
                        Adapter    "rpi2"          : 1.3.1    , installed 1.3.1
                        Adapter    "sayit"         : 1.12.3   , installed 1.12.3
                        Adapter    "scenes"        : 2.3.8    , installed 2.3.8
                        Adapter    "shelly"        : 5.0.0    , installed 5.0.0
                        Adapter    "simple-api"    : 2.6.2    , installed 2.6.2
                        Adapter    "socketio"      : 3.1.5    , installed 3.1.5
                        Adapter    "sonoff"        : 2.4.7    , installed 2.4.7
                        Adapter    "sonos"         : 2.1.7    , installed 2.1.7
                        Adapter    "terminal"      : 0.1.2    , installed 0.1.2
                        Adapter    "text2command"  : 2.1.1    , installed 2.1.1
                        Adapter    "tr-064"        : 4.2.15   , installed 4.2.15
                        Adapter    "tuya"          : 3.6.14   , installed 3.6.14
                        Adapter    "unifi"         : 0.5.10   , installed 0.5.10
                        Adapter    "vis"           : 1.4.6    , installed 1.4.6
                        Adapter    "vis-colorpicker": 1.2.0   , installed 1.2.0
                        Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                        Adapter    "vis-hqwidgets" : 1.1.9    , installed 1.1.9
                        Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                        Adapter    "vis-material"  : 0.1.3    , installed 0.1.3
                        Adapter    "vis-players"   : 0.1.6    , installed 0.1.6
                        Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                        Adapter    "web"           : 3.4.16   , installed 3.4.16
                        Adapter    "yahka"         : 0.13.1   , installed 0.13.1
                        Adapter    "zigbee"        : 1.6.12   , installed 0.11.3 [Updateable]
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @liv-in-sky last edited by

                          @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                          Adapter    "terminal"      : 0.1.2    , installed 0.1.2
                          

                          Kick raus das Ding.

                          1 Reply Last reply Reply Quote 0
                          • liv-in-sky
                            liv-in-sky @Thomas Braun last edited by liv-in-sky

                            @thomas-braun ne- kein terminal

                            verzeih den root user - ich habe erstmal versucht das ganze wieder ans laufen zu bringen - solche sachen bitte später - bin erstmal froh, dass ich soweit gekommen bin 🙂

                            root@ioBroker-Rock64:/opt/iobroker/backups# node -v
                            v14.18.3
                            root@ioBroker-Rock64:/opt/iobroker/backups# npm -v
                            6.14.15
                            root@ioBroker-Rock64:/opt/iobroker/backups#
                            root@ioBroker-Rock64:/opt/iobroker/backups# which nodejs node npm
                            /usr/bin/node
                            /usr/bin/npm
                            root@ioBroker-Rock64:/opt/iobroker/backups# whoami
                            root
                            root@ioBroker-Rock64:/opt/iobroker/backups#  apt update &> /dev/null &&  apt update && apt policy nodejs
                            Hit:1 http://security.debian.org buster/updates InRelease
                            Hit:2 http://httpredir.debian.org/debian buster InRelease
                            Hit:3 http://httpredir.debian.org/debian buster-updates InRelease
                            Hit:4 http://httpredir.debian.org/debian buster-backports InRelease
                            Hit:5 https://deb.nodesource.com/node_14.x buster InRelease
                            Hit:6 http://mirror.armbian.de/apt buster InRelease
                            Reading package lists... Done
                            Building dependency tree
                            Reading state information... Done
                            All packages are up to date.
                            nodejs:
                              Installed: 14.18.3-deb-1nodesource1
                              Candidate: 14.18.3-deb-1nodesource1
                              Version table:
                             *** 14.18.3-deb-1nodesource1 500
                                    500 https://deb.nodesource.com/node_14.x buster/main arm64 Packages
                                    100 /var/lib/dpkg/status
                                 10.24.0~dfsg-1~deb10u1 500
                                    500 http://httpredir.debian.org/debian buster/main arm64 Packages
                                    500 http://security.debian.org buster/updates/main arm64 Packages
                            root@ioBroker-Rock64:/opt/iobroker/backups#
                            
                            Adapter    "admin"         : 5.2.3    , installed 5.2.3
                            Adapter    "alexa2"        : 3.12.0   , installed 3.12.0
                            Adapter    "backitup"      : 2.2.3    , installed 2.2.3
                            Adapter    "broadlink2"    : 2.1.5    , installed 2.1.5
                            Adapter    "cloud"         : 4.1.0    , installed 4.1.0
                            Adapter    "daikin"        : 1.3.3    , installed 1.3.3
                            Adapter    "discovery"     : 2.7.5    , installed 2.7.5
                            Adapter    "energymanager" : 1.3.4    , installed 1.3.4
                            Adapter    "flot"          : 1.10.7   , installed 1.10.7
                            Adapter    "fritzbox"      : 0.2.1    , installed 0.2.1
                            Adapter    "fritzdect"     : 2.2.2    , installed 2.2.2
                            Adapter    "geofency"      : 1.0.3    , installed 1.0.3
                            Adapter    "history"       : 1.10.5   , installed 1.10.5
                            Adapter    "hm-rega"       : 3.0.33   , installed 3.0.33
                            Adapter    "hm-rpc"        : 1.15.0   , installed 1.15.0
                            Adapter    "hue"           : 3.6.5    , installed 2.2.3 [Updateable]
                            Adapter    "hue-extended"  : 2.0.0    , installed 2.0.0
                            Adapter    "icons-ultimate-png": 1.0.1   , installed 1.0.1
                            Adapter    "info"          : 1.9.16   , installed 1.9.16
                            Adapter    "iot"           : 1.8.25   , installed 1.1.8 [Updateable]
                            Adapter    "iqontrol"      : 1.11.0   , installed 0.2.12 [Updateable]
                            Adapter    "javascript"    : 5.2.19   , installed 4.3.1 [Updateable]
                            Controller "js-controller" : 3.3.22   , installed 3.3.22
                            Adapter    "material"      : 1.1.2    , installed 1.1.2
                            Adapter    "mihome"        : 1.3.7    , installed 1.3.7
                            Adapter    "mobile"        : 1.0.1    , installed 1.0.1
                            Adapter    "node-red"      : 2.4.1    , installed 2.4.1
                            Adapter    "ping"          : 1.5.0    , installed 1.5.0
                            Adapter    "pushbullet"    : 0.0.11   , installed 0.0.11
                            Adapter    "radar2"        : 2.0.3    , installed 2.0.3
                            Adapter    "rpi2"          : 1.3.1    , installed 1.3.1
                            Adapter    "sayit"         : 1.12.3   , installed 1.12.3
                            Adapter    "scenes"        : 2.3.8    , installed 2.3.8
                            Adapter    "shelly"        : 5.0.0    , installed 5.0.0
                            Adapter    "simple-api"    : 2.6.2    , installed 2.6.2
                            Adapter    "socketio"      : 3.1.5    , installed 3.1.5
                            Adapter    "sonoff"        : 2.4.7    , installed 2.4.7
                            Adapter    "sonos"         : 2.1.7    , installed 2.1.7
                            Adapter    "terminal"      : 0.1.2    , installed 0.1.2
                            Adapter    "text2command"  : 2.1.1    , installed 2.1.1
                            Adapter    "tr-064"        : 4.2.15   , installed 4.2.15
                            Adapter    "tuya"          : 3.6.14   , installed 3.6.14
                            Adapter    "unifi"         : 0.5.10   , installed 0.5.10
                            Adapter    "vis"           : 1.4.6    , installed 1.4.6
                            Adapter    "vis-colorpicker": 1.2.0   , installed 1.2.0
                            Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                            Adapter    "vis-hqwidgets" : 1.1.9    , installed 1.1.9
                            Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                            Adapter    "vis-material"  : 0.1.3    , installed 0.1.3
                            Adapter    "vis-players"   : 0.1.6    , installed 0.1.6
                            Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                            Adapter    "web"           : 3.4.16   , installed 3.4.16
                            Adapter    "yahka"         : 0.13.1   , installed 0.13.1
                            Adapter    "zigbee"        : 1.6.12   , installed 0.11.3 [Updateable]
                            
                            
                            Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @liv-in-sky last edited by

                              @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                              ne- kein terminal

                              Aber oben steht doch, dass terminal in Version 0.1.2 installiert ist?
                              Der Rest schaut doch schon mal solide aus. (Bis auf den root Zugang... 😄 )

                              liv-in-sky 1 Reply Last reply Reply Quote 0
                              • liv-in-sky
                                liv-in-sky @Thomas Braun last edited by

                                @thomas-braun sh.. - du hast recht - wird deinstalliert - bin schon ganz gaga

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @liv-in-sky last edited by Thomas Braun

                                  @liv-in-sky

                                  Ich würde mal vermuten, dass nach Deinstallation von terminal der Rest dann auch flutscht.

                                  1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @liv-in-sky last edited by

                                    @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                                    verzeih den root user

                                    war damals bei armbian so. Damals musste ioB auch noch als root installiert werden

                                    liv-in-sky Thomas Braun 2 Replies Last reply Reply Quote 0
                                    • liv-in-sky
                                      liv-in-sky @Homoran last edited by

                                      @homoran danke 🙂 🙂

                                      1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Homoran last edited by Thomas Braun

                                        @homoran sagte in Hilfe aus Karlsruhe und Umgebung:

                                        war damals bei armbian so. Damals musste ioB auch noch als root installiert werden

                                        Kann man aber ja dann jetzt auch 'fixen'. Ist die Krönung, wenn der Rest clean ist.

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

                                          @thomas-braun sagte in Hilfe aus Karlsruhe und Umgebung:

                                          Kann man aber ja dann jetzt auf 'fixen'. Ist die Krönung, wenn der Rest clean ist.

                                          genau, bis 2018 war auf den images nur root; Februar 2019 dann:

                                          Folgende User sind angelegt:

                                          User: root,  Passwort: 1234
                                          User: pi, Passwort raspberry
                                          
                                          liv-in-sky 1 Reply Last reply Reply Quote 1
                                          • liv-in-sky
                                            liv-in-sky @Homoran last edited by

                                            @homoran
                                            weißt du, ob bullseye schon verfügbar für das ding (rock64) - obwohl ich glaube, ich lass das erstmal

                                            @Thomas-Braun

                                            der pam fehler ist immer noch - terminal deinstalliert

                                            bei zigbee ist noch das: läßt sich nicht updaten

                                            Update zigbee from @0.11.3 to @1.6.12
                                            NPM version: 6.14.15
                                            npm install iobroker.zigbee@1.6.12 --loglevel error --prefix "/opt/iobroker" (System call)
                                            npm ERR! code ENOTSUP
                                            npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"} (current: {"node":"14.18.3","npm":"6.14.15"})
                                            npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                                            npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                                            npm ERR! notsup Required: {"node":"~0.10.0"}
                                            npm ERR! notsup Actual:   {"npm":"6.14.15","node":"14.18.3"}
                                            
                                            

                                            meld mich später nochmal - mach pause - bin seit vormittag damit beschäftigt

                                            Homoran 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

                                            721
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            11
                                            166
                                            12057
                                            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