NEWS
iobroker nach Einspielen Backup nicht mehr erreichbar
-
und hier das Summary
======================= SUMMARY ======================= v.2024-10-26 Raspbian Static hostname: raspberrypi Icon name: computer Operating System: Raspbian GNU/Linux 12 (bookworm) Kernel: Linux 6.6.51+rpt-rpi-v8 Architecture: arm64 Installation: native Kernel: aarch64 Userland: 32 bit Timezone: Europe/Berlin (CET, +0100) User-ID: 1000 Display-Server: false Boot Target: multi-user.target Pending OS-Updates: 0 Pending iob updates: 0 Nodejs-Installation: /usr/bin/nodejs v20.18.0 /usr/bin/node v20.18.0 /usr/bin/npm 10.8.2 /usr/bin/npx 10.8.2 /usr/bin/corepack 0.29.3 Recommended versions are nodejs 20.18.0 and npm 10.8.2 nodeJS installation is correct MEMORY: total used free shared buff/cache available Mem: 4.0G 1.1G 2.3G 1.2M 717M 2.9G Swap: 209M 0B 209M Total: 4.2G 1.1G 2.5G Active iob-Instances: 21 Upgrade policy: none ioBroker Core: js-controller 6.0.11 admin 7.1.5 ioBroker Status: iobroker is running on this host. Objects type: jsonl States type: jsonl Status admin and web instance: + system.adapter.admin.0 : admin : raspberrypi - enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin + system.adapter.web.0 : web : raspberrypi - enabled, port: 8082, bind: 0.0.0.0, run as: admin Objects: 2292 States: 1749 Size of iob-Database: 7.6M /opt/iobroker/iobroker-data/objects.jsonl 5.4M /opt/iobroker/iobroker-data/states.jsonl Operating System is the current Debian stable version codenamed 'bookworm'! =================== END OF SUMMARY ====================@tombir sagte in iobroker nach Einspielen Backup nicht mehr erreichbar:
Kernel: aarch64
Userland: 32 bitDas kann schon mal nicht sauber als reine 64Bit-Version aufgesetzt worden sein. Denn dann wäre das 'userland' ebenfalls 64-bittig.
nodejs ist auch in der 32-Bit-Version installiert.Mach es neu.
Und leg dir dann einen individuellen user an. Weder 'pi' noch 'iobroker'. Nimm halt 'tombir' oder deinen Vornamen.
Und auch
Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
sollte eigentlich in einer frischen Installation nicht erscheinen.
-
Doch, jetzt läuft alles.
Danke für deine Hilfe!@thomas-braun said in iobroker nach Einspielen Backup nicht mehr erreichbar:
Das kann schon mal nicht sauber als reine 64Bit-Version aufgesetzt worden sein. Denn dann wäre das 'userland' ebenfalls 64-bittig.
nodejs ist auch in der 32-Bit-Version installiert.Ich habe alles frisch als reine 64-Bit-Version aufgesetzt.
nodejs wurde, wenn ich es richtig gesehen habe, im Zuge von iobroker mit installiert. Warum nodejs in 32-Bit installiert wurde, ist mir ein Rätsel. -
@tombir sagte in iobroker nach Einspielen Backup nicht mehr erreichbar:
Kernel: aarch64
Userland: 32 bitDas kann schon mal nicht sauber als reine 64Bit-Version aufgesetzt worden sein. Denn dann wäre das 'userland' ebenfalls 64-bittig.
nodejs ist auch in der 32-Bit-Version installiert.Mach es neu.
Und leg dir dann einen individuellen user an. Weder 'pi' noch 'iobroker'. Nimm halt 'tombir' oder deinen Vornamen.
Und auch
Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
sollte eigentlich in einer frischen Installation nicht erscheinen.
@thomas-braun said in iobroker nach Einspielen Backup nicht mehr erreichbar:
Mach es neu.
Und leg dir dann einen individuellen user an. Weder 'pi' noch 'iobroker'. Nimm halt 'tombir' oder deinen Vornamen.
Und auchKey is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
Ich werde deinen Rat befolgen und alles noch einmal neu installieren und einen neuen user anlegen.
Da ich jetzt erst mal weg muss, evtl heute Abend oder morgen. -
@thomas-braun said in iobroker nach Einspielen Backup nicht mehr erreichbar:
Das kann schon mal nicht sauber als reine 64Bit-Version aufgesetzt worden sein. Denn dann wäre das 'userland' ebenfalls 64-bittig.
nodejs ist auch in der 32-Bit-Version installiert.
Mach es neu.
Und leg dir dann einen individuellen user an. Weder 'pi' noch 'iobroker'. Nimm halt 'tombir' oder deinen Vornamen.
Und auchIch habe deinen Vorschlag umgesetzt und Bookworm komplett neu aufgesetzt (nach deiner Anleitung zur Installation von iobroker).
Leider bin ich nicht weit gekommen, den sudo apt update bringt bereits die ersten Fehlertompi@raspberrypi:~ $ sudo apt update Hit:1 http://archive.raspberrypi.com/debian bookworm InRelease Hit:2 http://deb.debian.org/debian bookworm InRelease Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease Hit:4 http://deb.debian.org/debian bookworm-updates InRelease Reading package lists... Error! E: Unable to parse package file /var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_contrib_binary-arm64_Packages (1) E: Unable to parse package file /var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_contrib_i18n_Translation-en (1) W: You may want to run apt-get update to correct these problems E: The package cache file is corruptedAuch sudo apt-get update brachte keine Änderung, sondern die gleichen Fehlermeldungen.
Ich kann leider nicht erkennen, wo der Fehler liegen könnte. -
@thomas-braun said in iobroker nach Einspielen Backup nicht mehr erreichbar:
Das kann schon mal nicht sauber als reine 64Bit-Version aufgesetzt worden sein. Denn dann wäre das 'userland' ebenfalls 64-bittig.
nodejs ist auch in der 32-Bit-Version installiert.
Mach es neu.
Und leg dir dann einen individuellen user an. Weder 'pi' noch 'iobroker'. Nimm halt 'tombir' oder deinen Vornamen.
Und auchIch habe deinen Vorschlag umgesetzt und Bookworm komplett neu aufgesetzt (nach deiner Anleitung zur Installation von iobroker).
Leider bin ich nicht weit gekommen, den sudo apt update bringt bereits die ersten Fehlertompi@raspberrypi:~ $ sudo apt update Hit:1 http://archive.raspberrypi.com/debian bookworm InRelease Hit:2 http://deb.debian.org/debian bookworm InRelease Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease Hit:4 http://deb.debian.org/debian bookworm-updates InRelease Reading package lists... Error! E: Unable to parse package file /var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_contrib_binary-arm64_Packages (1) E: Unable to parse package file /var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_contrib_i18n_Translation-en (1) W: You may want to run apt-get update to correct these problems E: The package cache file is corruptedAuch sudo apt-get update brachte keine Änderung, sondern die gleichen Fehlermeldungen.
Ich kann leider nicht erkennen, wo der Fehler liegen könnte.@tombir sagte in iobroker nach Einspielen Backup nicht mehr erreichbar:
sudo rm /var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_contrib_* sudo apt update -
@tombir sagte in iobroker nach Einspielen Backup nicht mehr erreichbar:
sudo rm /var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_contrib_* sudo apt update@thomas-braun
Danke!
Ist sauber durch gelaufen.
Als nächstes installiere ich iobroker.