- Home
- Deutsch
- ioBroker Allgemein
- ioBroker ständige restarts nach Debian upgrade
ioBroker ständige restarts nach Debian upgrade
-
Hallo,
Ich habe meinen ioBroker (nodejs18.18.2/npm9.8.1/iobAdmin6.12.0) auf einem Raspi4B mit 4GB am laufen und habe soeben ein upgrade vom OS bullseye -> bookworm durchgeführt.
OS seitig sieht alles prima aus (keine Fehler gesehen).
Jedoch steckt iobroker in einer restart-schlaufe.Da im syslog diverse Fehlermeldungen von redis wie folgt enthalten sind :
2023-10-27T16:13:43.973286+02:00 iobroker bash[824]: at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) 2023-10-27T16:13:43.973443+02:00 iobroker bash[824]: at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2023-10-27T16:13:43.973699+02:00 iobroker bash[824]: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. 2023-10-27T16:13:43.973885+02:00 iobroker bash[824]: ReplyError: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
habe ich nach etwas Nachforschung folgenden befehl abgesetzt:
pi@iobroker:~ $ redis-cli 127.0.0.1:6379> config set stop-writes-on-bgsave-error no OK 127.0.0.1:6379> exit pi@iobroker:~ $
so startet ioBroker dann wieder und läuft.
Gemäss google ist dies jedoch keine Lösung und nur ein workaround.
Tatsächlich besteht das Problem auch bei jedem reboot des Raspi weiterhin.Hat jemand eine Idee, wie ich den Ursprung des Problems finden könnte?
Danke
-
iob diag
sagt?
Der 'Fehler' deutet auf fehlende Rechte (oder zu wenig Speicherplatz oder zu wenig RAM) hin. Vermutlich muss der User noch in eine Grupperedis
hinzugefügt werden. -
@marlan99 sagte in ioBroker ständige restarts nach Debian upgrade:
Please check the Redis logs for details about the RDB error.
Moin,
hast Du denn das gemacht, was da steht, ins Redis Log geschaut, wie hast Du Redis installiert, wie sieht die Konfiguration aus?
Ich habe das hier bei Github gefunden https://gist.github.com/kapkaev/4619127Sei nicht so geizig mit Informationen, sonst raten wir nur,
VG
Bernd -
@thomas-braun said in ioBroker ständige restarts nach Debian upgrade:
iob diag
sagt?
hier der output von "iob diag"
======== Start marking the full check here =========Skript v.2023-10-10 *** BASE SYSTEM *** Static hostname: iobroker Icon name: computer Operating System: Raspbian GNU/Linux 12 (bookworm) Kernel: Linux 5.15.32-v7l+ Architecture: arm Model : Raspberry Pi 4 Model B Rev 1.2 Docker : false Virtualization : none Kernel : armv7l Userland : armhf Systemuptime and Load: 17:56:47 up 1:45, 3 users, load average: 1.01, 0.49, 0.38 CPU threads: 4 *** RASPBERRY THROTTLING *** Current issues: No throttling issues detected. Previously detected issues: No throttling issues detected. *** Time and Time Zones *** Local time: Fri 2023-10-27 17:56:47 CEST Universal time: Fri 2023-10-27 15:56:47 UTC RTC time: n/a Time zone: Europe/Zurich (CEST, +0200) System clock synchronized: yes NTP service: active RTC in local TZ: no *** User and Groups *** pi /home/pi pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker *** X-Server-Setup *** X-Server: false Desktop: Terminal: tty Boot Target: multi-user.target *** MEMORY *** total used free shared buff/cache available Mem: 4.0G 2.0G 169M 1.5M 1.9G 2.0G Swap: 104M 99M 5.1M Total: 4.1G 2.1G 174M 3838 M total memory 1892 M used memory 889 M active memory 2664 M inactive memory 161 M free memory 18 M buffer memory 1816 M swap cache 99 M total swap 95 M used swap 4 M free swap Raspberry only: oom events: 0 lifetime oom required: 0 Mbytes total time in oom handler: 0 ms max time spent in oom handler: 0 ms *** FAILED SERVICES *** UNIT LOAD ACTIVE SUB DESCRIPTION * proc-sys-fs-binfmt_misc.mount loaded failed failed Arbitrary Executable File Formats File System * hciuart.service loaded failed failed Configure Bluetooth Modems connected by UART * owfs.service loaded failed failed 1-wire filesystem FUSE mount * systemd-binfmt.service loaded failed failed Set Up Additional Binary Formats LOAD = Reflects whether the unit definition was properly loaded. ACTIVE = The high-level unit activation state, i.e. generalization of SUB. SUB = The low-level unit activation state, values depend on unit type. 4 loaded units listed. *** FILESYSTEM *** Filesystem Type Size Used Avail Use% Mounted on /dev/root ext4 439G 14G 403G 4% / devtmpfs devtmpfs 1.8G 0 1.8G 0% /dev tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs tmpfs 768M 1.7M 767M 1% /run tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda1 vfat 253M 52M 201M 21% /boot tmpfs tmpfs 384M 0 384M 0% /run/user/1000 Messages concerning ext4 filesystem in dmesg: Show mounted filesystems \(real ones only\): TARGET SOURCE FSTYPE OPTIONS / /dev/sda2 ext4 rw,noatime,stripe=8191 `-/boot /dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro Files in neuralgic directories: /var: 6.5G /var/ 4.0G /var/log 3.9G /var/log/journal/68716f4ecfa5426ea966c195a9cf7def 3.9G /var/log/journal 2.0G /var/lib Archived and active journals take up 3.8G in the file system. /opt/iobroker/backups: 2.4G /opt/iobroker/backups/ /opt/iobroker/iobroker-data: 7.9M /opt/iobroker/iobroker-data/ 3.5M /opt/iobroker/iobroker-data/scripts 1.6M /opt/iobroker/iobroker-data/scripts/Rollladen 1.2M /opt/iobroker/iobroker-data/files 472K /opt/iobroker/iobroker-data/files/discovery.admin The five largest files in iobroker-data are: 2.6M /opt/iobroker/iobroker-data/objects.jsonl 224K /opt/iobroker/iobroker-data/scripts/Rollladen/Laufende_Position_OG_setzen.js 200K /opt/iobroker/iobroker-data/scripts/Rollladen/Beschattung_Fenster.js 200K /opt/iobroker/iobroker-data/files/discovery.admin/words.js 184K /opt/iobroker/iobroker-data/scripts/Rollladen/Laufende_Position_EG_setzen.js USB-Devices by-id: USB-Sticks - Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id': find: '/dev/serial/by-id/': No such file or directory *** NodeJS-Installation *** /usr/bin/nodejs v18.18.2 /usr/bin/node v18.18.2 /usr/bin/npm 9.8.1 /usr/bin/npx 9.8.1 /usr/bin/corepack 0.19.0 nodejs: Installed: 18.18.2-1nodesource1 Candidate: 18.18.2-1nodesource1 Version table: *** 18.18.2-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 100 /var/lib/dpkg/status 18.18.1-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.18.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.17.1-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.17.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.16.1-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.16.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.15.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.14.2-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.14.1-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.14.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.13.0+dfsg1-1+rpi1 500 500 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf Packages 18.13.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.12.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.11.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.10.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.9.1-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.9.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.8.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.7.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.6.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.5.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.4.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.3.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.2.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.1.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages 18.0.0-1nodesource1 1001 500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages Temp directories causing npm8 problem: 0 No problems detected Errors in npm tree: *** ioBroker-Installation *** ioBroker Status iobroker is running on this host. At least one iobroker host is running. Objects type: redis States type: redis Core adapters versions js-controller: 5.0.12 admin: 6.12.0 javascript: 7.1.4 Adapters from github: 1 Adapter State + system.adapter.admin.0 : admin : iobroker - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.awtrix-light.0 : awtrix-light : iobroker - enabled + system.adapter.awtrix-light.1 : awtrix-light : iobroker - enabled + system.adapter.backitup.0 : backitup : iobroker - enabled + system.adapter.bwt.0 : bwt : iobroker - enabled + system.adapter.chromecast.0 : chromecast : iobroker - enabled + system.adapter.discovery.0 : discovery : iobroker - enabled + system.adapter.fronius.0 : fronius : iobroker - enabled + system.adapter.fronius.1 : fronius : iobroker - enabled + system.adapter.ham.0 : ham : iobroker - enabled + system.adapter.harmony.0 : harmony : iobroker - enabled + system.adapter.homeconnect.0 : homeconnect : iobroker - enabled + system.adapter.influxdb.0 : influxdb : iobroker - enabled, port: 8086 + system.adapter.iot.0 : iot : iobroker - enabled + system.adapter.javascript.0 : javascript : iobroker - enabled + system.adapter.knx.0 : knx : iobroker - enabled, bind: 192.168.1.80 + system.adapter.lametric.0 : lametric : iobroker - enabled + system.adapter.logparser.0 : logparser : iobroker - enabled + system.adapter.mielecloudservice.0 : mielecloudservice : iobroker - enabled + system.adapter.mihome-vacuum.0 : mihome-vacuum : iobroker - enabled, port: 54321 + system.adapter.mqtt.0 : mqtt : iobroker - enabled, port: 1890, bind: 192.168.1.80 + system.adapter.net-tools.0 : net-tools : iobroker - enabled + system.adapter.netatmo.0 : netatmo : iobroker - enabled + system.adapter.onkyo.0 : onkyo : iobroker - enabled + system.adapter.owfs.0 : owfs : iobroker - enabled, port: 4304 system.adapter.proxy.0 : proxy : iobroker - enabled + system.adapter.pushover.0 : pushover : iobroker - enabled + system.adapter.rpi2.0 : rpi2 : iobroker - enabled + system.adapter.simple-api.0 : simple-api : iobroker - enabled, port: 8087, bind: 0.0.0.0, run as: simpleapi + system.adapter.sonoff.0 : sonoff : iobroker - enabled, port: 1883, bind: 0.0.0.0 + system.adapter.tahoma.0 : tahoma : iobroker - enabled + system.adapter.tesla-motors.0 : tesla-motors : iobroker - enabled system.adapter.tesla-motors.1 : tesla-motors : iobroker - disabled system.adapter.vis-materialdesign.0 : vis-materialdesign : iobroker - disabled system.adapter.vis.0 : vis : iobroker - enabled + system.adapter.web.0 : web : iobroker - enabled, port: 8082, bind: 0.0.0.0, run as: admin + system.adapter.wled.0 : wled : iobroker - enabled + system.adapter.worx.0 : worx : iobroker - enabled + system.adapter.yahka.0 : yahka : iobroker - enabled + system.adapter.yahka.1 : yahka : iobroker - enabled + system.adapter.yeelight-2.0 : yeelight-2 : iobroker - enabled + instance is alive Enabled adapters with bindings + system.adapter.admin.0 : admin : iobroker - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.influxdb.0 : influxdb : iobroker - enabled, port: 8086 + system.adapter.mihome-vacuum.0 : mihome-vacuum : iobroker - enabled, port: 54321 + system.adapter.mqtt.0 : mqtt : iobroker - enabled, port: 1890, bind: 192.168.1.80 + system.adapter.owfs.0 : owfs : iobroker - enabled, port: 4304 + system.adapter.simple-api.0 : simple-api : iobroker - enabled, port: 8087, bind: 0.0.0.0, run as: simpleapi + system.adapter.sonoff.0 : sonoff : iobroker - enabled, port: 1883, bind: 0.0.0.0 + system.adapter.web.0 : web : iobroker - enabled, port: 8082, bind: 0.0.0.0, run as: admin ioBroker-Repositories Stable (default): http://download.iobroker.net/sources-dist.json Beta (latest) : http://download.iobroker.net/sources-dist-latest.json Active repo(s): Stable (default) Installed ioBroker-Instances Used repository: Stable (default) Adapter "admin" : 6.12.0 , installed 6.12.0 Adapter "awtrix-light" : 0.8.0 , installed 0.9.1 Adapter "backitup" : 2.8.1 , installed 2.8.1 Adapter "bwt" : 0.0.5 , installed 0.0.5 Adapter "chromecast" : 3.0.3 , installed 3.1.0 Adapter "discovery" : 3.1.0 , installed 3.1.0 Adapter "fronius" : 2.0.2 , installed 2.0.2 Adapter "ham" : 5.3.1 , installed 5.3.1 Adapter "harmony" : 1.2.2 , installed 1.2.2 Adapter "homeconnect" : 1.1.1 , installed 1.1.1 Adapter "influxdb" : 3.2.0 , installed 3.2.0 Adapter "iot" : 1.14.5 , installed 1.14.5 Adapter "javascript" : 7.1.4 , installed 7.1.4 Controller "js-controller": 5.0.12 , installed 5.0.12 Adapter "knx" : 2.0.22 , installed 2.0.22 Adapter "lametric" : 2.4.1 , installed 2.4.1 Adapter "logparser" : 2.2.0 , installed 2.2.0 Adapter "mielecloudservice": 6.5.4, installed 6.5.4 Adapter "mihome-vacuum": 4.0.0 , installed 4.0.0 Adapter "mqtt" : 4.1.1 , installed 4.1.1 Adapter "net-tools" : 0.2.0 , installed 0.2.0 Adapter "netatmo" : 3.1.0 , installed 3.1.0 Adapter "onkyo" : 2.1.2 , installed 2.1.2 Adapter "owfs" : 0.7.0 , installed 0.7.0 Adapter "proxy" : 1.3.2 , installed 1.3.2 Adapter "pushover" : 3.0.3 , installed 3.0.3 Adapter "rpi2" : 1.3.2 , installed 1.3.2 Adapter "simple-api" : 2.7.2 , installed 2.7.2 Adapter "socketio" : 6.5.5 , installed 6.5.5 Adapter "sonoff" : 2.5.3 , installed 2.5.3 Adapter "tahoma" : 0.10.2 , installed 0.10.2 Adapter "tesla-motors" : 1.3.2 , installed 1.3.3 Adapter "vis" : 1.4.16 , installed 1.4.16 Adapter "web" : 6.1.2 , installed 6.1.2 Adapter "wled" : 0.7.1 , installed 0.7.1 Adapter "worx" : 2.3.2 , installed 2.3.2 Adapter "ws" : 2.5.5 , installed 2.5.5 Adapter "yahka" : 1.0.3 , installed 1.0.3 Adapter "yeelight-2" : 1.2.1 , installed 1.2.1 Objects and States Please stand by - This may take a while Objects: 11664 States: 10283 *** OS-Repositories and Updates *** Hit:1 http://archive.raspberrypi.org/debian bookworm InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian bookworm InRelease Hit:3 https://apt.grafana.com stable InRelease Hit:4 https://repos.influxdata.com/debian stable InRelease Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease Reading package lists... Pending Updates: 0 *** Listening Ports *** Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 0.0.0.0:4304 0.0.0.0:* LISTEN 0 10772 1/init tcp 0 0 192.168.1.80:1890 0.0.0.0:* LISTEN 1001 19121 2202/io.mqtt.0 tcp 0 0 127.0.0.1:38947 0.0.0.0:* LISTEN 1001 111165 2427/io.yahka.1 tcp 0 0 127.0.0.1:32825 0.0.0.0:* LISTEN 1001 109552 2762/io.yahka.0 tcp 0 0 0.0.0.0:40171 0.0.0.0:* LISTEN 1001 19636 2427/io.yahka.1 tcp 0 0 0.0.0.0:37521 0.0.0.0:* LISTEN 1001 19642 2427/io.yahka.1 tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 0 13563 724/smbd tcp 0 0 0.0.0.0:45231 0.0.0.0:* LISTEN 1001 20919 2762/io.yahka.0 tcp 0 0 0.0.0.0:2120 0.0.0.0:* LISTEN 109 12627 405/owftpd tcp 0 0 0.0.0.0:2121 0.0.0.0:* LISTEN 109 10961 518/owhttpd tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 12732 579/sshd: /usr/sbin tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 111 12738 565/redis-server 12 tcp 0 0 0.0.0.0:61991 0.0.0.0:* LISTEN 1001 18158 2281/io.harmony.0 tcp 0 0 0.0.0.0:43481 0.0.0.0:* LISTEN 1001 19638 2427/io.yahka.1 tcp 0 0 127.0.0.1:44291 0.0.0.0:* LISTEN 1001 111172 2427/io.yahka.1 tcp 0 0 0.0.0.0:46077 0.0.0.0:* LISTEN 1001 19640 2427/io.yahka.1 tcp 0 0 0.0.0.0:8082 0.0.0.0:* LISTEN 1001 22531 2591/io.web.0 tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN 1001 17772 1820/io.admin.0 tcp 0 0 0.0.0.0:8086 0.0.0.0:* LISTEN 999 13723 657/influxd tcp 0 0 0.0.0.0:8087 0.0.0.0:* LISTEN 1001 18367 2464/io.simple-api. tcp 0 0 0.0.0.0:3000 0.0.0.0:* LISTEN 110 12161 823/grafana tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 0 13562 724/smbd tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN 1001 17229 2020/io.sonoff.0 tcp 0 0 127.0.0.1:8088 0.0.0.0:* LISTEN 999 11195 657/influxd udp 0 0 192.168.1.255:137 0.0.0.0:* 0 12874 716/nmbd udp 0 0 192.168.1.80:137 0.0.0.0:* 0 12873 716/nmbd udp 0 0 0.0.0.0:137 0.0.0.0:* 0 12864 716/nmbd udp 0 0 192.168.1.255:138 0.0.0.0:* 0 12876 716/nmbd udp 0 0 192.168.1.80:138 0.0.0.0:* 0 12875 716/nmbd udp 0 0 0.0.0.0:138 0.0.0.0:* 0 12865 716/nmbd udp 0 0 0.0.0.0:53421 0.0.0.0:* 1001 16327 2223/io.mihome-vacu udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 20958 2819/io.wled.0 udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 16262 1995/io.ham.0 udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 18669 1919/io.chromecast. udp 0 0 0.0.0.0:5353 0.0.0.0:* 108 10883 394/avahi-daemon: r udp 0 0 0.0.0.0:59300 0.0.0.0:* 108 10904 394/avahi-daemon: r udp 0 0 192.168.1.80:60841 0.0.0.0:* 1001 21632 2608/io.knx.0 udp 0 0 0.0.0.0:61991 0.0.0.0:* 1001 18159 2281/io.harmony.0 *** Log File - Last 25 Lines *** 2023-10-27 16:35:52.395 - info: sonoff.0 (2020) Client [Sonoff_zbBridge-EG] reconnected. Old secret 1698416180482_3873. New secret 1698417352394_701 2023-10-27 16:36:03.699 - info: sonoff.0 (2020) State value to set for "sonoff.0.Sonoff_zbBridge-EG.ZbState_Protocol" has to be type "string" but received type "number" 2023-10-27 16:41:29.818 - info: admin.0 (1820) <== Disconnect system.user.admin from 192.168.1.135 admin 2023-10-27 16:41:30.947 - info: admin.0 (1820) ==> Connected system.user.admin from 192.168.1.135 2023-10-27 16:43:26.784 - info: awtrix-light.1 (2512) error ECONNABORTED from custom?name=pvleistungaktuell: timeout of 3000ms exceeded 2023-10-27 16:43:26.787 - warn: awtrix-light.1 (2512) (custom?name=pvleistungaktuell) Unable to update custom app "pvleistungaktuell": AxiosError: timeout of 3000ms exceeded 2023-10-27 16:43:26.800 - info: awtrix-light.0 (2396) error ECONNABORTED from custom?name=soc: timeout of 3000ms exceeded 2023-10-27 16:43:26.803 - warn: awtrix-light.0 (2396) (custom?name=soc) Unable to update custom app "soc": AxiosError: timeout of 3000ms exceeded 2023-10-27 16:43:26.823 - warn: awtrix-light.0 (2396) (custom?name=soc) Unable to update custom app "soc": AxiosError: timeout of 3000ms exceeded 2023-10-27 16:43:34.740 - warn: awtrix-light.1 (2512) (custom?name=pvleistungaktuell) Unable to update custom app "pvleistungaktuell": AxiosError: timeout of 3000ms exceeded 2023-10-27 16:43:57.157 - warn: awtrix-light.1 (2512) (custom?name=pvleistungaktuell) Unable to update custom app "pvleistungaktuell": AxiosError: timeout of 3000ms exceeded 2023-10-27 16:44:03.219 - warn: awtrix-light.1 (2512) (custom?name=pvleistungaktuell) Unable to update custom app "pvleistungaktuell": AxiosError: timeout of 3000ms exceeded 2023-10-27 16:51:50.290 - info: javascript.0 (1848) script.js.Haustür.Logging_der_Türaktivität: Haustür: Die Haustür wurde geöffnet. 2023-10-27 17:13:24.015 - info: worx.0 (2372) Refresh token for MQTT-Connection 2023-10-27 17:13:24.019 - info: worx.0 (2372) Disconnected 2023-10-27 17:13:24.446 - info: worx.0 (2372) MQTT connected to: iot.eu-west-1.worxlandroid.com 2023-10-27 17:21:31.860 - info: web.0 (2591) ==> Connected system.user.admin from 192.168.1.205 2023-10-27 17:21:35.036 - info: web.0 (2591) <== Disconnect system.user.admin from 192.168.1.205 vis.0 2023-10-27 17:27:32.371 - info: javascript.0 (1848) script.js.Heizung.Handtuchradiator_einstellen: Heizung: Handtuchradiator schaltet für 30 Minuten ein. 2023-10-27 17:31:38.559 - warn: tahoma.0 (2262) error during request: Error: getaddrinfo ENOTFOUND gateway-2028-5334-8283.local, request path: setup/gateways with payload:{} 2023-10-27 17:39:32.879 - info: sonoff.0 (2020) Client [Sonoff_zbBridge-EG] connection closed: Error: read ECONNRESET 2023-10-27 17:39:33.974 - info: sonoff.0 (2020) Client [Sonoff_zbBridge-EG] connected with secret 1698421173973_5133 2023-10-27 17:39:45.326 - info: sonoff.0 (2020) State value to set for "sonoff.0.Sonoff_zbBridge-EG.ZbState_Protocol" has to be type "string" but received type "number" 2023-10-27 17:43:58.057 - info: javascript.0 (1848) script.js.Rollladen.Wohnzimmer: Rollladen: Wohnzimmer 3er Fenster wird runter gefahren 2023-10-27 17:56:04.099 - info: javascript.0 (1848) script.js.Rollladen.Büro: Rollladen: Büro wird runter gefahren
============ Mark until here for C&P =============
iob diag has finished.
-
@marlan99 sagte in ioBroker ständige restarts nach Debian upgrade:
Operating System: Raspbian GNU/Linux 12 (bookworm)
Das ist nicht richtig aktualisiert worden.
Bookworm kommt mit einem Kernel 6.1 daher:Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.1.0-rpi4-rpi-v8
Installier es neu, diesmal in der 64Bit-Version.
-
@dp20eic ja, das hatte ich tatsächlich ebenfalls gemacht und keinen Hinweis auf Fehler gefunden. Daher bleibe ich vorerst ratlos:
565:M 27 Oct 2023 16:10:45.752 # Server initialized
565:M 27 Oct 2023 16:10:45.755 * Loading RDB produced by version 6.0.16
565:M 27 Oct 2023 16:10:45.755 * RDB age 5406 seconds
565:M 27 Oct 2023 16:10:45.755 * RDB memory usage when created 210.45 Mb
565:M 27 Oct 2023 16:10:48.341 * Done loading RDB, keys loaded: 26092, keys expired: 76.
565:M 27 Oct 2023 16:10:48.341 * DB loaded from disk: 2.588 seconds
565:M 27 Oct 2023 16:10:48.341 * Ready to accept connections
565:M 27 Oct 2023 16:13:42.060 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:13:42.072 * Background saving started by pid 1694
565:M 27 Oct 2023 16:13:42.798 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:13:48.079 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:13:48.095 * Background saving started by pid 1696
565:M 27 Oct 2023 16:13:48.901 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:13:54.066 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:13:54.078 * Background saving started by pid 1707
565:M 27 Oct 2023 16:13:54.586 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:14:00.041 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:14:00.052 * Background saving started by pid 1709
565:M 27 Oct 2023 16:14:00.558 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:14:06.000 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:14:06.019 * Background saving started by pid 1719
565:M 27 Oct 2023 16:14:06.626 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:14:12.065 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:14:12.076 * Background saving started by pid 1727
565:M 27 Oct 2023 16:14:12.682 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:14:18.025 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:14:18.043 * Background saving started by pid 1730
565:M 27 Oct 2023 16:14:18.849 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:14:24.092 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:14:24.103 * Background saving started by pid 1743
565:M 27 Oct 2023 16:14:24.608 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:14:30.041 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:14:30.062 * Background saving started by pid 1745
565:M 27 Oct 2023 16:14:30.566 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:14:36.016 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:14:36.027 * Background saving started by pid 1756
565:M 27 Oct 2023 16:14:36.646 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:14:42.088 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:14:42.098 * Background saving started by pid 1763
565:M 27 Oct 2023 16:14:42.622 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:14:48.059 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:14:48.069 * Background saving started by pid 1768
565:M 27 Oct 2023 16:14:48.785 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:14:54.016 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:14:54.026 * Background saving started by pid 1779
565:M 27 Oct 2023 16:14:54.544 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:15:00.085 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:15:00.095 * Background saving started by pid 1780
565:M 27 Oct 2023 16:15:00.608 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:15:06.041 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:15:06.052 * Background saving started by pid 1790
565:M 27 Oct 2023 16:15:06.675 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:15:12.007 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:15:12.018 * Background saving started by pid 1793
565:M 27 Oct 2023 16:15:12.731 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:15:17.059 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:15:17.082 * Background saving started by pid 1801
565:M 27 Oct 2023 16:15:17.485 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:15:23.025 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:15:23.035 * Background saving started by pid 1838
565:M 27 Oct 2023 16:15:23.441 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:15:29.083 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:15:29.094 * Background saving started by pid 1872
565:M 27 Oct 2023 16:15:29.527 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:15:35.033 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:15:35.044 * Background saving started by pid 1912
565:M 27 Oct 2023 16:15:35.449 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:15:41.050 * 10000 changes in 60 seconds. Saving...
565:M 27 Oct 2023 16:15:41.061 * Background saving started by pid 1962
565:M 27 Oct 2023 16:15:41.465 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:15:47.027 * 10 changes in 300 seconds. Saving...
565:M 27 Oct 2023 16:15:47.038 * Background saving started by pid 1990
565:M 27 Oct 2023 16:15:47.449 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:15:53.095 * 10 changes in 300 seconds. Saving...
565:M 27 Oct 2023 16:15:53.124 * Background saving started by pid 2035
565:M 27 Oct 2023 16:15:53.632 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:15:59.091 * 10 changes in 300 seconds. Saving...
565:M 27 Oct 2023 16:15:59.102 * Background saving started by pid 2147
565:M 27 Oct 2023 16:15:59.506 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:16:05.060 * 10 changes in 300 seconds. Saving...
565:M 27 Oct 2023 16:16:05.071 * Background saving started by pid 2213
565:M 27 Oct 2023 16:16:05.478 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:16:11.022 * 10 changes in 300 seconds. Saving...
565:M 27 Oct 2023 16:16:11.032 * Background saving started by pid 2234
565:M 27 Oct 2023 16:16:11.438 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:16:17.088 * 10 changes in 300 seconds. Saving...
565:M 27 Oct 2023 16:16:17.109 * Background saving started by pid 2269
565:M 27 Oct 2023 16:16:17.514 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:16:23.097 * 10 changes in 300 seconds. Saving...
565:M 27 Oct 2023 16:16:23.107 * Background saving started by pid 2301
565:M 27 Oct 2023 16:16:23.411 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:16:29.055 * 10 changes in 300 seconds. Saving...
565:M 27 Oct 2023 16:16:29.066 * Background saving started by pid 2333
565:M 27 Oct 2023 16:16:29.470 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:16:35.036 * 10 changes in 300 seconds. Saving...
565:M 27 Oct 2023 16:16:35.046 * Background saving started by pid 2365
565:M 27 Oct 2023 16:16:35.755 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:16:41.037 * 10 changes in 300 seconds. Saving...
565:M 27 Oct 2023 16:16:41.047 * Background saving started by pid 2403
565:M 27 Oct 2023 16:16:41.453 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:16:47.022 * 10 changes in 300 seconds. Saving...
565:M 27 Oct 2023 16:16:47.034 * Background saving started by pid 2439
565:M 27 Oct 2023 16:16:47.743 # Background saving terminated by signal 31
565:M 27 Oct 2023 16:16:53.094 * 10 changes in 300 seconds. Saving...
565:M 27 Oct 2023 16:16:53.104 * Background saving started by pid 2471
565:M 27 Oct 2023 16:16:53.510 # Background saving terminated by signal 31
-
@thomas-braun du meinst komplett neue Installation ?
oder ist ein upgrade möglich ? -
Ein 64Bit-System kannst du nur neuaufsetzen.
https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht
-
Mittlerweile System komplett neu aufgesetzt und das ioBroker backup wieder eingespielt, inklusive redis, grafana und influxdb.
Aktuell läuft alles wieder wie gewünscht.Dann mach ich mich mal an das influx 1 auf 2 upgrade
Danke für eure prompte Hilfe.
-
Ich habe genau das gleiche Problem. Nach dem Upgrade von bullseye auf bookworm. Allerdings hat er wohl bei mir den Kernel richtig aktualisiert.
Output von iob diag:
Skript v.2023-10-10*** BASE SYSTEM ***
Static hostname: ioBroker-RasPi
Icon name: computer
Operating System: Raspbian GNU/Linux 12 (bookworm)
Kernel: Linux 6.1.21-v8+
Architecture: arm64Model : Raspberry Pi 4 Model B Rev 1.4
Docker : false
Virtualization : none
Kernel : aarch64
Userland : armhfSystemuptime and Load:
15:40:25 up 16:31, 6 users, load average: 1.84, 2.23, 1.91
CPU threads: 4*** RASPBERRY THROTTLING ***
Current issues:
No throttling issues detected.Previously detected issues:
No throttling issues detected.*** Time and Time Zones ***
Local time: Sat 2023-12-16 15:40:25 CET
Universal time: Sat 2023-12-16 14:40:25 UTC
RTC time: n/a
Time zone: Europe/Berlin (CET, +0100)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no*** User and Groups ***
iobroker
/home/iobroker
iobroker tty dialout audio video bluetooth redis gpio i2c*** X-Server-Setup ***
X-Server: false
Desktop:
Terminal:
Boot Target: graphical.target*** MEMORY ***
total used free shared buff/cache available
Mem: 4.0G 243M 1.3G 24M 2.6G 3.7G
Swap: 104M 0B 104M
Total: 4.1G 243M 1.4G3794 M total memory 232 M used memory 486 M active memory 1824 M inactive memory 1208 M free memory 137 M buffer memory 2315 M swap cache 99 M total swap 0 M used swap 99 M free swap
Raspberry only:
oom events: 0
lifetime oom required: 0 Mbytes
total time in oom handler: 0 ms
max time spent in oom handler: 0 ms*** FAILED SERVICES ***
UNIT LOAD ACTIVE SUB DESCRIPTION
0 loaded units listed.*** FILESYSTEM ***
Filesystem Type Size Used Avail Use% Mounted on
/dev/root ext4 29G 9.0G 19G 33% /
devtmpfs devtmpfs 1.9G 0 1.9G 0% /dev
tmpfs tmpfs 1.9G 1.1M 1.9G 1% /dev/shm
tmpfs tmpfs 759M 1.1M 758M 1% /run
tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
/dev/mmcblk0p1 vfat 253M 51M 202M 20% /boot
tmpfs tmpfs 380M 0 380M 0% /run/user/1000Messages concerning ext4 filesystem in dmesg:
Show mounted filesystems (real ones only):
TARGET SOURCE FSTYPE OPTIONS
/ /dev/mmcblk0p2 ext4 rw,noatime
`-/boot /dev/mmcblk0p1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-roFiles in neuralgic directories:
/var:
4.7G /var/
2.2G /var/lib
2.0G /var/lib/postgresql
1.9G /var/lib/postgresql/13/main/base/16385
1.9G /var/lib/postgresql/13/main/baseHint: 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.
Archived and active journals take up 688.1M in the file system./opt/iobroker/backups:
35M /opt/iobroker/backups//opt/iobroker/iobroker-data:
428M /opt/iobroker/iobroker-data/
302M /opt/iobroker/iobroker-data/files
96M /opt/iobroker/iobroker-data/backup-objects
67M /opt/iobroker/iobroker-data/files/javascript.admin
48M /opt/iobroker/iobroker-data/files/javascript.admin/staticThe five largest files in iobroker-data are:
find: Failed to change directory: /root: Permission denied
find: Failed to change directory: /root: Permission denied
find: Failed to change directory: /root: Permission denied
find: Failed to restore initial working directory: /root: Permission deniedUSB-Devices by-id:
USB-Sticks - Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':find: Failed to restore initial working directory: /root: Permission denied
/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0*** NodeJS-Installation ***
/usr/bin/nodejs v18.17.1
/usr/bin/node v18.17.1
/usr/bin/npm 9.6.7
/usr/bin/npx 9.6.7
/usr/bin/corepack 0.18.0nodejs:
Installed: 18.17.1-deb-1nodesource1
Candidate: 18.17.1-deb-1nodesource1
Version table:
*** 18.17.1-deb-1nodesource1 500
500 https://deb.nodesource.com/node_18.x bookworm/main armhf Packages
100 /var/lib/dpkg/status
18.13.0+dfsg1-1+rpi1 500
500 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf Packagesfind: Failed to restore initial working directory: /root: Permission denied
Temp directories causing npm8 problem: 0
No problems detectedErrors in npm tree:
npm ERR! code ELSPROBLEMS
npm ERR! extraneous: @azure/abort-controller@1.1.0 /opt/iobroker/node_modules/@azure/abort-controller
npm ERR! extraneous: @azure/core-auth@1.5.0 /opt/iobroker/node_modules/@azure/core-auth
npm ERR! extraneous: @azure/core-client@1.7.3 /opt/iobroker/node_modules/@azure/core-client
npm ERR! extraneous: @azure/core-http-compat@1.3.0 /opt/iobroker/node_modules/@azure/core-http-compat
npm ERR! extraneous: @azure/core-lro@2.5.4 /opt/iobroker/node_modules/@azure/core-lro
npm ERR! extraneous: @azure/core-paging@1.5.0 /opt/iobroker/node_modules/@azure/core-paging
npm ERR! extraneous: @azure/core-rest-pipeline@1.13.0 /opt/iobroker/node_modules/@azure/core-rest-pipeline
npm ERR! extraneous: @azure/core-tracing@1.0.1 /opt/iobroker/node_modules/@azure/core-tracing
npm ERR! extraneous: @azure/core-util@1.6.1 /opt/iobroker/node_modules/@azure/core-util
npm ERR! extraneous: @azure/identity@2.1.0 /opt/iobroker/node_modules/@azure/identity
npm ERR! extraneous: @azure/keyvault-keys@4.7.2 /opt/iobroker/node_modules/@azure/keyvault-keys
npm ERR! extraneous: @azure/logger@1.0.4 /opt/iobroker/node_modules/@azure/logger
npm ERR! extraneous: @azure/msal-browser@2.38.3 /opt/iobroker/node_modules/@azure/msal-browser
npm ERR! extraneous: @azure/msal-common@7.6.0 /opt/iobroker/node_modules/@azure/msal-common
npm ERR! extraneous: @azure/msal-node@1.18.4 /opt/iobroker/node_modules/@azure/msal-node
npm ERR! extraneous: @gar/promisify@1.1.3 /opt/iobroker/node_modules/@gar/promisify
npm ERR! extraneous: @js-joda/core@5.6.1 /opt/iobroker/node_modules/@js-joda/core
npm ERR! extraneous: @npmcli/fs@1.1.1 /opt/iobroker/node_modules/@npmcli/fs
npm ERR! extraneous: @npmcli/move-file@1.1.2 /opt/iobroker/node_modules/@npmcli/move-file
npm ERR! extraneous: @tediousjs/connection-string@0.5.0 /opt/iobroker/node_modules/@tediousjs/connection-string
npm ERR! extraneous: @tootallnate/once@1.1.2 /opt/iobroker/node_modules/@tootallnate/once
npm ERR! extraneous: agentkeepalive@4.5.0 /opt/iobroker/node_modules/agentkeepalive
npm ERR! extraneous: argf@0.0.1 /opt/iobroker/node_modules/argf
npm ERR! extraneous: buffer-writer@2.0.0 /opt/iobroker/node_modules/buffer-writer
npm ERR! extraneous: cacache@15.3.0 /opt/iobroker/node_modules/cacache
npm ERR! extraneous: define-lazy-prop@2.0.0 /opt/iobroker/node_modules/define-lazy-prop
npm ERR! extraneous: env-paths@2.2.1 /opt/iobroker/node_modules/env-paths
npm ERR! extraneous: err-code@2.0.3 /opt/iobroker/node_modules/err-code
npm ERR! extraneous: es-aggregate-error@1.0.11 /opt/iobroker/node_modules/es-aggregate-error
npm ERR! extraneous: events@3.3.0 /opt/iobroker/node_modules/events
npm ERR! extraneous: generate-function@2.3.1 /opt/iobroker/node_modules/generate-function
npm ERR! extraneous: http-proxy-agent@4.0.1 /opt/iobroker/node_modules/http-proxy-agent
npm ERR! extraneous: humanize-ms@1.2.1 /opt/iobroker/node_modules/humanize-ms
npm ERR! extraneous: infer-owner@1.0.4 /opt/iobroker/node_modules/infer-owner
npm ERR! extraneous: iobroker.sql@2.2.0 /opt/iobroker/node_modules/iobroker.sql
npm ERR! extraneous: is-docker@2.2.1 /opt/iobroker/node_modules/is-docker
npm ERR! extraneous: is-lambda@1.0.1 /opt/iobroker/node_modules/is-lambda
npm ERR! extraneous: is-property@1.0.2 /opt/iobroker/node_modules/is-property
npm ERR! extraneous: is-wsl@2.2.0 /opt/iobroker/node_modules/is-wsl
npm ERR! extraneous: js-md4@0.3.2 /opt/iobroker/node_modules/js-md4
npm ERR! extraneous: jsbi@4.3.0 /opt/iobroker/node_modules/jsbi
npm ERR! extraneous: long@4.0.0 /opt/iobroker/node_modules/long
npm ERR! extraneous: make-fetch-happen@9.1.0 /opt/iobroker/node_modules/make-fetch-happen
npm ERR! extraneous: minipass-collect@1.0.2 /opt/iobroker/node_modules/minipass-collect
npm ERR! extraneous: minipass-fetch@1.4.1 /opt/iobroker/node_modules/minipass-fetch
npm ERR! extraneous: minipass-flush@1.0.5 /opt/iobroker/node_modules/minipass-flush
npm ERR! extraneous: minipass-pipeline@1.2.4 /opt/iobroker/node_modules/minipass-pipeline
npm ERR! extraneous: minipass-sized@1.0.3 /opt/iobroker/node_modules/minipass-sized
npm ERR! extraneous: mssql@9.3.2 /opt/iobroker/node_modules/mssql
npm ERR! extraneous: mysql2@2.3.3 /opt/iobroker/node_modules/mysql2
npm ERR! extraneous: named-placeholders@1.1.3 /opt/iobroker/node_modules/named-placeholders
npm ERR! extraneous: native-duplexpair@1.0.0 /opt/iobroker/node_modules/native-duplexpair
npm ERR! extraneous: node-abort-controller@3.1.1 /opt/iobroker/node_modules/node-abort-controller
npm ERR! extraneous: node-gyp@8.4.1 /opt/iobroker/node_modules/node-gyp
npm ERR! extraneous: open@8.4.2 /opt/iobroker/node_modules/open
npm ERR! extraneous: packet-reader@1.0.0 /opt/iobroker/node_modules/packet-reader
npm ERR! extraneous: pg-cloudflare@1.1.1 /opt/iobroker/node_modules/pg-cloudflare
npm ERR! extraneous: pg-connection-string@2.6.2 /opt/iobroker/node_modules/pg-connection-string
npm ERR! extraneous: pg-int8@1.0.1 /opt/iobroker/node_modules/pg-int8
npm ERR! extraneous: pg-pool@3.6.1 /opt/iobroker/node_modules/pg-pool
npm ERR! extraneous: pg-protocol@1.6.0 /opt/iobroker/node_modules/pg-protocol
npm ERR! extraneous: pg-types@2.2.0 /opt/iobroker/node_modules/pg-types
npm ERR! extraneous: pg@8.11.3 /opt/iobroker/node_modules/pg
npm ERR! extraneous: pgpass@1.0.5 /opt/iobroker/node_modules/pgpass
npm ERR! extraneous: postgres-array@2.0.0 /opt/iobroker/node_modules/postgres-array
npm ERR! extraneous: postgres-bytea@1.0.0 /opt/iobroker/node_modules/postgres-bytea
npm ERR! extraneous: postgres-date@1.0.7 /opt/iobroker/node_modules/postgres-date
npm ERR! extraneous: postgres-interval@1.2.0 /opt/iobroker/node_modules/postgres-interval
npm ERR! extraneous: promise-inflight@1.0.1 /opt/iobroker/node_modules/promise-inflight
npm ERR! extraneous: promise-retry@2.0.1 /opt/iobroker/node_modules/promise-retry
npm ERR! extraneous: rfdc@1.3.0 /opt/iobroker/node_modules/rfdc
npm ERR! extraneous: seq-queue@0.0.5 /opt/iobroker/node_modules/seq-queue
npm ERR! extraneous: smart-buffer@4.2.0 /opt/iobroker/node_modules/smart-buffer
npm ERR! extraneous: socks-proxy-agent@6.2.1 /opt/iobroker/node_modules/socks-proxy-agent
npm ERR! extraneous: socks@2.7.1 /opt/iobroker/node_modules/socks
npm ERR! extraneous: sql-client@3.0.0 /opt/iobroker/node_modules/sql-client
npm ERR! extraneous: sqlite3@5.1.6 /opt/iobroker/node_modules/sqlite3
npm ERR! extraneous: sqlstring@2.3.3 /opt/iobroker/node_modules/sqlstring
npm ERR! extraneous: ssri@8.0.1 /opt/iobroker/node_modules/ssri
npm ERR! extraneous: stoppable@1.1.0 /opt/iobroker/node_modules/stoppable
npm ERR! extraneous: tarn@3.0.2 /opt/iobroker/node_modules/tarn
npm ERR! extraneous: tedious@15.1.3 /opt/iobroker/node_modules/tedious
npm ERR! extraneous: unique-filename@1.1.1 /opt/iobroker/node_modules/unique-filename
npm ERR! extraneous: unique-slug@2.0.2 /opt/iobroker/node_modules/unique-slug
npm ERR! extraneous: @tootallnate/once@2.0.0 /opt/iobroker/node_modules/@azure/core-rest-pipeline/node_modules/@tootallnate/once
npm ERR! extraneous: debug@4.3.4 /opt/iobroker/node_modules/@azure/core-rest-pipeline/node_modules/debug
npm ERR! extraneous: http-proxy-agent@5.0.0 /opt/iobroker/node_modules/@azure/core-rest-pipeline/node_modules/http-proxy-agent
npm ERR! extraneous: ms@2.1.2 /opt/iobroker/node_modules/@azure/core-rest-pipeline/node_modules/ms
npm ERR! extraneous: uuid@8.3.2 /opt/iobroker/node_modules/@azure/identity/node_modules/uuid
npm ERR! extraneous: @azure/msal-common@13.3.1 /opt/iobroker/node_modules/@azure/msal-browser/node_modules/@azure/msal-common
npm ERR! extraneous: @azure/msal-common@13.3.1 /opt/iobroker/node_modules/@azure/msal-node/node_modules/@azure/msal-common
npm ERR! extraneous: jsonwebtoken@9.0.2 /opt/iobroker/node_modules/@azure/msal-node/node_modules/jsonwebtoken
npm ERR! extraneous: jwa@1.4.1 /opt/iobroker/node_modules/@azure/msal-node/node_modules/jwa
npm ERR! extraneous: jws@3.2.2 /opt/iobroker/node_modules/@azure/msal-node/node_modules/jws
npm ERR! extraneous: ms@2.1.3 /opt/iobroker/node_modules/@azure/msal-node/node_modules/ms
npm ERR! extraneous: uuid@8.3.2 /opt/iobroker/node_modules/@azure/msal-node/node_modules/uuid
npm ERR! extraneous: brace-expansion@1.1.11 /opt/iobroker/node_modules/cacache/node_modules/brace-expansion
npm ERR! extraneous: glob@7.2.3 /opt/iobroker/node_modules/cacache/node_modules/glob
npm ERR! extraneous: minimatch@3.1.2 /opt/iobroker/node_modules/cacache/node_modules/minimatch
npm ERR! extraneous: p-map@4.0.0 /opt/iobroker/node_modules/cacache/node_modules/p-map
npm ERR! extraneous: debug@4.3.4 /opt/iobroker/node_modules/http-proxy-agent/node_modules/debug
npm ERR! extraneous: ms@2.1.2 /opt/iobroker/node_modules/http-proxy-agent/node_modules/ms
npm ERR! invalid: osx-temperature-sensor@ /opt/iobroker/node_modules/osx-temperature-sensor
npm ERR! extraneous: @iobroker/adapter-core@2.6.8 /opt/iobroker/node_modules/iobroker.sql/node_modules/@iobroker/adapter-core
npm ERR! extraneous: commander@11.1.0 /opt/iobroker/node_modules/mssql/node_modules/commander
npm ERR! extraneous: debug@4.3.4 /opt/iobroker/node_modules/mssql/node_modules/debug
npm ERR! extraneous: ms@2.1.2 /opt/iobroker/node_modules/mssql/node_modules/ms
npm ERR! extraneous: denque@2.1.0 /opt/iobroker/node_modules/mysql2/node_modules/denque
npm ERR! extraneous: iconv-lite@0.6.3 /opt/iobroker/node_modules/mysql2/node_modules/iconv-lite
npm ERR! extraneous: lru-cache@7.18.3 /opt/iobroker/node_modules/named-placeholders/node_modules/lru-cache
npm ERR! extraneous: are-we-there-yet@3.0.1 /opt/iobroker/node_modules/node-gyp/node_modules/are-we-there-yet
npm ERR! extraneous: brace-expansion@1.1.11 /opt/iobroker/node_modules/node-gyp/node_modules/brace-expansion
npm ERR! extraneous: gauge@4.0.4 /opt/iobroker/node_modules/node-gyp/node_modules/gauge
npm ERR! extraneous: glob@7.2.3 /opt/iobroker/node_modules/node-gyp/node_modules/glob
npm ERR! extraneous: minimatch@3.1.2 /opt/iobroker/node_modules/node-gyp/node_modules/minimatch
npm ERR! extraneous: npmlog@6.0.2 /opt/iobroker/node_modules/node-gyp/node_modules/npmlog
npm ERR! extraneous: split2@4.2.0 /opt/iobroker/node_modules/pgpass/node_modules/split2
npm ERR! extraneous: retry@0.12.0 /opt/iobroker/node_modules/promise-retry/node_modules/retry
npm ERR! extraneous: debug@4.3.4 /opt/iobroker/node_modules/socks-proxy-agent/node_modules/debug
npm ERR! extraneous: ms@2.1.2 /opt/iobroker/node_modules/socks-proxy-agent/node_modules/ms
npm ERR! extraneous: ip@2.0.0 /opt/iobroker/node_modules/socks/node_modules/ip
npm ERR! extraneous: node-addon-api@4.3.0 /opt/iobroker/node_modules/sqlite3/node_modules/node-addon-api
npm ERR! extraneous: bl@5.1.0 /opt/iobroker/node_modules/tedious/node_modules/bl
npm ERR! extraneous: iconv-lite@0.6.3 /opt/iobroker/node_modules/tedious/node_modules/iconv-lite
npm ERR! extraneous: sprintf-js@1.1.3 /opt/iobroker/node_modules/tedious/node_modules/sprintf-js
npm ERR! invalid: fsevents@ /opt/iobroker/node_modules/fseventsnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-12-16T14_40_33_123Z-debug-0.log
*** ioBroker-Installation ***
ioBroker Status
iobroker is not running on this host.Objects type: jsonl
States type: redisCore adapters versions
js-controller: 5.0.16
admin: 6.12.0
javascript: 7.1.6Adapters from github: 0
Adapter State
system.adapter.admin.0 : admin : ioBroker-RasPi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.alexa2.0 : alexa2 : ioBroker-RasPi - enabled
system.adapter.backitup.0 : backitup : ioBroker-RasPi - enabled
system.adapter.daswetter.0 : daswetter : ioBroker-RasPi - enabled
system.adapter.devices.0 : devices : ioBroker-RasPi - enabled
system.adapter.discovery.0 : discovery : ioBroker-RasPi - enabled
system.adapter.flot.0 : flot : ioBroker-RasPi - enabled
system.adapter.history.0 : history : ioBroker-RasPi - enabled
system.adapter.icons-mfd-svg.0 : icons-mfd-svg : ioBroker-RasPi - enabled
system.adapter.info.0 : info : ioBroker-RasPi - enabled
system.adapter.iot.0 : iot : ioBroker-RasPi - enabled
system.adapter.javascript.0 : javascript : ioBroker-RasPi - enabled
system.adapter.lovelace.0 : lovelace : ioBroker-RasPi - enabled, port: 8091, bind: 0.0.0.0, run as: admin
system.adapter.mihome-vacuum.0 : mihome-vacuum : ioBroker-RasPi - enabled, port: 54321
system.adapter.mobile.0 : mobile : ioBroker-RasPi - enabled
system.adapter.rpi2.0 : rpi2 : ioBroker-RasPi - enabled
system.adapter.scenes.0 : scenes : ioBroker-RasPi - enabled
system.adapter.shelly.0 : shelly : ioBroker-RasPi - enabled, port: 1882, bind: 0.0.0.0
system.adapter.socketio.0 : socketio : ioBroker-RasPi - enabled, port: 8084, bind: 0.0.0.0, run as: admin
system.adapter.sql.0 : sql : ioBroker-RasPi - disabled, port: 5432
system.adapter.telegram.0 : telegram : ioBroker-RasPi - enabled, port: 8443, bind: 0.0.0.0
system.adapter.text2command.0 : text2command : ioBroker-RasPi - enabled
system.adapter.vis-bars.0 : vis-bars : ioBroker-RasPi - enabled
system.adapter.vis-colorpicker.0 : vis-colorpicker : ioBroker-RasPi - enabled
system.adapter.vis-fancyswitch.0 : vis-fancyswitch : ioBroker-RasPi - enabled
system.adapter.vis-hqwidgets.0 : vis-hqwidgets : ioBroker-RasPi - enabled
system.adapter.vis-map.0 : vis-map : ioBroker-RasPi - enabled
system.adapter.vis-material-advanced.0 : vis-material-advanced : ioBroker-RasPi - enabled
system.adapter.vis-timeandweather.0 : vis-timeandweather : ioBroker-RasPi - enabled
system.adapter.vis.0 : vis : ioBroker-RasPi - enabled
system.adapter.web.0 : web : ioBroker-RasPi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
system.adapter.zigbee.0 : zigbee : ioBroker-RasPi - enabled, port: /dev/ttyUSB0- instance is alive
Enabled adapters with bindings
system.adapter.admin.0 : admin : ioBroker-RasPi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.lovelace.0 : lovelace : ioBroker-RasPi - enabled, port: 8091, bind: 0.0.0.0, run as: admin
system.adapter.mihome-vacuum.0 : mihome-vacuum : ioBroker-RasPi - enabled, port: 54321
system.adapter.shelly.0 : shelly : ioBroker-RasPi - enabled, port: 1882, bind: 0.0.0.0
system.adapter.socketio.0 : socketio : ioBroker-RasPi - enabled, port: 8084, bind: 0.0.0.0, run as: admin
system.adapter.telegram.0 : telegram : ioBroker-RasPi - enabled, port: 8443, bind: 0.0.0.0
system.adapter.web.0 : web : ioBroker-RasPi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
system.adapter.zigbee.0 : zigbee : ioBroker-RasPi - enabled, port: /dev/ttyUSB0ioBroker-Repositories
stable : http://download.iobroker.net/sources-dist.json
beta : http://download.iobroker.net/sources-dist-latest.jsonActive repo(s): stable
Installed ioBroker-Instances
Used repository: stable
Adapter "admin" : 6.12.0 , installed 6.12.0
Adapter "alexa2" : 3.26.3 , installed 3.26.3
Adapter "backitup" : 2.8.7 , installed 2.8.7
Adapter "daswetter" : 3.1.11 , installed 3.1.10 [Updatable]
Adapter "devices" : 1.1.5 , installed 1.1.5
Adapter "discovery" : 4.2.0 , installed 4.2.0
Adapter "flot" : 1.12.0 , installed 1.12.0
Adapter "history" : 3.0.1 , installed 3.0.1
Adapter "icons-mfd-svg": 1.1.0 , installed 1.1.0
Adapter "info" : 2.0.0 , installed 2.0.0
Adapter "iot" : 2.0.11 , installed 2.0.11
Adapter "javascript" : 7.1.6 , installed 7.1.6
Controller "js-controller": 5.0.17 , installed 5.0.16 [Updatable]
Adapter "lovelace" : 3.0.1 , installed 3.0.1
Adapter "mihome-vacuum": 4.1.0 , installed 4.1.0
Adapter "mobile" : 1.0.1 , installed 1.0.1
Adapter "rpi2" : 1.3.2 , installed 1.3.2
Adapter "scenes" : 2.3.9 , installed 2.3.9
Adapter "shelly" : 6.6.1 , installed 6.6.1
Adapter "simple-api" : 2.7.2 , installed 2.7.2
Adapter "socketio" : 6.6.0 , installed 6.6.0
Adapter "sql" : 2.2.0 , installed 2.2.0
Adapter "telegram" : 3.0.0 , installed 2.0.1 [Updatable]
Adapter "text2command" : 3.0.2 , installed 3.0.2
Adapter "vis" : 1.4.16 , installed 1.4.16
Adapter "vis-bars" : 0.1.4 , installed 0.1.4
Adapter "vis-colorpicker": 2.0.3 , installed 2.0.3
Adapter "vis-fancyswitch": 1.1.0 , installed 1.1.0
Adapter "vis-hqwidgets": 1.4.0 , installed 1.4.0
Adapter "vis-map" : 1.0.4 , installed 1.0.4
Adapter "vis-material-advanced": 1.7.4, installed 1.7.4
Adapter "vis-timeandweather": 1.2.2, installed 1.2.2
Adapter "web" : 6.1.10 , installed 6.1.10
Adapter "ws" : 2.5.8 , installed 2.5.8
Adapter "zigbee" : 1.8.24 , installed 1.8.24Objects and States
Please stand by - This may take a while
Objects: 9848
States: 8468*** OS-Repositories and Updates ***
Hit:1 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
Hit:2 http://archive.raspberrypi.org/debian bookworm InRelease
Hit:3 https://packages.grafana.com/oss/deb stable InRelease
Hit:4 https://deb.nodesource.com/node_18.x bookworm InRelease
Reading package lists...
Pending Updates: 0*** Listening Ports ***
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 13233 566/sshd: /usr/sbin
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 109 1168467 10290/redis-server
tcp 0 0 127.0.0.1:5433 0.0.0.0:* LISTEN 110 14074 597/postgres
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 110 13276 598/postgres
tcp6 0 0 :::22 :::* LISTEN 0 13235 566/sshd: /usr/sbin
tcp6 0 0 ::1:5432 :::* LISTEN 110 13275 598/postgres
tcp6 0 0 ::1:5433 :::* LISTEN 110 14073 597/postgres
tcp6 0 0 ::1:6379 :::* LISTEN 109 1168468 10290/redis-server
udp 0 0 0.0.0.0:5353 0.0.0.0:* 108 13883 371/avahi-daemon: r
udp 0 0 0.0.0.0:58932 0.0.0.0:* 108 13885 371/avahi-daemon: r
udp6 0 0 :::51416 :::* 108 13886 371/avahi-daemon: r
udp6 0 0 :::5353 :::* 108 13884 371/avahi-daemon: r*** Log File - Last 25 Lines ***
2023-12-16 15:42:22.073 - error: host.ioBroker-RasPi uncaught exception: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
2023-12-16 15:42:27.389 - info: host.ioBroker-RasPi iobroker.js-controller version 5.0.16 js-controller starting
2023-12-16 15:42:27.396 - info: host.ioBroker-RasPi Copyright (c) 2014-2023 bluefox, 2014 hobbyquaker
2023-12-16 15:42:27.397 - info: host.ioBroker-RasPi hostname: ioBroker-RasPi, node: v18.17.1
2023-12-16 15:42:27.399 - info: host.ioBroker-RasPi ip addresses: 192.168.254.XXX
2023-12-16 15:42:29.020 - info: host.ioBroker-RasPi connected to Objects and States
2023-12-16 15:42:29.065 - error: host.ioBroker-RasPi uncaught exception: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
2023-12-16 15:42:34.192 - info: host.ioBroker-RasPi iobroker.js-controller version 5.0.16 js-controller starting
2023-12-16 15:42:34.199 - info: host.ioBroker-RasPi Copyright (c) 2014-2023 bluefox, 2014 hobbyquaker
2023-12-16 15:42:34.200 - info: host.ioBroker-RasPi hostname: ioBroker-RasPi, node: v18.17.1
2023-12-16 15:42:34.201 - info: host.ioBroker-RasPi ip addresses: 192.168.254.XXX
2023-12-16 15:42:35.714 - info: host.ioBroker-RasPi connected to Objects and States
2023-12-16 15:42:35.752 - error: host.ioBroker-RasPi uncaught exception: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
2023-12-16 15:42:41.262 - info: host.ioBroker-RasPi iobroker.js-controller version 5.0.16 js-controller starting
2023-12-16 15:42:41.269 - info: host.ioBroker-RasPi Copyright (c) 2014-2023 bluefox, 2014 hobbyquaker
2023-12-16 15:42:41.271 - info: host.ioBroker-RasPi hostname: ioBroker-RasPi, node: v18.17.1
2023-12-16 15:42:41.272 - info: host.ioBroker-RasPi ip addresses: 192.168.254.XXX
2023-12-16 15:42:44.312 - info: host.ioBroker-RasPi connected to Objects and States
2023-12-16 15:42:44.357 - error: host.ioBroker-RasPi uncaught exception: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
2023-12-16 15:42:49.804 - info: host.ioBroker-RasPi iobroker.js-controller version 5.0.16 js-controller starting
2023-12-16 15:42:49.812 - info: host.ioBroker-RasPi Copyright (c) 2014-2023 bluefox, 2014 hobbyquaker
2023-12-16 15:42:49.814 - info: host.ioBroker-RasPi hostname: ioBroker-RasPi, node: v18.17.1
2023-12-16 15:42:49.815 - info: host.ioBroker-RasPi ip addresses: 192.168.254.XXX
2023-12-16 15:42:51.482 - info: host.ioBroker-RasPi connected to Objects and States
2023-12-16 15:42:51.525 - error: host.ioBroker-RasPi uncaught exception: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
2023-12-16 15:21:32.397 - ^[[31merror^[[39m: host.ioBroker-RasPi uncaught exception: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
Noch jemand eine Idee oder muss ich wohl auch neu installieren?
-
Ist eh so'n Mix aus 64bit-Kernel und 32Bit-Userland.
Und die Bootpartition ist nicht korrekt.
Und damit ist der Kernel auch der falsche.Ich würde es ale komplette Neuinstallation angehen.
Und verwende diesmal einen eigenen Username, nicht iobroker.
Und es stimmen noch diverse andere Dinge nicht.
Z. B.:- find: Failed to restore initial working directory: /root: Permission denied
- nodejs
- Errors in npm tree
-
@thomas-braun
Hallo Thomas, erstmal vielen Dank für die Antwort. Da interessiert mich ein wenig der Hintergrund, ich gebe auch gerne weitere Infos. Das mit dem user "iobroker" verstehe ich ja noch, aber was meinst du ist bei dem rest so falsch?
Nachdem ich jetzt den "States type:" wieder auf "jsonl" gesetzt habe "redis" komplett neu installiert habe und wieder zurück zu redis migriert habe, sieht es für mich gut aus.
Skript v.2023-10-10*** BASE SYSTEM ***
Static hostname: ioBroker-RasPi
Icon name: computer
Operating System: Raspbian GNU/Linux 12 (bookworm)
Kernel: Linux 6.1.21-v8+
Architecture: arm64Model : Raspberry Pi 4 Model B Rev 1.4
Docker : false
Virtualization : none
Kernel : aarch64
Userland : armhfSystemuptime and Load:
17:05:06 up 36 min, 6 users, load average: 0.07, 1.00, 1.28
CPU threads: 4*** RASPBERRY THROTTLING ***
Current issues:
No throttling issues detected.Previously detected issues:
No throttling issues detected.*** Time and Time Zones ***
Local time: Sat 2023-12-16 17:05:07 CET
Universal time: Sat 2023-12-16 16:05:07 UTC
RTC time: n/a
Time zone: Europe/Berlin (CET, +0100)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no*** User and Groups ***
iobroker
/home/iobroker
iobroker tty dialout audio video bluetooth redis gpio i2c*** X-Server-Setup ***
X-Server: false
Desktop:
Terminal:
Boot Target: graphical.target*** MEMORY ***
total used free shared buff/cache available
Mem: 4.0G 263M 2.5G 23M 1.3G 3.7G
Swap: 104M 0B 104M
Total: 4.1G 263M 2.6G3794 M total memory 250 M used memory 393 M active memory 848 M inactive memory 2421 M free memory 65 M buffer memory 1153 M swap cache 99 M total swap 0 M used swap 99 M free swap
Raspberry only:
oom events: 0
lifetime oom required: 0 Mbytes
total time in oom handler: 0 ms
max time spent in oom handler: 0 ms*** FAILED SERVICES ***
UNIT LOAD ACTIVE SUB DESCRIPTION
- iobroker.service loaded failed failed ioBroker Server
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
1 loaded units listed.*** FILESYSTEM ***
Filesystem Type Size Used Avail Use% Mounted on
/dev/root ext4 29G 9.0G 19G 33% /
devtmpfs devtmpfs 1.9G 0 1.9G 0% /dev
tmpfs tmpfs 1.9G 1.1M 1.9G 1% /dev/shm
tmpfs tmpfs 759M 1.1M 758M 1% /run
tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
/dev/mmcblk0p1 vfat 253M 51M 202M 20% /boot
tmpfs tmpfs 380M 0 380M 0% /run/user/1000Messages concerning ext4 filesystem in dmesg:
[sudo] password for iobroker:
[Sat Dec 16 16:28:36 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=0 bcm2708_fb.fbheight=0 bcm2708_fb.fbswap=1 smsc95xx.macaddr=E4:5F:01:1C:B5:D1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=6627f7c2-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[Sat Dec 16 16:28:37 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[Sat Dec 16 16:28:37 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[Sat Dec 16 16:28:40 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.Show mounted filesystems (real ones only):
TARGET SOURCE FSTYPE OPTIONS
/ /dev/mmcblk0p2 ext4 rw,noatime
`-/boot /dev/mmcblk0p1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-roFiles in neuralgic directories:
/var:
4.6G /var/
2.1G /var/lib
2.0G /var/lib/postgresql
1.9G /var/lib/postgresql/13/main/base/16385
1.9G /var/lib/postgresql/13/main/baseHint: 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.
Archived and active journals take up 688.1M in the file system./opt/iobroker/backups:
49M /opt/iobroker/backups//opt/iobroker/iobroker-data:
436M /opt/iobroker/iobroker-data/
302M /opt/iobroker/iobroker-data/files
96M /opt/iobroker/iobroker-data/backup-objects
67M /opt/iobroker/iobroker-data/files/javascript.admin
48M /opt/iobroker/iobroker-data/files/javascript.admin/staticThe five largest files in iobroker-data are:
find: Failed to change directory: /root: Permission denied
find: Failed to change directory: /root: Permission denied
find: Failed to change directory: /root: Permission denied
find: Failed to restore initial working directory: /root: Permission deniedUSB-Devices by-id:
USB-Sticks - Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':find: Failed to restore initial working directory: /root: Permission denied
/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0*** NodeJS-Installation ***
/usr/bin/nodejs v18.17.1
/usr/bin/node v18.17.1
/usr/bin/npm 9.6.7
/usr/bin/npx 9.6.7
/usr/bin/corepack 0.18.0nodejs:
Installed: 18.17.1-deb-1nodesource1
Candidate: 18.17.1-deb-1nodesource1
Version table:
*** 18.17.1-deb-1nodesource1 500
500 https://deb.nodesource.com/node_18.x bookworm/main armhf Packages
100 /var/lib/dpkg/status
18.13.0+dfsg1-1+rpi1 500
500 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf Packagesfind: Failed to restore initial working directory: /root: Permission denied
Temp directories causing npm8 problem: 0
No problems detectedErrors in npm tree:
*** ioBroker-Installation ***
ioBroker Status
iobroker is not running on this host.Objects type: jsonl
States type: redisCore adapters versions
js-controller: 5.0.16
admin: 6.12.0
javascript: 7.1.6Adapters from github: 0
Adapter State
system.adapter.admin.0 : admin : ioBroker-RasPi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.alexa2.0 : alexa2 : ioBroker-RasPi - enabled
system.adapter.backitup.0 : backitup : ioBroker-RasPi - enabled
system.adapter.daswetter.0 : daswetter : ioBroker-RasPi - enabled
system.adapter.devices.0 : devices : ioBroker-RasPi - enabled
system.adapter.discovery.0 : discovery : ioBroker-RasPi - enabled
system.adapter.flot.0 : flot : ioBroker-RasPi - enabled
system.adapter.history.0 : history : ioBroker-RasPi - enabled
system.adapter.icons-mfd-svg.0 : icons-mfd-svg : ioBroker-RasPi - enabled
system.adapter.info.0 : info : ioBroker-RasPi - enabled
system.adapter.iot.0 : iot : ioBroker-RasPi - enabled
system.adapter.javascript.0 : javascript : ioBroker-RasPi - enabled
system.adapter.lovelace.0 : lovelace : ioBroker-RasPi - enabled, port: 8091, bind: 0.0.0.0, run as: admin
system.adapter.mihome-vacuum.0 : mihome-vacuum : ioBroker-RasPi - enabled, port: 54321
system.adapter.mobile.0 : mobile : ioBroker-RasPi - enabled
system.adapter.rpi2.0 : rpi2 : ioBroker-RasPi - enabled
system.adapter.scenes.0 : scenes : ioBroker-RasPi - enabled
system.adapter.shelly.0 : shelly : ioBroker-RasPi - enabled, port: 1882, bind: 0.0.0.0
system.adapter.socketio.0 : socketio : ioBroker-RasPi - enabled, port: 8084, bind: 0.0.0.0, run as: admin
system.adapter.sql.0 : sql : ioBroker-RasPi - disabled, port: 5432
system.adapter.telegram.0 : telegram : ioBroker-RasPi - enabled, port: 8443, bind: 0.0.0.0
system.adapter.text2command.0 : text2command : ioBroker-RasPi - enabled
system.adapter.vis-bars.0 : vis-bars : ioBroker-RasPi - enabled
system.adapter.vis-colorpicker.0 : vis-colorpicker : ioBroker-RasPi - enabled
system.adapter.vis-fancyswitch.0 : vis-fancyswitch : ioBroker-RasPi - enabled
system.adapter.vis-hqwidgets.0 : vis-hqwidgets : ioBroker-RasPi - enabled
system.adapter.vis-map.0 : vis-map : ioBroker-RasPi - enabled
system.adapter.vis-material-advanced.0 : vis-material-advanced : ioBroker-RasPi - enabled
system.adapter.vis-timeandweather.0 : vis-timeandweather : ioBroker-RasPi - enabled
system.adapter.vis.0 : vis : ioBroker-RasPi - enabled
system.adapter.web.0 : web : ioBroker-RasPi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
system.adapter.zigbee.0 : zigbee : ioBroker-RasPi - enabled, port: /dev/ttyUSB0- instance is alive
Enabled adapters with bindings
system.adapter.admin.0 : admin : ioBroker-RasPi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.lovelace.0 : lovelace : ioBroker-RasPi - enabled, port: 8091, bind: 0.0.0.0, run as: admin
system.adapter.mihome-vacuum.0 : mihome-vacuum : ioBroker-RasPi - enabled, port: 54321
system.adapter.shelly.0 : shelly : ioBroker-RasPi - enabled, port: 1882, bind: 0.0.0.0
system.adapter.socketio.0 : socketio : ioBroker-RasPi - enabled, port: 8084, bind: 0.0.0.0, run as: admin
system.adapter.telegram.0 : telegram : ioBroker-RasPi - enabled, port: 8443, bind: 0.0.0.0
system.adapter.web.0 : web : ioBroker-RasPi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
system.adapter.zigbee.0 : zigbee : ioBroker-RasPi - enabled, port: /dev/ttyUSB0ioBroker-Repositories
stable : http://download.iobroker.net/sources-dist.json
beta : http://download.iobroker.net/sources-dist-latest.jsonActive repo(s): stable
Installed ioBroker-Instances
Used repository: stable
Adapter "admin" : 6.12.0 , installed 6.12.0
Adapter "alexa2" : 3.26.3 , installed 3.26.3
Adapter "backitup" : 2.8.7 , installed 2.8.7
Adapter "daswetter" : 3.1.11 , installed 3.1.10 [Updatable]
Adapter "devices" : 1.1.5 , installed 1.1.5
Adapter "discovery" : 4.2.0 , installed 4.2.0
Adapter "flot" : 1.12.0 , installed 1.12.0
Adapter "history" : 3.0.1 , installed 3.0.1
Adapter "icons-mfd-svg": 1.1.0 , installed 1.1.0
Adapter "info" : 2.0.0 , installed 2.0.0
Adapter "iot" : 2.0.11 , installed 2.0.11
Adapter "javascript" : 7.1.6 , installed 7.1.6
Controller "js-controller": 5.0.17 , installed 5.0.16 [Updatable]
Adapter "lovelace" : 3.0.1 , installed 3.0.1
Adapter "mihome-vacuum": 4.1.0 , installed 4.1.0
Adapter "mobile" : 1.0.1 , installed 1.0.1
Adapter "rpi2" : 1.3.2 , installed 1.3.2
Adapter "scenes" : 2.3.9 , installed 2.3.9
Adapter "shelly" : 6.6.1 , installed 6.6.1
Adapter "simple-api" : 2.7.2 , installed 2.7.2
Adapter "socketio" : 6.6.0 , installed 6.6.0
Adapter "sql" : 2.2.0 , installed 2.2.0
Adapter "telegram" : 3.0.0 , installed 2.0.1 [Updatable]
Adapter "text2command" : 3.0.2 , installed 3.0.2
Adapter "vis" : 1.4.16 , installed 1.4.16
Adapter "vis-bars" : 0.1.4 , installed 0.1.4
Adapter "vis-colorpicker": 2.0.3 , installed 2.0.3
Adapter "vis-fancyswitch": 1.1.0 , installed 1.1.0
Adapter "vis-hqwidgets": 1.4.0 , installed 1.4.0
Adapter "vis-map" : 1.0.4 , installed 1.0.4
Adapter "vis-material-advanced": 1.7.4, installed 1.7.4
Adapter "vis-timeandweather": 1.2.2, installed 1.2.2
Adapter "web" : 6.1.10 , installed 6.1.10
Adapter "ws" : 2.5.8 , installed 2.5.8
Adapter "zigbee" : 1.8.24 , installed 1.8.24Objects and States
Please stand by - This may take a while
Objects: 9848
States: 8525*** OS-Repositories and Updates ***
Hit:1 http://archive.raspberrypi.org/debian bookworm InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
Hit:3 https://packages.grafana.com/oss/deb stable InRelease
Hit:4 https://deb.nodesource.com/node_18.x bookworm InRelease
Reading package lists...
Pending Updates: 1*** Listening Ports ***
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 110 12219 608/postgres
tcp 0 0 127.0.0.1:5433 0.0.0.0:* LISTEN 110 12970 607/postgres
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 109 99153 26976/redis-server
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 3915 573/sshd: /usr/sbin
tcp6 0 0 ::1:6379 :::* LISTEN 109 99154 26976/redis-server
tcp6 0 0 :::3000 :::* LISTEN 111 16615 777/grafana
tcp6 0 0 :::22 :::* LISTEN 0 3917 573/sshd: /usr/sbin
tcp6 0 0 ::1:5433 :::* LISTEN 110 12969 607/postgres
tcp6 0 0 ::1:5432 :::* LISTEN 110 12218 608/postgres
udp 0 0 0.0.0.0:5353 0.0.0.0:* 108 3722 370/avahi-daemon: r
udp 0 0 0.0.0.0:55471 0.0.0.0:* 108 3724 370/avahi-daemon: r
udp6 0 0 :::5353 :::* 108 3723 370/avahi-daemon: r
udp6 0 0 :::43127 :::* 108 3725 370/avahi-daemon: r*** Log File - Last 25 Lines ***
2023-12-16 16:47:07.701 - error: host.ioBroker-RasPi Caught by controller[0]: at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25)
2023-12-16 16:47:07.701 - error: host.ioBroker-RasPi Caught by controller[0]: at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20)
2023-12-16 16:47:07.701 - error: host.ioBroker-RasPi Caught by controller[0]: at Object.onceWrapper (node:events:629:26)
2023-12-16 16:47:07.702 - error: host.ioBroker-RasPi Caught by controller[0]: at Socket.emit (node:events:514:28)
2023-12-16 16:47:07.702 - error: host.ioBroker-RasPi Caught by controller[0]: at Socket.emit (node:domain:489:12)
2023-12-16 16:47:07.702 - error: host.ioBroker-RasPi Caught by controller[0]: at TCP.<anonymous> (node:net:323:12)
2023-12-16 16:47:07.702 - warn: host.ioBroker-RasPi instance system.adapter.shelly.0 terminated due to SIGTERM
2023-12-16 16:47:07.702 - info: host.ioBroker-RasPi instance system.adapter.shelly.0 terminated with code null ()
2023-12-16 16:47:07.703 - warn: host.ioBroker-RasPi instance system.adapter.zigbee.0 terminated due to SIGTERM
2023-12-16 16:47:07.703 - info: host.ioBroker-RasPi instance system.adapter.zigbee.0 terminated with code null ()
2023-12-16 16:47:07.778 - warn: host.ioBroker-RasPi instance system.adapter.backitup.0 terminated due to SIGTERM
2023-12-16 16:47:07.779 - info: host.ioBroker-RasPi instance system.adapter.backitup.0 terminated with code null ()
2023-12-16 16:47:07.779 - warn: host.ioBroker-RasPi instance system.adapter.info.0 terminated due to SIGTERM
2023-12-16 16:47:07.779 - info: host.ioBroker-RasPi instance system.adapter.info.0 terminated with code null ()
2023-12-16 16:47:07.780 - warn: host.ioBroker-RasPi instance system.adapter.iot.0 terminated due to SIGTERM
2023-12-16 16:47:07.780 - info: host.ioBroker-RasPi instance system.adapter.iot.0 terminated with code null ()
2023-12-16 16:47:07.852 - warn: host.ioBroker-RasPi instance system.adapter.lovelace.0 terminated due to SIGTERM
2023-12-16 16:47:07.852 - info: host.ioBroker-RasPi instance system.adapter.lovelace.0 terminated with code null ()
2023-12-16 16:47:07.853 - warn: host.ioBroker-RasPi instance system.adapter.text2command.0 terminated due to SIGTERM
2023-12-16 16:47:07.853 - info: host.ioBroker-RasPi instance system.adapter.text2command.0 terminated with code null ()
2023-12-16 16:47:07.880 - warn: host.ioBroker-RasPi instance system.adapter.web.0 terminated due to SIGTERM
2023-12-16 16:47:07.880 - info: host.ioBroker-RasPi instance system.adapter.web.0 terminated with code null ()
2023-12-16 16:47:07.995 - info: host.ioBroker-RasPi instance system.adapter.socketio.0 terminated with code 0 (NO_ERROR)
2023-12-16 16:47:07.996 - info: host.ioBroker-RasPi All instances are stopped.
2023-12-16 16:47:08.169 - info: host.ioBroker-RasPi terminated
Woher meinst du könnte das Problem mit dem find kommen? der iob diag läuft ja als "iobroker" da hat er ja auch kein zugriff auf "/root" und das home Verzeichnis vom user "iobroker" ist "/home/iobroker".
find: Failed to restore initial working directory: /root: Permission denied
Ich glaube ich hab es gerade selbst herausgefunden. Ich habe "iob diag" aus dem falschen Verzeichnis gestartet.
Skript v.2023-10-10*** BASE SYSTEM ***
Static hostname: ioBroker-RasPi
Icon name: computer
Operating System: Raspbian GNU/Linux 12 (bookworm)
Kernel: Linux 6.1.21-v8+
Architecture: arm64Model : Raspberry Pi 4 Model B Rev 1.4
Docker : false
Virtualization : none
Kernel : aarch64
Userland : armhfSystemuptime and Load:
17:29:26 up 1:00, 6 users, load average: 0.17, 0.08, 0.33
CPU threads: 4*** RASPBERRY THROTTLING ***
Current issues:
No throttling issues detected.Previously detected issues:
No throttling issues detected.*** Time and Time Zones ***
Local time: Sat 2023-12-16 17:29:26 CET
Universal time: Sat 2023-12-16 16:29:26 UTC
RTC time: n/a
Time zone: Europe/Berlin (CET, +0100)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no*** User and Groups ***
iobroker
/home/iobroker
iobroker tty dialout audio video bluetooth redis gpio i2c*** X-Server-Setup ***
X-Server: false
Desktop:
Terminal:
Boot Target: graphical.target*** MEMORY ***
total used free shared buff/cache available
Mem: 4.0G 263M 2.3G 23M 1.5G 3.7G
Swap: 104M 0B 104M
Total: 4.1G 263M 2.5G3794 M total memory 251 M used memory 400 M active memory 1011 M inactive memory 2236 M free memory 77 M buffer memory 1327 M swap cache 99 M total swap 0 M used swap 99 M free swap
Raspberry only:
oom events: 0
lifetime oom required: 0 Mbytes
total time in oom handler: 0 ms
max time spent in oom handler: 0 ms*** FAILED SERVICES ***
UNIT LOAD ACTIVE SUB DESCRIPTION
- iobroker.service loaded failed failed ioBroker Server
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
1 loaded units listed.*** FILESYSTEM ***
Filesystem Type Size Used Avail Use% Mounted on
/dev/root ext4 29G 9.0G 19G 33% /
devtmpfs devtmpfs 1.9G 0 1.9G 0% /dev
tmpfs tmpfs 1.9G 1.1M 1.9G 1% /dev/shm
tmpfs tmpfs 759M 1.1M 758M 1% /run
tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
/dev/mmcblk0p1 vfat 253M 51M 202M 20% /boot
tmpfs tmpfs 380M 0 380M 0% /run/user/1000Messages concerning ext4 filesystem in dmesg:
[sudo] password for iobroker:
Sorry, try again.
[sudo] password for iobroker:
[Sat Dec 16 16:28:36 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=0 bcm2708_fb.fbheight=0 bcm2708_fb.fbswap=1 smsc95xx.macaddr=E4:5F:01:1C:B5:D1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=6627f7c2-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[Sat Dec 16 16:28:37 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[Sat Dec 16 16:28:37 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[Sat Dec 16 16:28:40 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.Show mounted filesystems (real ones only):
TARGET SOURCE FSTYPE OPTIONS
/ /dev/mmcblk0p2 ext4 rw,noatime
`-/boot /dev/mmcblk0p1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-roFiles in neuralgic directories:
/var:
4.6G /var/
2.1G /var/lib
2.0G /var/lib/postgresql
1.9G /var/lib/postgresql/13/main/base/16385
1.9G /var/lib/postgresql/13/main/baseHint: 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.
Archived and active journals take up 688.1M in the file system./opt/iobroker/backups:
49M /opt/iobroker/backups//opt/iobroker/iobroker-data:
436M /opt/iobroker/iobroker-data/
302M /opt/iobroker/iobroker-data/files
96M /opt/iobroker/iobroker-data/backup-objects
67M /opt/iobroker/iobroker-data/files/javascript.admin
48M /opt/iobroker/iobroker-data/files/javascript.admin/staticThe five largest files in iobroker-data are:
35M /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
33M /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
21M /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
18M /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.js.map
17M /opt/iobroker/iobroker-data/objects.jsonlUSB-Devices by-id:
USB-Sticks - Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
*** NodeJS-Installation ***
/usr/bin/nodejs v18.17.1
/usr/bin/node v18.17.1
/usr/bin/npm 9.6.7
/usr/bin/npx 9.6.7
/usr/bin/corepack 0.18.0nodejs:
Installed: 18.17.1-deb-1nodesource1
Candidate: 18.17.1-deb-1nodesource1
Version table:
*** 18.17.1-deb-1nodesource1 500
500 https://deb.nodesource.com/node_18.x bookworm/main armhf Packages
100 /var/lib/dpkg/status
18.13.0+dfsg1-1+rpi1 500
500 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf PackagesTemp directories causing npm8 problem: 0
No problems detectedErrors in npm tree:
*** ioBroker-Installation ***
ioBroker Status
iobroker is not running on this host.Objects type: jsonl
States type: redisCore adapters versions
js-controller: 5.0.16
admin: 6.12.0
javascript: 7.1.6Adapters from github: 0
Adapter State
system.adapter.admin.0 : admin : ioBroker-RasPi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.alexa2.0 : alexa2 : ioBroker-RasPi - enabled
system.adapter.backitup.0 : backitup : ioBroker-RasPi - enabled
system.adapter.daswetter.0 : daswetter : ioBroker-RasPi - enabled
system.adapter.devices.0 : devices : ioBroker-RasPi - enabled
system.adapter.discovery.0 : discovery : ioBroker-RasPi - enabled
system.adapter.flot.0 : flot : ioBroker-RasPi - enabled
system.adapter.history.0 : history : ioBroker-RasPi - enabled
system.adapter.icons-mfd-svg.0 : icons-mfd-svg : ioBroker-RasPi - enabled
system.adapter.info.0 : info : ioBroker-RasPi - enabled
system.adapter.iot.0 : iot : ioBroker-RasPi - enabled
system.adapter.javascript.0 : javascript : ioBroker-RasPi - enabled
system.adapter.lovelace.0 : lovelace : ioBroker-RasPi - enabled, port: 8091, bind: 0.0.0.0, run as: admin
system.adapter.mihome-vacuum.0 : mihome-vacuum : ioBroker-RasPi - enabled, port: 54321
system.adapter.mobile.0 : mobile : ioBroker-RasPi - enabled
system.adapter.rpi2.0 : rpi2 : ioBroker-RasPi - enabled
system.adapter.scenes.0 : scenes : ioBroker-RasPi - enabled
system.adapter.shelly.0 : shelly : ioBroker-RasPi - enabled, port: 1882, bind: 0.0.0.0
system.adapter.socketio.0 : socketio : ioBroker-RasPi - enabled, port: 8084, bind: 0.0.0.0, run as: admin
system.adapter.sql.0 : sql : ioBroker-RasPi - disabled, port: 5432
system.adapter.telegram.0 : telegram : ioBroker-RasPi - enabled, port: 8443, bind: 0.0.0.0
system.adapter.text2command.0 : text2command : ioBroker-RasPi - enabled
system.adapter.vis-bars.0 : vis-bars : ioBroker-RasPi - enabled
system.adapter.vis-colorpicker.0 : vis-colorpicker : ioBroker-RasPi - enabled
system.adapter.vis-fancyswitch.0 : vis-fancyswitch : ioBroker-RasPi - enabled
system.adapter.vis-hqwidgets.0 : vis-hqwidgets : ioBroker-RasPi - enabled
system.adapter.vis-map.0 : vis-map : ioBroker-RasPi - enabled
system.adapter.vis-material-advanced.0 : vis-material-advanced : ioBroker-RasPi - enabled
system.adapter.vis-timeandweather.0 : vis-timeandweather : ioBroker-RasPi - enabled
system.adapter.vis.0 : vis : ioBroker-RasPi - enabled
system.adapter.web.0 : web : ioBroker-RasPi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
system.adapter.zigbee.0 : zigbee : ioBroker-RasPi - enabled, port: /dev/ttyUSB0- instance is alive
Enabled adapters with bindings
system.adapter.admin.0 : admin : ioBroker-RasPi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.lovelace.0 : lovelace : ioBroker-RasPi - enabled, port: 8091, bind: 0.0.0.0, run as: admin
system.adapter.mihome-vacuum.0 : mihome-vacuum : ioBroker-RasPi - enabled, port: 54321
system.adapter.shelly.0 : shelly : ioBroker-RasPi - enabled, port: 1882, bind: 0.0.0.0
system.adapter.socketio.0 : socketio : ioBroker-RasPi - enabled, port: 8084, bind: 0.0.0.0, run as: admin
system.adapter.telegram.0 : telegram : ioBroker-RasPi - enabled, port: 8443, bind: 0.0.0.0
system.adapter.web.0 : web : ioBroker-RasPi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
system.adapter.zigbee.0 : zigbee : ioBroker-RasPi - enabled, port: /dev/ttyUSB0ioBroker-Repositories
stable : http://download.iobroker.net/sources-dist.json
beta : http://download.iobroker.net/sources-dist-latest.jsonActive repo(s): stable
Installed ioBroker-Instances
Used repository: stable
Adapter "admin" : 6.12.0 , installed 6.12.0
Adapter "alexa2" : 3.26.3 , installed 3.26.3
Adapter "backitup" : 2.8.7 , installed 2.8.7
Adapter "daswetter" : 3.1.11 , installed 3.1.10 [Updatable]
Adapter "devices" : 1.1.5 , installed 1.1.5
Adapter "discovery" : 4.2.0 , installed 4.2.0
Adapter "flot" : 1.12.0 , installed 1.12.0
Adapter "history" : 3.0.1 , installed 3.0.1
Adapter "icons-mfd-svg": 1.1.0 , installed 1.1.0
Adapter "info" : 2.0.0 , installed 2.0.0
Adapter "iot" : 2.0.11 , installed 2.0.11
Adapter "javascript" : 7.1.6 , installed 7.1.6
Controller "js-controller": 5.0.17 , installed 5.0.16 [Updatable]
Adapter "lovelace" : 3.0.1 , installed 3.0.1
Adapter "mihome-vacuum": 4.1.0 , installed 4.1.0
Adapter "mobile" : 1.0.1 , installed 1.0.1
Adapter "rpi2" : 1.3.2 , installed 1.3.2
Adapter "scenes" : 2.3.9 , installed 2.3.9
Adapter "shelly" : 6.6.1 , installed 6.6.1
Adapter "simple-api" : 2.7.2 , installed 2.7.2
Adapter "socketio" : 6.6.0 , installed 6.6.0
Adapter "sql" : 2.2.0 , installed 2.2.0
Adapter "telegram" : 3.0.0 , installed 2.0.1 [Updatable]
Adapter "text2command" : 3.0.2 , installed 3.0.2
Adapter "vis" : 1.4.16 , installed 1.4.16
Adapter "vis-bars" : 0.1.4 , installed 0.1.4
Adapter "vis-colorpicker": 2.0.3 , installed 2.0.3
Adapter "vis-fancyswitch": 1.1.0 , installed 1.1.0
Adapter "vis-hqwidgets": 1.4.0 , installed 1.4.0
Adapter "vis-map" : 1.0.4 , installed 1.0.4
Adapter "vis-material-advanced": 1.7.4, installed 1.7.4
Adapter "vis-timeandweather": 1.2.2, installed 1.2.2
Adapter "web" : 6.1.10 , installed 6.1.10
Adapter "ws" : 2.5.8 , installed 2.5.8
Adapter "zigbee" : 1.8.24 , installed 1.8.24Objects and States
Please stand by - This may take a while
Objects: 9848
States: 8525*** OS-Repositories and Updates ***
Hit:1 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
Hit:2 http://archive.raspberrypi.org/debian bookworm InRelease
Hit:3 https://packages.grafana.com/oss/deb stable InRelease
Hit:4 https://deb.nodesource.com/node_18.x bookworm InRelease
Reading package lists...
Pending Updates: 1*** Listening Ports ***
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 110 12219 608/postgres
tcp 0 0 127.0.0.1:5433 0.0.0.0:* LISTEN 110 12970 607/postgres
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 109 99153 26976/redis-server
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 3915 573/sshd: /usr/sbin
tcp6 0 0 ::1:6379 :::* LISTEN 109 99154 26976/redis-server
tcp6 0 0 :::3000 :::* LISTEN 111 16615 777/grafana
tcp6 0 0 :::22 :::* LISTEN 0 3917 573/sshd: /usr/sbin
tcp6 0 0 ::1:5433 :::* LISTEN 110 12969 607/postgres
tcp6 0 0 ::1:5432 :::* LISTEN 110 12218 608/postgres
udp 0 0 0.0.0.0:5353 0.0.0.0:* 108 3722 370/avahi-daemon: r
udp 0 0 0.0.0.0:55471 0.0.0.0:* 108 3724 370/avahi-daemon: r
udp6 0 0 :::5353 :::* 108 3723 370/avahi-daemon: r
udp6 0 0 :::43127 :::* 108 3725 370/avahi-daemon: r*** Log File - Last 25 Lines ***
2023-12-16 16:47:07.701 - error: host.ioBroker-RasPi Caught by controller[0]: at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25)
2023-12-16 16:47:07.701 - error: host.ioBroker-RasPi Caught by controller[0]: at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20)
2023-12-16 16:47:07.701 - error: host.ioBroker-RasPi Caught by controller[0]: at Object.onceWrapper (node:events:629:26)
2023-12-16 16:47:07.702 - error: host.ioBroker-RasPi Caught by controller[0]: at Socket.emit (node:events:514:28)
2023-12-16 16:47:07.702 - error: host.ioBroker-RasPi Caught by controller[0]: at Socket.emit (node:domain:489:12)
2023-12-16 16:47:07.702 - error: host.ioBroker-RasPi Caught by controller[0]: at TCP.<anonymous> (node:net:323:12)
2023-12-16 16:47:07.702 - warn: host.ioBroker-RasPi instance system.adapter.shelly.0 terminated due to SIGTERM
2023-12-16 16:47:07.702 - info: host.ioBroker-RasPi instance system.adapter.shelly.0 terminated with code null ()
2023-12-16 16:47:07.703 - warn: host.ioBroker-RasPi instance system.adapter.zigbee.0 terminated due to SIGTERM
2023-12-16 16:47:07.703 - info: host.ioBroker-RasPi instance system.adapter.zigbee.0 terminated with code null ()
2023-12-16 16:47:07.778 - warn: host.ioBroker-RasPi instance system.adapter.backitup.0 terminated due to SIGTERM
2023-12-16 16:47:07.779 - info: host.ioBroker-RasPi instance system.adapter.backitup.0 terminated with code null ()
2023-12-16 16:47:07.779 - warn: host.ioBroker-RasPi instance system.adapter.info.0 terminated due to SIGTERM
2023-12-16 16:47:07.779 - info: host.ioBroker-RasPi instance system.adapter.info.0 terminated with code null ()
2023-12-16 16:47:07.780 - warn: host.ioBroker-RasPi instance system.adapter.iot.0 terminated due to SIGTERM
2023-12-16 16:47:07.780 - info: host.ioBroker-RasPi instance system.adapter.iot.0 terminated with code null ()
2023-12-16 16:47:07.852 - warn: host.ioBroker-RasPi instance system.adapter.lovelace.0 terminated due to SIGTERM
2023-12-16 16:47:07.852 - info: host.ioBroker-RasPi instance system.adapter.lovelace.0 terminated with code null ()
2023-12-16 16:47:07.853 - warn: host.ioBroker-RasPi instance system.adapter.text2command.0 terminated due to SIGTERM
2023-12-16 16:47:07.853 - info: host.ioBroker-RasPi instance system.adapter.text2command.0 terminated with code null ()
2023-12-16 16:47:07.880 - warn: host.ioBroker-RasPi instance system.adapter.web.0 terminated due to SIGTERM
2023-12-16 16:47:07.880 - info: host.ioBroker-RasPi instance system.adapter.web.0 terminated with code null ()
2023-12-16 16:47:07.995 - info: host.ioBroker-RasPi instance system.adapter.socketio.0 terminated with code 0 (NO_ERROR)
2023-12-16 16:47:07.996 - info: host.ioBroker-RasPi All instances are stopped.
2023-12-16 16:47:08.169 - info: host.ioBroker-RasPi terminated
Was ist jetzt noch falsch?
Was genau ist falsch an dem kernel und der "/boot" partition?
Was genau ist falsch an dem "nodejs" ? Hab gerade noch gesehen das ich hier noch die 18.17.1 nutze und auf 18.19.0 aktualisiert. Falls du das gemeint hast.Errors im npm tree tauchen nun auch keine mehr auf.
Vielen Dank
-
Das booten wurde bei Raspberry OS ' Bookworm' umgestellt und dist-upgrades funktionieren (wie bei dir zu sehen) nicht mehr.
Kernel : aarch64 Userland : armhf
passt nicht richtig zueinander, usw.
So sollte das eigentlich aussehen:
Kernel: Linux 6.1.0-rpi7-rpi-v8 Architecture: arm64 Model : Raspberry Pi 4 Model B Rev 1.4 Docker : false Virtualization : none Kernel : aarch64 Userland : arm64
Ich habe "iob diag" aus dem falschen Verzeichnis gestartet.
Was treibst du überhaupt in /root ?
Da hast du nix zu melden. -
OK, danke Dir.
Wo ich was auf meinem System zu melden habe, musst du mir schon überlassen. Alles was iobroker angeht läuft mit den korrekten Berechtigungen und auch die iob/iobroker Prozesse habe ich immer unter dem korrekten Benutzer gestartet. Ich bin zwar ein bisschen aus der Übung, aber mein Tux steht seit 20Jahren an seinem Platz und da kann man auch mal höflich sein. Guten Abend
-
@stealth sagte in ioBroker ständige restarts nach Debian upgrade:
Wo ich was auf meinem System zu melden habe, musst du mir schon überlassen.
Bei ordentlichem Umgang mit den usern und deren Rechten muss man nicht in /root herumstehen. Wozu auch?
In einem 'unverfummelten' System kommst du da auch gar nicht so ohne weiteres rein:
echad@chet:~ $ cd /root -bash: cd: /root: Permission denied echad@chet:~ $ ls -la /root ls: cannot open directory '/root': Permission denied