Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iobroker nach Einspielen Backup nicht mehr erreichbar

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    793

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

iobroker nach Einspielen Backup nicht mehr erreichbar

Scheduled Pinned Locked Moved ioBroker Allgemein
26 Posts 3 Posters 2.0k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Tombir

    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 ====================
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #21

    @tombir sagte in iobroker nach Einspielen Backup nicht mehr erreichbar:

    Kernel: aarch64
    Userland: 32 bit

    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 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.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    T 1 Reply Last reply
    0
    • HomoranH Homoran

      @tombir und dein iobroker läuft nicht?
      kann dazu keine Probleme sehen?

      T Offline
      T Offline
      Tombir
      wrote on last edited by
      #22

      @homoran

      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.

      1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @tombir sagte in iobroker nach Einspielen Backup nicht mehr erreichbar:

        Kernel: aarch64
        Userland: 32 bit

        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 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.

        T Offline
        T Offline
        Tombir
        wrote on last edited by
        #23

        @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 auch

        Key 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.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          Tombir
          wrote on last edited by
          #24

          @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 auch

          Ich 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 Fehler

          tompi@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 corrupted
          

          Auch sudo apt-get update brachte keine Änderung, sondern die gleichen Fehlermeldungen.
          Ich kann leider nicht erkennen, wo der Fehler liegen könnte.

          Thomas BraunT 1 Reply Last reply
          0
          • T Tombir

            @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 auch

            Ich 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 Fehler

            tompi@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 corrupted
            

            Auch sudo apt-get update brachte keine Änderung, sondern die gleichen Fehlermeldungen.
            Ich kann leider nicht erkennen, wo der Fehler liegen könnte.

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #25

            @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
            

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            T 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @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
              
              T Offline
              T Offline
              Tombir
              wrote on last edited by
              #26

              @thomas-braun
              Danke!
              Ist sauber durch gelaufen.
              Als nächstes installiere ich iobroker.

              1 Reply Last reply
              0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              Support us

              ioBroker
              Community Adapters
              Donate
              FAQ Cloud / IOT
              HowTo: Node.js-Update
              HowTo: Backup/Restore
              Downloads
              BLOG

              549

              Online

              32.8k

              Users

              82.7k

              Topics

              1.3m

              Posts
              Community
              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
              ioBroker Community 2014-2025
              logo
              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Home
              • Recent
              • Tags
              • Unread 0
              • Categories
              • Unreplied
              • Popular
              • GitHub
              • Docu
              • Hilfe