NEWS
Nach Stromausfall iob startet nicht dphys-swapfile problem?
-
Systemdata Bitte Ausfüllen Hardwaresystem: Raspi4. Arbeitsspeicher: 2GB Festplattenart: SSD/HDD Betriebssystem: RASPIOS bullzeye Node-Version: 18.18.2 Nodejs-Version: 18.18.2 NPM-Version: 9.8.1 Installationsart: Skript Image genutzt: Ja Nach einem Stromausfall bekomme ich beim starten des IObrokers diesen fehler:
/usr/lib/systemd/system/dphys-swapfile.service:2 Nov 9 18:35:15 IOBroker bash[3709]: Description=dphys-swapfile - set up, mount/unmount, and delete a swap file Nov 9 18:35:15 IOBroker bash[3709]: ^^ Nov 9 18:35:15 IOBroker bash[3709]: SyntaxError: Unexpected identifier Nov 9 18:35:15 IOBroker bash[3709]: at internalCompileFunction (node:internal/vm:73:18) Nov 9 18:35:15 IOBroker bash[3709]: at wrapSafe (node:internal/modules/cjs/loader:1178:20) Nov 9 18:35:15 IOBroker bash[3709]: at Module._compile (node:internal/modules/cjs/loader:1220:27) Nov 9 18:35:15 IOBroker bash[3709]: at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) Nov 9 18:35:15 IOBroker bash[3709]: at Module.load (node:internal/modules/cjs/loader:1119:32) Nov 9 18:35:15 IOBroker bash[3709]: at Module._load (node:internal/modules/cjs/loader:960:12) Nov 9 18:35:15 IOBroker bash[3709]: at Module.require (node:internal/modules/cjs/loader:1143:19) Nov 9 18:35:15 IOBroker bash[3709]: at require (node:internal/modules/cjs/helpers:119:18) Nov 9 18:35:15 IOBroker bash[3709]: at Object.<anonymous> (/opt/iobroker/node_modules/event-stream/index.js:11:14) Nov 9 18:35:15 IOBroker bash[3709]: at Module._compile (node:internal/modules/cjs/loader:1256:14)
ich habe in /var/swap die swapdatei gelöscht und neu angelegt ohne erfolg
das Dateisystem habe ich auch repariert
iob fix lief auch ohne Probleme durchdphys-swapfile status sagt
dphys-swapfile.service - dphys-swapfile - set up, mount/unmount, and delete a swap file Loaded: loaded (/lib/systemd/system/dphys-swapfile.service; enabled; vendor preset: enabled) Active: active (exited) since Thu 2023-11-09 18:52:04 CET; 2min 19s ago Docs: man:dphys-swapfile(8) Process: 408 ExecStart=/sbin/dphys-swapfile setup (code=exited, status=0/SUCCESS) Process: 517 ExecStart=/sbin/dphys-swapfile swapon (code=exited, status=0/SUCCESS) Main PID: 517 (code=exited, status=0/SUCCESS) Nov 09 18:52:04 IOBroker systemd[1]: Starting dphys-swapfile - set up, mount/unmount, and delete a swap file... Nov 09 18:52:04 IOBroker dphys-swapfile[408]: computing size, want /var/swap=7782MByte, checking existing: keeping it Nov 09 18:52:04 IOBroker systemd[1]: Started dphys-swapfile - set up, mount/unmount, and delete a swap file.
Hat jemand eine idee wohin ich noch gucken könnte?