Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Gelöst: Adapter Updates können nicht installiert werden

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    Gelöst: Adapter Updates können nicht installiert werden

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

      @Glasfaser alle iobroker tu etwas Befehle können inzwischen aus jedem Verzeichnis gestartet werden.
      Befehle von npm mache was müssen im Installationsverzeichnis ausgeführt werden

      Glasfaser 1 Reply Last reply Reply Quote 1
      • W
        WalterKA last edited by

        Ich habe es nochmals über die Konsole versucht nachdem ich alle Instanzen ausser der admin Instanz gestoppt hatte.

        iobroker update 
        iobroker upgrade
        

        Das Ergebnis bleibt negativ. Ich spiele gerade wieder mein Backup zurück.

        Mir sind mehrere Meldungen aufgefallendas etwas fehlt, aber ich weiß leider nichts damit anzufangen.
        Hier mal eine der Error Meldungen:

        Cannot find io-package.json in "/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../": Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../io-package.json'
        

        Hier der Inhalt von Putty Fenster nachdem ich "iobroker upgrade" eintippte:

        Linux ioBrokerWS 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l
        
        The programs included with the Debian GNU/Linux system are free software;
        the exact distribution terms for each program are described in the
        individual files in /usr/share/doc/*/copyright.
        
        Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
        permitted by applicable law.
        Last login: Mon May  4 19:53:25 2020 from 192.168.178.37
        pi@ioBrokerWS:~ $ iobroker upgrade
        Update admin from @3.7.8 to @4.0.9
        host.ioBrokerWS Adapter "system.adapter.admin.0" is stopped.
        NPM version: 6.14.4
        npm install iobroker.admin@4.0.9 --loglevel error --prefix "/opt/iobroker" (System call)
        In file included from ../src/DeviceINQ.h:17,
                         from ../src/linux/BluetoothSerialPort.cc:13:
        ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
        ../node_modules/nan/nan.h:2298: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)
                                                                      ^
        ../src/linux/BluetoothSerialPort.cc: At global scope:
        ../src/linux/BluetoothSerialPort.cc:18:14: error: variable or field ‘InitAll’ declared void
         void InitAll(Handle<Object> exports) {
                      ^~~~~~
        ../src/linux/BluetoothSerialPort.cc:18:14: error: ‘Handle’ was not declared in this scope
        ../src/linux/BluetoothSerialPort.cc:18:14: note: suggested alternative: ‘rand_r’
         void InitAll(Handle<Object> exports) {
                      ^~~~~~
                      rand_r
        ../src/linux/BluetoothSerialPort.cc:18:27: error: expected primary-expression before ‘>’ token
         void InitAll(Handle<Object> exports) {
                                   ^
        ../src/linux/BluetoothSerialPort.cc:18:29: error: ‘exports’ was not declared in this scope
         void InitAll(Handle<Object> exports) {
                                     ^~~~~~~
        In file included from ../src/linux/BluetoothSerialPort.cc:12:
        ../src/linux/BluetoothSerialPort.cc:23:34: error: ‘InitAll’ was not declared in this scope
         NODE_MODULE(BluetoothSerialPort, InitAll)
                                          ^~~~~~~
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:608:36: note: in definition of macro ‘NODE_MODULE_X’
               (node::addon_register_func) (regfunc),                          \
                                            ^~~~~~~
        ../src/linux/BluetoothSerialPort.cc:23:1: note: in expansion of macro ‘NODE_MODULE’
         NODE_MODULE(BluetoothSerialPort, InitAll)
         ^~~~~~~~~~~
        make: *** [BluetoothSerialPort.target.mk:115: Release/obj.target/BluetoothSerialPort/src/linux/BluetoothSerialPort.o] Fehler 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:310:20)
        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
        gyp ERR! System Linux 4.19.97-v7+
        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"
        gyp ERR! cwd /opt/iobroker/node_modules/node-bluetooth
        gyp ERR! node -v v12.16.3
        gyp ERR! node-gyp -v v5.1.0
        gyp ERR! not ok
        In file included from ../src/raw.h:23,
                         from ../src/raw.cc:6:
        ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
        ../../nan/nan.h:2298: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 ../src/raw.h:21,
                         from ../src/raw.cc:6:
        ../src/raw.cc: At global scope:
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:608: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/12.16.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
           NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
           ^~~~~~~~~~~~~
        ../src/raw.cc:55:1: note: in expansion of macro ‘NODE_MODULE’
         NODE_MODULE(raw, InitAll)
         ^~~~~~~~~~~
        prebuild-install info begin Prebuild-install version 5.3.3
        prebuild-install info looking for cached prebuild @ /home/iobroker/.npm/_prebuilds/1a8738-usb-v1.6.2-node-v72-linux-arm.tar.gz
        prebuild-install http request GET https://github.com/tessel/node-usb/releases/download/v1.6.2/usb-v1.6.2-node-v72-linux-arm.tar.gz
        prebuild-install http 404 https://github.com/tessel/node-usb/releases/download/v1.6.2/usb-v1.6.2-node-v72-linux-arm.tar.gz
        prebuild-install WARN install No prebuilt binaries found (target=12.16.3 runtime=node arch=arm libc= platform=linux)
        In file included from ../src/helpers.h:3,
                         from ../src/node_usb.h:21,
                         from ../src/node_usb.cc:1:
        ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
        ../node_modules/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 ../src/node_usb.h:14,
                         from ../src/node_usb.cc:1:
        ../src/node_usb.cc: At global scope:
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:608: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/12.16.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
           NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
           ^~~~~~~~~~~~~
        ../src/node_usb.cc:95:1: note: in expansion of macro ‘NODE_MODULE’
         NODE_MODULE(usb_bindings, Initialize)
         ^~~~~~~~~~~
        ../src/node_usb.cc: In function ‘void handleHotplug(std::pair<libusb_device*, libusb_hotplug_event>)’:
        ../src/node_usb.cc:151:58: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
          Nan::MakeCallback(Nan::New(hotplugThis), "emit", 2, argv);
                                                                  ^
        In file included from ../src/helpers.h:3,
                         from ../src/node_usb.h:21,
                         from ../src/node_usb.cc:1:
        ../node_modules/nan/nan.h:1001:46: note: declared here
           NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
        ../src/node_usb.cc:151:58: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
          Nan::MakeCallback(Nan::New(hotplugThis), "emit", 2, argv);
                                                                  ^
        In file included from ../src/helpers.h:3,
                         from ../src/node_usb.h:21,
                         from ../src/node_usb.cc:1:
        ../node_modules/nan/nan.h:1001:46: note: declared here
           NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
        In file included from ../src/node_usb.h:12,
                         from ../src/node_usb.cc:1:
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/node_object_wrap.h:85:78:   required from here
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                        reinterpret_cast<Callback>(callback), type);
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
        ../node_modules/nan/nan_object_wrap.h:65:61:   required from here
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
        In file included from ../src/helpers.h:3,
                         from ../src/node_usb.h:21,
                         from ../src/device.cc:1:
        ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
        ../node_modules/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)
                                                                      ^
        ../src/device.cc: In member function ‘void Req::submit(Device*, v8::Local<v8::Function>, uv_work_cb, uv_work_cb)’:
        ../src/device.cc:220:70: warning: cast between incompatible function types from ‘uv_work_cb’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           uv_queue_work(uv_default_loop(), &req, backend, (uv_after_work_cb) after);
                                                                              ^~~~~
        ../src/device.cc: In static member function ‘static void Req::default_after(uv_work_t*)’:
        ../src/device.cc:237:64: 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(device, Nan::New(baton->callback), 1, argv);
                                                                        ^
        In file included from ../src/helpers.h:3,
                         from ../src/node_usb.h:21,
                         from ../src/device.cc:1:
        ../node_modules/nan/nan.h:959:46: note: declared here
           NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
        ../src/device.cc:237:64: 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(device, Nan::New(baton->callback), 1, argv);
                                                                        ^
        In file included from ../src/helpers.h:3,
                         from ../src/node_usb.h:21,
                         from ../src/device.cc:1:
        ../node_modules/nan/nan.h:959:46: note: declared here
           NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
        In file included from ../src/node_usb.h:12,
                         from ../src/device.cc:1:
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/node_object_wrap.h:85:78:   required from here
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                        reinterpret_cast<Callback>(callback), type);
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
        ../node_modules/nan/nan_object_wrap.h:65:61:   required from here
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
        In file included from ../src/helpers.h:3,
                         from ../src/node_usb.h:21,
                         from ../src/transfer.cc:1:
        ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
        ../node_modules/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)
                                                                      ^
        ../src/transfer.cc: In function ‘void handleCompletion(Transfer*)’:
        ../src/transfer.cc:126:72: 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(self->handle(), Nan::New(self->v8callback), 3, argv);
                                                                                ^
        In file included from ../src/helpers.h:3,
                         from ../src/node_usb.h:21,
                         from ../src/transfer.cc:1:
        ../node_modules/nan/nan.h:959:46: note: declared here
           NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
        ../src/transfer.cc:126:72: 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(self->handle(), Nan::New(self->v8callback), 3, argv);
                                                                                ^
        In file included from ../src/helpers.h:3,
                         from ../src/node_usb.h:21,
                         from ../src/transfer.cc:1:
        ../node_modules/nan/nan.h:959:46: note: declared here
           NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
        In file included from ../src/node_usb.h:12,
                         from ../src/transfer.cc:1:
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/node_object_wrap.h:85:78:   required from here
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                        reinterpret_cast<Callback>(callback), type);
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
        ../node_modules/nan/nan_object_wrap.h:65:61:   required from here
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
        In file included from ../src/BluetoothHciSocket.cpp:8:
        ../../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
        ../../../nan/nan.h:2298: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 /home/iobroker/.cache/node-gyp/12.16.3/include/node/node_buffer.h:25,
                         from ../src/BluetoothHciSocket.cpp:7:
        ../src/BluetoothHciSocket.cpp: At global scope:
        /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:608:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘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/12.16.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
           NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
           ^~~~~~~~~~~~~
        ../src/BluetoothHciSocket.cpp:578:1: note: in expansion of macro ‘NODE_MODULE’
         NODE_MODULE(binding, BluetoothHciSocket::Init);
         ^~~~~~~~~~~
        upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
        Update "system.adapter.admin.0"
        Update "system.adapter.admin.1"
        upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
        upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
        upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
        Adapter "admin" updated
        host.ioBrokerWS Adapter "system.adapter.admin.0" is started
        Adapter "alexa2"         is not installed.
        Adapter "alpha2"         is not installed.
        Adapter "amazon-dash"    is not installed.
        Adapter "artnet"         is not installed.
        Adapter "asterisk"       is not installed.
        Adapter "asuswrt"        is not installed.
        Adapter "b-control-em"   is not installed.
        Adapter "backitup"       is not installed.
        Adapter "beckhoff"       is not installed.
        Adapter "benq"           is not installed.
        Adapter "binance"        is not installed.
        Adapter "ble"            is not installed.
        Adapter "bmw"            is not installed.
        Adapter "bosesoundtouch" is not installed.
        Adapter "botvac"         is not installed.
        Adapter "bring"          is not installed.
        Adapter "broadlink2"     is not installed.
        Adapter "bsblan"         is not installed.
        Adapter "bshb"           is not installed.
        Adapter "chromecast"     is not installed.
        Adapter "cloud"          is not installed.
        Adapter "comfoair"       is not installed.
        Adapter "contactid"      is not installed.
        Cannot find io-package.json in "/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../": Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../io-package.json'
        Adapter "countdown"      is not installed.
        Adapter "cul"            is not installed.
        Adapter "daikin"         is not installed.
        Adapter "daswetter"      is not installed.
        Adapter "deconz"         is not installed.
        Adapter "denon"          is not installed.
        Adapter "devices"        is not installed.
        Adapter "digitalstrom"   is not installed.
        Adapter "discovergy"     is not installed.
        Adapter "discovery"      is not installed.
        Adapter "ds18b20"        is not installed.
        Adapter "dwd"            is not installed.
        Adapter "ebus"           is not installed.
        Adapter "egigeozone"     is not installed.
        Adapter "ekey"           is not installed.
        Adapter "email"          is not installed.
        Adapter "emby"           is not installed.
        Adapter "energymanager"  is not installed.
        Adapter "enet"           is not installed.
        Adapter "epson_stylus_px830" is not installed.
        Adapter "fakeroku"       is not installed.
        Adapter "fb-checkpresence" is not installed.
        Adapter "feiertage"      is not installed.
        Adapter "fhem"           is not installed.
        Adapter "find-my-iphone" is not installed.
        Adapter "firetv"         is not installed.
        Adapter "flot"           is not installed.
        Adapter "foobar2000"     is not installed.
        Adapter "fritzbox"       is not installed.
        Adapter "fritzdect"      is not installed.
        Adapter "fronius"        is not installed.
        Adapter "fullcalendar"   is not installed.
        Adapter "fullybrowser"   is not installed.
        Adapter "g-homa"         is not installed.
        Adapter "geofency"       is not installed.
        Adapter "gruenbeck"      is not installed.
        Adapter "habpanel"       is not installed.
        Adapter "haier"          is not installed.
        Adapter "ham"            is not installed.
        Adapter "ham-wemo"       is not installed.
        Adapter "harmony"        is not installed.
        Adapter "heatingcontrol" is not installed.
        Adapter "heytech"        is not installed.
        Adapter "hid"            is not installed.
        Adapter "history"        is not installed.
        Adapter "hm-rega"        is not installed.
        Adapter "hm-rpc"         is not installed.
        Adapter "hmip"           is not installed.
        Adapter "homeconnect"    is not installed.
        Adapter "homee"          is not installed.
        Adapter "homepilot"      is not installed.
        Adapter "hp-ilo"         is not installed.
        Adapter "hs100"          is not installed.
        Cannot find io-package.json in "/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../": Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../io-package.json'
        Adapter "hue-extended"   is not installed.
        Adapter "ical"           is not installed.
        Adapter "icons-addictive-flavour-png" is not installed.
        Adapter "icons-fatcow-hosting" is not installed.
        Adapter "icons-icons8"   is not installed.
        Adapter "icons-material-png" is not installed.
        Adapter "icons-material-svg" is not installed.
        Adapter "icons-mfd-png"  is not installed.
        Adapter "icons-mfd-svg"  is not installed.
        Adapter "icons-open-icon-library-png" is not installed.
        Adapter "icons-ultimate-png" is not installed.
        Adapter "influxdb"       is not installed.
        Adapter "info"           is up to date.
        Adapter "innogy-smarthome" is not installed.
        Adapter "iogo"           is not installed.
        Adapter "iot"            is not installed.
        Adapter "iqontrol"       is not installed.
        Adapter "javascript"     is not installed.
        Adapter "jeelink"        is not installed.
        Adapter "kecontact"      is not installed.
        Adapter "klf200"         is not installed.
        Adapter "km200"          is not installed.
        Adapter "knmi-weather"   is not installed.
        Adapter "knx"            is not installed.
        Adapter "kodi"           is not installed.
        Adapter "kress"          is not installed.
        Adapter "lametric"       is not installed.
        Adapter "landroid"       is not installed.
        Adapter "lcn"            is not installed.
        Adapter "lgtv"           is not installed.
        Adapter "lgtv-rs"        is not installed.
        Adapter "lgtv11"         is not installed.
        Adapter "lifx"           is not installed.
        Adapter "lightify"       is not installed.
        Adapter "link"           is not installed.
        Adapter "linkeddevices"  is not installed.
        Adapter "lovelace"       is not installed.
        Adapter "loxone"         is not installed.
        Adapter "luftdaten"      is not installed.
        Adapter "lupusec"        is not installed.
        Adapter "luxtronik1"     is not installed.
        Adapter "material"       is not installed.
        Adapter "maxcube"        is not installed.
        Adapter "maxcul"         is not installed.
        Adapter "mbus"           is not installed.
        Adapter "megad"          is not installed.
        Adapter "megadd"         is not installed.
        Adapter "megaesp"        is not installed.
        Adapter "mercedesme"     is not installed.
        Adapter "mercury"        is not installed.
        Adapter "meross"         is not installed.
        Adapter "meteoalarm"     is not installed.
        Adapter "miele"          is not installed.
        Adapter "mielecloudservice" is not installed.
        Adapter "mihome"         is not installed.
        Adapter "mihome-lamp"    is not installed.
        Adapter "mihome-plug"    is not installed.
        Adapter "mihome-vacuum"  is not installed.
        Adapter "mikrotik"       is not installed.
        Adapter "milight"        is not installed.
        Adapter "milight-smart-light" is not installed.
        Adapter "mobile"         is not installed.
        Adapter "modbus"         is not installed.
        Adapter "moma"           is not installed.
        Adapter "mpd"            is not installed.
        Adapter "mqtt"           is not installed.
        Adapter "mqtt-client"    is not installed.
        Adapter "musiccast"      is not installed.
        Adapter "mysensors"      is not installed.
        Adapter "nanoleaf-lightpanels" is not installed.
        Adapter "nello"          is not installed.
        Adapter "netatmo"        is not installed.
        Adapter "nibeuplink"     is not installed.
        Adapter "nina"           is not installed.
        Adapter "node-red"       is not installed.
        Adapter "nuki"           is not installed.
        Adapter "nuki-extended"  is not installed.
        Adapter "nut"            is not installed.
        Adapter "odl"            is not installed.
        Adapter "oilfox"         is not installed.
        Adapter "onkyo"          is not installed.
        Adapter "onvif"          is not installed.
        Adapter "openhab"        is not installed.
        Adapter "openligadb"     is not installed.
        Adapter "openweathermap" is not installed.
        Adapter "opi"            is not installed.
        Adapter "oppoplayer"     is not installed.
        Adapter "owfs"           is not installed.
        Adapter "owntracks"      is not installed.
        Adapter "panasonic-viera" is not installed.
        Adapter "parser"         is not installed.
        Adapter "paw"            is not installed.
        Adapter "phantomjs"      is not installed.
        Adapter "pi-hole"        is not installed.
        Adapter "piface"         is not installed.
        Adapter "pimatic"        is not installed.
        Adapter "ping"           is not installed.
        Adapter "places"         is not installed.
        Adapter "plex"           is not installed.
        Adapter "plexconnect"    is not installed.
        Adapter "pollenflug"     is not installed.
        Adapter "proxmox"        is not installed.
        Adapter "proxy"          is not installed.
        Adapter "pushbullet"     is not installed.
        Adapter "pushover"       is not installed.
        Adapter "pushsafer"      is not installed.
        Adapter "radar2"         is up to date.
        Adapter "radiohead"      is not installed.
        Adapter "rflink"         is not installed.
        Adapter "rickshaw"       is not installed.
        Adapter "ring"           is not installed.
        Adapter "robonect"       is not installed.
        Adapter "roomba"         is not installed.
        Adapter "rpi2"           is not installed.
        Adapter "s7"             is not installed.
        Adapter "samsung"        is not installed.
        Adapter "sayit"          is not installed.
        Adapter "sbfspot"        is not installed.
        Adapter "scenes"         is not installed.
        Adapter "schoolfree"     is not installed.
        Adapter "shelly"         is not installed.
        Adapter "shuttercontrol" is not installed.
        Adapter "sia"            is not installed.
        Adapter "siegenia"       is not installed.
        Adapter "simple-api"     is not installed.
        Adapter "smappee"        is not installed.
        Adapter "smartmeter"     is not installed.
        Adapter "snips"          is not installed.
        Adapter "snmp"           is not installed.
        Cannot find io-package.json in "/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../": Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../io-package.json'
        Adapter "solarlog"       is not installed.
        Adapter "solarwetter"    is not installed.
        Adapter "sonnen"         is not installed.
        Adapter "sonoff"         is not installed.
        Adapter "sonos"          is not installed.
        Adapter "sony-bravia"    is not installed.
        Adapter "spotify-premium" is not installed.
        Adapter "sql"            is not installed.
        Adapter "squeezebox"     is not installed.
        Adapter "squeezeboxrpc"  is not installed.
        Adapter "starline"       is not installed.
        Adapter "statistics"     is not installed.
        Adapter "stiebel-isg"    is not installed.
        Adapter "sunnyportal"    is not installed.
        Adapter "swiss-weather-api" is not installed.
        Adapter "systeminfo"     is not installed.
        Adapter "tahoma"         is not installed.
        Adapter "tankerkoenig"   is not installed.
        Adapter "telegram"       is not installed.
        Adapter "terminal"       is not installed.
        Adapter "tesla-motors"   is not installed.
        Adapter "text2command"   is not installed.
        Cannot find io-package.json in "/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../": Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../io-package.json'
        Adapter "tradfri"        is not installed.
        Adapter "tunnelbroker-endpoint-updater" is not installed.
        Adapter "tuya"           is not installed.
        Adapter "tvspielfilm"    is not installed.
        Adapter "unifi"          is not installed.
        Adapter "upnp"           is not installed.
        Adapter "valloxmv"       is not installed.
        Adapter "vcard"          is not installed.
        Adapter "velux"          is not installed.
        Adapter "viessmann"      is not installed.
        Adapter "virtualpowermeter" is not installed.
        Adapter "vis"            is not installed.
        Adapter "vis-bars"       is not installed.
        Adapter "vis-canvas-gauges" is not installed.
        Adapter "vis-colorpicker" is not installed.
        Adapter "vis-fancyswitch" is not installed.
        Adapter "vis-google-fonts" is not installed.
        Adapter "vis-history"    is not installed.
        Adapter "vis-hqwidgets"  is not installed.
        Adapter "vis-inventwo"   is not installed.
        Adapter "vis-jqui-mfd"   is not installed.
        Adapter "vis-justgage"   is not installed.
        Adapter "vis-keyboard"   is not installed.
        Adapter "vis-lcars"      is not installed.
        Adapter "vis-map"        is not installed.
        Adapter "vis-metro"      is not installed.
        Adapter "vis-players"    is not installed.
        Adapter "vis-plumb"      is not installed.
        Adapter "vis-rgraph"     is not installed.
        Adapter "vis-timeandweather" is not installed.
        Adapter "vis-weather"    is not installed.
        Adapter "vr200"          is not installed.
        Adapter "weatherunderground" is not installed.
        Adapter "web"            is not installed.
        Adapter "weishaupt-wem"  is not installed.
        Adapter "wiffi-wz"       is not installed.
        Adapter "wifilight"      is not installed.
        Adapter "wled"           is not installed.
        Adapter "wm-bus"         is not installed.
        Adapter "wolf"           is not installed.
        Adapter "worx"           is not installed.
        Adapter "xbox"           is not installed.
        Adapter "xs1"            is not installed.
        Adapter "yahka"          is not installed.
        Adapter "yamaha"         is not installed.
        Adapter "yeelight-2"     is not installed.
        Adapter "youtube"        is not installed.
        Adapter "yr"             is not installed.
        Adapter "zigbee"         is not installed.
        Adapter "zont"           is not installed.
        Adapter "zwave"          is not installed.
        pi@ioBrokerWS:~ $
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @Homoran last edited by Glasfaser

          @Homoran

          Danke ... für die Info.

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

            @WalterKA said in Adapter Updates können nicht installiert werden:

            Das Ergebnis bleibt negativ. Ich spiele gerade wieder mein Backup zurück.

            Und wie soll man dir da strukturiert helfen, wenn du andauernd ein Backup einspielst? Da fangen wir doch wieder von vorne an... -_-

            1 Reply Last reply Reply Quote 0
            • J
              Jan1 @Glasfaser last edited by Jan1

              und wenn schon ein Backup, dann vorher die System Adpter aktualisieren.

              W 1 Reply Last reply Reply Quote 0
              • wendy2702
                wendy2702 last edited by

                Blicke nicht wirklich durch aber du hast welche Version vom JS-Controller ?

                Den Verwahrungsort auf default oder latest?

                J 1 Reply Last reply Reply Quote 0
                • J
                  Jan1 @wendy2702 last edited by

                  @wendy2702
                  ich bin auf latest und hab den:
                  3e1f509f-a8a9-4c96-a1ac-f5147fcc1ebb-grafik.png

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

                    @Jan1 Ich glaube du warst nicht gemeint, sondern Backup-Walter...

                    wendy2702 J 2 Replies Last reply Reply Quote 0
                    • wendy2702
                      wendy2702 @Thomas Braun last edited by

                      @Thomas-Braun Riiiiccchhhhhtttiiiigggggg

                      1 Reply Last reply Reply Quote 0
                      • J
                        Jan1 @Thomas Braun last edited by

                        @Thomas-Braun
                        ist aber auch wieder ein Durcheinander hier 🙂

                        1 Reply Last reply Reply Quote 0
                        • W
                          WalterKA last edited by WalterKA

                          Wenn ich das Backup nicht einspiele dann komme ich nicht mehr auf die ioBroker Webseite, denn die ist tot nachdem ich versuchte einen der Adapter mit dem Update zu versorgen

                          .... und ich bin auf default

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

                            @WalterKA Die Web-Seite interessiert uns doch auch gar nicht. Wir sind hier in der Konsole unterwegs...

                            W 1 Reply Last reply Reply Quote 0
                            • W
                              WalterKA @Jan1 last edited by

                              @Jan1

                              wie soll ich das machen wenn die Webseite down ist nachdem ich einen Adapter updaten wollte?

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

                                @WalterKA Die hier angegebenen Konsolenbefehle ausführen. Und Rückmeldungen hier wieder rein, damit wir sehen was da bei dir Pegel ist.

                                W 1 Reply Last reply Reply Quote 0
                                • W
                                  WalterKA @Thomas Braun last edited by

                                  @Thomas-Braun
                                  OK. Das habe ich jetzt verstanden, wusste ich aber vorher auch nicht.

                                  Das Backup habe ich noch nicht zurück gespielt. Was soll ich jetzt machen?

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

                                    @WalterKA Du machst jetzt nix anderes nebenher und führst die Konsolenbefehle auf dem Raspi aus.

                                    sudo apt update && sudo apt dist-upgrade
                                    

                                    Die Ausgabe will ich sehen.

                                    W 1 Reply Last reply Reply Quote 0
                                    • W
                                      WalterKA @Thomas Braun last edited by

                                      @Thomas-Braun

                                      Bislang habe ich brav sämtliche Konsolenbefehle eingegeben und die Ergebnisse gepostet. Das mache ich sehr gerne mit, denn ich bin heilfroh das ihr mir helft. Manche Befehle konnte ich nicht umgehend umsetzen weil mir dazu schlichtweg die Erfahrung mit ioBroker oder Putty fehlt. Wenn ich lese "einen screenshot von top" senden, dann weiß ich zunächst nichts damit anzufangen, weil ich mich noch nicht auskenne. Ich wusste zudem auch nicht, dass ich nicht das Backup wiederherstellen soll weil ihr zur Fehleranalyse keine Webseite benötigt.
                                      Bitte habt Rücksicht, denn ich habe so gut wie keine Ahnung von ioBroker.

                                      J 1 Reply Last reply Reply Quote 0
                                      • J
                                        Jan1 @WalterKA last edited by

                                        @WalterKA
                                        Du bist in guten Händen, Thomas hat Plan 😉

                                        1 Reply Last reply Reply Quote 0
                                        • W
                                          WalterKA @Thomas Braun last edited by

                                          @Thomas-Braun sagte in Adapter Updates können nicht installiert werden:

                                          sudo apt update && sudo apt dist-upgrade

                                          Es dauerte etwas lange bis alles durchgelaufen war. Hier das Ergebnis:

                                          Using username "pi".
                                          Linux ioBrokerWS 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l
                                          
                                          The programs included with the Debian GNU/Linux system are free software;
                                          the exact distribution terms for each program are described in the
                                          individual files in /usr/share/doc/*/copyright.
                                          
                                          Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                                          permitted by applicable law.
                                          Last login: Mon May  4 19:58:53 2020 from 192.168.178.37
                                          pi@ioBrokerWS:~ $ sudo apt update && sudo apt dist-upgrade
                                          OK:1 http://phoscon.de/apt/deconz buster InRelease
                                          Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
                                          OK:3 http://archive.raspberrypi.org/debian buster InRelease
                                          OK:4 https://deb.nodesource.com/node_12.x buster InRelease
                                          Es wurden 15,0 kB in 2 s geholt (7.225 B/s).
                                          Paketlisten werden gelesen... Fertig
                                          Abhängigkeitsbaum wird aufgebaut.
                                          Statusinformationen werden eingelesen.... Fertig
                                          Aktualisierung für 40 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                                          Paketlisten werden gelesen... Fertig
                                          Abhängigkeitsbaum wird aufgebaut.
                                          Statusinformationen werden eingelesen.... Fertig
                                          Paketaktualisierung (Upgrade) wird berechnet... Fertig
                                          Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                                            libmicrodns0
                                          Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                                          Die folgenden Pakete werden aktualisiert (Upgrade):
                                            firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek git git-man libgnutls30 libjavascriptcoregtk-4.0-18 libssl1.1 libvlc-bin libvlc5 libvlccore9 libwebkit2gtk-4.0-37 lxinput lxplug-cputemp
                                            lxterminal openssl pi-package pi-package-data pi-package-session pishutdown pprompt python3-pgzero rpi-chromium-mods rpi-eeprom rpi-eeprom-images rpi-update vlc vlc-bin vlc-data vlc-l10n vlc-plugin-base vlc-plugin-notify
                                            vlc-plugin-qt vlc-plugin-samba vlc-plugin-skins2 vlc-plugin-video-output vlc-plugin-video-splitter vlc-plugin-visualization
                                          40 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                          Es müssen 59,7 MB an Archiven heruntergeladen werden.
                                          Nach dieser Operation werden 2.659 kB Plattenplatz zusätzlich benutzt.
                                          Möchten Sie fortfahren? [J/n] j
                                          Holen:1 http://archive.raspberrypi.org/debian buster/main armhf rpi-chromium-mods armhf 20200407 [9.189 kB]
                                          Holen:2 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster/main armhf libgnutls30 armhf 3.6.7-4+deb10u3 [1.047 kB]
                                          Holen:4 http://ftp.agdsn.de/pub/mirrors/raspbian/raspbian buster/main armhf git armhf 1:2.20.1-2+deb10u3 [4.194 kB]
                                          Holen:7 http://archive.raspberrypi.org/debian buster/main armhf firmware-atheros all 1:20190114-1+rpt6 [3.887 kB]
                                          Holen:8 http://archive.raspberrypi.org/debian buster/main armhf firmware-brcm80211 all 1:20190114-1+rpt6 [4.358 kB]
                                          Holen:3 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster/main armhf git-man all 1:2.20.1-2+deb10u3 [1.620 kB]
                                          Holen:9 http://archive.raspberrypi.org/debian buster/main armhf firmware-libertas all 1:20190114-1+rpt6 [3.423 kB]
                                          Holen:10 http://archive.raspberrypi.org/debian buster/main armhf firmware-misc-nonfree all 1:20190114-1+rpt6 [3.069 kB]
                                          Holen:11 http://archive.raspberrypi.org/debian buster/main armhf firmware-realtek all 1:20190114-1+rpt6 [495 kB]
                                          Holen:12 http://archive.raspberrypi.org/debian buster/main armhf libssl1.1 armhf 1.1.1d-0+deb10u3+rpt1 [1.275 kB]
                                          Holen:13 http://archive.raspberrypi.org/debian buster/main armhf libvlccore9 armhf 3.0.10-0+deb10u1+rpt1 [476 kB]
                                          Holen:14 http://archive.raspberrypi.org/debian buster/main armhf vlc-plugin-skins2 armhf 3.0.10-0+deb10u1+rpt1 [513 kB]
                                          Holen:15 http://archive.raspberrypi.org/debian buster/main armhf vlc armhf 3.0.10-0+deb10u1+rpt1 [141 kB]
                                          Holen:16 http://archive.raspberrypi.org/debian buster/main armhf vlc-plugin-qt armhf 3.0.10-0+deb10u1+rpt1 [1.022 kB]
                                          Holen:17 http://archive.raspberrypi.org/debian buster/main armhf vlc-plugin-video-output armhf 3.0.10-0+deb10u1+rpt1 [194 kB]
                                          Holen:18 http://archive.raspberrypi.org/debian buster/main armhf vlc-l10n all 3.0.10-0+deb10u1+rpt1 [5.861 kB]
                                          Holen:5 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster/main armhf libwebkit2gtk-4.0-37 armhf 2.26.4-1~deb10u3+rpi1 [9.957 kB]
                                          Holen:19 http://archive.raspberrypi.org/debian buster/main armhf vlc-plugin-base armhf 3.0.10-0+deb10u1+rpt1 [2.580 kB]
                                          Holen:20 http://archive.raspberrypi.org/debian buster/main armhf vlc-data all 3.0.10-0+deb10u1+rpt1 [448 kB]
                                          Holen:21 http://archive.raspberrypi.org/debian buster/main armhf libvlc5 armhf 3.0.10-0+deb10u1+rpt1 [164 kB]
                                          Holen:22 http://archive.raspberrypi.org/debian buster/main armhf vlc-bin armhf 3.0.10-0+deb10u1+rpt1 [161 kB]
                                          Holen:23 http://archive.raspberrypi.org/debian buster/main armhf libvlc-bin armhf 3.0.10-0+deb10u1+rpt1 [124 kB]
                                          Holen:24 http://archive.raspberrypi.org/debian buster/main armhf lxinput armhf 0.3.5-1+rpi9 [61,4 kB]
                                          Holen:25 http://archive.raspberrypi.org/debian buster/main armhf lxplug-cputemp armhf 0.4 [8.864 B]
                                          Holen:26 http://archive.raspberrypi.org/debian buster/main armhf lxterminal armhf 0.3.2-1+rpt3 [89,6 kB]
                                          Holen:27 http://archive.raspberrypi.org/debian buster/main armhf openssl armhf 1.1.1d-0+deb10u3+rpt1 [807 kB]
                                          Holen:28 http://archive.raspberrypi.org/debian buster/main armhf pi-package-data all 0.6 [1.045 kB]
                                          Holen:29 http://archive.raspberrypi.org/debian buster/main armhf pi-package-session armhf 0.6 [72,9 kB]
                                          Holen:30 http://archive.raspberrypi.org/debian buster/main armhf pi-package armhf 0.6 [131 kB]
                                          Holen:31 http://archive.raspberrypi.org/debian buster/main armhf pishutdown armhf 0.12 [6.752 B]
                                          Holen:32 http://archive.raspberrypi.org/debian buster/main armhf pprompt all 0.14 [3.628 B]
                                          Holen:33 http://archive.raspberrypi.org/debian buster/main armhf python3-pgzero all 1.2.post4+dfsg-2 [72,3 kB]
                                          Holen:34 http://archive.raspberrypi.org/debian buster/main armhf rpi-eeprom-images all 6.0-1 [352 kB]
                                          Holen:35 http://archive.raspberrypi.org/debian buster/main armhf rpi-eeprom all 6.0-1 [17,8 kB]
                                          Holen:36 http://archive.raspberrypi.org/debian buster/main armhf rpi-update all 20200409 [7.488 B]
                                          Holen:37 http://archive.raspberrypi.org/debian buster/main armhf vlc-plugin-notify armhf 3.0.10-0+deb10u1+rpt1 [125 kB]
                                          Holen:38 http://archive.raspberrypi.org/debian buster/main armhf vlc-plugin-samba armhf 3.0.10-0+deb10u1+rpt1 [126 kB]
                                          Holen:39 http://archive.raspberrypi.org/debian buster/main armhf vlc-plugin-video-splitter armhf 3.0.10-0+deb10u1+rpt1 [139 kB]
                                          Holen:40 http://archive.raspberrypi.org/debian buster/main armhf vlc-plugin-visualization armhf 3.0.10-0+deb10u1+rpt1 [141 kB]
                                          Holen:6 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster/main armhf libjavascriptcoregtk-4.0-18 armhf 2.26.4-1~deb10u3+rpi1 [2.259 kB]
                                          Es wurden 59,7 MB in 24 s geholt (2.469 kB/s).
                                          Changelogs werden gelesen... Fertig
                                          Extrahiere Vorlagen aus Paketen: 100%
                                          Vorkonfiguration der Pakete ...
                                          (Lese Datenbank ... 99706 Dateien und Verzeichnisse sind derzeit installiert.)
                                          Vorbereitung zum Entpacken von .../rpi-chromium-mods_20200407_armhf.deb ...
                                          Entpacken von rpi-chromium-mods (20200407) über (20200207) ...
                                          Vorbereitung zum Entpacken von .../libgnutls30_3.6.7-4+deb10u3_armhf.deb ...
                                          Entpacken von libgnutls30:armhf (3.6.7-4+deb10u3) über (3.6.7-4+deb10u2) ...
                                          libgnutls30:armhf (3.6.7-4+deb10u3) wird eingerichtet ...
                                          (Lese Datenbank ... 99706 Dateien und Verzeichnisse sind derzeit installiert.)
                                          Vorbereitung zum Entpacken von .../00-firmware-atheros_1%3a20190114-1+rpt6_all.deb ...
                                          Entpacken von firmware-atheros (1:20190114-1+rpt6) über (1:20190114-1+rpt5) ...
                                          Vorbereitung zum Entpacken von .../01-firmware-brcm80211_1%3a20190114-1+rpt6_all.deb ...
                                          Entpacken von firmware-brcm80211 (1:20190114-1+rpt6) über (1:20190114-1+rpt5) ...
                                          Vorbereitung zum Entpacken von .../02-firmware-libertas_1%3a20190114-1+rpt6_all.deb ...
                                          Entpacken von firmware-libertas (1:20190114-1+rpt6) über (1:20190114-1+rpt5) ...
                                          Vorbereitung zum Entpacken von .../03-firmware-misc-nonfree_1%3a20190114-1+rpt6_all.deb ...
                                          Entpacken von firmware-misc-nonfree (1:20190114-1+rpt6) über (1:20190114-1+rpt5) ...
                                          Vorbereitung zum Entpacken von .../04-firmware-realtek_1%3a20190114-1+rpt6_all.deb ...
                                          Entpacken von firmware-realtek (1:20190114-1+rpt6) über (1:20190114-1+rpt5) ...
                                          Vorbereitung zum Entpacken von .../05-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
                                          Entpacken von git-man (1:2.20.1-2+deb10u3) über (1:2.20.1-2+deb10u1) ...
                                          Vorbereitung zum Entpacken von .../06-git_1%3a2.20.1-2+deb10u3_armhf.deb ...
                                          Entpacken von git (1:2.20.1-2+deb10u3) über (1:2.20.1-2+deb10u1) ...
                                          Vorbereitung zum Entpacken von .../07-libwebkit2gtk-4.0-37_2.26.4-1~deb10u3+rpi1_armhf.deb ...
                                          Entpacken von libwebkit2gtk-4.0-37:armhf (2.26.4-1~deb10u3+rpi1) über (2.26.4-1~deb10u2+rpi1) ...
                                          Vorbereitung zum Entpacken von .../08-libjavascriptcoregtk-4.0-18_2.26.4-1~deb10u3+rpi1_armhf.deb ...
                                          Entpacken von libjavascriptcoregtk-4.0-18:armhf (2.26.4-1~deb10u3+rpi1) über (2.26.4-1~deb10u2+rpi1) ...
                                          Vorbereitung zum Entpacken von .../09-libssl1.1_1.1.1d-0+deb10u3+rpt1_armhf.deb ...
                                          Entpacken von libssl1.1:armhf (1.1.1d-0+deb10u3+rpt1) über (1.1.1d-0+deb10u2+rpt1) ...
                                          Vorbereitung zum Entpacken von .../10-libvlccore9_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von libvlccore9:armhf (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../11-vlc-plugin-skins2_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von vlc-plugin-skins2:armhf (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../12-vlc_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von vlc (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../13-vlc-plugin-qt_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von vlc-plugin-qt:armhf (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../14-vlc-plugin-video-output_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von vlc-plugin-video-output:armhf (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../15-vlc-l10n_3.0.10-0+deb10u1+rpt1_all.deb ...
                                          Entpacken von vlc-l10n (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../16-vlc-plugin-base_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von vlc-plugin-base:armhf (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../17-vlc-data_3.0.10-0+deb10u1+rpt1_all.deb ...
                                          Entpacken von vlc-data (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../18-libvlc5_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von libvlc5:armhf (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../19-vlc-bin_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von vlc-bin (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../20-libvlc-bin_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von libvlc-bin:armhf (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../21-lxinput_0.3.5-1+rpi9_armhf.deb ...
                                          Entpacken von lxinput (0.3.5-1+rpi9) über (0.3.5-1+rpi7) ...
                                          Vorbereitung zum Entpacken von .../22-lxplug-cputemp_0.4_armhf.deb ...
                                          Entpacken von lxplug-cputemp (0.4) über (0.3) ...
                                          Vorbereitung zum Entpacken von .../23-lxterminal_0.3.2-1+rpt3_armhf.deb ...
                                          Entpacken von lxterminal (0.3.2-1+rpt3) über (0.3.2-1+rpt2) ...
                                          Vorbereitung zum Entpacken von .../24-openssl_1.1.1d-0+deb10u3+rpt1_armhf.deb ...
                                          Entpacken von openssl (1.1.1d-0+deb10u3+rpt1) über (1.1.1d-0+deb10u2+rpt1) ...
                                          Vorbereitung zum Entpacken von .../25-pi-package-data_0.6_all.deb ...
                                          Entpacken von pi-package-data (0.6) über (0.5) ...
                                          Vorbereitung zum Entpacken von .../26-pi-package-session_0.6_armhf.deb ...
                                          Entpacken von pi-package-session (0.6) über (0.5) ...
                                          Vorbereitung zum Entpacken von .../27-pi-package_0.6_armhf.deb ...
                                          Entpacken von pi-package (0.6) über (0.5) ...
                                          Vorbereitung zum Entpacken von .../28-pishutdown_0.12_armhf.deb ...
                                          »Umleitung von /usr/bin/lxde-pi-shutdown-helper zu /usr/bin/lxde-pi-shutdown-helper.old durch pishutdown« wird beibehalten
                                          Entpacken von pishutdown (0.12) über (0.11) ...
                                          Vorbereitung zum Entpacken von .../29-pprompt_0.14_all.deb ...
                                          Entpacken von pprompt (0.14) über (0.13) ...
                                          Vorbereitung zum Entpacken von .../30-python3-pgzero_1.2.post4+dfsg-2_all.deb ...
                                          Entpacken von python3-pgzero (1.2.post4+dfsg-2) über (1.2.post4+dfsg-1) ...
                                          Vorbereitung zum Entpacken von .../31-rpi-eeprom-images_6.0-1_all.deb ...
                                          Entpacken von rpi-eeprom-images (6.0-1) über (5.2-1) ...
                                          Vorbereitung zum Entpacken von .../32-rpi-eeprom_6.0-1_all.deb ...
                                          Entpacken von rpi-eeprom (6.0-1) über (5.2-1) ...
                                          Vorbereitung zum Entpacken von .../33-rpi-update_20200409_all.deb ...
                                          Entpacken von rpi-update (20200409) über (20140705) ...
                                          Vorbereitung zum Entpacken von .../34-vlc-plugin-notify_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von vlc-plugin-notify:armhf (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../35-vlc-plugin-samba_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von vlc-plugin-samba:armhf (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../36-vlc-plugin-video-splitter_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von vlc-plugin-video-splitter:armhf (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          Vorbereitung zum Entpacken von .../37-vlc-plugin-visualization_3.0.10-0+deb10u1+rpt1_armhf.deb ...
                                          Entpacken von vlc-plugin-visualization:armhf (3.0.10-0+deb10u1+rpt1) über (3.0.8-0+deb10u1+rpt7) ...
                                          rpi-chromium-mods (20200407) wird eingerichtet ...
                                          libssl1.1:armhf (1.1.1d-0+deb10u3+rpt1) wird eingerichtet ...
                                          firmware-atheros (1:20190114-1+rpt6) wird eingerichtet ...
                                          firmware-misc-nonfree (1:20190114-1+rpt6) wird eingerichtet ...
                                          update-initramfs: deferring update (trigger activated)
                                          libjavascriptcoregtk-4.0-18:armhf (2.26.4-1~deb10u3+rpi1) wird eingerichtet ...
                                          vlc-l10n (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          pprompt (0.14) wird eingerichtet ...
                                          python3-pgzero (1.2.post4+dfsg-2) wird eingerichtet ...
                                          lxinput (0.3.5-1+rpi9) wird eingerichtet ...
                                          firmware-brcm80211 (1:20190114-1+rpt6) wird eingerichtet ...
                                          firmware-realtek (1:20190114-1+rpt6) wird eingerichtet ...
                                          update-initramfs: deferring update (trigger activated)
                                          rpi-update (20200409) wird eingerichtet ...
                                          pi-package-data (0.6) wird eingerichtet ...
                                          libvlccore9:armhf (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          lxterminal (0.3.2-1+rpt3) wird eingerichtet ...
                                          update-alternatives: /usr/bin/lxterminal wird verwendet, um /usr/bin/x-terminal-emulator (x-terminal-emulator) im automatischen Modus bereitzustellen
                                          libwebkit2gtk-4.0-37:armhf (2.26.4-1~deb10u3+rpi1) wird eingerichtet ...
                                          vlc-plugin-qt:armhf (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          firmware-libertas (1:20190114-1+rpt6) wird eingerichtet ...
                                          pishutdown (0.12) wird eingerichtet ...
                                          git-man (1:2.20.1-2+deb10u3) wird eingerichtet ...
                                          rpi-eeprom-images (6.0-1) wird eingerichtet ...
                                          lxplug-cputemp (0.4) wird eingerichtet ...
                                          openssl (1.1.1d-0+deb10u3+rpt1) wird eingerichtet ...
                                          vlc-data (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          vlc-plugin-notify:armhf (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          vlc-plugin-video-output:armhf (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          vlc-plugin-samba:armhf (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          vlc-plugin-skins2:armhf (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          vlc-plugin-video-splitter:armhf (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          libvlc5:armhf (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          vlc-plugin-visualization:armhf (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          pi-package-session (0.6) wird eingerichtet ...
                                          git (1:2.20.1-2+deb10u3) wird eingerichtet ...
                                          libvlc-bin:armhf (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          rpi-eeprom (6.0-1) wird eingerichtet ...
                                          vlc-plugin-base:armhf (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          vlc-bin (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          vlc (3.0.10-0+deb10u1+rpt1) wird eingerichtet ...
                                          Trigger für desktop-file-utils (0.23-4) werden verarbeitet ...
                                          Trigger für mime-support (3.62) werden verarbeitet ...
                                          Trigger für hicolor-icon-theme (0.17-2) werden verarbeitet ...
                                          Trigger für gnome-menus (3.31.4-3) werden verarbeitet ...
                                          Trigger für libglib2.0-0:armhf (2.58.3-2+deb10u2) werden verarbeitet ...
                                          Trigger für libc-bin (2.28-10+rpi1) werden verarbeitet ...
                                          Trigger für man-db (2.8.5-2) werden verarbeitet ...
                                          pi-package (0.6) wird eingerichtet ...
                                          Trigger für initramfs-tools (0.133+deb10u1) werden verarbeitet ...
                                          
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @WalterKA last edited by Thomas Braun

                                            @WalterKA Wenn das durch ist, einmal durchstarten:

                                            sudo reboot
                                            
                                            W J 2 Replies 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

                                            959
                                            Online

                                            32.1k
                                            Users

                                            80.7k
                                            Topics

                                            1.3m
                                            Posts

                                            update adapter
                                            10
                                            156
                                            11675
                                            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