- Home
- Deutsch
- ioBroker Allgemein
- iOBroker nicht mehr erreichbar nach Updates
iOBroker nicht mehr erreichbar nach Updates
-
Hallo,
Ich habe vorgestern über die ioBroker Oberfläche mehrere updates insterliert.
Und dann habe ich das Problem das ich nicht mehr auf die ioBroker Admin oberfläche gekommen bin also :8081 . Auf die VIS oberfläche :8082 bin ich ganz normal gekommen obwohl mir da Bilder in der Vis oberfläche gefällt haben. Ich habe hier im Forum das Problem auch gefunden und auch folgene sachen schon gemacht.1.cd /opt/iobroker 2.iobroker stop 3.npm install iobroker.admin 4.iobroker upload admin 5.iobroker start
Leider war das ohne erfolg und jetzt komme ich auch nicht mehr auf die VIS oberfläche.
Dann habe ich noch folges gefunden
1 cd /opt/iobroker 2 iobroker stop 3 npm install iobroker.admin 4 iobroker upload admin 5 iobroker start
Bei 3 Habe ich folgene meldung bekommen
npm install iobroker.admin npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) + iobroker.admin@4.1.11 updated 1 package in 29.677s 20 packages are looking for funding run `npm fund` for details
run npm fund : zeigt folgenes:
/opt/iobroker $ npm fund iobroker.inst@2.0.3 ├─┬ https://github.com/sponsors/epoberezkin │ └── ajv@6.12.4 ├─┬ https://github.com/sponsors/ljharb │ └── resolve@1.17.0, is-nan@1.3.0, has-symbols@1.0.1 ├─┬ https://github.com/sponsors/feross │ └── simple-concat@1.0.1, safe-buffer@5.2.1 ├─┬ https://www.patreon.com/feross │ └── simple-concat@1.0.1, safe-buffer@5.2.1 ├─┬ https://feross.org/support │ └── simple-concat@1.0.1, safe-buffer@5.2.1 ├─┬ https://github.com/sponsors/sindresorhus │ └── mimic-response@2.1.0, p-queue@6.6.2, delay@4.4.0, get-port@5.1.1, public-ip@4.0.2, get-stream@5.2.0, onetime@5.1.2, p-queue@6.6.1 ├─┬ https://github.com/sponsors/RubenVerborgh │ └── follow-redirects@1.13.0 ├─┬ https://www.buymeacoffee.com/systeminfo │ └── systeminformation@4.30.6 ├─┬ https://github.com/sindresorhus/execa?sponsor=1 │ └── execa@4.0.3 ├─┬ https://github.com/sponsors/isaacs │ └── glob@7.1.6 ├─┬ https://github.com/chalk/wrap-ansi?sponsor=1 │ └── wrap-ansi@7.0.0 └─┬ https://github.com/chalk/ansi-styles?sponsor=1 └── ansi-styles@4.2.1
bei 4 bekomme ich folgen Meldung:
code_text /opt/iobroker $ iobroker upload admin internal/modules/cjs/loader.js:968 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15) at Function.Module._load (internal/modules/cjs/loader.js:841:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }
Ich habe einen Resberry Pi4 und dadran noch einen ConBee II Stick.Ich bin über jede Hilfe dankbar . Ich habe auch nie ein BackUp von der VIS oberfläche oder vom ioBroker gemacht wenn ich noch iwas retten kan ohne alles neu aufzuspielen wäre das Super.
-
whoami && who -r && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
iobroker list adapters iobroker list instances
-
Danke für die schnelle Antwort:
hier sind die Codes:
$ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs /usr/bin/nodejs v12.18.3 /usr/bin/node v12.18.3 /usr/bin/npm 6.14.6 nodejs: Installiert: 12.18.3-1nodesource1 Installationskandidat: 12.18.3-1nodesource1 Versionstabelle: *** 12.18.3-1nodesource1 500 500 https://deb.nodesource.com/node_12.x buster/main armhf Packages 100 /var/lib/dpkg/status 10.21.0~dfsg-1~deb10u1+rpi1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
iobroker list adapters internal/modules/cjs/loader.js:968 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15) at Function.Module._load (internal/modules/cjs/loader.js:841:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []
$ iobroker list instances internal/modules/cjs/loader.js:968 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15) at Function.Module._load (internal/modules/cjs/loader.js:841:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []
-
iobroker fix
-
iobroker fix library: loaded Library version=2020-06-12 ioBroker is not installed in /opt/iobroker! Cannot fix anything...
Das finde jetzt komisch gelöscht habe ich nix
-
@oneill2612
Wenn der fix nichts bringt:cd /opt/iobroker whoami sudo -H -u iobroker npm install iobroker.js-controller
-
Ein etwas längerer Code :
Und da sind Paar WARN drin
sudo -H -u iobroker npm install iobroker.js-controller > iobroker.js-controller@3.1.6 preinstall /opt/iobroker/node_modules/iobroker.js-controller > node lib/preinstallCheck.js NPM version: 6.14.6 > unix-dgram@2.0.3 install /opt/iobroker/node_modules/unix-dgram > node-gyp rebuild make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird betreten CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o In file included from ../src/unix_dgram.cc:5: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2294: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 ../../nan/nan.h:56, from ../src/unix_dgram.cc:5: ../src/unix_dgram.cc: At global scope: /home/iobroker/.cache/node-gyp/12.18.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.18.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/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(unix_dgram, Initialize) ^~~~~~~~~~~ SOLINK_MODULE(target) Release/obj.target/unix_dgram.node COPY Release/unix_dgram.node make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird verlassen > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional > node rebuild.js ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks. > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage > node-gyp rebuild make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird betreten CXX(target) Release/obj.target/diskusage/src/main.o In file included from ../src/main.cpp:3: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2294: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 ../../nan/nan.h:56, from ../src/main.cpp:3: ../src/main.cpp: At global scope: /home/iobroker/.cache/node-gyp/12.18.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.18.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/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(diskusage, Init) ^~~~~~~~~~~ CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o SOLINK_MODULE(target) Release/obj.target/diskusage.node COPY Release/diskusage.node make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird verlassen > iobroker.js-controller@3.1.6 install /opt/iobroker/node_modules/iobroker.js-controller > node iobroker.js setup first Existing earlier generated certificate is invalid (too old, validity longer then 345 days or keylength too short). Generating new Certificate! object system.certificates updated The following notifications happened during sync: - Ignoring Directory "Symbole" because officially not created as meta object. Please remove directory! - Ignoring Directory "ring.0" because officially not created as meta object. Please remove directory! > acme-v2@1.8.6 postinstall /opt/iobroker/node_modules/acme-v2 > node scripts/postinstall Greenlock and ACME.js v3 are on the way! Watch for updates at https://indiegogo.com/at/greenlock npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) + iobroker.js-controller@3.1.6 added 140 packages from 156 contributors in 61.513s 23 packages are looking for funding run `npm fund` for details
-
iobroker restart whoami && who -r sudo apt update sudo apt dist-upgrade
-
Alls gemacht beim letzten steht er jetzt bei 6% und macht nix mehr.
whoami && who -r pi Runlevel 5 2020-11-28 11:51
sudo apt update Holen:1 http://phoscon.de/apt/deconz buster InRelease [2.857 B] Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB] Holen:3 http://archive.raspberrypi.org/debian buster InRelease [32,6 kB] Holen:4 https://deb.nodesource.com/node_12.x buster InRelease [4.584 B] Holen:5 http://phoscon.de/apt/deconz buster/main armhf Packages [717 B] Holen:6 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13,0 MB] Holen:7 http://archive.raspberrypi.org/debian buster/main armhf Packages [336 kB] Holen:8 https://deb.nodesource.com/node_12.x buster/main armhf Packages [773 B] Holen:9 http://raspbian.raspberrypi.org/raspbian buster/contrib armhf Packages [58,7 kB] Es wurden 13,5 MB in 9 s geholt (1.508 kB/s). Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Aktualisierung für 61 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
/opt/iobroker $ sudo apt dist-upgrade Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Paketaktualisierung (Upgrade) wird berechnet... Fertig Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt: rpi-eeprom-images wiringpi Verwenden Sie »sudo apt autoremove«, um sie zu entfernen. Die folgenden Pakete werden aktualisiert (Upgrade): base-files bind9-host bluez-firmware deconz dphys-swapfile firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek libbind9-161 libdbi-perl libdns-export1104 libdns1104 libegl-mesa0 libfreetype6 libfreetype6-dev libgbm1 libglapi-mesa libgssapi-krb5-2 libisc-export1100 libisc1100 libisccc161 libisccfg163 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common liblwres161 libmariadb3 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5sql5 libqt5sql5-sqlite libqt5widgets5 libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0 libx11-6 libx11-data libx11-xcb1 mariadb-client mariadb-client-10.3 mariadb-client-core-10.3 mariadb-common mariadb-server mariadb-server-10.3 mariadb-server-core-10.3 nodejs qt5-gtk-platformtheme raspberrypi-bootloader raspberrypi-kernel raspberrypi-sys-mods raspi-config rpi-eeprom rpi-eeprom-images tzdata 61 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. Es müssen 181 MB an Archiven heruntergeladen werden. Nach dieser Operation werden 14,0 MB Plattenplatz zusätzlich benutzt. Möchten Sie fortfahren? [J/n] J Holen:1 http://phoscon.de/apt/deconz buster/main armhf deconz armhf 2.05.88-raspbian-buster-stable [6.105 kB] Holen:2 http://archive.raspberrypi.org/debian buster/main armhf bluez-firmware all 1.2-4+rpt6 [174 kB] Holen:3 https://deb.nodesource.com/node_12.x buster/main armhf nodejs armhf 12.20.0-1nodesource1 [16,2 MB] Holen:5 http://archive.raspberrypi.org/debian buster/main armhf dphys-swapfile all 20100506-5+rpt2 [21,4 kB] Holen:6 http://archive.raspberrypi.org/debian buster/main armhf firmware-atheros all 1:20190114-1+rpt9 [3.887 kB] Holen:4 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf base-files armhf 10.3+rpi1+deb10u6 [70,1 kB] Holen:7 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf mariadb-common all 1:10.3.25-0+deb10u1 [32,1 kB] Holen:8 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf mariadb-server-core-10.3 armhf 1:10.3.25-0+deb10u1 [5.204 kB] Holen:25 http://archive.raspberrypi.org/debian buster/main armhf firmware-brcm80211 all 1:20190114-1+rpt9 [4.600 kB] Holen:9 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libdbi-perl armhf 1.642-1+deb10u1 [766 kB] Holen:10 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf mariadb-client-core-10.3 armhf 1:10.3.25-0+deb10u1 [4.707 kB] Holen:45 http://archive.raspberrypi.org/debian buster/main armhf firmware-libertas all 1:20190114-1+rpt9 [3.423 kB] Holen:11 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf mariadb-client-10.3 armhf 1:10.3.25-0+deb10u1 [985 kB] Holen:12 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf mariadb-server-10.3 armhf 1:10.3.25-0+deb10u1 [3.557 kB] Holen:47 http://archive.raspberrypi.org/debian buster/main armhf firmware-misc-nonfree all 1:20190114-1+rpt9 [3.072 kB] Holen:13 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libldap-common all 2.4.47+dfsg-3+rpi1+deb10u4 [89,9 kB] Holen:14 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+rpi1+deb10u4 [199 kB] Holen:15 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf tzdata all 2020d-0+deb10u1 [264 kB] Holen:16 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf bind9-host armhf 1:9.11.5.P4+dfsg-5.1+deb10u2 [268 kB] Holen:17 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libbind9-161 armhf 1:9.11.5.P4+dfsg-5.1+deb10u2 [244 kB] Holen:18 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libisccfg163 armhf 1:9.11.5.P4+dfsg-5.1+deb10u2 [258 kB] Holen:19 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libisccc161 armhf 1:9.11.5.P4+dfsg-5.1+deb10u2 [234 kB] Holen:20 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libdns1104 armhf 1:9.11.5.P4+dfsg-5.1+deb10u2 [1.079 kB] Holen:48 http://archive.raspberrypi.org/debian buster/main armhf firmware-realtek all 1:20190114-1+rpt9 [496 kB] Holen:49 http://archive.raspberrypi.org/debian buster/main armhf libegl-mesa0 armhf 19.3.2-1~bpo10+1~rpt2 [120 kB] Holen:21 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libisc1100 armhf 1:9.11.5.P4+dfsg-5.1+deb10u2 [422 kB] Holen:50 http://archive.raspberrypi.org/debian buster/main armhf libgbm1 armhf 19.3.2-1~bpo10+1~rpt2 [67,0 kB] Holen:51 http://archive.raspberrypi.org/debian buster/main armhf libglapi-mesa armhf 19.3.2-1~bpo10+1~rpt2 [78,1 kB] Holen:52 http://archive.raspberrypi.org/debian buster/main armhf libraspberrypi-doc armhf 1.20201022-1 [31,4 MB] Holen:22 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u1 [135 kB] Holen:23 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libkrb5-3 armhf 1.17-3+deb10u1 [320 kB] Holen:24 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libkrb5support0 armhf 1.17-3+deb10u1 [62,3 kB] Holen:26 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libk5crypto3 armhf 1.17-3+deb10u1 [117 kB] Holen:27 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf liblwres161 armhf 1:9.11.5.P4+dfsg-5.1+deb10u2 [247 kB] Holen:28 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libisc-export1100 armhf 1:9.11.5.P4+dfsg-5.1+deb10u2 [360 kB] Holen:29 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libdns-export1104 armhf 1:9.11.5.P4+dfsg-5.1+deb10u2 [871 kB] Holen:30 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libx11-xcb1 armhf 2:1.6.7-1+deb10u1 [190 kB] Holen:31 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libfreetype6-dev armhf 2.9.1-3+deb10u2 [479 kB] Holen:32 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libfreetype6 armhf 2.9.1-3+deb10u2 [317 kB] Holen:33 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libmariadb3 armhf 1:10.3.25-0+deb10u1 [159 kB] Holen:34 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libqt5core5a armhf 5.11.3+dfsg1-1+rpi1+deb10u4 [1.643 kB] Holen:35 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libqt5dbus5 armhf 5.11.3+dfsg1-1+rpi1+deb10u4 [198 kB] Holen:36 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libx11-data all 2:1.6.7-1+deb10u1 [294 kB] Holen:37 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libx11-6 armhf 2:1.6.7-1+deb10u1 [689 kB] Holen:38 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf qt5-gtk-platformtheme armhf 5.11.3+dfsg1-1+rpi1+deb10u4 [128 kB] Holen:39 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libqt5network5 armhf 5.11.3+dfsg1-1+rpi1+deb10u4 [559 kB] Holen:40 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libqt5gui5 armhf 5.11.3+dfsg1-1+rpi1+deb10u4 [2.190 kB] Holen:41 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libqt5sql5 armhf 5.11.3+dfsg1-1+rpi1+deb10u4 [127 kB] Holen:42 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libqt5sql5-sqlite armhf 5.11.3+dfsg1-1+rpi1+deb10u4 [67,5 kB] Holen:43 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf libqt5widgets5 armhf 5.11.3+dfsg1-1+rpi1+deb10u4 [1.937 kB] Holen:44 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf mariadb-client all 1:10.3.25-0+deb10u1 [30,9 kB] Holen:46 http://mirror.netcologne.de/raspbian/raspbian buster/main armhf mariadb-server all 1:10.3.25-0+deb10u1 [31,1 kB] Holen:53 http://archive.raspberrypi.org/debian buster/main armhf libraspberrypi-dev armhf 1.20201022-1 [402 kB] Holen:54 http://archive.raspberrypi.org/debian buster/main armhf raspberrypi-kernel armhf 1.20201022-1 [74,8 MB] Holen:55 http://archive.raspberrypi.org/debian buster/main armhf libraspberrypi-bin armhf 1.20201022-1 [341 kB] Holen:56 http://archive.raspberrypi.org/debian buster/main armhf libraspberrypi0 armhf 1.20201022-1 [847 kB] Holen:57 http://archive.raspberrypi.org/debian buster/main armhf raspberrypi-bootloader armhf 1.20201022-1 [4.507 kB] Holen:58 http://archive.raspberrypi.org/debian buster/main armhf raspberrypi-sys-mods armhf 20201026 [10,9 kB] Holen:59 http://archive.raspberrypi.org/debian buster/main armhf raspi-config all 20201108 [27,8 kB] Holen:60 http://archive.raspberrypi.org/debian buster/main armhf rpi-eeprom armhf 10.3-1 [397 kB] Holen:61 http://archive.raspberrypi.org/debian buster/main armhf rpi-eeprom-images armhf 10.3-1 [7.204 B] Es wurden 181 MB in 37 s geholt (4.862 kB/s). Changelogs werden gelesen... Fertig Extrahiere Vorlagen aus Paketen: 100% Vorkonfiguration der Pakete ... (Lese Datenbank ... 57039 Dateien und Verzeichnisse sind derzeit installiert.) Vorbereitung zum Entpacken von .../base-files_10.3+rpi1+deb10u6_armhf.deb ... Entpacken von base-files (10.3+rpi1+deb10u6) über (10.3+rpi1+deb10u4) ... base-files (10.3+rpi1+deb10u6) wird eingerichtet ... Neue Version der Konfigurationsdatei /etc/debian_version wird installiert ... (Lese Datenbank ... 57039 Dateien und Verzeichnisse sind derzeit installiert.) Vorbereitung zum Entpacken von .../mariadb-common_1%3a10.3.25-0+deb10u1_all.deb ... Entpacken von mariadb-common (1:10.3.25-0+deb10u1) über (1:10.3.23-0+deb10u1) ... Vorbereitung zum Entpacken von .../mariadb-server-core-10.3_1%3a10.3.25-0+deb10u1_armhf.deb ... Entpacken von mariadb-server-core-10.3 (1:10.3.25-0+deb10u1) über (1:10.3.23-0+deb10u1) ... Vorbereitung zum Entpacken von .../libdbi-perl_1.642-1+deb10u1_armhf.deb ... Entpacken von libdbi-perl:armhf (1.642-1+deb10u1) über (1.642-1+b1) ... Vorbereitung zum Entpacken von .../mariadb-client-core-10.3_1%3a10.3.25-0+deb10u1_armhf.deb ... Entpacken von mariadb-client-core-10.3 (1:10.3.25-0+deb10u1) über (1:10.3.23-0+deb10u1) ... Vorbereitung zum Entpacken von .../mariadb-client-10.3_1%3a10.3.25-0+deb10u1_armhf.deb ... Entpacken von mariadb-client-10.3 (1:10.3.25-0+deb10u1) über (1:10.3.23-0+deb10u1) ... mariadb-common (1:10.3.25-0+deb10u1) wird eingerichtet ... (Lese Datenbank ... 57038 Dateien und Verzeichnisse sind derzeit installiert.) Vorbereitung zum Entpacken von .../mariadb-server-10.3_1%3a10.3.25-0+deb10u1_armhf.deb ... Fortschritt: [ 6%] [###....................................................]
-
@oneill2612
Abwarten...Danach unbedingt rebooten:
sudo reboot
Und dann würde ich den Raspi auch in RunLevel 3 (ohne GUI) betreiben.
-
alles klar wollte es nur schreiben weil du mir bis jetzt bestimmt geholfen hast XD.. Wielange kann das ca dauern ? Es steht immer noch bei 6 % .
VIS ist wieder über 8082 erreichbar und meine Fenser auf Heizung aus Blocklys gehen auch wieder.
Und dann würde ich den Raspi auch in RunLevel 3 (ohne GUI) betreiben.
Was genau ist das ?
-
@oneill2612 sagte in iOBroker nicht mehr erreichbar nach Updates:
Und dann würde ich den Raspi auch in RunLevel 3 (ohne GUI) betreiben.
Was genau ist das ?Das ist der für Server vorgesehene Betriebsmodus.
sudo raspi-config
Menüpunkt 1 - S5 - B1
Dann nochmal rebooten.
-
So fertig durch gelaufen
Und jetzt mache ich gerade den Reboot. Und ändere den Betriebsmodus
sudo apt dist-upgrade Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Paketaktualisierung (Upgrade) wird berechnet... Fertig Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt: rpi-eeprom-images wiringpi Verwenden Sie »sudo apt autoremove«, um sie zu entfernen. Die folgenden Pakete werden aktualisiert (Upgrade): bind9-host bluez-firmware deconz dphys-swapfile firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek libbind9-161 libdns-export1104 libdns1104 libegl-mesa0 libfreetype6 libfreetype6-dev libgbm1 libglapi-mesa libgssapi-krb5-2 libisc-export1100 libisc1100 libisccc161 libisccfg163 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common liblwres161 libmariadb3 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5sql5 libqt5sql5-sqlite libqt5widgets5 libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0 libx11-6 libx11-data libx11-xcb1 mariadb-client mariadb-server mariadb-server-10.3 nodejs qt5-gtk-platformtheme raspberrypi-bootloader raspberrypi-kernel raspberrypi-sys-mods raspi-config rpi-eeprom rpi-eeprom-images tzdata 55 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. 1 nicht vollständig installiert oder entfernt. Es müssen noch 0 B von 169 MB an Archiven heruntergeladen werden. Nach dieser Operation werden 13,9 MB Plattenplatz zusätzlich benutzt. Möchten Sie fortfahren? [J/n] j Changelogs werden gelesen... Fertig Extrahiere Vorlagen aus Paketen: 100% Vorkonfiguration der Pakete ... (Lese Datenbank ... 57038 Dateien und Verzeichnisse sind derzeit installiert.) Vorbereitung zum Entpacken von .../mariadb-server-10.3_1%3a10.3.25-0+deb10u1_armhf.deb ... /var/lib/mysql: found previous version 10.3 Entpacken von mariadb-server-10.3 (1:10.3.25-0+deb10u1) über (1:10.3.23-0+deb10u1) ... Vorbereitung zum Entpacken von .../libldap-common_2.4.47+dfsg-3+rpi1+deb10u4_all.deb ... Entpacken von libldap-common (2.4.47+dfsg-3+rpi1+deb10u4) über (2.4.47+dfsg-3+rpi1+deb10u2) ... libldap-common (2.4.47+dfsg-3+rpi1+deb10u4) wird eingerichtet ... (Lese Datenbank ... 57038 Dateien und Verzeichnisse sind derzeit installiert.) Vorbereitung zum Entpacken von .../libldap-2.4-2_2.4.47+dfsg-3+rpi1+deb10u4_armhf.deb ... Entpacken von libldap-2.4-2:armhf (2.4.47+dfsg-3+rpi1+deb10u4) über (2.4.47+dfsg-3+rpi1+deb10u2) ... libldap-2.4-2:armhf (2.4.47+dfsg-3+rpi1+deb10u4) wird eingerichtet ... (Lese Datenbank ... 57038 Dateien und Verzeichnisse sind derzeit installiert.) Vorbereitung zum Entpacken von .../00-tzdata_2020d-0+deb10u1_all.deb ... Entpacken von tzdata (2020d-0+deb10u1) über (2020a-0+deb10u1) ... Vorbereitung zum Entpacken von .../01-bind9-host_1%3a9.11.5.P4+dfsg-5.1+deb10u2_armhf.deb ... Entpacken von bind9-host (1:9.11.5.P4+dfsg-5.1+deb10u2) über (1:9.11.5.P4+dfsg-5.1+deb10u1) ... Vorbereitung zum Entpacken von .../02-libbind9-161_1%3a9.11.5.P4+dfsg-5.1+deb10u2_armhf.deb ... Entpacken von libbind9-161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) über (1:9.11.5.P4+dfsg-5.1+deb10u1) ... Vorbereitung zum Entpacken von .../03-libisccfg163_1%3a9.11.5.P4+dfsg-5.1+deb10u2_armhf.deb ... Entpacken von libisccfg163:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) über (1:9.11.5.P4+dfsg-5.1+deb10u1) ... Vorbereitung zum Entpacken von .../04-libisccc161_1%3a9.11.5.P4+dfsg-5.1+deb10u2_armhf.deb ... Entpacken von libisccc161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) über (1:9.11.5.P4+dfsg-5.1+deb10u1) ... Vorbereitung zum Entpacken von .../05-libdns1104_1%3a9.11.5.P4+dfsg-5.1+deb10u2_armhf.deb ... Entpacken von libdns1104:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) über (1:9.11.5.P4+dfsg-5.1+deb10u1) ... Vorbereitung zum Entpacken von .../06-libisc1100_1%3a9.11.5.P4+dfsg-5.1+deb10u2_armhf.deb ... Entpacken von libisc1100:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) über (1:9.11.5.P4+dfsg-5.1+deb10u1) ... Vorbereitung zum Entpacken von .../07-libgssapi-krb5-2_1.17-3+deb10u1_armhf.deb ... Entpacken von libgssapi-krb5-2:armhf (1.17-3+deb10u1) über (1.17-3) ... Vorbereitung zum Entpacken von .../08-libkrb5-3_1.17-3+deb10u1_armhf.deb ... Entpacken von libkrb5-3:armhf (1.17-3+deb10u1) über (1.17-3) ... Vorbereitung zum Entpacken von .../09-libkrb5support0_1.17-3+deb10u1_armhf.deb ... Entpacken von libkrb5support0:armhf (1.17-3+deb10u1) über (1.17-3) ... Vorbereitung zum Entpacken von .../10-libk5crypto3_1.17-3+deb10u1_armhf.deb ... Entpacken von libk5crypto3:armhf (1.17-3+deb10u1) über (1.17-3) ... Vorbereitung zum Entpacken von .../11-liblwres161_1%3a9.11.5.P4+dfsg-5.1+deb10u2_armhf.deb ... Entpacken von liblwres161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) über (1:9.11.5.P4+dfsg-5.1+deb10u1) ... Vorbereitung zum Entpacken von .../12-bluez-firmware_1.2-4+rpt6_all.deb ... Entpacken von bluez-firmware (1.2-4+rpt6) über (1.2-4+rpt4) ... Vorbereitung zum Entpacken von .../13-dphys-swapfile_20100506-5+rpt2_all.deb ... Entpacken von dphys-swapfile (20100506-5+rpt2) über (20100506-5+rpt1) ... Vorbereitung zum Entpacken von .../14-firmware-atheros_1%3a20190114-1+rpt9_all.deb ... Entpacken von firmware-atheros (1:20190114-1+rpt9) über (1:20190114-1+rpt8) ... Vorbereitung zum Entpacken von .../15-firmware-brcm80211_1%3a20190114-1+rpt9_all.deb ... Entpacken von firmware-brcm80211 (1:20190114-1+rpt9) über (1:20190114-1+rpt8) ... Vorbereitung zum Entpacken von .../16-firmware-libertas_1%3a20190114-1+rpt9_all.deb ... Entpacken von firmware-libertas (1:20190114-1+rpt9) über (1:20190114-1+rpt8) ... Vorbereitung zum Entpacken von .../17-firmware-misc-nonfree_1%3a20190114-1+rpt9_all.deb ... Entpacken von firmware-misc-nonfree (1:20190114-1+rpt9) über (1:20190114-1+rpt8) ... Vorbereitung zum Entpacken von .../18-firmware-realtek_1%3a20190114-1+rpt9_all.deb ... Entpacken von firmware-realtek (1:20190114-1+rpt9) über (1:20190114-1+rpt8) ... Vorbereitung zum Entpacken von .../19-libisc-export1100_1%3a9.11.5.P4+dfsg-5.1+deb10u2_armhf.deb ... Entpacken von libisc-export1100:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) über (1:9.11.5.P4+dfsg-5.1+deb10u1) ... Vorbereitung zum Entpacken von .../20-libdns-export1104_1%3a9.11.5.P4+dfsg-5.1+deb10u2_armhf.deb ... Entpacken von libdns-export1104 (1:9.11.5.P4+dfsg-5.1+deb10u2) über (1:9.11.5.P4+dfsg-5.1+deb10u1) ... Vorbereitung zum Entpacken von .../21-libegl-mesa0_19.3.2-1~bpo10+1~rpt2_armhf.deb ... Entpacken von libegl-mesa0:armhf (19.3.2-1~bpo10+1~rpt2) über (19.3.2-1~bpo10+1~rpt1) ... Vorbereitung zum Entpacken von .../22-libgbm1_19.3.2-1~bpo10+1~rpt2_armhf.deb ... Entpacken von libgbm1:armhf (19.3.2-1~bpo10+1~rpt2) über (19.3.2-1~bpo10+1~rpt1) ... Vorbereitung zum Entpacken von .../23-libglapi-mesa_19.3.2-1~bpo10+1~rpt2_armhf.deb ... Entpacken von libglapi-mesa:armhf (19.3.2-1~bpo10+1~rpt2) über (19.3.2-1~bpo10+1~rpt1) ... Vorbereitung zum Entpacken von .../24-libx11-xcb1_2%3a1.6.7-1+deb10u1_armhf.deb ... Entpacken von libx11-xcb1:armhf (2:1.6.7-1+deb10u1) über (2:1.6.7-1) ... Vorbereitung zum Entpacken von .../25-libfreetype6-dev_2.9.1-3+deb10u2_armhf.deb ... Entpacken von libfreetype6-dev:armhf (2.9.1-3+deb10u2) über (2.9.1-3+deb10u1) ... Vorbereitung zum Entpacken von .../26-libfreetype6_2.9.1-3+deb10u2_armhf.deb ... Entpacken von libfreetype6:armhf (2.9.1-3+deb10u2) über (2.9.1-3+deb10u1) ... Vorbereitung zum Entpacken von .../27-libmariadb3_1%3a10.3.25-0+deb10u1_armhf.deb ... Entpacken von libmariadb3:armhf (1:10.3.25-0+deb10u1) über (1:10.3.23-0+deb10u1) ... Vorbereitung zum Entpacken von .../28-libqt5core5a_5.11.3+dfsg1-1+rpi1+deb10u4_armhf.deb ... Entpacken von libqt5core5a:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) über (5.11.3+dfsg1-1+rpi1+deb10u3) ... Vorbereitung zum Entpacken von .../29-libqt5dbus5_5.11.3+dfsg1-1+rpi1+deb10u4_armhf.deb ... Entpacken von libqt5dbus5:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) über (5.11.3+dfsg1-1+rpi1+deb10u3) ... Vorbereitung zum Entpacken von .../30-libx11-data_2%3a1.6.7-1+deb10u1_all.deb ... Entpacken von libx11-data (2:1.6.7-1+deb10u1) über (2:1.6.7-1) ... Vorbereitung zum Entpacken von .../31-libx11-6_2%3a1.6.7-1+deb10u1_armhf.deb ... Entpacken von libx11-6:armhf (2:1.6.7-1+deb10u1) über (2:1.6.7-1) ... Vorbereitung zum Entpacken von .../32-qt5-gtk-platformtheme_5.11.3+dfsg1-1+rpi1+deb10u4_armhf.deb ... Entpacken von qt5-gtk-platformtheme:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) über (5.11.3+dfsg1-1+rpi1+deb10u3) ... Vorbereitung zum Entpacken von .../33-libqt5network5_5.11.3+dfsg1-1+rpi1+deb10u4_armhf.deb ... Entpacken von libqt5network5:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) über (5.11.3+dfsg1-1+rpi1+deb10u3) ... Vorbereitung zum Entpacken von .../34-libqt5gui5_5.11.3+dfsg1-1+rpi1+deb10u4_armhf.deb ... Entpacken von libqt5gui5:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) über (5.11.3+dfsg1-1+rpi1+deb10u3) ... Vorbereitung zum Entpacken von .../35-libqt5sql5_5.11.3+dfsg1-1+rpi1+deb10u4_armhf.deb ... Entpacken von libqt5sql5:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) über (5.11.3+dfsg1-1+rpi1+deb10u3) ... Vorbereitung zum Entpacken von .../36-libqt5sql5-sqlite_5.11.3+dfsg1-1+rpi1+deb10u4_armhf.deb ... Entpacken von libqt5sql5-sqlite:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) über (5.11.3+dfsg1-1+rpi1+deb10u3) ... Vorbereitung zum Entpacken von .../37-libqt5widgets5_5.11.3+dfsg1-1+rpi1+deb10u4_armhf.deb ... Entpacken von libqt5widgets5:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) über (5.11.3+dfsg1-1+rpi1+deb10u3) ... Vorbereitung zum Entpacken von .../38-libraspberrypi-doc_1.20201022-1_armhf.deb ... Entpacken von libraspberrypi-doc (1.20201022-1) über (1.20200819-1) ... Vorbereitung zum Entpacken von .../39-libraspberrypi-dev_1.20201022-1_armhf.deb ... Entpacken von libraspberrypi-dev (1.20201022-1) über (1.20200819-1) ... Vorbereitung zum Entpacken von .../40-raspberrypi-kernel_1.20201022-1_armhf.deb ... »Umleitung von /boot/kernel.img zu /usr/share/rpikernelhack/kernel.img durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/kernel7.img zu /usr/share/rpikernelhack/kernel7.img durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/kernel7l.img zu /usr/share/rpikernelhack/kernel7l.img durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/kernel8.img zu /usr/share/rpikernelhack/kernel8.img durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2708-rpi-b-plus.dtb zu /usr/share/rpikernelhack/bcm2708-rpi-b-plus.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2708-rpi-b-rev1.dtb zu /usr/share/rpikernelhack/bcm2708-rpi-b-rev1.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2708-rpi-b.dtb zu /usr/share/rpikernelhack/bcm2708-rpi-b.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2708-rpi-cm.dtb zu /usr/share/rpikernelhack/bcm2708-rpi-cm.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2708-rpi-zero-w.dtb zu /usr/share/rpikernelhack/bcm2708-rpi-zero-w.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2708-rpi-zero.dtb zu /usr/share/rpikernelhack/bcm2708-rpi-zero.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2709-rpi-2-b.dtb zu /usr/share/rpikernelhack/bcm2709-rpi-2-b.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2710-rpi-2-b.dtb zu /usr/share/rpikernelhack/bcm2710-rpi-2-b.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2710-rpi-3-b-plus.dtb zu /usr/share/rpikernelhack/bcm2710-rpi-3-b-plus.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2710-rpi-3-b.dtb zu /usr/share/rpikernelhack/bcm2710-rpi-3-b.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2710-rpi-cm3.dtb zu /usr/share/rpikernelhack/bcm2710-rpi-cm3.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2711-rpi-4-b.dtb zu /usr/share/rpikernelhack/bcm2711-rpi-4-b.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bcm2711-rpi-cm4.dtb zu /usr/share/rpikernelhack/bcm2711-rpi-cm4.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/COPYING.linux zu /usr/share/rpikernelhack/COPYING.linux durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/README zu /usr/share/rpikernelhack/overlays/README durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/act-led.dtbo zu /usr/share/rpikernelhack/overlays/act-led.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/adafruit18.dtbo zu /usr/share/rpikernelhack/overlays/adafruit18.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/adau1977-adc.dtbo zu /usr/share/rpikernelhack/overlays/adau1977-adc.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/adau7002-simple.dtbo zu /usr/share/rpikernelhack/overlays/adau7002-simple.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/ads1015.dtbo zu /usr/share/rpikernelhack/overlays/ads1015.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/ads1115.dtbo zu /usr/share/rpikernelhack/overlays/ads1115.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/ads7846.dtbo zu /usr/share/rpikernelhack/overlays/ads7846.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/adv7282m.dtbo zu /usr/share/rpikernelhack/overlays/adv7282m.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/adv728x-m.dtbo zu /usr/share/rpikernelhack/overlays/adv728x-m.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/akkordion-iqdacplus.dtbo zu /usr/share/rpikernelhack/overlays/akkordion-iqdacplus.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/allo-boss-dac-pcm512x-audio.dtbo zu /usr/share/rpikernelhack/overlays/allo-boss-dac-pcm512x-audio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/allo-digione.dtbo zu /usr/share/rpikernelhack/overlays/allo-digione.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/allo-katana-dac-audio.dtbo zu /usr/share/rpikernelhack/overlays/allo-katana-dac-audio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/allo-piano-dac-pcm512x-audio.dtbo zu /usr/share/rpikernelhack/overlays/allo-piano-dac-pcm512x-audio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/allo-piano-dac-plus-pcm512x-audio.dtbo zu /usr/share/rpikernelhack/overlays/allo-piano-dac-plus-pcm512x-audio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/anyspi.dtbo zu /usr/share/rpikernelhack/overlays/anyspi.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/apds9960.dtbo zu /usr/share/rpikernelhack/overlays/apds9960.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/applepi-dac.dtbo zu /usr/share/rpikernelhack/overlays/applepi-dac.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/at86rf233.dtbo zu /usr/share/rpikernelhack/overlays/at86rf233.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/audioinjector-addons.dtbo zu /usr/share/rpikernelhack/overlays/audioinjector-addons.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/audioinjector-isolated-soundcard.dtbo zu /usr/share/rpikernelhack/overlays/audioinjector-isolated-soundcard.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/audioinjector-ultra.dtbo zu /usr/share/rpikernelhack/overlays/audioinjector-ultra.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/audioinjector-wm8731-audio.dtbo zu /usr/share/rpikernelhack/overlays/audioinjector-wm8731-audio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/audiosense-pi.dtbo zu /usr/share/rpikernelhack/overlays/audiosense-pi.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/audremap.dtbo zu /usr/share/rpikernelhack/overlays/audremap.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/balena-fin.dtbo zu /usr/share/rpikernelhack/overlays/balena-fin.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/cma.dtbo zu /usr/share/rpikernelhack/overlays/cma.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/dht11.dtbo zu /usr/share/rpikernelhack/overlays/dht11.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/dionaudio-loco-v2.dtbo zu /usr/share/rpikernelhack/overlays/dionaudio-loco-v2.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/dionaudio-loco.dtbo zu /usr/share/rpikernelhack/overlays/dionaudio-loco.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/disable-bt.dtbo zu /usr/share/rpikernelhack/overlays/disable-bt.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/disable-wifi.dtbo zu /usr/share/rpikernelhack/overlays/disable-wifi.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/dpi18.dtbo zu /usr/share/rpikernelhack/overlays/dpi18.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/dpi24.dtbo zu /usr/share/rpikernelhack/overlays/dpi24.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/draws.dtbo zu /usr/share/rpikernelhack/overlays/draws.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/dwc-otg.dtbo zu /usr/share/rpikernelhack/overlays/dwc-otg.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/dwc2.dtbo zu /usr/share/rpikernelhack/overlays/dwc2.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/enc28j60-spi2.dtbo zu /usr/share/rpikernelhack/overlays/enc28j60-spi2.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/enc28j60.dtbo zu /usr/share/rpikernelhack/overlays/enc28j60.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/exc3000.dtbo zu /usr/share/rpikernelhack/overlays/exc3000.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/fe-pi-audio.dtbo zu /usr/share/rpikernelhack/overlays/fe-pi-audio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/fsm-demo.dtbo zu /usr/share/rpikernelhack/overlays/fsm-demo.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/ghost-amp.dtbo zu /usr/share/rpikernelhack/overlays/ghost-amp.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/goodix.dtbo zu /usr/share/rpikernelhack/overlays/goodix.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/googlevoicehat-soundcard.dtbo zu /usr/share/rpikernelhack/overlays/googlevoicehat-soundcard.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/gpio-fan.dtbo zu /usr/share/rpikernelhack/overlays/gpio-fan.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/gpio-ir-tx.dtbo zu /usr/share/rpikernelhack/overlays/gpio-ir-tx.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/gpio-ir.dtbo zu /usr/share/rpikernelhack/overlays/gpio-ir.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/gpio-key.dtbo zu /usr/share/rpikernelhack/overlays/gpio-key.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/gpio-no-bank0-irq.dtbo zu /usr/share/rpikernelhack/overlays/gpio-no-bank0-irq.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/gpio-no-irq.dtbo zu /usr/share/rpikernelhack/overlays/gpio-no-irq.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/gpio-poweroff.dtbo zu /usr/share/rpikernelhack/overlays/gpio-poweroff.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/gpio-shutdown.dtbo zu /usr/share/rpikernelhack/overlays/gpio-shutdown.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hd44780-lcd.dtbo zu /usr/share/rpikernelhack/overlays/hd44780-lcd.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hdmi-backlight-hwhack-gpio.dtbo zu /usr/share/rpikernelhack/overlays/hdmi-backlight-hwhack-gpio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hifiberry-amp.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-amp.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hifiberry-dac.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-dac.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hifiberry-dacplus.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-dacplus.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hifiberry-dacplusadc.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-dacplusadc.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hifiberry-dacplusadcpro.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-dacplusadcpro.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hifiberry-dacplusdsp.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-dacplusdsp.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hifiberry-dacplushd.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-dacplushd.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hifiberry-digi-pro.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-digi-pro.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hifiberry-digi.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-digi.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/highperi.dtbo zu /usr/share/rpikernelhack/overlays/highperi.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hy28a.dtbo zu /usr/share/rpikernelhack/overlays/hy28a.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hy28b-2017.dtbo zu /usr/share/rpikernelhack/overlays/hy28b-2017.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/hy28b.dtbo zu /usr/share/rpikernelhack/overlays/hy28b.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i-sabre-q2m.dtbo zu /usr/share/rpikernelhack/overlays/i-sabre-q2m.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c-bcm2708.dtbo zu /usr/share/rpikernelhack/overlays/i2c-bcm2708.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c-gpio.dtbo zu /usr/share/rpikernelhack/overlays/i2c-gpio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c-mux.dtbo zu /usr/share/rpikernelhack/overlays/i2c-mux.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c-pwm-pca9685a.dtbo zu /usr/share/rpikernelhack/overlays/i2c-pwm-pca9685a.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c-rtc-gpio.dtbo zu /usr/share/rpikernelhack/overlays/i2c-rtc-gpio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c-rtc.dtbo zu /usr/share/rpikernelhack/overlays/i2c-rtc.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c-sensor.dtbo zu /usr/share/rpikernelhack/overlays/i2c-sensor.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c0.dtbo zu /usr/share/rpikernelhack/overlays/i2c0.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c1.dtbo zu /usr/share/rpikernelhack/overlays/i2c1.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c3.dtbo zu /usr/share/rpikernelhack/overlays/i2c3.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c4.dtbo zu /usr/share/rpikernelhack/overlays/i2c4.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c5.dtbo zu /usr/share/rpikernelhack/overlays/i2c5.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2c6.dtbo zu /usr/share/rpikernelhack/overlays/i2c6.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/i2s-gpio28-31.dtbo zu /usr/share/rpikernelhack/overlays/i2s-gpio28-31.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/ilitek251x.dtbo zu /usr/share/rpikernelhack/overlays/ilitek251x.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/imx219.dtbo zu /usr/share/rpikernelhack/overlays/imx219.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/imx290.dtbo zu /usr/share/rpikernelhack/overlays/imx290.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/imx477.dtbo zu /usr/share/rpikernelhack/overlays/imx477.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/iqaudio-codec.dtbo zu /usr/share/rpikernelhack/overlays/iqaudio-codec.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/iqaudio-dac.dtbo zu /usr/share/rpikernelhack/overlays/iqaudio-dac.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/iqaudio-dacplus.dtbo zu /usr/share/rpikernelhack/overlays/iqaudio-dacplus.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/iqaudio-digi-wm8804-audio.dtbo zu /usr/share/rpikernelhack/overlays/iqaudio-digi-wm8804-audio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/irs1125.dtbo zu /usr/share/rpikernelhack/overlays/irs1125.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/jedec-spi-nor.dtbo zu /usr/share/rpikernelhack/overlays/jedec-spi-nor.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/justboom-both.dtbo zu /usr/share/rpikernelhack/overlays/justboom-both.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/justboom-dac.dtbo zu /usr/share/rpikernelhack/overlays/justboom-dac.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/justboom-digi.dtbo zu /usr/share/rpikernelhack/overlays/justboom-digi.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/ltc294x.dtbo zu /usr/share/rpikernelhack/overlays/ltc294x.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/max98357a.dtbo zu /usr/share/rpikernelhack/overlays/max98357a.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/maxtherm.dtbo zu /usr/share/rpikernelhack/overlays/maxtherm.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/mbed-dac.dtbo zu /usr/share/rpikernelhack/overlays/mbed-dac.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/mcp23017.dtbo zu /usr/share/rpikernelhack/overlays/mcp23017.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/mcp23s17.dtbo zu /usr/share/rpikernelhack/overlays/mcp23s17.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/mcp2515-can0.dtbo zu /usr/share/rpikernelhack/overlays/mcp2515-can0.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/mcp2515-can1.dtbo zu /usr/share/rpikernelhack/overlays/mcp2515-can1.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/mcp3008.dtbo zu /usr/share/rpikernelhack/overlays/mcp3008.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/mcp3202.dtbo zu /usr/share/rpikernelhack/overlays/mcp3202.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/mcp342x.dtbo zu /usr/share/rpikernelhack/overlays/mcp342x.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/media-center.dtbo zu /usr/share/rpikernelhack/overlays/media-center.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/merus-amp.dtbo zu /usr/share/rpikernelhack/overlays/merus-amp.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/midi-uart0.dtbo zu /usr/share/rpikernelhack/overlays/midi-uart0.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/midi-uart1.dtbo zu /usr/share/rpikernelhack/overlays/midi-uart1.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/miniuart-bt.dtbo zu /usr/share/rpikernelhack/overlays/miniuart-bt.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/mmc.dtbo zu /usr/share/rpikernelhack/overlays/mmc.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/mpu6050.dtbo zu /usr/share/rpikernelhack/overlays/mpu6050.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/mz61581.dtbo zu /usr/share/rpikernelhack/overlays/mz61581.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/ov5647.dtbo zu /usr/share/rpikernelhack/overlays/ov5647.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/ov7251.dtbo zu /usr/share/rpikernelhack/overlays/ov7251.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/ov9281.dtbo zu /usr/share/rpikernelhack/overlays/ov9281.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/overlay_map.dtb zu /usr/share/rpikernelhack/overlays/overlay_map.dtb durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/papirus.dtbo zu /usr/share/rpikernelhack/overlays/papirus.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/pca953x.dtbo zu /usr/share/rpikernelhack/overlays/pca953x.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/pibell.dtbo zu /usr/share/rpikernelhack/overlays/pibell.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/pifacedigital.dtbo zu /usr/share/rpikernelhack/overlays/pifacedigital.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/piglow.dtbo zu /usr/share/rpikernelhack/overlays/piglow.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/piscreen.dtbo zu /usr/share/rpikernelhack/overlays/piscreen.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/piscreen2r.dtbo zu /usr/share/rpikernelhack/overlays/piscreen2r.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/pisound.dtbo zu /usr/share/rpikernelhack/overlays/pisound.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/pitft22.dtbo zu /usr/share/rpikernelhack/overlays/pitft22.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/pitft28-capacitive.dtbo zu /usr/share/rpikernelhack/overlays/pitft28-capacitive.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/pitft28-resistive.dtbo zu /usr/share/rpikernelhack/overlays/pitft28-resistive.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/pitft35-resistive.dtbo zu /usr/share/rpikernelhack/overlays/pitft35-resistive.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/pps-gpio.dtbo zu /usr/share/rpikernelhack/overlays/pps-gpio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/pwm-2chan.dtbo zu /usr/share/rpikernelhack/overlays/pwm-2chan.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/pwm-ir-tx.dtbo zu /usr/share/rpikernelhack/overlays/pwm-ir-tx.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/pwm.dtbo zu /usr/share/rpikernelhack/overlays/pwm.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/qca7000.dtbo zu /usr/share/rpikernelhack/overlays/qca7000.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/rotary-encoder.dtbo zu /usr/share/rpikernelhack/overlays/rotary-encoder.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/rpi-backlight.dtbo zu /usr/share/rpikernelhack/overlays/rpi-backlight.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/rpi-cirrus-wm5102.dtbo zu /usr/share/rpikernelhack/overlays/rpi-cirrus-wm5102.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/rpi-dac.dtbo zu /usr/share/rpikernelhack/overlays/rpi-dac.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/rpi-display.dtbo zu /usr/share/rpikernelhack/overlays/rpi-display.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/rpi-ft5406.dtbo zu /usr/share/rpikernelhack/overlays/rpi-ft5406.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/rpi-poe.dtbo zu /usr/share/rpikernelhack/overlays/rpi-poe.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/rpi-proto.dtbo zu /usr/share/rpikernelhack/overlays/rpi-proto.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/rpi-sense.dtbo zu /usr/share/rpikernelhack/overlays/rpi-sense.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/rpi-tv.dtbo zu /usr/share/rpikernelhack/overlays/rpi-tv.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/rpivid-v4l2.dtbo zu /usr/share/rpikernelhack/overlays/rpivid-v4l2.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/rra-digidac1-wm8741-audio.dtbo zu /usr/share/rpikernelhack/overlays/rra-digidac1-wm8741-audio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/sainsmart18.dtbo zu /usr/share/rpikernelhack/overlays/sainsmart18.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/sc16is750-i2c.dtbo zu /usr/share/rpikernelhack/overlays/sc16is750-i2c.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/sc16is752-i2c.dtbo zu /usr/share/rpikernelhack/overlays/sc16is752-i2c.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/sc16is752-spi0.dtbo zu /usr/share/rpikernelhack/overlays/sc16is752-spi0.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/sc16is752-spi1.dtbo zu /usr/share/rpikernelhack/overlays/sc16is752-spi1.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/sdhost.dtbo zu /usr/share/rpikernelhack/overlays/sdhost.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/sdio.dtbo zu /usr/share/rpikernelhack/overlays/sdio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/sdtweak.dtbo zu /usr/share/rpikernelhack/overlays/sdtweak.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/sh1106-spi.dtbo zu /usr/share/rpikernelhack/overlays/sh1106-spi.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/smi-dev.dtbo zu /usr/share/rpikernelhack/overlays/smi-dev.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/smi-nand.dtbo zu /usr/share/rpikernelhack/overlays/smi-nand.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/smi.dtbo zu /usr/share/rpikernelhack/overlays/smi.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi-gpio35-39.dtbo zu /usr/share/rpikernelhack/overlays/spi-gpio35-39.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi-gpio40-45.dtbo zu /usr/share/rpikernelhack/overlays/spi-gpio40-45.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi-rtc.dtbo zu /usr/share/rpikernelhack/overlays/spi-rtc.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi0-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi0-1cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi0-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi0-2cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi1-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi1-1cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi1-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi1-2cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi1-3cs.dtbo zu /usr/share/rpikernelhack/overlays/spi1-3cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi2-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi2-1cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi2-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi2-2cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi2-3cs.dtbo zu /usr/share/rpikernelhack/overlays/spi2-3cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi3-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi3-1cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi3-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi3-2cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi4-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi4-1cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi4-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi4-2cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi5-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi5-1cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi5-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi5-2cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi6-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi6-1cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/spi6-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi6-2cs.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/ssd1306-spi.dtbo zu /usr/share/rpikernelhack/overlays/ssd1306-spi.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/ssd1306.dtbo zu /usr/share/rpikernelhack/overlays/ssd1306.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/ssd1351-spi.dtbo zu /usr/share/rpikernelhack/overlays/ssd1351-spi.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/superaudioboard.dtbo zu /usr/share/rpikernelhack/overlays/superaudioboard.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/sx150x.dtbo zu /usr/share/rpikernelhack/overlays/sx150x.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/tc358743-audio.dtbo zu /usr/share/rpikernelhack/overlays/tc358743-audio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/tc358743.dtbo zu /usr/share/rpikernelhack/overlays/tc358743.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/tinylcd35.dtbo zu /usr/share/rpikernelhack/overlays/tinylcd35.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/tpm-slb9670.dtbo zu /usr/share/rpikernelhack/overlays/tpm-slb9670.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/uart0.dtbo zu /usr/share/rpikernelhack/overlays/uart0.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/uart1.dtbo zu /usr/share/rpikernelhack/overlays/uart1.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/uart2.dtbo zu /usr/share/rpikernelhack/overlays/uart2.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/uart3.dtbo zu /usr/share/rpikernelhack/overlays/uart3.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/uart4.dtbo zu /usr/share/rpikernelhack/overlays/uart4.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/uart5.dtbo zu /usr/share/rpikernelhack/overlays/uart5.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/udrc.dtbo zu /usr/share/rpikernelhack/overlays/udrc.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/upstream-pi4.dtbo zu /usr/share/rpikernelhack/overlays/upstream-pi4.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/upstream.dtbo zu /usr/share/rpikernelhack/overlays/upstream.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/vc4-fkms-v3d.dtbo zu /usr/share/rpikernelhack/overlays/vc4-fkms-v3d.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/vc4-kms-kippah-7inch.dtbo zu /usr/share/rpikernelhack/overlays/vc4-kms-kippah-7inch.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/vc4-kms-v3d-pi4.dtbo zu /usr/share/rpikernelhack/overlays/vc4-kms-v3d-pi4.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/vc4-kms-v3d.dtbo zu /usr/share/rpikernelhack/overlays/vc4-kms-v3d.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/vga666.dtbo zu /usr/share/rpikernelhack/overlays/vga666.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/w1-gpio-pullup.dtbo zu /usr/share/rpikernelhack/overlays/w1-gpio-pullup.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/w1-gpio.dtbo zu /usr/share/rpikernelhack/overlays/w1-gpio.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/w5500.dtbo zu /usr/share/rpikernelhack/overlays/w5500.dtbo durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/overlays/wittypi.dtbo zu /usr/share/rpikernelhack/overlays/wittypi.dtbo durch rpikernelhack« wird hinzugefügt Entpacken von raspberrypi-kernel (1.20201022-1) über (1.20200819-1) ... run-parts: executing /etc/kernel/postrm.d/initramfs-tools 5.4.51+ /boot/kernel.img run-parts: executing /etc/kernel/postrm.d/initramfs-tools 5.4.51-v7+ /boot/kernel7.img run-parts: executing /etc/kernel/postrm.d/initramfs-tools 5.4.51-v7l+ /boot/kernel7l.img run-parts: executing /etc/kernel/postrm.d/initramfs-tools 5.4.51-v8+ /boot/kernel8.img Vorbereitung zum Entpacken von .../41-libraspberrypi-bin_1.20201022-1_armhf.deb ... Entpacken von libraspberrypi-bin (1.20201022-1) über (1.20200819-1) ... Vorbereitung zum Entpacken von .../42-libraspberrypi0_1.20201022-1_armhf.deb ... Entpacken von libraspberrypi0 (1.20201022-1) über (1.20200819-1) ... Vorbereitung zum Entpacken von .../43-raspberrypi-bootloader_1.20201022-1_armhf.deb ... »Umleitung von /boot/start.elf zu /usr/share/rpikernelhack/start.elf durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/start_cd.elf zu /usr/share/rpikernelhack/start_cd.elf durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/start_db.elf zu /usr/share/rpikernelhack/start_db.elf durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/start_x.elf zu /usr/share/rpikernelhack/start_x.elf durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/fixup.dat zu /usr/share/rpikernelhack/fixup.dat durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/fixup_cd.dat zu /usr/share/rpikernelhack/fixup_cd.dat durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/fixup_db.dat zu /usr/share/rpikernelhack/fixup_db.dat durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/fixup_x.dat zu /usr/share/rpikernelhack/fixup_x.dat durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/bootcode.bin zu /usr/share/rpikernelhack/bootcode.bin durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/start4.elf zu /usr/share/rpikernelhack/start4.elf durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/start4cd.elf zu /usr/share/rpikernelhack/start4cd.elf durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/start4db.elf zu /usr/share/rpikernelhack/start4db.elf durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/start4x.elf zu /usr/share/rpikernelhack/start4x.elf durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/fixup4.dat zu /usr/share/rpikernelhack/fixup4.dat durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/fixup4cd.dat zu /usr/share/rpikernelhack/fixup4cd.dat durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/fixup4db.dat zu /usr/share/rpikernelhack/fixup4db.dat durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/fixup4x.dat zu /usr/share/rpikernelhack/fixup4x.dat durch rpikernelhack« wird hinzugefügt »Umleitung von /boot/LICENCE.broadcom zu /usr/share/rpikernelhack/LICENCE.broadcom durch rpikernelhack« wird hinzugefügt Entpacken von raspberrypi-bootloader (1.20201022-1) über (1.20200819-1) ... Vorbereitung zum Entpacken von .../44-mariadb-client_1%3a10.3.25-0+deb10u1_all.deb ... Entpacken von mariadb-client (1:10.3.25-0+deb10u1) über (1:10.3.23-0+deb10u1) ... Vorbereitung zum Entpacken von .../45-mariadb-server_1%3a10.3.25-0+deb10u1_all.deb ... Entpacken von mariadb-server (1:10.3.25-0+deb10u1) über (1:10.3.23-0+deb10u1) ... Vorbereitung zum Entpacken von .../46-nodejs_12.20.0-1nodesource1_armhf.deb ... Detected old npm client, removing... Entpacken von nodejs (12.20.0-1nodesource1) über (12.18.3-1nodesource1) ... Vorbereitung zum Entpacken von .../47-raspberrypi-sys-mods_20201026_armhf.deb ... Entpacken von raspberrypi-sys-mods (20201026) über (20200812) ... Vorbereitung zum Entpacken von .../48-raspi-config_20201108_all.deb ... Entpacken von raspi-config (20201108) über (20200817) ... Vorbereitung zum Entpacken von .../49-rpi-eeprom_10.3-1_armhf.deb ... Entpacken von rpi-eeprom (10.3-1) über (7.10-1) ... Vorbereitung zum Entpacken von .../50-rpi-eeprom-images_10.3-1_armhf.deb ... Entpacken von rpi-eeprom-images (10.3-1) über (7.10-1) ... Vorbereitung zum Entpacken von .../51-deconz_2.05.88-raspbian-buster-stable_armhf.deb ... Attention: To install missing dependencies and finish the installation please run: sudo apt install -f Entpacken von deconz (2.05.88-raspbian-buster-stable) über (2.05.80-raspbian-stretch-beta) ... bluez-firmware (1.2-4+rpt6) wird eingerichtet ... libx11-xcb1:armhf (2:1.6.7-1+deb10u1) wird eingerichtet ... mariadb-client (1:10.3.25-0+deb10u1) wird eingerichtet ... libgbm1:armhf (19.3.2-1~bpo10+1~rpt2) wird eingerichtet ... firmware-atheros (1:20190114-1+rpt9) wird eingerichtet ... firmware-misc-nonfree (1:20190114-1+rpt9) wird eingerichtet ... update-initramfs: deferring update (trigger activated) libisc1100:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) wird eingerichtet ... raspberrypi-sys-mods (20201026) wird eingerichtet ... Neue Version der Konfigurationsdatei /etc/udev/rules.d/99-com.rules wird installiert ... nodejs (12.20.0-1nodesource1) wird eingerichtet ... raspberrypi-kernel (1.20201022-1) wird eingerichtet ... »Umleitung von /boot/kernel.img zu /usr/share/rpikernelhack/kernel.img durch rpikernelhack« wird entfernt »Umleitung von /boot/kernel7.img zu /usr/share/rpikernelhack/kernel7.img durch rpikernelhack« wird entfernt »Umleitung von /boot/kernel7l.img zu /usr/share/rpikernelhack/kernel7l.img durch rpikernelhack« wird entfernt »Umleitung von /boot/kernel8.img zu /usr/share/rpikernelhack/kernel8.img durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2708-rpi-b-plus.dtb zu /usr/share/rpikernelhack/bcm2708-rpi-b-plus.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2708-rpi-b-rev1.dtb zu /usr/share/rpikernelhack/bcm2708-rpi-b-rev1.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2708-rpi-b.dtb zu /usr/share/rpikernelhack/bcm2708-rpi-b.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2708-rpi-cm.dtb zu /usr/share/rpikernelhack/bcm2708-rpi-cm.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2708-rpi-zero-w.dtb zu /usr/share/rpikernelhack/bcm2708-rpi-zero-w.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2708-rpi-zero.dtb zu /usr/share/rpikernelhack/bcm2708-rpi-zero.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2709-rpi-2-b.dtb zu /usr/share/rpikernelhack/bcm2709-rpi-2-b.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2710-rpi-2-b.dtb zu /usr/share/rpikernelhack/bcm2710-rpi-2-b.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2710-rpi-3-b-plus.dtb zu /usr/share/rpikernelhack/bcm2710-rpi-3-b-plus.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2710-rpi-3-b.dtb zu /usr/share/rpikernelhack/bcm2710-rpi-3-b.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2710-rpi-cm3.dtb zu /usr/share/rpikernelhack/bcm2710-rpi-cm3.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2711-rpi-4-b.dtb zu /usr/share/rpikernelhack/bcm2711-rpi-4-b.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/bcm2711-rpi-cm4.dtb zu /usr/share/rpikernelhack/bcm2711-rpi-cm4.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/COPYING.linux zu /usr/share/rpikernelhack/COPYING.linux durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/README zu /usr/share/rpikernelhack/overlays/README durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/act-led.dtbo zu /usr/share/rpikernelhack/overlays/act-led.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/adafruit18.dtbo zu /usr/share/rpikernelhack/overlays/adafruit18.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/adau1977-adc.dtbo zu /usr/share/rpikernelhack/overlays/adau1977-adc.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/adau7002-simple.dtbo zu /usr/share/rpikernelhack/overlays/adau7002-simple.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/ads1015.dtbo zu /usr/share/rpikernelhack/overlays/ads1015.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/ads1115.dtbo zu /usr/share/rpikernelhack/overlays/ads1115.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/ads7846.dtbo zu /usr/share/rpikernelhack/overlays/ads7846.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/adv7282m.dtbo zu /usr/share/rpikernelhack/overlays/adv7282m.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/adv728x-m.dtbo zu /usr/share/rpikernelhack/overlays/adv728x-m.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/akkordion-iqdacplus.dtbo zu /usr/share/rpikernelhack/overlays/akkordion-iqdacplus.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/allo-boss-dac-pcm512x-audio.dtbo zu /usr/share/rpikernelhack/overlays/allo-boss-dac-pcm512x-audio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/allo-digione.dtbo zu /usr/share/rpikernelhack/overlays/allo-digione.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/allo-katana-dac-audio.dtbo zu /usr/share/rpikernelhack/overlays/allo-katana-dac-audio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/allo-piano-dac-pcm512x-audio.dtbo zu /usr/share/rpikernelhack/overlays/allo-piano-dac-pcm512x-audio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/allo-piano-dac-plus-pcm512x-audio.dtbo zu /usr/share/rpikernelhack/overlays/allo-piano-dac-plus-pcm512x-audio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/anyspi.dtbo zu /usr/share/rpikernelhack/overlays/anyspi.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/apds9960.dtbo zu /usr/share/rpikernelhack/overlays/apds9960.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/applepi-dac.dtbo zu /usr/share/rpikernelhack/overlays/applepi-dac.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/at86rf233.dtbo zu /usr/share/rpikernelhack/overlays/at86rf233.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/audioinjector-addons.dtbo zu /usr/share/rpikernelhack/overlays/audioinjector-addons.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/audioinjector-isolated-soundcard.dtbo zu /usr/share/rpikernelhack/overlays/audioinjector-isolated-soundcard.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/audioinjector-ultra.dtbo zu /usr/share/rpikernelhack/overlays/audioinjector-ultra.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/audioinjector-wm8731-audio.dtbo zu /usr/share/rpikernelhack/overlays/audioinjector-wm8731-audio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/audiosense-pi.dtbo zu /usr/share/rpikernelhack/overlays/audiosense-pi.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/audremap.dtbo zu /usr/share/rpikernelhack/overlays/audremap.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/balena-fin.dtbo zu /usr/share/rpikernelhack/overlays/balena-fin.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/cma.dtbo zu /usr/share/rpikernelhack/overlays/cma.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/dht11.dtbo zu /usr/share/rpikernelhack/overlays/dht11.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/dionaudio-loco-v2.dtbo zu /usr/share/rpikernelhack/overlays/dionaudio-loco-v2.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/dionaudio-loco.dtbo zu /usr/share/rpikernelhack/overlays/dionaudio-loco.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/disable-bt.dtbo zu /usr/share/rpikernelhack/overlays/disable-bt.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/disable-wifi.dtbo zu /usr/share/rpikernelhack/overlays/disable-wifi.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/dpi18.dtbo zu /usr/share/rpikernelhack/overlays/dpi18.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/dpi24.dtbo zu /usr/share/rpikernelhack/overlays/dpi24.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/draws.dtbo zu /usr/share/rpikernelhack/overlays/draws.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/dwc-otg.dtbo zu /usr/share/rpikernelhack/overlays/dwc-otg.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/dwc2.dtbo zu /usr/share/rpikernelhack/overlays/dwc2.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/enc28j60-spi2.dtbo zu /usr/share/rpikernelhack/overlays/enc28j60-spi2.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/enc28j60.dtbo zu /usr/share/rpikernelhack/overlays/enc28j60.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/exc3000.dtbo zu /usr/share/rpikernelhack/overlays/exc3000.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/fe-pi-audio.dtbo zu /usr/share/rpikernelhack/overlays/fe-pi-audio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/fsm-demo.dtbo zu /usr/share/rpikernelhack/overlays/fsm-demo.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/ghost-amp.dtbo zu /usr/share/rpikernelhack/overlays/ghost-amp.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/goodix.dtbo zu /usr/share/rpikernelhack/overlays/goodix.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/googlevoicehat-soundcard.dtbo zu /usr/share/rpikernelhack/overlays/googlevoicehat-soundcard.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/gpio-fan.dtbo zu /usr/share/rpikernelhack/overlays/gpio-fan.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/gpio-ir-tx.dtbo zu /usr/share/rpikernelhack/overlays/gpio-ir-tx.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/gpio-ir.dtbo zu /usr/share/rpikernelhack/overlays/gpio-ir.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/gpio-key.dtbo zu /usr/share/rpikernelhack/overlays/gpio-key.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/gpio-no-bank0-irq.dtbo zu /usr/share/rpikernelhack/overlays/gpio-no-bank0-irq.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/gpio-no-irq.dtbo zu /usr/share/rpikernelhack/overlays/gpio-no-irq.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/gpio-poweroff.dtbo zu /usr/share/rpikernelhack/overlays/gpio-poweroff.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/gpio-shutdown.dtbo zu /usr/share/rpikernelhack/overlays/gpio-shutdown.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hd44780-lcd.dtbo zu /usr/share/rpikernelhack/overlays/hd44780-lcd.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hdmi-backlight-hwhack-gpio.dtbo zu /usr/share/rpikernelhack/overlays/hdmi-backlight-hwhack-gpio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hifiberry-amp.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-amp.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hifiberry-dac.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-dac.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hifiberry-dacplus.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-dacplus.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hifiberry-dacplusadc.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-dacplusadc.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hifiberry-dacplusadcpro.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-dacplusadcpro.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hifiberry-dacplusdsp.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-dacplusdsp.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hifiberry-dacplushd.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-dacplushd.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hifiberry-digi-pro.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-digi-pro.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hifiberry-digi.dtbo zu /usr/share/rpikernelhack/overlays/hifiberry-digi.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/highperi.dtbo zu /usr/share/rpikernelhack/overlays/highperi.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hy28a.dtbo zu /usr/share/rpikernelhack/overlays/hy28a.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hy28b-2017.dtbo zu /usr/share/rpikernelhack/overlays/hy28b-2017.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/hy28b.dtbo zu /usr/share/rpikernelhack/overlays/hy28b.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i-sabre-q2m.dtbo zu /usr/share/rpikernelhack/overlays/i-sabre-q2m.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c-bcm2708.dtbo zu /usr/share/rpikernelhack/overlays/i2c-bcm2708.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c-gpio.dtbo zu /usr/share/rpikernelhack/overlays/i2c-gpio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c-mux.dtbo zu /usr/share/rpikernelhack/overlays/i2c-mux.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c-pwm-pca9685a.dtbo zu /usr/share/rpikernelhack/overlays/i2c-pwm-pca9685a.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c-rtc-gpio.dtbo zu /usr/share/rpikernelhack/overlays/i2c-rtc-gpio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c-rtc.dtbo zu /usr/share/rpikernelhack/overlays/i2c-rtc.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c-sensor.dtbo zu /usr/share/rpikernelhack/overlays/i2c-sensor.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c0.dtbo zu /usr/share/rpikernelhack/overlays/i2c0.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c1.dtbo zu /usr/share/rpikernelhack/overlays/i2c1.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c3.dtbo zu /usr/share/rpikernelhack/overlays/i2c3.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c4.dtbo zu /usr/share/rpikernelhack/overlays/i2c4.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c5.dtbo zu /usr/share/rpikernelhack/overlays/i2c5.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2c6.dtbo zu /usr/share/rpikernelhack/overlays/i2c6.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/i2s-gpio28-31.dtbo zu /usr/share/rpikernelhack/overlays/i2s-gpio28-31.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/ilitek251x.dtbo zu /usr/share/rpikernelhack/overlays/ilitek251x.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/imx219.dtbo zu /usr/share/rpikernelhack/overlays/imx219.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/imx290.dtbo zu /usr/share/rpikernelhack/overlays/imx290.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/imx477.dtbo zu /usr/share/rpikernelhack/overlays/imx477.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/iqaudio-codec.dtbo zu /usr/share/rpikernelhack/overlays/iqaudio-codec.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/iqaudio-dac.dtbo zu /usr/share/rpikernelhack/overlays/iqaudio-dac.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/iqaudio-dacplus.dtbo zu /usr/share/rpikernelhack/overlays/iqaudio-dacplus.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/iqaudio-digi-wm8804-audio.dtbo zu /usr/share/rpikernelhack/overlays/iqaudio-digi-wm8804-audio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/irs1125.dtbo zu /usr/share/rpikernelhack/overlays/irs1125.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/jedec-spi-nor.dtbo zu /usr/share/rpikernelhack/overlays/jedec-spi-nor.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/justboom-both.dtbo zu /usr/share/rpikernelhack/overlays/justboom-both.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/justboom-dac.dtbo zu /usr/share/rpikernelhack/overlays/justboom-dac.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/justboom-digi.dtbo zu /usr/share/rpikernelhack/overlays/justboom-digi.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/ltc294x.dtbo zu /usr/share/rpikernelhack/overlays/ltc294x.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/max98357a.dtbo zu /usr/share/rpikernelhack/overlays/max98357a.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/maxtherm.dtbo zu /usr/share/rpikernelhack/overlays/maxtherm.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/mbed-dac.dtbo zu /usr/share/rpikernelhack/overlays/mbed-dac.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/mcp23017.dtbo zu /usr/share/rpikernelhack/overlays/mcp23017.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/mcp23s17.dtbo zu /usr/share/rpikernelhack/overlays/mcp23s17.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/mcp2515-can0.dtbo zu /usr/share/rpikernelhack/overlays/mcp2515-can0.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/mcp2515-can1.dtbo zu /usr/share/rpikernelhack/overlays/mcp2515-can1.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/mcp3008.dtbo zu /usr/share/rpikernelhack/overlays/mcp3008.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/mcp3202.dtbo zu /usr/share/rpikernelhack/overlays/mcp3202.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/mcp342x.dtbo zu /usr/share/rpikernelhack/overlays/mcp342x.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/media-center.dtbo zu /usr/share/rpikernelhack/overlays/media-center.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/merus-amp.dtbo zu /usr/share/rpikernelhack/overlays/merus-amp.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/midi-uart0.dtbo zu /usr/share/rpikernelhack/overlays/midi-uart0.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/midi-uart1.dtbo zu /usr/share/rpikernelhack/overlays/midi-uart1.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/miniuart-bt.dtbo zu /usr/share/rpikernelhack/overlays/miniuart-bt.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/mmc.dtbo zu /usr/share/rpikernelhack/overlays/mmc.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/mpu6050.dtbo zu /usr/share/rpikernelhack/overlays/mpu6050.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/mz61581.dtbo zu /usr/share/rpikernelhack/overlays/mz61581.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/ov5647.dtbo zu /usr/share/rpikernelhack/overlays/ov5647.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/ov7251.dtbo zu /usr/share/rpikernelhack/overlays/ov7251.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/ov9281.dtbo zu /usr/share/rpikernelhack/overlays/ov9281.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/overlay_map.dtb zu /usr/share/rpikernelhack/overlays/overlay_map.dtb durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/papirus.dtbo zu /usr/share/rpikernelhack/overlays/papirus.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/pca953x.dtbo zu /usr/share/rpikernelhack/overlays/pca953x.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/pibell.dtbo zu /usr/share/rpikernelhack/overlays/pibell.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/pifacedigital.dtbo zu /usr/share/rpikernelhack/overlays/pifacedigital.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/piglow.dtbo zu /usr/share/rpikernelhack/overlays/piglow.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/piscreen.dtbo zu /usr/share/rpikernelhack/overlays/piscreen.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/piscreen2r.dtbo zu /usr/share/rpikernelhack/overlays/piscreen2r.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/pisound.dtbo zu /usr/share/rpikernelhack/overlays/pisound.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/pitft22.dtbo zu /usr/share/rpikernelhack/overlays/pitft22.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/pitft28-capacitive.dtbo zu /usr/share/rpikernelhack/overlays/pitft28-capacitive.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/pitft28-resistive.dtbo zu /usr/share/rpikernelhack/overlays/pitft28-resistive.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/pitft35-resistive.dtbo zu /usr/share/rpikernelhack/overlays/pitft35-resistive.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/pps-gpio.dtbo zu /usr/share/rpikernelhack/overlays/pps-gpio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/pwm-2chan.dtbo zu /usr/share/rpikernelhack/overlays/pwm-2chan.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/pwm-ir-tx.dtbo zu /usr/share/rpikernelhack/overlays/pwm-ir-tx.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/pwm.dtbo zu /usr/share/rpikernelhack/overlays/pwm.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/qca7000.dtbo zu /usr/share/rpikernelhack/overlays/qca7000.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/rotary-encoder.dtbo zu /usr/share/rpikernelhack/overlays/rotary-encoder.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/rpi-backlight.dtbo zu /usr/share/rpikernelhack/overlays/rpi-backlight.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/rpi-cirrus-wm5102.dtbo zu /usr/share/rpikernelhack/overlays/rpi-cirrus-wm5102.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/rpi-dac.dtbo zu /usr/share/rpikernelhack/overlays/rpi-dac.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/rpi-display.dtbo zu /usr/share/rpikernelhack/overlays/rpi-display.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/rpi-ft5406.dtbo zu /usr/share/rpikernelhack/overlays/rpi-ft5406.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/rpi-poe.dtbo zu /usr/share/rpikernelhack/overlays/rpi-poe.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/rpi-proto.dtbo zu /usr/share/rpikernelhack/overlays/rpi-proto.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/rpi-sense.dtbo zu /usr/share/rpikernelhack/overlays/rpi-sense.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/rpi-tv.dtbo zu /usr/share/rpikernelhack/overlays/rpi-tv.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/rpivid-v4l2.dtbo zu /usr/share/rpikernelhack/overlays/rpivid-v4l2.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/rra-digidac1-wm8741-audio.dtbo zu /usr/share/rpikernelhack/overlays/rra-digidac1-wm8741-audio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/sainsmart18.dtbo zu /usr/share/rpikernelhack/overlays/sainsmart18.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/sc16is750-i2c.dtbo zu /usr/share/rpikernelhack/overlays/sc16is750-i2c.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/sc16is752-i2c.dtbo zu /usr/share/rpikernelhack/overlays/sc16is752-i2c.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/sc16is752-spi0.dtbo zu /usr/share/rpikernelhack/overlays/sc16is752-spi0.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/sc16is752-spi1.dtbo zu /usr/share/rpikernelhack/overlays/sc16is752-spi1.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/sdhost.dtbo zu /usr/share/rpikernelhack/overlays/sdhost.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/sdio.dtbo zu /usr/share/rpikernelhack/overlays/sdio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/sdtweak.dtbo zu /usr/share/rpikernelhack/overlays/sdtweak.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/sh1106-spi.dtbo zu /usr/share/rpikernelhack/overlays/sh1106-spi.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/smi-dev.dtbo zu /usr/share/rpikernelhack/overlays/smi-dev.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/smi-nand.dtbo zu /usr/share/rpikernelhack/overlays/smi-nand.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/smi.dtbo zu /usr/share/rpikernelhack/overlays/smi.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi-gpio35-39.dtbo zu /usr/share/rpikernelhack/overlays/spi-gpio35-39.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi-gpio40-45.dtbo zu /usr/share/rpikernelhack/overlays/spi-gpio40-45.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi-rtc.dtbo zu /usr/share/rpikernelhack/overlays/spi-rtc.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi0-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi0-1cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi0-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi0-2cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi1-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi1-1cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi1-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi1-2cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi1-3cs.dtbo zu /usr/share/rpikernelhack/overlays/spi1-3cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi2-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi2-1cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi2-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi2-2cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi2-3cs.dtbo zu /usr/share/rpikernelhack/overlays/spi2-3cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi3-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi3-1cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi3-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi3-2cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi4-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi4-1cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi4-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi4-2cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi5-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi5-1cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi5-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi5-2cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi6-1cs.dtbo zu /usr/share/rpikernelhack/overlays/spi6-1cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/spi6-2cs.dtbo zu /usr/share/rpikernelhack/overlays/spi6-2cs.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/ssd1306-spi.dtbo zu /usr/share/rpikernelhack/overlays/ssd1306-spi.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/ssd1306.dtbo zu /usr/share/rpikernelhack/overlays/ssd1306.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/ssd1351-spi.dtbo zu /usr/share/rpikernelhack/overlays/ssd1351-spi.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/superaudioboard.dtbo zu /usr/share/rpikernelhack/overlays/superaudioboard.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/sx150x.dtbo zu /usr/share/rpikernelhack/overlays/sx150x.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/tc358743-audio.dtbo zu /usr/share/rpikernelhack/overlays/tc358743-audio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/tc358743.dtbo zu /usr/share/rpikernelhack/overlays/tc358743.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/tinylcd35.dtbo zu /usr/share/rpikernelhack/overlays/tinylcd35.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/tpm-slb9670.dtbo zu /usr/share/rpikernelhack/overlays/tpm-slb9670.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/uart0.dtbo zu /usr/share/rpikernelhack/overlays/uart0.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/uart1.dtbo zu /usr/share/rpikernelhack/overlays/uart1.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/uart2.dtbo zu /usr/share/rpikernelhack/overlays/uart2.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/uart3.dtbo zu /usr/share/rpikernelhack/overlays/uart3.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/uart4.dtbo zu /usr/share/rpikernelhack/overlays/uart4.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/uart5.dtbo zu /usr/share/rpikernelhack/overlays/uart5.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/udrc.dtbo zu /usr/share/rpikernelhack/overlays/udrc.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/upstream-pi4.dtbo zu /usr/share/rpikernelhack/overlays/upstream-pi4.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/upstream.dtbo zu /usr/share/rpikernelhack/overlays/upstream.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/vc4-fkms-v3d.dtbo zu /usr/share/rpikernelhack/overlays/vc4-fkms-v3d.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/vc4-kms-kippah-7inch.dtbo zu /usr/share/rpikernelhack/overlays/vc4-kms-kippah-7inch.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/vc4-kms-v3d-pi4.dtbo zu /usr/share/rpikernelhack/overlays/vc4-kms-v3d-pi4.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/vc4-kms-v3d.dtbo zu /usr/share/rpikernelhack/overlays/vc4-kms-v3d.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/vga666.dtbo zu /usr/share/rpikernelhack/overlays/vga666.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/w1-gpio-pullup.dtbo zu /usr/share/rpikernelhack/overlays/w1-gpio-pullup.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/w1-gpio.dtbo zu /usr/share/rpikernelhack/overlays/w1-gpio.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/w5500.dtbo zu /usr/share/rpikernelhack/overlays/w5500.dtbo durch rpikernelhack« wird entfernt »Umleitung von /boot/overlays/wittypi.dtbo zu /usr/share/rpikernelhack/overlays/wittypi.dtbo durch rpikernelhack« wird entfernt run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 5.4.72+ /boot/kernel.img run-parts: executing /etc/kernel/postinst.d/initramfs-tools 5.4.72+ /boot/kernel.img run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 5.4.72-v7+ /boot/kernel7.img run-parts: executing /etc/kernel/postinst.d/initramfs-tools 5.4.72-v7+ /boot/kernel7.img run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 5.4.72-v7l+ /boot/kernel7l.img run-parts: executing /etc/kernel/postinst.d/initramfs-tools 5.4.72-v7l+ /boot/kernel7l.img run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 5.4.72-v8+ /boot/kernel8.img run-parts: executing /etc/kernel/postinst.d/initramfs-tools 5.4.72-v8+ /boot/kernel8.img libkrb5support0:armhf (1.17-3+deb10u1) wird eingerichtet ... tzdata (2020d-0+deb10u1) wird eingerichtet ... Current default time zone: 'Europe/Berlin' Local time is now: Sat Nov 28 12:26:25 CET 2020. Universal Time is now: Sat Nov 28 11:26:25 UTC 2020. Run 'dpkg-reconfigure tzdata' if you wish to change it. libfreetype6:armhf (2.9.1-3+deb10u2) wird eingerichtet ... firmware-brcm80211 (1:20190114-1+rpt9) wird eingerichtet ... libx11-data (2:1.6.7-1+deb10u1) wird eingerichtet ... firmware-realtek (1:20190114-1+rpt9) wird eingerichtet ... update-initramfs: deferring update (trigger activated) liblwres161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) wird eingerichtet ... libmariadb3:armhf (1:10.3.25-0+deb10u1) wird eingerichtet ... raspberrypi-bootloader (1.20201022-1) wird eingerichtet ... »Umleitung von /boot/start.elf zu /usr/share/rpikernelhack/start.elf durch rpikernelhack« wird entfernt »Umleitung von /boot/start_cd.elf zu /usr/share/rpikernelhack/start_cd.elf durch rpikernelhack« wird entfernt »Umleitung von /boot/start_db.elf zu /usr/share/rpikernelhack/start_db.elf durch rpikernelhack« wird entfernt »Umleitung von /boot/start_x.elf zu /usr/share/rpikernelhack/start_x.elf durch rpikernelhack« wird entfernt »Umleitung von /boot/fixup.dat zu /usr/share/rpikernelhack/fixup.dat durch rpikernelhack« wird entfernt »Umleitung von /boot/fixup_cd.dat zu /usr/share/rpikernelhack/fixup_cd.dat durch rpikernelhack« wird entfernt »Umleitung von /boot/fixup_db.dat zu /usr/share/rpikernelhack/fixup_db.dat durch rpikernelhack« wird entfernt »Umleitung von /boot/fixup_x.dat zu /usr/share/rpikernelhack/fixup_x.dat durch rpikernelhack« wird entfernt »Umleitung von /boot/bootcode.bin zu /usr/share/rpikernelhack/bootcode.bin durch rpikernelhack« wird entfernt »Umleitung von /boot/start4.elf zu /usr/share/rpikernelhack/start4.elf durch rpikernelhack« wird entfernt »Umleitung von /boot/start4cd.elf zu /usr/share/rpikernelhack/start4cd.elf durch rpikernelhack« wird entfernt »Umleitung von /boot/start4db.elf zu /usr/share/rpikernelhack/start4db.elf durch rpikernelhack« wird entfernt »Umleitung von /boot/start4x.elf zu /usr/share/rpikernelhack/start4x.elf durch rpikernelhack« wird entfernt »Umleitung von /boot/fixup4.dat zu /usr/share/rpikernelhack/fixup4.dat durch rpikernelhack« wird entfernt »Umleitung von /boot/fixup4cd.dat zu /usr/share/rpikernelhack/fixup4cd.dat durch rpikernelhack« wird entfernt »Umleitung von /boot/fixup4db.dat zu /usr/share/rpikernelhack/fixup4db.dat durch rpikernelhack« wird entfernt »Umleitung von /boot/fixup4x.dat zu /usr/share/rpikernelhack/fixup4x.dat durch rpikernelhack« wird entfernt »Umleitung von /boot/LICENCE.broadcom zu /usr/share/rpikernelhack/LICENCE.broadcom durch rpikernelhack« wird entfernt libk5crypto3:armhf (1.17-3+deb10u1) wird eingerichtet ... libqt5core5a:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) wird eingerichtet ... libglapi-mesa:armhf (19.3.2-1~bpo10+1~rpt2) wird eingerichtet ... libisc-export1100:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) wird eingerichtet ... libraspberrypi0 (1.20201022-1) wird eingerichtet ... firmware-libertas (1:20190114-1+rpt9) wird eingerichtet ... libqt5dbus5:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) wird eingerichtet ... dphys-swapfile (20100506-5+rpt2) wird eingerichtet ... mariadb-server-10.3 (1:10.3.25-0+deb10u1) wird eingerichtet ... libisccc161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) wird eingerichtet ... libx11-6:armhf (2:1.6.7-1+deb10u1) wird eingerichtet ... libkrb5-3:armhf (1.17-3+deb10u1) wird eingerichtet ... raspi-config (20201108) wird eingerichtet ... libdns-export1104 (1:9.11.5.P4+dfsg-5.1+deb10u2) wird eingerichtet ... libraspberrypi-doc (1.20201022-1) wird eingerichtet ... libqt5network5:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) wird eingerichtet ... libraspberrypi-bin (1.20201022-1) wird eingerichtet ... libfreetype6-dev:armhf (2.9.1-3+deb10u2) wird eingerichtet ... mariadb-server (1:10.3.25-0+deb10u1) wird eingerichtet ... libqt5sql5:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) wird eingerichtet ... libegl-mesa0:armhf (19.3.2-1~bpo10+1~rpt2) wird eingerichtet ... libgssapi-krb5-2:armhf (1.17-3+deb10u1) wird eingerichtet ... libraspberrypi-dev (1.20201022-1) wird eingerichtet ... rpi-eeprom (10.3-1) wird eingerichtet ... rpi-eeprom-images (10.3-1) wird eingerichtet ... libdns1104:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) wird eingerichtet ... libqt5sql5-sqlite:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) wird eingerichtet ... libqt5gui5:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) wird eingerichtet ... libqt5widgets5:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) wird eingerichtet ... qt5-gtk-platformtheme:armhf (5.11.3+dfsg1-1+rpi1+deb10u4) wird eingerichtet ... libisccfg163:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) wird eingerichtet ... deconz (2.05.88-raspbian-buster-stable) wird eingerichtet ... libbind9-161:armhf (1:9.11.5.P4+dfsg-5.1+deb10u2) wird eingerichtet ... bind9-host (1:9.11.5.P4+dfsg-5.1+deb10u2) wird eingerichtet ... Trigger für libc-bin (2.28-10+rpi1) werden verarbeitet ... Trigger für systemd (241-7~deb10u4+rpi1) werden verarbeitet ... Trigger für man-db (2.8.5-2) werden verarbeitet ... Trigger für mime-support (3.62) werden verarbeitet ... Trigger für initramfs-tools (0.133+deb10u1) werden verarbeitet ... [/s]
-
@oneill2612 sagte in iOBroker nicht mehr erreichbar nach Updates:
Wenn die Kiste wieder steht:
sudo apt install -f
noch ausführen.
-
habe ich gemacht.
Ich komme immer noch nicht auf die Weboberfläche
sudo apt install -f Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt: rpi-eeprom-images wiringpi Verwenden Sie »sudo apt autoremove«, um sie zu entfernen. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
-
iobroker list adapters iobroker list instances
-
Beides ausgeführt.
$ iobroker list adapters system.adapter.admin : admin - v4.0.10 system.adapter.chromecast : chromecast - v2.3.1 system.adapter.cloud : cloud - v3.1.0 system.adapter.daswetter : daswetter - v3.0.3 system.adapter.deconz : deconz - v1.3.11 system.adapter.discovery : discovery - v2.3.11 system.adapter.flot : flot - v1.9.2 system.adapter.go-e : go-e - v0.1.2 system.adapter.history : history - v1.9.10 system.adapter.hmip : hmip - v1.3.1 system.adapter.hue : hue - v3.3.8 system.adapter.hue-extended : hue-extended - v2.0.0 system.adapter.ical : ical - v1.7.4 system.adapter.icons-mfd-png : icons-mfd-png - v1.0.2 system.adapter.info : info - v1.7.10 system.adapter.javascript : javascript - v4.8.4 system.adapter.lifx : lifx - v0.1.0 system.adapter.mobile : mobile - v1.0.1 system.adapter.openhab : openhab - v1.1.0 system.adapter.ping : ping - v1.4.8 system.adapter.ring : ring - v1.1.3 system.adapter.senec : senec - v1.0.10 system.adapter.shelly : shelly - v4.0.3 system.adapter.sonoff : sonoff - v2.3.3 system.adapter.sourceanalytix : sourceanalytix - v0.4.5 system.adapter.sql : sql - v1.15.3 system.adapter.tuya : tuya - v3.4.1 system.adapter.vis : vis - v1.2.12 system.adapter.vis-bars : vis-bars - v0.1.4 system.adapter.vis-canvas-gauges : vis-canvas-gauges - v0.1.5 system.adapter.vis-colorpicker : vis-colorpicker - v1.1.1 system.adapter.vis-fancyswitch : vis-fancyswitch - v1.1.0 system.adapter.vis-history : vis-history - v1.0.0 system.adapter.vis-hqwidgets : vis-hqwidgets - v1.1.7 system.adapter.vis-jqui-mfd : vis-jqui-mfd - v1.0.12 system.adapter.vis-justgage : vis-justgage - v1.0.2 system.adapter.vis-metro : vis-metro - v1.1.2 system.adapter.vis-players : vis-players - v0.1.6 system.adapter.vis-plumb : vis-plumb - v1.0.2 system.adapter.vis-timeandweather : vis-timeandweather - v1.1.7 system.adapter.vis-weather : vis-weather - v2.5.2 system.adapter.vw-connect : vw-connect - v0.0.15 system.adapter.web : web - v3.0.14
$ iobroker list instances system.adapter.admin.0 : admin - disabled, port: 8081, bind: 0.0.0.0, run as: admin system.adapter.chromecast.0 : chromecast - disabled system.adapter.chromecast.1 : chromecast - disabled system.adapter.cloud.0 : cloud - disabled + system.adapter.daswetter.0 : daswetter - enabled + system.adapter.deconz.0 : deconz - enabled + system.adapter.discovery.0 : discovery - enabled system.adapter.flot.0 : flot - enabled + system.adapter.go-e.0 : go-e - enabled + system.adapter.history.0 : history - enabled + system.adapter.hmip.0 : hmip - enabled + system.adapter.hue.0 : hue - enabled, port: 443 system.adapter.ical.0 : ical - enabled system.adapter.icons-mfd-png.0 : icons-mfd-png - enabled + system.adapter.info.0 : info - enabled + system.adapter.javascript.0 : javascript - enabled system.adapter.lifx.0 : lifx - disabled system.adapter.mobile.0 : mobile - enabled + system.adapter.ping.0 : ping - enabled system.adapter.ring.0 : ring - disabled + system.adapter.senec.0 : senec - enabled + system.adapter.shelly.0 : shelly - enabled, port: 1882, bind: 0.0.0.0 + system.adapter.sourceanalytix.0 : sourceanalytix - enabled + system.adapter.sql.0 : sql - enabled, port: 0 system.adapter.tuya.1 : tuya - disabled system.adapter.vis-bars.0 : vis-bars - enabled system.adapter.vis-canvas-gauges.0 : vis-canvas-gauges - enabled system.adapter.vis-colorpicker.0 : vis-colorpicker - enabled system.adapter.vis-fancyswitch.0 : vis-fancyswitch - enabled system.adapter.vis-history.0 : vis-history - enabled system.adapter.vis-hqwidgets.0 : vis-hqwidgets - enabled system.adapter.vis-jqui-mfd.0 : vis-jqui-mfd - enabled system.adapter.vis-justgage.0 : vis-justgage - enabled system.adapter.vis-metro.0 : vis-metro - enabled system.adapter.vis-players.0 : vis-players - enabled system.adapter.vis-plumb.0 : vis-plumb - enabled system.adapter.vis-timeandweather.0 : vis-timeandweather - enabled system.adapter.vis-weather.0 : vis-weather - enabled system.adapter.vis.0 : vis - enabled system.adapter.vw-connect.0 : vw-connect - disabled + system.adapter.web.0 : web - enabled, port: 8082, bind: 0.0.0.0, run as: admin + instance is alive
-
iobroker start admin
-
DANKE DANKE DANKE..
Es klappt wieder ..Ist das wegen ein Update gekommen oder woran kann es gelegen haben ??
Hast du sonst noch einen Tipp wie sowas nicht nochmal passieren kann ?
Hatte echt Angst das ich alle Opjekte wieder hinzufügen muss
-
@oneill2612
Am update selber sollte das nicht liegen, wenn es denn sauber ausgeführt wurde.Hast du sonst noch einen Tipp wie sowas nicht nochmal passieren kann ?
Nicht mit npm direkt herumhantieren, sondern besser iobroker nutzen.
Und der wichtigste Tip zu
Ich habe auch nie ein BackUp von der VIS oberfläche oder vom ioBroker gemacht
Mach ein Backup über den Backitup-Adapter!