NEWS
System krumm?
-
Selbst bei einen neuen SmartControl werden die Beispiel vorgaben als Fehler angezeigt.
Interessant ist das "sunset+30" kein Fehler schmeißt.
Kann mal bitte einer nachschauen wie bei euch die crom-parser installiert sind?
pi@raspberrypi:~ $ cd /opt/iobroker npm list cron-parser iobroker.inst@3.0.0 /opt/iobroker ├── cron-parser@5.4.0 ├─┬ iobroker.alarm@3.7.4 │ └─┬ node-schedule@2.1.1 │ └── cron-parser@4.9.0 ├─┬ iobroker.backitup@3.3.5 │ └── cron-parser@5.4.0 deduped └─┬ iobroker.js-controller@7.0.7 └── cron-parser@4.9.0 pi@raspberrypi:/opt/iobroker $ ^C pi@raspberrypi:/opt/iobroker $ cd /opt/iobroker/node_modules/iobroker.smartcontrol npm list cron-parser iobroker.smartcontrol@2.0.1 /opt/iobroker/node_modules/iobroker.smartcontrol └── (empty)gruß
Matthias -
@luft-post sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:
iobroker.inst@3.0.0 /opt/iobroker ├── cron-parser@5.4.0ist falsch, in der ersten Ebene liegen bei einer sauberen Installation keine Module, die nicht iobroker.xyz heißen, also Adapter sind.
-
@thomas-braun sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:
iobroker.inst@3.0.0 /opt/iobroker ├── cron-parser@5.4.0
ist falsch, in der ersten Ebene liegen bei einer sauberen Installation keine Module, die nicht iobroker.xyz heißen, also Adapter sind.und was steht bei dir unter smartcontrol adapter?
-
@luft-post sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:
und was steht bei dir unter smartcontrol adapter?
Gar nichts, den verwende ich nämlich nicht.
Edit: Ein sauberer npm tree schaut jedenfalls so aus:
echad@chet:~ $ cd /opt/iobroker/ && npm ls iobroker.inst@3.0.0 /opt/iobroker ├── iobroker.admin@7.7.2 ├── iobroker.alexa2@3.27.3 ├── iobroker.alias-manager@2.0.0 ├── iobroker.ankersolix2@2.4.0 ├── iobroker.awtrix-light@2.0.0 ├── iobroker.backitup@3.3.7 ├── iobroker.ble@0.14.1 ├── iobroker.cloud@5.0.1 ├── iobroker.devices@1.2.9 ├── iobroker.echarts@2.0.10 ├── iobroker.firetv@2.1.0 ├── iobroker.followthesun@0.5.2 ├── iobroker.govee-app@0.0.6 (git+ssh://git@github.com/TA2k/ioBroker.govee-app.git#6a0f84cfb34eb3a0ca647c7a519b9d5a48ccfb85) ├── iobroker.govee-local@0.2.9 ├── iobroker.history@3.0.1 ├── iobroker.ical@1.17.0 ├── iobroker.iceroad@1.2.1 ├── iobroker.iot@4.0.3 ├── iobroker.javascript@9.0.11 ├── iobroker.js-controller@7.0.7 ├── iobroker.mihome-cloud@0.1.1 ├── iobroker.mihome-vacuum@5.3.0 ├── iobroker.mihome@1.4.0 ├── iobroker.mqtt@6.1.4 ├── iobroker.nina@0.0.26 ├── iobroker.notification-manager@1.3.0 ├── iobroker.nuki-extended@2.7.0 ├── iobroker.nut@1.6.0 ├── iobroker.opendtu@3.1.0 ├── iobroker.openweathermap@1.4.0 ├── iobroker.parcel@0.2.10 ├── iobroker.playstation@0.0.3 ├── iobroker.rpi2@2.4.0 (git+ssh://git@github.com/Grothesk242/ioBroker.rpi2.git#c87e9539d89bac8f4d19b266679bcb78ed554f1d) ├── iobroker.sainlogic@0.12.1 ├── iobroker.samsung_tizen@1.1.0 ├── iobroker.samsung@0.6.1 ├── iobroker.switchbot-hub@0.1.2 (git+ssh://git@github.com/DrozmotiX/ioBroker.switchbot-hub.git#7a05fa59dfc5e3ce8d73018badc4e420996452f8) ├── iobroker.tado@0.7.11-alpha.0 (git+ssh://git@github.com/DrozmotiX/ioBroker.tado.git#380972a9b0a8e8c23e96202486243a201cbcb6b9) ├── iobroker.tankerkoenig@3.4.0 ├── iobroker.tr-064@4.3.0 ├── iobroker.tradfri@3.1.3 ├── iobroker.trashschedule@4.0.1 ├── iobroker.tuya@3.17.0 ├── iobroker.weather-warnings@0.7.4 ├── iobroker.web@7.0.9 ├── iobroker.whatsapp-cmb@0.3.0 └── iobroker.zigbee@3.1.2 echad@chet:/opt/iobroker $ -
@luft-post um deine Ausgabe exakt so wiederzugeben wie deine
root@IoBroker:/opt/iobroker# npm list cron-parser iobroker.inst@3.0.0 /opt/iobroker ├─┬ iobroker.alarm@3.7.4 │ └─┬ node-schedule@2.1.1 │ └── cron-parser@4.9.0 deduped ├─┬ iobroker.backitup@3.3.7 │ └── cron-parser@5.4.0 ├─┬ iobroker.device-watcher@2.13.1 │ └── cron-parser@4.9.0 └─┬ iobroker.js-controller@7.0.7 └── cron-parser@4.9.0 deduped root@IoBroker:/opt/iobroker# cd /opt/iobroker/node_modules/iobroker.smartcontrol npm list cron-parser iobroker.smartcontrol@2.0.1 /opt/iobroker/node_modules/iobroker.smartcontrol └── (empty) root@IoBroker:/opt/iobroker/node_modules/iobroker.smartcontrol# cd root@IoBroker:~#vollständige Ausgabe
root@IoBroker:~# cd /opt/iobroker/ && npm ls iobroker.inst@3.0.0 /opt/iobroker ├── @abandonware/noble@1.9.2-25 ├── @iobroker-javascript.0/country-list-js@npm:country-list-js@3.1.8 ├── @iobroker-javascript.0/moment-duration-format@npm:moment-duration-format@2.3.2 ├── @iobroker-javascript.0/moment-timezone@npm:moment-timezone@0.6.0 ├── @iobroker-javascript.0/moment@npm:moment@2.30.1 ├── @iobroker-javascript.0/node-mihome@npm:node-mihome@0.0.32 ├── @iobroker-javascript.0/querystring@npm:querystring@0.2.1 ├── @iobroker-javascript.0/request-promise-native@npm:request-promise-native@1.0.9 ├── @iobroker-javascript.0/request@npm:request@2.88.2 ├── @iobroker-javascript.0/simple-ssh@npm:simple-ssh@1.1.1 ├── @iobroker-javascript.0/tail@npm:tail@2.2.6 ├── @iobroker-javascript.0/xml2js@npm:xml2js@0.6.2 ├── iobroker.admin@7.7.2 ├── iobroker.alarm@3.7.4 ├── iobroker.alexa2@3.27.3 ├── iobroker.alias-manager@2.0.0 ├── iobroker.awtrix-light@2.0.0 ├── iobroker.backitup@3.3.7 ├── iobroker.ble@0.14.1 ├── iobroker.broadlink2@2.3.0 ├── iobroker.chromecast@4.0.0 ├── iobroker.consumption@1.0.2 ├── iobroker.countdown@3.0.0 ├── iobroker.daswetter@3.2.3 ├── iobroker.device-reminder@3.1.2 ├── iobroker.device-watcher@2.13.1 ├── iobroker.devices@1.2.9 ├── iobroker.dwd@2.8.5 ├── iobroker.echarts@2.0.10 ├── iobroker.email@2.0.4 ├── iobroker.esphome@0.6.3 ├── iobroker.eventlist@2.1.0 ├── iobroker.feiertage@1.2.1 ├── iobroker.firetv@2.1.0 ├── iobroker.flexcharts@0.5.0 ├── iobroker.frigate@1.3.2 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.frigate.git#5b7a1840f7b9fab00a74decc7ffee1641d16e27d) ├── iobroker.fullcalendar@2.4.5 ├── iobroker.fully-tablet-control@0.3.8 (git+ssh://git@github.com/xXBJXx/ioBroker.fully-tablet-control.git#ae07136c27d18a8b6ffa23763324d6f417e2ee97) ├── iobroker.fullybrowser@3.1.2 ├── iobroker.gotify-ws@0.2.3 ├── iobroker.govee-app@0.0.6 (git+ssh://git@github.com/TA2k/ioBroker.govee-app.git#6a0f84cfb34eb3a0ca647c7a519b9d5a48ccfb85) ├── iobroker.govee-local@0.2.9 ├── iobroker.hass@1.4.0 ├── iobroker.history@3.0.1 ├── iobroker.hyperion_ng@0.1.23 ├── iobroker.hyperion@0.0.15 (git+ssh://git@github.com/ruhigundrelaxed/ioBroker.hyperion.git#faa3749a64c63522cf62920a3c1a1949d94782d1) ├── iobroker.ical@1.17.0 ├── iobroker.icons-addictive-flavour-png@0.1.0 ├── iobroker.icons-icons8@0.0.1 ├── iobroker.icons-material-png@0.1.0 ├── iobroker.icons-mfd-png@1.2.1 ├── iobroker.icons-ultimate-png@1.0.1 ├── iobroker.imap@0.3.0 ├── iobroker.influxdb@4.0.2 ├── iobroker.iot@4.0.3 ├── iobroker.jarvis@3.2.0-rc.17 (git+ssh://git@github.com/Zefau/ioBroker.jarvis.git#65370bd2ad4617722447bcff04ba4dc6429bed9b) ├── iobroker.javascript@9.0.11 ├── iobroker.js-controller@7.0.7 ├── iobroker.lightcontrol@2.0.0 ├── iobroker.linux-control@1.1.6 (git+ssh://git@github.com/Scrounger/ioBroker.linux-control.git#59f578f3402850684ba8767a24a9ff288b05a3f0) ├── iobroker.logparser@2.4.0 ├── iobroker.mihome@1.4.0 ├── iobroker.milight-smart-light@1.2.2 ├── iobroker.mobile@1.0.1 ├── iobroker.mqtt-client@3.0.0 ├── iobroker.mqtt@6.1.4 ├── iobroker.mytime@2.0.1 ├── iobroker.notification-manager@1.3.0 ├── iobroker.notificationforandroidtv@3.0.4 ├── iobroker.nut@1.6.0 ├── iobroker.onkyo@2.1.2 ├── iobroker.opendtu@3.1.0 ├── iobroker.openweathermap@1.4.0 ├── iobroker.operating-hours@1.3.0 ├── iobroker.parcel@0.2.10 ├── iobroker.parser@2.3.1 ├── iobroker.phantomjs@1.1.3 ├── iobroker.ping@1.7.9 ├── iobroker.puppeteer@0.4.0 ├── iobroker.radar2@2.4.0 ├── iobroker.rest-api@3.0.1 ├── iobroker.roadtraffic@1.2.0 ├── iobroker.rssfeed@3.5.2 ├── iobroker.sayit@5.1.0 ├── iobroker.scenes@4.0.3 ├── iobroker.scheduler@1.5.0 ├── iobroker.schoolfree@1.1.12 ├── iobroker.shelly@10.2.0 ├── iobroker.shuttercontrol@2.0.5 ├── iobroker.signal-cmb@0.3.0 ├── iobroker.simple-api@3.0.7 ├── iobroker.slideshow@0.2.1 ├── iobroker.smartcontrol@2.0.1 ├── iobroker.snmp@3.3.0 ├── iobroker.sonoff@3.3.0 ├── iobroker.sourceanalytix@0.4.15-alpha.1 (git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#1010e11d126dc2e9639b70f17b79d082dead83ba) ├── iobroker.spotify-premium@1.5.3 ├── iobroker.sql@3.0.1 ├── iobroker.statistics@4.0.0 ├── iobroker.tankerkoenig@3.4.0 ├── iobroker.telegram@4.1.0 ├── iobroker.text2command@3.0.3 ├── iobroker.tibberconnect@0.0.10 (git+ssh://git@github.com/Codibris/ioBroker.tibberconnect.git#3d3cb4129718fbaf00fcdc00b23d1a68e35d2c83) ├── iobroker.tibberlink@5.0.3 ├── iobroker.tr-064@4.3.0 ├── iobroker.traccar@1.1.6 ├── iobroker.trashschedule@4.0.1 ├── iobroker.tuya@3.17.0 ├── iobroker.unifi@0.7.0 ├── iobroker.upnp@1.1.0 ├── iobroker.valuetrackerovertime@1.1.0 ├── iobroker.virtualpowermeter@1.5.0 ├── iobroker.vis-2-widgets-collection@1.8.1 ├── iobroker.vis-2-widgets-energy@1.0.2 ├── iobroker.vis-2-widgets-gauges@2.0.2 ├── iobroker.vis-2-widgets-inventwo@0.3.9 ├── iobroker.vis-2-widgets-jaeger-design@1.4.7 ├── iobroker.vis-2-widgets-material@1.6.0 ├── iobroker.vis-2-widgets-ovarious@1.0.0 ├── iobroker.vis-2-widgets-radar-trap@2.3.3 ├── iobroker.vis-2-widgets-rssfeed@1.2.2 ├── iobroker.vis-2-widgets-sweethome3d@0.2.0 ├── iobroker.vis-2-widgets-weather-and-heating@1.1.3 ├── iobroker.vis-2@2.13.5 ├── iobroker.vis-bars@0.1.4 ├── iobroker.vis-canvas-gauges@1.0.1 ├── iobroker.vis-colorpicker@2.0.3 ├── iobroker.vis-fancyswitch@1.1.0 ├── iobroker.vis-google-fonts@1.0.4 ├── iobroker.vis-history@1.0.0 ├── iobroker.vis-hqwidgets@1.6.0 ├── iobroker.vis-icontwo@1.18.0 ├── iobroker.vis-inventwo@3.3.5 ├── iobroker.vis-jqui-mfd@1.1.1 ├── iobroker.vis-justgage@2.1.7 ├── iobroker.vis-keyboard@0.0.2 ├── iobroker.vis-lcars@1.1.1 ├── iobroker.vis-map@1.1.2 ├── iobroker.vis-material-webfont@0.0.3 ├── iobroker.vis-material@0.2.0 ├── iobroker.vis-materialdesign@0.5.9 ├── iobroker.vis-metro@1.2.0 ├── iobroker.vis-players@0.1.6 ├── iobroker.vis-plumb@1.0.2 ├── iobroker.vis-rgraph@0.0.2 ├── iobroker.vis-timeandweather@1.2.2 ├── iobroker.vis-weather@2.5.12 ├── iobroker.vis@1.5.6 ├── iobroker.wallpanel@0.3.11 ├── iobroker.weather-warnings@0.7.4 ├── iobroker.weatherunderground@3.7.0 ├── iobroker.web@7.0.9 ├── iobroker.whatsapp-cmb@0.3.0 ├── iobroker.wiffi-wz@2.2.1 ├── iobroker.wiobrowser@2.0.2 ├── iobroker.wireguard@1.8.0 ├── iobroker.wled@0.7.3 ├── iobroker.worx@3.2.7 ├── iobroker.ws@3.0.19 ├── iobroker.yeelight-2@1.5.2 ├── iobroker.zigbee2mqtt@3.0.9 └── iobroker@4.0.3 root@IoBroker:/opt/iobroker# -
So, ich habe endlich mal wieder zeitgefunden mit meinen Problem weiterzumachen...
was habe ich gemacht:- meinen npm tree "bereinigt" -> keine Änderung
- den crom-parser unter JS ausprobiert -> funktioniert ohne Probleme
- den SmartControl Adapter komplett gelöscht und neu installiert -> auch hier mit den hinhaltenden Beispieldaten werden die Crom-jobs angemeckert.
habt Ihr noch eine Idee was ich probieren kann? bin für jeden Tipp dankbar.
gruß
Matthias -
-
@thomas-braun sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:
iob diag
ioBroker Diagnosis ***[0m Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen The following checks may give hints to potential malconfigurations or errors, please post them in our forum: https://forum.iobroker.net Just copy and paste the Summary Page, including the ``` characters at start and end. It helps us to help you! ************************************************************************** * Some output is masked. For full results please use 'iob diag --unmask' * ************************************************************************** Press any key to continue sudo: 1 incorrect password attempt Hint: You are currently not seeing messages from other users and the system. Users in groups 'adm', 'systemd-journal' can see all messages. Pass -q to turn off this notice. No journal files were opened due to insufficient permissions. [32m/opt/iobroker/backups:[0m 677M /opt/iobroker/backups/ [32m/opt/iobroker/iobroker-data:[0m 676M /opt/iobroker/iobroker-data/ 443M /opt/iobroker/iobroker-data/files 148M /opt/iobroker/iobroker-data/backup-objects 72M /opt/iobroker/iobroker-data/files/vis-2 47M /opt/iobroker/iobroker-data/files/admin.admin [32mThe five largest files in iobroker-data are:[0m find: Failed to change directory: /home/pi: Permission denied find: Failed to change directory: /home/pi: Permission denied find: Failed to change directory: /home/pi: Permission denied find: Failed to change directory: /home/pi: Permission denied find: Failed to change directory: /home/pi: Permission denied find: Failed to change directory: /home/pi: Permission denied find: Failed to change directory: /home/pi: Permission denied find: Failed to restore initial working directory: /home/pi: Permission denied [32mUSB-Devices by-id:[0m USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id': /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20231009140255-if00 [34;107m*** ZigBee Settings ***[0m HINT: Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting: /dev/ttyACM0 Zigbee Network Settings on your coordinator/in nvbackup are: zigbee.X Extended Pan ID: *** MASKED *** Pan ID: *** MASKED *** Channel: *** MASKED *** Network Key: *** MASKED *** To unmask the settings run 'iob diag --unmask' [34;107m*** NodeJS-Installation ***[0m /usr/bin/nodejs v22.19.0 /usr/bin/node v22.19.0 /usr/bin/npm 10.9.3 /usr/bin/npx 10.9.3 /usr/bin/corepack 0.34.0 nodejs: Installed: 22.19.0-1nodesource1 Candidate: 22.20.0-1nodesource1 Version table: 22.20.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages *** 22.19.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 100 /var/lib/dpkg/status 22.18.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.17.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.17.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.16.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.14.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.12.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.11.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.10.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.9.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.8.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.7.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.6.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.3.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.2.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.1.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.0.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 18.20.4+dfsg-1~deb12u1 500 500 http://deb.debian.org/debian bookworm/main arm64 Packages 500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages find: Failed to restore initial working directory: /home/pi: Permission denied [32mTemp directories causing deletion problem:[0m 0 No problems detected [32mErrors in npm tree:[0m 0 No problems detected [32mChecking for nodejs vulnerability:[0m █████ ██ ██ ██████ ██████ ██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███████ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███████ ███████ ██████ ██████ ██████ ██████ ██ [34;107m*** ioBroker-Installation ***[0m [32mioBroker Status[0m iobroker is running on this host. Objects type: jsonl States type: jsonl Hosts: raspberrypi raspberrypi (version: 7.0.7, hostname: raspberrypi , alive, uptime: 77953) [32mCore adapters versions[0m -
Das ist nicht vollständig (und auch komisch irgendwie irgendwoher kopiert).
Ruf das in einem gescheiten Terminal in einer SSH-Session auf und kopier das von da. -
@thomas-braun zweiter versuch, vorher war wohl nicht richtig in die /home/iobroker/iob_diag.log geschrieben worden
[H[2J[3J*** iob diag is starting up, please wait *** [H[2J[3J [34;107m*** ioBroker Diagnosis ***[0m Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen The following checks may give hints to potential malconfigurations or errors, please post them in our forum: https://forum.iobroker.net Just copy and paste the Summary Page, including the ``` characters at start and end. It helps us to help you! ************************************************************************** * Some output is masked. For full results please use 'iob diag --unmask' * ************************************************************************** Press any key to continue [H[2J[3J [33m========== Start marking the full check here ===========[0m ```bash Script v.2025-08-09 [34;107m*** BASE SYSTEM ***[0m Operating System: Debian GNU/Linux 12 (bookworm) Static hostname: raspberrypi Icon name: computer Kernel: Linux 6.12.34+rpt-rpi-2712 Architecture: arm64 OS is similar to: Model : Raspberry Pi 5 Model B Rev 1.1 Docker : false Virtualization : none Kernel : aarch64 Userland : 64 bit Systemuptime and Load: 20:16:13 up 2 min, 4 users, load average: 2.77, 0.93, 0.33 CPU threads: 4 [34;107m*** LIFE CYCLE STATUS ***[0m [1;33mDebian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time
