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. Off Topic
  4. Proxmox
  5. Proxmox Version Updaten

NEWS

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

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

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

Proxmox Version Updaten

Scheduled Pinned Locked Moved Proxmox
13 Posts 6 Posters 3.1k Views 15 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.
  • BBTownB Offline
    BBTownB Offline
    BBTown
    wrote on last edited by 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 Reply Last reply
    4
    • marcusklM Offline
      marcusklM Offline
      marcuskl
      wrote on last edited by
      #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 Replies Last reply
      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
        wrote on last edited by 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.4, nodejs 22.21.0
        • Slave: Pi4
        1 Reply Last reply
        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 Away
          crunchipC Away
          crunchip
          Forum Testing Most Active
          wrote on last edited by 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 Reply Last reply
          1
          • marcusklM Offline
            marcusklM Offline
            marcuskl
            wrote on last edited by
            #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. :relaxed: :v:

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

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

            crunchipC 1 Reply Last reply
            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. :relaxed: :v:

              crunchipC Away
              crunchipC Away
              crunchip
              Forum Testing Most Active
              wrote on last edited by
              #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 Reply Last reply
              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
                wrote on last edited by
                #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 Reply Last reply
                0
                • marcusklM Offline
                  marcusklM Offline
                  marcuskl
                  wrote on last edited by
                  #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 Reply Last reply
                  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
                    wrote on last edited by
                    #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.4, nodejs 22.21.0
                    • Slave: Pi4
                    1 Reply Last reply
                    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
                      wrote on last edited by
                      #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 Replies Last reply
                      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
                        wrote on last edited by
                        #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 Reply Last reply
                        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 Away
                          crunchipC Away
                          crunchip
                          Forum Testing Most Active
                          wrote on last edited by 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 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          478

                          Online

                          32.4k

                          Users

                          81.5k

                          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