Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Hilfe aus Karlsruhe und Umgebung

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    356

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.6k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.5k

Hilfe aus Karlsruhe und Umgebung

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
166 Beiträge 11 Kommentatoren 19.1k Aufrufe 11 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @kasandra

    iobroker status
    ip a
    
    liv-in-skyL Offline
    liv-in-skyL Offline
    liv-in-sky
    schrieb am zuletzt editiert von liv-in-sky
    #25

    @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
    
    

    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

    HomoranH Thomas BraunT apollon77A 3 Antworten Letzte Antwort
    0
    • liv-in-skyL 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
      
      
      HomoranH Offline
      HomoranH Offline
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von Homoran
      #26

      @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

      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      liv-in-skyL 1 Antwort Letzte Antwort
      0
      • HomoranH 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-skyL Offline
        liv-in-skyL Offline
        liv-in-sky
        schrieb am zuletzt editiert von
        #27

        @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

        nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

        HomoranH 2 Antworten Letzte Antwort
        0
        • liv-in-skyL liv-in-sky

          @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

          HomoranH Offline
          HomoranH Offline
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #28

          @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

          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          liv-in-skyL 1 Antwort Letzte Antwort
          0
          • liv-in-skyL 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
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #29

            @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
            

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            liv-in-skyL 2 Antworten Letzte Antwort
            0
            • liv-in-skyL liv-in-sky

              @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

              HomoranH Offline
              HomoranH Offline
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #30

              @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

              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @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-skyL Offline
                liv-in-skyL Offline
                liv-in-sky
                schrieb am zuletzt editiert von
                #31

                @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]
                

                nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • liv-in-skyL liv-in-sky

                  @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 BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #32

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

                  Adapter    "terminal"      : 0.1.2    , installed 0.1.2
                  

                  Kick raus das Ding.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @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-skyL Offline
                    liv-in-skyL Offline
                    liv-in-sky
                    schrieb am zuletzt editiert von liv-in-sky
                    #33

                    @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]
                    
                    

                    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                    Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                    0
                    • liv-in-skyL 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 BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #34

                      @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... :-D )

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      liv-in-skyL 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @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... :-D )

                        liv-in-skyL Offline
                        liv-in-skyL Offline
                        liv-in-sky
                        schrieb am zuletzt editiert von
                        #35

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

                        nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • liv-in-skyL liv-in-sky

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

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von Thomas Braun
                          #36

                          @liv-in-sky

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

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          1 Antwort Letzte Antwort
                          0
                          • liv-in-skyL 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]
                            
                            
                            HomoranH Offline
                            HomoranH Offline
                            Homoran
                            Global Moderator Administrators
                            schrieb am zuletzt editiert von
                            #37

                            @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

                            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            liv-in-skyL Thomas BraunT 2 Antworten Letzte Antwort
                            0
                            • HomoranH Homoran

                              @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-skyL Offline
                              liv-in-skyL Offline
                              liv-in-sky
                              schrieb am zuletzt editiert von
                              #38

                              @homoran danke :-) :-)

                              nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                              1 Antwort Letzte Antwort
                              0
                              • HomoranH Homoran

                                @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

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von Thomas Braun
                                #39

                                @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.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                HomoranH 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT 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.

                                  HomoranH Offline
                                  HomoranH Offline
                                  Homoran
                                  Global Moderator Administrators
                                  schrieb am zuletzt editiert von
                                  #40

                                  @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
                                  

                                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  liv-in-skyL 1 Antwort Letzte Antwort
                                  1
                                  • HomoranH Homoran

                                    @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-skyL Offline
                                    liv-in-skyL Offline
                                    liv-in-sky
                                    schrieb am zuletzt editiert von
                                    #41

                                    @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

                                    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                    HomoranH 1 Antwort Letzte Antwort
                                    0
                                    • liv-in-skyL liv-in-sky

                                      @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

                                      HomoranH Offline
                                      HomoranH Offline
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von
                                      #42

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

                                      ob bullseye schon verfügbar für das ding (rock64) - obwohl ich glaube, ich lass das erstmal

                                      ja, ist es
                                      Hab ich dir auf dem aktuellen Image drauf

                                      oder was willst du?

                                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      liv-in-skyL 1 Antwort Letzte Antwort
                                      0
                                      • HomoranH Homoran

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

                                        ob bullseye schon verfügbar für das ding (rock64) - obwohl ich glaube, ich lass das erstmal

                                        ja, ist es
                                        Hab ich dir auf dem aktuellen Image drauf

                                        oder was willst du?

                                        liv-in-skyL Offline
                                        liv-in-skyL Offline
                                        liv-in-sky
                                        schrieb am zuletzt editiert von
                                        #43

                                        @homoran wenn, dann muss ich von hand installieren - sowie von stretch auf buster

                                        nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                        HomoranH 1 Antwort Letzte Antwort
                                        0
                                        • liv-in-skyL liv-in-sky

                                          @homoran wenn, dann muss ich von hand installieren - sowie von stretch auf buster

                                          HomoranH Offline
                                          HomoranH Offline
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von
                                          #44

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

                                          @homoran wenn, dann muss ich von hand installieren - sowie von stretch auf buster

                                          dann müsste ich mal sehen wo ich die SD Karte für dein Image habe um die Repo-Pfade zu suchen
                                          Oder du versuchst es mal in einer ruhigen Minute einfach durch Austausch der Bezeichnungen lt. Anleitung von @Thomas-Braun

                                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          382

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe