Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Upgrade von Debian 11/Bullseye auf 12/Bookworm

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

Upgrade von Debian 11/Bullseye auf 12/Bookworm

Geplant Angeheftet Gesperrt Verschoben Off Topic
upgrade bullseye bookworm
351 Beiträge 51 Kommentatoren 89.3k Aufrufe 52 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Chris76eC Chris76e

    @thomas-braun

    also die source.list sieht jetzt so aus

    # 
    
    # deb cdrom:[Debian GNU/Linux 10.9.0 _Buster_ - Official amd64 NETINST 20210327-10:38]/ bookworm main
    
    #deb cdrom:[Debian GNU/Linux 10.9.0 _Buster_ - Official amd64 NETINST 20210327-10:38]/ bookworm main
    
    deb http://ftp.de.debian.org/debian/ bookworm main
    deb-src http://ftp.de.debian.org/debian/ bookworm main
    
    deb http://security.debian.org/debian-security bookworm/updates main
    deb-src http://security.debian.org/debian-security bookworm/updates main
    
    # bookworm-updates, previously known as 'volatile'
    deb http://ftp.de.debian.org/debian/ bookworm-updates main
    deb-src http://ftp.de.debian.org/debian/ bookworm-updates main
    
    # This system was installed using small removable media
    # (e.g. netinst, live or single CD). The matching "deb cdrom"
    # entries were disabled at the end of the installation process.
    # For information about how to configure apt package sources,
    # see the sources.list(5) manual.
    
    

    dann kommt das

    chris@ioBroker:~$ sudo sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list
    chris@ioBroker:~$ sudo sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list.d/*
    chris@ioBroker:~$ sudo apt update
    Ign:1 http://security.debian.org/debian-security bookworm/updates InRelease
    Fehl:2 http://security.debian.org/debian-security bookworm/updates Release
      404  Not Found [IP: 2a04:4e42:8e::644 80]
    Holen:3 http://ftp.de.debian.org/debian bookworm InRelease [151 kB]
    Holen:4 http://ftp.de.debian.org/debian bookworm-updates InRelease [52,1 kB]
    OK:5 https://deb.nodesource.com/node_18.x nodistro InRelease
    Holen:6 http://ftp.de.debian.org/debian bookworm/main Sources [9.640 kB]
    Holen:7 http://ftp.de.debian.org/debian bookworm/main amd64 Packages [8.906 kB]
    Holen:8 http://ftp.de.debian.org/debian bookworm/main Translation-de_DE [830 B]
    Holen:9 http://ftp.de.debian.org/debian bookworm/main Translation-de [1.748 kB]
    Holen:10 http://ftp.de.debian.org/debian bookworm/main Translation-en [6.078 kB]
    Holen:12 http://ftp.de.debian.org/debian bookworm-updates/main Sources [2.316 B]
    Holen:13 http://ftp.de.debian.org/debian bookworm-updates/main amd64 Packages [6.432 B]
    Holen:14 http://ftp.de.debian.org/debian bookworm-updates/main Translation-en [5.000 B]
    Holen:11 https://packagecloud.io/ookla/speedtest-cli/debian bookworm InRelease [24,5 kB]
    Holen:15 https://packagecloud.io/ookla/speedtest-cli/debian bookworm/main amd64 Packages [524 B]
    Paketlisten werden gelesen… Fertig
    E: Das Depot »http://security.debian.org/debian-security bookworm/updates Release« enthält keine Release-Datei.
    N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
    N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
    
    
    ? Offline
    ? Offline
    Ein ehemaliger Benutzer
    schrieb am zuletzt editiert von
    #219

    @chris76e sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

    also die source.list sieht jetzt so aus

    Moin,

    ich bin sicher kein Experte was Debian und die Repos angeht, aber das ist falsch

    deb http://security.debian.org/debian-security bookworm/updates main
    deb-src http://security.debian.org/debian-security bookworm/updates main
    

    Korrekt sollte es nach Debian so aussehen

    deb http://deb.debian.org/debian-security/ bookworm-security main
    deb-src http://deb.debian.org/debian-security/ bookworm-security main
    

    Wenn Du selbst schauen möchtest -> https://wiki.debian.org/SourcesList

    VG
    Bernd

    Thomas BraunT 1 Antwort Letzte Antwort
    1
    • ? Ein ehemaliger Benutzer

      @chris76e sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

      also die source.list sieht jetzt so aus

      Moin,

      ich bin sicher kein Experte was Debian und die Repos angeht, aber das ist falsch

      deb http://security.debian.org/debian-security bookworm/updates main
      deb-src http://security.debian.org/debian-security bookworm/updates main
      

      Korrekt sollte es nach Debian so aussehen

      deb http://deb.debian.org/debian-security/ bookworm-security main
      deb-src http://deb.debian.org/debian-security/ bookworm-security main
      

      Wenn Du selbst schauen möchtest -> https://wiki.debian.org/SourcesList

      VG
      Bernd

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #220

      @dp20eic @Chris76e

      Wobei das Security-Repo wenn ich mich recht entsinne schon von buster nach bullseye umgestellt wurde. Das schleppst du dann wohl schon länger mit.

      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

      Chris76eC 1 Antwort Letzte Antwort
      1
      • Thomas BraunT Thomas Braun

        @dp20eic @Chris76e

        Wobei das Security-Repo wenn ich mich recht entsinne schon von buster nach bullseye umgestellt wurde. Das schleppst du dann wohl schon länger mit.

        Chris76eC Online
        Chris76eC Online
        Chris76e
        schrieb am zuletzt editiert von
        #221

        @thomas-braun

        ist jetzt durchgelaufen.

        iob diag sagt das

        ======================= SUMMARY =======================
                             v.2023-06-20
        
        
         Static hostname: ioBroker
               Icon name: computer-vm
                 Chassis: vm 🖴
              Machine ID: 1ac3324719bc45948df881cb4544cc37
                 Boot ID: e7c6e5b9abfc40ea9b742c87a07faa2b
          Virtualization: kvm
        Operating System: Debian GNU/Linux 12 (bookworm)
                  Kernel: Linux 6.1.0-12-amd64
            Architecture: x86-64
         Hardware Vendor: QEMU
          Hardware Model: Standard PC _i440FX + PIIX, 1996_
        Firmware Version: rel-1.16.1-0-g3208b098f51a-prebuilt.qemu.org
        
        Installation:           kvm
        Kernel:                 x86_64
        Userland:               amd64
        Timezone:               Europe/Berlin (CEST, +0200)
        User-ID:                1000
        X-Server:               false
        Boot Target:            graphical.target
        
        Pending OS-Updates:     0
        Pending iob updates:    1
        
        Nodejs-Installation:    /usr/bin/nodejs         v18.18.0
                                /usr/bin/node           v18.18.0
                                /usr/bin/npm            9.8.1
                                /usr/bin/npx            9.8.1
        
        Recommended versions are nodejs 18.x.y and npm 9.x.y
        Your nodejs installation is correct
        
        MEMORY:
                       total        used        free      shared  buff/cache   available
        Mem:             18G        3.9G         13G        540K        1.1G         14G
        Swap:           1.0G          0B        1.0G
        Total:           19G        3.9G         14G
        
        Active iob-Instances:   31
        Active repo(s): Stable (default), live-stable
        
        ioBroker Core:          js-controller           5.0.12
                                admin                   6.10.1
        
        ioBroker Status:        iobroker is running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        Status admin and web instance:
        + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          system.adapter.web-speedy.0             : web-speedy            : ioBroker                                 - disabled
        + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        Objects:                58570
        States:                 52473
        
        Size of iob-Database:
        
        100M    /opt/iobroker/iobroker-data/objects.jsonl
        34M     /opt/iobroker/iobroker-data/objects.json.migrated
        34M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
        12K     /opt/iobroker/iobroker-data/objects.json.old
        0       /opt/iobroker/iobroker-data/objects.json.broken
        107M    /opt/iobroker/iobroker-data/states.jsonl
        6.3M    /opt/iobroker/iobroker-data/states.json.migrated
        6.3M    /opt/iobroker/iobroker-data/states.json.bak.migrated
        4.0K    /opt/iobroker/iobroker-data/states.json.old
        0       /opt/iobroker/iobroker-data/states.json.broken
        
        
        
        =================== END OF SUMMARY ====================
        

        Ist das so OK?

        Thomas BraunT 2 Antworten Letzte Antwort
        0
        • Chris76eC Chris76e

          @thomas-braun

          ist jetzt durchgelaufen.

          iob diag sagt das

          ======================= SUMMARY =======================
                               v.2023-06-20
          
          
           Static hostname: ioBroker
                 Icon name: computer-vm
                   Chassis: vm 🖴
                Machine ID: 1ac3324719bc45948df881cb4544cc37
                   Boot ID: e7c6e5b9abfc40ea9b742c87a07faa2b
            Virtualization: kvm
          Operating System: Debian GNU/Linux 12 (bookworm)
                    Kernel: Linux 6.1.0-12-amd64
              Architecture: x86-64
           Hardware Vendor: QEMU
            Hardware Model: Standard PC _i440FX + PIIX, 1996_
          Firmware Version: rel-1.16.1-0-g3208b098f51a-prebuilt.qemu.org
          
          Installation:           kvm
          Kernel:                 x86_64
          Userland:               amd64
          Timezone:               Europe/Berlin (CEST, +0200)
          User-ID:                1000
          X-Server:               false
          Boot Target:            graphical.target
          
          Pending OS-Updates:     0
          Pending iob updates:    1
          
          Nodejs-Installation:    /usr/bin/nodejs         v18.18.0
                                  /usr/bin/node           v18.18.0
                                  /usr/bin/npm            9.8.1
                                  /usr/bin/npx            9.8.1
          
          Recommended versions are nodejs 18.x.y and npm 9.x.y
          Your nodejs installation is correct
          
          MEMORY:
                         total        used        free      shared  buff/cache   available
          Mem:             18G        3.9G         13G        540K        1.1G         14G
          Swap:           1.0G          0B        1.0G
          Total:           19G        3.9G         14G
          
          Active iob-Instances:   31
          Active repo(s): Stable (default), live-stable
          
          ioBroker Core:          js-controller           5.0.12
                                  admin                   6.10.1
          
          ioBroker Status:        iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Status admin and web instance:
          + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            system.adapter.web-speedy.0             : web-speedy            : ioBroker                                 - disabled
          + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          Objects:                58570
          States:                 52473
          
          Size of iob-Database:
          
          100M    /opt/iobroker/iobroker-data/objects.jsonl
          34M     /opt/iobroker/iobroker-data/objects.json.migrated
          34M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
          12K     /opt/iobroker/iobroker-data/objects.json.old
          0       /opt/iobroker/iobroker-data/objects.json.broken
          107M    /opt/iobroker/iobroker-data/states.jsonl
          6.3M    /opt/iobroker/iobroker-data/states.json.migrated
          6.3M    /opt/iobroker/iobroker-data/states.json.bak.migrated
          4.0K    /opt/iobroker/iobroker-data/states.json.old
          0       /opt/iobroker/iobroker-data/states.json.broken
          
          
          
          =================== END OF SUMMARY ====================
          

          Ist das so OK?

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #222

          @chris76e sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

          Active repo(s): Stable (default), live-stable

          Ja. Wobei ich die Erfahrung gemacht habe, das zwei zeitgleich aktive Repos sich gegenseitig im Weg stehen. (War bei mir aber auch ein Mix aus 'Stable' und 'Beta').

          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

          Chris76eC 1 Antwort Letzte Antwort
          1
          • Chris76eC Chris76e

            @thomas-braun

            ist jetzt durchgelaufen.

            iob diag sagt das

            ======================= SUMMARY =======================
                                 v.2023-06-20
            
            
             Static hostname: ioBroker
                   Icon name: computer-vm
                     Chassis: vm 🖴
                  Machine ID: 1ac3324719bc45948df881cb4544cc37
                     Boot ID: e7c6e5b9abfc40ea9b742c87a07faa2b
              Virtualization: kvm
            Operating System: Debian GNU/Linux 12 (bookworm)
                      Kernel: Linux 6.1.0-12-amd64
                Architecture: x86-64
             Hardware Vendor: QEMU
              Hardware Model: Standard PC _i440FX + PIIX, 1996_
            Firmware Version: rel-1.16.1-0-g3208b098f51a-prebuilt.qemu.org
            
            Installation:           kvm
            Kernel:                 x86_64
            Userland:               amd64
            Timezone:               Europe/Berlin (CEST, +0200)
            User-ID:                1000
            X-Server:               false
            Boot Target:            graphical.target
            
            Pending OS-Updates:     0
            Pending iob updates:    1
            
            Nodejs-Installation:    /usr/bin/nodejs         v18.18.0
                                    /usr/bin/node           v18.18.0
                                    /usr/bin/npm            9.8.1
                                    /usr/bin/npx            9.8.1
            
            Recommended versions are nodejs 18.x.y and npm 9.x.y
            Your nodejs installation is correct
            
            MEMORY:
                           total        used        free      shared  buff/cache   available
            Mem:             18G        3.9G         13G        540K        1.1G         14G
            Swap:           1.0G          0B        1.0G
            Total:           19G        3.9G         14G
            
            Active iob-Instances:   31
            Active repo(s): Stable (default), live-stable
            
            ioBroker Core:          js-controller           5.0.12
                                    admin                   6.10.1
            
            ioBroker Status:        iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Status admin and web instance:
            + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              system.adapter.web-speedy.0             : web-speedy            : ioBroker                                 - disabled
            + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            Objects:                58570
            States:                 52473
            
            Size of iob-Database:
            
            100M    /opt/iobroker/iobroker-data/objects.jsonl
            34M     /opt/iobroker/iobroker-data/objects.json.migrated
            34M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
            12K     /opt/iobroker/iobroker-data/objects.json.old
            0       /opt/iobroker/iobroker-data/objects.json.broken
            107M    /opt/iobroker/iobroker-data/states.jsonl
            6.3M    /opt/iobroker/iobroker-data/states.json.migrated
            6.3M    /opt/iobroker/iobroker-data/states.json.bak.migrated
            4.0K    /opt/iobroker/iobroker-data/states.json.old
            0       /opt/iobroker/iobroker-data/states.json.broken
            
            
            
            =================== END OF SUMMARY ====================
            

            Ist das so OK?

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #223

            @chris76e

            Ich sehe gerade:

            Hardware Model: Standard PC i440FX + PIIX, 1996

            ein aktuelleres Modell kann da nicht virtualisiert werden?

            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

            Chris76eC 1 Antwort Letzte Antwort
            1
            • Thomas BraunT Thomas Braun

              @chris76e sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

              Active repo(s): Stable (default), live-stable

              Ja. Wobei ich die Erfahrung gemacht habe, das zwei zeitgleich aktive Repos sich gegenseitig im Weg stehen. (War bei mir aber auch ein Mix aus 'Stable' und 'Beta').

              Chris76eC Online
              Chris76eC Online
              Chris76e
              schrieb am zuletzt editiert von
              #224

              @thomas-braun

              welches ist dann besser? Stable oder live-stable?

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @chris76e

                Ich sehe gerade:

                Hardware Model: Standard PC i440FX + PIIX, 1996

                ein aktuelleres Modell kann da nicht virtualisiert werden?

                Chris76eC Online
                Chris76eC Online
                Chris76e
                schrieb am zuletzt editiert von
                #225

                @thomas-braun sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                @chris76e

                Ich sehe gerade:

                Hardware Model: Standard PC i440FX + PIIX, 1996

                ein aktuelleres Modell kann da nicht virtualisiert werden?

                Verstehe nicht was du meinst

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • Chris76eC Chris76e

                  @thomas-braun

                  welches ist dann besser? Stable oder live-stable?

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #226

                  @chris76e sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                  welches ist dann besser? Stable oder live-stable?

                  Stable. Live-Stable ist nur als Fall-Back vorgesehen, wenn Stable nicht funktioniert. Gibt da wohl manchmal Konstellationen.

                  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

                  1 Antwort Letzte Antwort
                  2
                  • Chris76eC Chris76e

                    @thomas-braun sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                    @chris76e

                    Ich sehe gerade:

                    Hardware Model: Standard PC i440FX + PIIX, 1996

                    ein aktuelleres Modell kann da nicht virtualisiert werden?

                    Verstehe nicht was du meinst

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #227

                    @chris76e sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                    Verstehe nicht was du meinst

                    Die kvm stellt virtuelle Hardware zur Verfügung. Bei dir wohl einen PentiumII aus dem Jahr 1996.

                    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

                    Chris76eC DuffyD 2 Antworten Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @chris76e sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                      Verstehe nicht was du meinst

                      Die kvm stellt virtuelle Hardware zur Verfügung. Bei dir wohl einen PentiumII aus dem Jahr 1996.

                      Chris76eC Online
                      Chris76eC Online
                      Chris76e
                      schrieb am zuletzt editiert von
                      #228

                      @thomas-braun

                      hmm, bei Proxmox kann ich bei Machienentyp Standart (i440fx) oder q35 auswählen. Habe mir darüber keine gedanken gemacht. Läuft jetzt schon 2 Jahre damit.....

                      ? 1 Antwort Letzte Antwort
                      0
                      • Chris76eC Chris76e

                        @thomas-braun

                        hmm, bei Proxmox kann ich bei Machienentyp Standart (i440fx) oder q35 auswählen. Habe mir darüber keine gedanken gemacht. Läuft jetzt schon 2 Jahre damit.....

                        ? Offline
                        ? Offline
                        Ein ehemaliger Benutzer
                        schrieb am zuletzt editiert von
                        #229

                        @chris76e sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                        hmm, bei Proxmox kann ich bei Machienentyp Standart (i440fx) oder q35 auswählen. Habe mir darüber keine gedanken gemacht. Läuft jetzt schon 2 Jahre damit.....

                        Moin,

                        die Einstellung I440fx oder q35 sagt nur wie der Speichercontroller oder andere Schnittstellen angebunden sind, wobei der q35 wohl der etwas aktuellere ist. Du kannst aber noch, den CPU Typ einstellen
                        0e326db8-d0db-4f2f-a9a1-f783b1f7ce95-grafik.png
                        Hier die Erklärung -> https://deine.proxmox.ip:8006/pve-docs/chapter-qm.html#qm_system_settings

                        CPU Type
                        
                        QEMU can emulate a number different of CPU types from 486 to the latest Xeon processors.
                        Each new processor generation adds new features, like hardware assisted 3d rendering, random number generation, 
                        memory protection, etc.. Also, a current generation can be upgraded through microcode update with bug or security fixes.
                        
                        Usually you should select for your VM a processor type which closely matches the CPU of the host system, 
                        as it means that the host CPU features (also called CPU flags ) will be available in your VMs. 
                        If you want an exact match, you can set the CPU type to host in which case the VM will have exactly the 
                        same CPU flags as your host system.
                        
                        This has a downside though. If you want to do a live migration of VMs between different hosts, your VM might 
                        end up on a new system with a different CPU type or a different microcode version. If the CPU flags passed to 
                        the guest are missing, the QEMU process will stop. To remedy this QEMU has also its own virtual CPU types, 
                        that Proxmox VE uses by default.
                        
                        The backend default is kvm64 which works on essentially all x86_64 host CPUs and the UI default when creating 
                        a new VM is x86-64-v2-AES, which requires a host CPU starting from Westmere for Intel or at least a fourth 
                        generation Opteron for AMD.
                        
                        In short:
                        
                        If you don’t care about live migration or have a homogeneous cluster where all nodes have the same CPU and same 
                        microcode version, set the CPU type to host, as in theory this will give your guests maximum performance.
                        
                        If you care about live migration and security, and you have only Intel CPUs or only AMD CPUs, choose the lowest 
                        generation CPU model of your cluster.
                        
                        If you care about live migration without security, or have mixed Intel/AMD cluster, choose the lowest 
                        compatible virtual QEMU CPU type.
                        

                        VG
                        Bernd

                        1 Antwort Letzte Antwort
                        2
                        • Thomas BraunT Thomas Braun

                          @chris76e sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                          Verstehe nicht was du meinst

                          Die kvm stellt virtuelle Hardware zur Verfügung. Bei dir wohl einen PentiumII aus dem Jahr 1996.

                          DuffyD Offline
                          DuffyD Offline
                          Duffy
                          schrieb am zuletzt editiert von
                          #230

                          @thomas-braun

                          "Debian 12 'Bookworm' ist am 10.06.2023 als stabil veröffentlicht worden, allerdings sind einige Repositories von Dritten sind noch nicht richtig umgestellt. Insbesondere die Pakete für Raspberry OS sind noch auf dem Stand von Debian 11 'Bullseye'. Hier würde ich noch etwas abwarten."

                          Hallo thomas-Braun,

                          seit du hier beschrieben hast wie man auf Bookworm kommt ist ja schon einige Zeit vergangen.
                          So weit ich gesehen habe gibt es den Bücherwurm für den Respberry immer noch nicht.

                          Würdest du auch weiterhin zum abwaren raten?

                          Mein System(chen) ist sonst so weit auf Stand bis auf den Bücherwurm.

                          Mich würde dazu deine Expertiese interssieren.

                          Viele Grüße Duffy

                          Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                          Node.js: v22.21.0
                          NPM: 10.9.4
                          js-controller 7.0.7
                          Linux: Trixie

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • DuffyD Duffy

                            @thomas-braun

                            "Debian 12 'Bookworm' ist am 10.06.2023 als stabil veröffentlicht worden, allerdings sind einige Repositories von Dritten sind noch nicht richtig umgestellt. Insbesondere die Pakete für Raspberry OS sind noch auf dem Stand von Debian 11 'Bullseye'. Hier würde ich noch etwas abwarten."

                            Hallo thomas-Braun,

                            seit du hier beschrieben hast wie man auf Bookworm kommt ist ja schon einige Zeit vergangen.
                            So weit ich gesehen habe gibt es den Bücherwurm für den Respberry immer noch nicht.

                            Würdest du auch weiterhin zum abwaren raten?

                            Mein System(chen) ist sonst so weit auf Stand bis auf den Bücherwurm.

                            Mich würde dazu deine Expertiese interssieren.

                            Viele Grüße Duffy

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #231

                            @duffy sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                            Würdest du auch weiterhin zum abwaren raten?

                            Ich rate immer nur zu released versions.
                            Alles andere dient lediglich zum Beta-testen.

                            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

                            1 Antwort Letzte Antwort
                            0
                            • Siggi0904S Offline
                              Siggi0904S Offline
                              Siggi0904
                              schrieb am zuletzt editiert von
                              #232

                              aber man ist wohl seitens Raspbian dran.

                              Mein bullseye stable Repo wurde heute zum oldstable umbenannt.

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • Siggi0904S Siggi0904

                                aber man ist wohl seitens Raspbian dran.

                                Mein bullseye stable Repo wurde heute zum oldstable umbenannt.

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #233

                                @siggi0904 sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                                Mein bullseye stable Repo wurde heute zum oldstable umbenannt.

                                Ja, das ist dann ein recht sicheres Zeichen, dass ein Release unmittelbar bevorsteht.

                                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

                                DuffyD 1 Antwort Letzte Antwort
                                1
                                • Thomas BraunT Thomas Braun

                                  @siggi0904 sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                                  Mein bullseye stable Repo wurde heute zum oldstable umbenannt.

                                  Ja, das ist dann ein recht sicheres Zeichen, dass ein Release unmittelbar bevorsteht.

                                  DuffyD Offline
                                  DuffyD Offline
                                  Duffy
                                  schrieb am zuletzt editiert von
                                  #234

                                  @thomas-braun

                                  Würdest du dann bitte auch wieder erklären wie man für die installation vorgehen muss? (Wenn es so weit ist)

                                  Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                                  Node.js: v22.21.0
                                  NPM: 10.9.4
                                  js-controller 7.0.7
                                  Linux: Trixie

                                  Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                                  0
                                  • DuffyD Duffy

                                    @thomas-braun

                                    Würdest du dann bitte auch wieder erklären wie man für die installation vorgehen muss? (Wenn es so weit ist)

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #235

                                    @duffy sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                                    Würdest du dann bitte auch wieder erklären wie man für die installation vorgehen muss?

                                    ? Steht doch im ersten Eintrag drin.

                                    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

                                    DuffyD 1 Antwort Letzte Antwort
                                    1
                                    • DuffyD Duffy

                                      @thomas-braun

                                      Würdest du dann bitte auch wieder erklären wie man für die installation vorgehen muss? (Wenn es so weit ist)

                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von
                                      #236

                                      @duffy backup machen
                                      neue SD Karte nehmen (alte bleibt für fallback)
                                      OS lite 64bit installieren
                                      iobroker installieren
                                      (vis installieren)
                                      Restore zurückspielen
                                      warten....warten....warten

                                      fertig

                                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      1 Antwort Letzte Antwort
                                      1
                                      • Thomas BraunT Thomas Braun

                                        @duffy sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                                        Würdest du dann bitte auch wieder erklären wie man für die installation vorgehen muss?

                                        ? Steht doch im ersten Eintrag drin.

                                        DuffyD Offline
                                        DuffyD Offline
                                        Duffy
                                        schrieb am zuletzt editiert von
                                        #237

                                        @thomas-braun

                                        Muss das dann nicht auf eine andere Daten Quelle zugreifen wenn es ein Raspberry os ist?

                                        Bei meinem Test Pi hatte ich das schon nach deiner Beschreibung erfogreich durchgeführt :-)

                                        @Homoran

                                        Aber dann muss ich doch trotzdem noch Influxdb und grafana extra installieren, oder?

                                        Nix besonderes; iob auf Respberry pi 4 (8GB) mit 32 GB SSD
                                        Node.js: v22.21.0
                                        NPM: 10.9.4
                                        js-controller 7.0.7
                                        Linux: Trixie

                                        HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                                        0
                                        • DuffyD Duffy

                                          @thomas-braun

                                          Muss das dann nicht auf eine andere Daten Quelle zugreifen wenn es ein Raspberry os ist?

                                          Bei meinem Test Pi hatte ich das schon nach deiner Beschreibung erfogreich durchgeführt :-)

                                          @Homoran

                                          Aber dann muss ich doch trotzdem noch Influxdb und grafana extra installieren, oder?

                                          HomoranH Nicht stören
                                          HomoranH Nicht stören
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von
                                          #238

                                          @duffy sagte in Upgrade von Debian 11/Bullseye auf 12/Bookworm:

                                          dann muss ich doch trotzdem noch Influxdb und grafana extra installieren, oder?

                                          wenn du sowas nutzst, ja

                                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          DuffyD 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          285

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe