Skip to content
  • 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
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Proxmox
  5. Proxmox Version Updaten

NEWS

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

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

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

Proxmox Version Updaten

Geplant Angeheftet Gesperrt Verschoben Proxmox
13 Beiträge 6 Kommentatoren 3.1k Aufrufe 15 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.
  • marcusklM Offline
    marcusklM Offline
    marcuskl
    schrieb am zuletzt editiert von
    #1

    Hallo Liebe Leute,

    ich finde im Internet nichts richtiges, ich möchte gerne von der Version 5.3.8 auf 5.4 updaten, nun wie mache ich das am besten und am sichersten, das ich nichts am System zerstöre ?

    Host: Intel Nuc6cayh (16GB Ram, 240GB SSD) mit Proxmox.

    Iobroker VM, InfluxDB LXC, Pihole LXC, Tasmoadmin LXC, Easy2connect VM

    I 1 Antwort Letzte Antwort
    0
    • BBTownB Offline
      BBTownB Offline
      BBTown
      schrieb am zuletzt editiert von BBTown
      #2
      1. Backups aller virtuellen Maschinen und Container erstellen

      2. sofern keine Proxmox Subscription eingekauft wurde muss Proxmox zunächst einmal für Updates vorbereitet werden

      a. hierzu über die Konsole folgendes Einstellungen vornehmen

      nano /etc/apt/sources.list.d/pve-enterprise.list
      
      //folgenden Eintrag mit "#" auskommentieren"
      # deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
      

      b. eine neue Datei erstellen mittels

      nano /etc/apt/sources.list.d/pve-no-subscription.list
      
      # folgenden Eintrag in die leere Datei einfügen
      deb http://download.proxmox.com/debian/pve stretch pve-no-subscription
      
      1. anschließend Updates holen und installieren
      apt update && apt upgrade -y
      
      1. zu guter Letzt einen reboot durchführen

      ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.0.7 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

      1 Antwort Letzte Antwort
      4
      • marcusklM Offline
        marcusklM Offline
        marcuskl
        schrieb am zuletzt editiert von
        #3

        Hallo, danke für die Mühe, aber ich habe bei mir nirgends diese pve-enterprise.list.
        Der Ordner ist vollkommen leer ?

        Host: Intel Nuc6cayh (16GB Ram, 240GB SSD) mit Proxmox.

        Iobroker VM, InfluxDB LXC, Pihole LXC, Tasmoadmin LXC, Easy2connect VM

        lobomauL crunchipC 2 Antworten Letzte Antwort
        0
        • marcusklM marcuskl

          Hallo, danke für die Mühe, aber ich habe bei mir nirgends diese pve-enterprise.list.
          Der Ordner ist vollkommen leer ?

          lobomauL Offline
          lobomauL Offline
          lobomau
          schrieb am zuletzt editiert von lobomau
          #4

          @marcuskl hier wird es so beschrieben
          https://pve.proxmox.com/wiki/Package_Repositories
          Ändern von /etc/apt/sources.list

          deb http://ftp.debian.org/debian stretch main contrib
          
          # PVE pve-no-subscription repository provided by proxmox.com,
          # NOT recommended for production use
          deb http://download.proxmox.com/debian/pve stretch pve-no-subscription
          
          # security updates
          deb http://security.debian.org stretch/updates main contrib``
          
          P. S. Die Datei sieht bei mir auch so aus und der Update hat funktioniert.

          Host: NUC8i3 mit Proxmox:

          • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
          • Slave: Pi4
          1 Antwort Letzte Antwort
          0
          • marcusklM marcuskl

            Hallo, danke für die Mühe, aber ich habe bei mir nirgends diese pve-enterprise.list.
            Der Ordner ist vollkommen leer ?

            crunchipC Abwesend
            crunchipC Abwesend
            crunchip
            Forum Testing Most Active
            schrieb am zuletzt editiert von crunchip
            #5

            @marcuskl du kannst es auch so wie hier beschrieben eingeben
            https://gist.github.com/whiskerz007/53c6aa5d624154bacbbc54880e1e3b2a

            # Commercial Repo deaktivieren
            sed -i "s / ^ deb / \ # deb /" /etc/apt/sources.list.d/pve-enterprise.list
            
            # PVE Community Repo hinzufügen
            echo "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription"> /etc/apt/sources.list.d/pve-no-enterprise.list
            
            

            und dieses wäre zum Ausschalten der Meldung beim einloggen

            # Nag entfernen
            cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js{,.bak}
            sed -i "s / if (data.status! == 'Active') / if (false) /" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
            

            EDIT: grade gelesen, letzter Befehl funktioniert mit aktueller Version nicht mehr
            in den Kommentaren ist vermerkt,
            mit

            sed -i.bak 's/NotFound/Active/g' /usr/share/perl5/PVE/API2/Subscription.pm && systemctl restart pveproxy.service
            

            soll es wieder funktionieren, jedoch von mir bisher nicht getestet

            umgestiegen von Proxmox auf Unraid

            liv-in-skyL 1 Antwort Letzte Antwort
            1
            • marcusklM Offline
              marcusklM Offline
              marcuskl
              schrieb am zuletzt editiert von
              #6

              Nach euer Erfahrung her, hattet Ihr schonmal Probleme mit einem dieser Updates?
              Weil Proxmox schreibt, das die Updates ohne Subscription nicht ausführlich getestet worden.
              Danke schonmal für die hilfe, werde mal mich dran versuchen und berichte. ☺ ✌

              Host: Intel Nuc6cayh (16GB Ram, 240GB SSD) mit Proxmox.

              Iobroker VM, InfluxDB LXC, Pihole LXC, Tasmoadmin LXC, Easy2connect VM

              crunchipC 1 Antwort Letzte Antwort
              0
              • marcusklM marcuskl

                Nach euer Erfahrung her, hattet Ihr schonmal Probleme mit einem dieser Updates?
                Weil Proxmox schreibt, das die Updates ohne Subscription nicht ausführlich getestet worden.
                Danke schonmal für die hilfe, werde mal mich dran versuchen und berichte. ☺ ✌

                crunchipC Abwesend
                crunchipC Abwesend
                crunchip
                Forum Testing Most Active
                schrieb am zuletzt editiert von
                #7

                @marcuskl bisher lief alles Problemlos, bis auf 1mal, da hatte ich den Kernel aktualisiert und mein Bluetooth ging nicht mehr.
                ansonsten musst du ja nicht sofort ein Update anstoßen und kannst in aller Ruhe erst einmal verfolgen(Forum) ob es zu Problemen aus irgendwelchen Gründen kommt, bzw welche Neuerungen das einzelne Update mit sich bringt.

                umgestiegen von Proxmox auf Unraid

                1 Antwort Letzte Antwort
                0
                • crunchipC crunchip

                  @marcuskl du kannst es auch so wie hier beschrieben eingeben
                  https://gist.github.com/whiskerz007/53c6aa5d624154bacbbc54880e1e3b2a

                  # Commercial Repo deaktivieren
                  sed -i "s / ^ deb / \ # deb /" /etc/apt/sources.list.d/pve-enterprise.list
                  
                  # PVE Community Repo hinzufügen
                  echo "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription"> /etc/apt/sources.list.d/pve-no-enterprise.list
                  
                  

                  und dieses wäre zum Ausschalten der Meldung beim einloggen

                  # Nag entfernen
                  cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js{,.bak}
                  sed -i "s / if (data.status! == 'Active') / if (false) /" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
                  

                  EDIT: grade gelesen, letzter Befehl funktioniert mit aktueller Version nicht mehr
                  in den Kommentaren ist vermerkt,
                  mit

                  sed -i.bak 's/NotFound/Active/g' /usr/share/perl5/PVE/API2/Subscription.pm && systemctl restart pveproxy.service
                  

                  soll es wieder funktionieren, jedoch von mir bisher nicht getestet

                  liv-in-skyL Offline
                  liv-in-skyL Offline
                  liv-in-sky
                  schrieb am zuletzt editiert von
                  #8

                  @crunchip sagte in Proxmox Version Updaten:

                  sed -i.bak 's/NotFound/Active/g' /usr/share/perl5/PVE/API2/Subscription.pm && systemctl restart pveproxy.service

                  hab heut mal ein update von 5.0 auf 5.4 gewagt - scheint zu laufen

                  ich mußte jedoch diesen befehl ausführen

                  apt update && apt dist-upgrade
                  

                  sonst gab es fehlermeldungen - bzw das update startete nicht

                  danke für den befehl zum abstellen der einlog-meldung - hat funktioniert

                  sed -i.bak 's/NotFound/Active/g' /usr/share/perl5/PVE/API2/Subscription.pm && systemctl restart pveproxy.service
                  

                  nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                  1 Antwort Letzte Antwort
                  0
                  • marcusklM Offline
                    marcusklM Offline
                    marcuskl
                    schrieb am zuletzt editiert von
                    #9

                    Danke an alle, ich habe es hinbekommen.
                    Ich habe noch eine FRage an euch: Proxmox hat ja kein https zertifikat, gnoriert ihr das einfach?
                    Oder kan man dem ein Zertifikat geben?

                    Host: Intel Nuc6cayh (16GB Ram, 240GB SSD) mit Proxmox.

                    Iobroker VM, InfluxDB LXC, Pihole LXC, Tasmoadmin LXC, Easy2connect VM

                    lobomauL 1 Antwort Letzte Antwort
                    0
                    • marcusklM marcuskl

                      Danke an alle, ich habe es hinbekommen.
                      Ich habe noch eine FRage an euch: Proxmox hat ja kein https zertifikat, gnoriert ihr das einfach?
                      Oder kan man dem ein Zertifikat geben?

                      lobomauL Offline
                      lobomauL Offline
                      lobomau
                      schrieb am zuletzt editiert von
                      #10

                      @marcuskl das sollte gehen. Bisher habe ich es ignoriert. Habe ich auch noch als Aufgabe. Vielleicht kannst du es mal testen nach der Beschreibung hier:
                      https://pve.proxmox.com/wiki/HTTPS_Certificate_Configuration_(Version_4.x,_5.0_and_5.1)

                      Host: NUC8i3 mit Proxmox:

                      • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
                      • Slave: Pi4
                      1 Antwort Letzte Antwort
                      0
                      • marcusklM marcuskl

                        Hallo Liebe Leute,

                        ich finde im Internet nichts richtiges, ich möchte gerne von der Version 5.3.8 auf 5.4 updaten, nun wie mache ich das am besten und am sichersten, das ich nichts am System zerstöre ?

                        I Offline
                        I Offline
                        IObroker_chris
                        schrieb am zuletzt editiert von
                        #11

                        @marcuskl
                        Habs bei mir jetzt auch mal versucht mit update. Leider komm ich nicht über ne Fehlermeldung hinaus:

                        oot@proxmox:~# apt update && apt dist-upgrade
                        Hit:1 http://download.proxmox.com/debian/pve buster InRelease
                        Hit:2 http://ftp.debian.org/debian buster InRelease                                   
                        Hit:3 http://ftp.debian.org/debian buster-updates InRelease                           
                        Hit:4 http://download.proxmox.com/debian/pve stretch InRelease                        
                        Hit:5 http://security.debian.org/debian-security buster/updates InRelease             
                        Err:6 https://enterprise.proxmox.com/debian/pve buster InRelease                      
                          401  Unauthorized [IP: 212.224.123.70 443]
                        Reading package lists... Done                                                         
                        E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease  401  Unauthorized [IP: 212.224.123.70 443]
                        E: The repository 'https://enterprise.proxmox.com/debian/pve buster InRelease' is not signed.
                        N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                        N: See apt-secure(8) manpage for repository creation and user configuration details.
                        root@proxmox:~# 
                        
                        marcusklM crunchipC 2 Antworten Letzte Antwort
                        0
                        • I IObroker_chris

                          @marcuskl
                          Habs bei mir jetzt auch mal versucht mit update. Leider komm ich nicht über ne Fehlermeldung hinaus:

                          oot@proxmox:~# apt update && apt dist-upgrade
                          Hit:1 http://download.proxmox.com/debian/pve buster InRelease
                          Hit:2 http://ftp.debian.org/debian buster InRelease                                   
                          Hit:3 http://ftp.debian.org/debian buster-updates InRelease                           
                          Hit:4 http://download.proxmox.com/debian/pve stretch InRelease                        
                          Hit:5 http://security.debian.org/debian-security buster/updates InRelease             
                          Err:6 https://enterprise.proxmox.com/debian/pve buster InRelease                      
                            401  Unauthorized [IP: 212.224.123.70 443]
                          Reading package lists... Done                                                         
                          E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease  401  Unauthorized [IP: 212.224.123.70 443]
                          E: The repository 'https://enterprise.proxmox.com/debian/pve buster InRelease' is not signed.
                          N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                          N: See apt-secure(8) manpage for repository creation and user configuration details.
                          root@proxmox:~# 
                          
                          marcusklM Offline
                          marcusklM Offline
                          marcuskl
                          schrieb am zuletzt editiert von
                          #12

                          @iobroker_chris Ich habe es komplett neu aufgesetzt und Backups einfach wiederhergestellt.

                          Host: Intel Nuc6cayh (16GB Ram, 240GB SSD) mit Proxmox.

                          Iobroker VM, InfluxDB LXC, Pihole LXC, Tasmoadmin LXC, Easy2connect VM

                          1 Antwort Letzte Antwort
                          0
                          • I IObroker_chris

                            @marcuskl
                            Habs bei mir jetzt auch mal versucht mit update. Leider komm ich nicht über ne Fehlermeldung hinaus:

                            oot@proxmox:~# apt update && apt dist-upgrade
                            Hit:1 http://download.proxmox.com/debian/pve buster InRelease
                            Hit:2 http://ftp.debian.org/debian buster InRelease                                   
                            Hit:3 http://ftp.debian.org/debian buster-updates InRelease                           
                            Hit:4 http://download.proxmox.com/debian/pve stretch InRelease                        
                            Hit:5 http://security.debian.org/debian-security buster/updates InRelease             
                            Err:6 https://enterprise.proxmox.com/debian/pve buster InRelease                      
                              401  Unauthorized [IP: 212.224.123.70 443]
                            Reading package lists... Done                                                         
                            E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease  401  Unauthorized [IP: 212.224.123.70 443]
                            E: The repository 'https://enterprise.proxmox.com/debian/pve buster InRelease' is not signed.
                            N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                            N: See apt-secure(8) manpage for repository creation and user configuration details.
                            root@proxmox:~# 
                            
                            crunchipC Abwesend
                            crunchipC Abwesend
                            crunchip
                            Forum Testing Most Active
                            schrieb am zuletzt editiert von crunchip
                            #13

                            @iobroker_chris hast du überhaupt deine sources.list.d angepasst?

                            du musst deine sources.list anpassen und die enterprise.list deaktivieren

                            umgestiegen von Proxmox auf Unraid

                            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

                            345

                            Online

                            32.4k

                            Benutzer

                            81.4k

                            Themen

                            1.3m

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

                            • Du hast noch kein Konto? Registrieren

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