Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Proxmox
    5. Proxmox Update 6.x --> 7.x

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Proxmox Update 6.x --> 7.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • CrunkFX
      CrunkFX Forum Testing @liv-in-sky last edited by

      @liv-in-sky Hast du es nach meiner Anleitung versucht? Ich bin jetzt wieder am PC

      liv-in-sky 2 Replies Last reply Reply Quote 0
      • liv-in-sky
        liv-in-sky @CrunkFX last edited by

        @crunkfx war reifenwechseln - werde erst jetz weiter testen

        1 Reply Last reply Reply Quote 0
        • liv-in-sky
          liv-in-sky @CrunkFX last edited by

          @crunkfx

          wollte mich nochmal bei dir für deine hilfe bedanken und nochmal daran erinnern, dass du die lösung posten wolltest

          es geht um : rechte in einem unpriviligierten container auf einen mountpoint

          ich versuche mal das nochmal zusammenzufinden - falls falsch bitte mitteilen

          HOST

          addgroup --gid 101001 iobroker-backups1
          
          chgrp -R iobroker-backups1 /DatenNAS/BACKUP-IOBROKER
          
          chmod -R 2775 /DatenNAS/BACKUP-IOBROKER
          
          setfacl -Rm g:101001:rwx,d:g:101001:rwx /DatenNAS/BACKUP-IOBROKER
          

          war das hier der wichtige teil?

          chown 101001:101001 /DatenNAS/BACKUP-IOBROKER
          
          

          LXC

          und weißt du noch den link dafür - wollte ich auch gerne aufheben

          was muss dann noch auf dem lxc gemacht werden ? eigentlich nix - ode übersehe ich da was

          CrunkFX 1 Reply Last reply Reply Quote 0
          • CrunkFX
            CrunkFX Forum Testing @liv-in-sky last edited by

            @liv-in-sky Hi, ich hatte etwas Stress 🤠

            So wie bei dir beschrieben ist es korrekt.
            Auf dem Client musste nichts geändert werden.

            Die beiden verwendeten Quellen sind: https://gist.github.com/ajmassi/e6862294d114467b46f9b7f073921352
            und: https://pve.proxmox.com/wiki/Unprivileged_LXC_containers#Using_local_directory_bind_mount_points

            LG

            liv-in-sky 1 Reply Last reply Reply Quote 0
            • liv-in-sky
              liv-in-sky @CrunkFX last edited by

              @crunkfx

              und nochmal ein dankeschön 🙂

              CrunkFX 1 Reply Last reply Reply Quote 0
              • CrunkFX
                CrunkFX Forum Testing @liv-in-sky last edited by

                @liv-in-sky Kein Thema 😉

                1 Reply Last reply Reply Quote 0
                • lobomau
                  lobomau @CrunkFX last edited by lobomau

                  Edit: Update ist durchgelaufen. Scheint ohne Probleme zu laufen.

                  @crunkfx zum Thema "cgroup". Ich habe mal mit

                  pve6to7 --full
                  

                  geschaut und es gibt nur eine Warnung zu meinem ioBroker CT100:

                  WARN: The following CTs have 'lxc.cgroup' keys configured, which will be ignored in the new default unified cgroupv2:
                      CT 100
                      Often it can be enough to change to the new 'lxc.cgroup2' prefix after the upgrade to Proxmox VE 7.x
                  

                  Ist das einfach einzustellen nach dem Update auf 7?

                  1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active last edited by

                    @lobomau siehe https://forum.iobroker.net/post/700735

                    lobomau 1 Reply Last reply Reply Quote 1
                    • lobomau
                      lobomau @crunchip last edited by

                      Hab ich nun ein update gemacht oder nicht? pve-Manager müsste doch auch 7.x sein, oder?

                      proxmox-ve: 7.1-1 (running kernel: 5.13.19-1-pve)
                      pve-manager: 6.4-13 (running version: 6.4-13/9f411e79)
                      pve-kernel-5.13: 7.1-4
                      pve-kernel-helper: 7.1-4
                      pve-kernel-5.4: 6.4-7
                      pve-kernel-5.13.19-1-pve: 5.13.19-3
                      pve-kernel-5.4.143-1-pve: 5.4.143-1
                      pve-kernel-4.15: 5.4-6
                      pve-kernel-4.15.18-18-pve: 4.15.18-44
                      pve-kernel-4.15.17-1-pve: 4.15.17-9
                      
                      Meister Mopper 1 Reply Last reply Reply Quote 0
                      • Meister Mopper
                        Meister Mopper @lobomau last edited by

                        @lobomau

                        Sollte nach Proxmox eigentlich so aussehen:

                        pve-server:~# pveversion -v
                        
                        proxmox-ve: 7.1-1 (running kernel: 5.13.19-1-pve)
                        pve-manager: 7.1-4 (running version: 7.1-4/ca457116)
                        
                        lobomau 1 Reply Last reply Reply Quote 0
                        • lobomau
                          lobomau @Meister Mopper last edited by

                          @meister-mopper in der Tat läuft das Upgrade nicht durch bei mir obwohl er sehr viele Updates findet.
                          Ist die sources.list korrekt?

                          #deb http://ftp.debian.org/debian bullseye main contrib
                          #deb http://ftp.debian.org/debian bullseye-updates main contrib
                          # PVE pve-no-subscription repository provided by proxmox.com,
                          # NOT recommended for production use
                          deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
                          
                          deb http://ftp.de.debian.org/debian bullseye main contrib
                          
                          deb http://ftp.de.debian.org/debian bullseye-updates main contrib
                          
                          # security updates
                          deb http://security.debian.org bullseye-security main contrib
                          #deb http://deb.debian.org/debian-security bullseye-security main
                          

                          apt update:

                          root@proxmox:/# apt update
                          Hit:1 http://download.proxmox.com/debian/pve bullseye InRelease
                          Hit:2 http://security.debian.org bullseye-security InRelease
                          Hit:3 http://download.proxmox.com/debian/pve buster InRelease
                          Hit:4 http://ftp.de.debian.org/debian bullseye InRelease
                          Hit:5 http://ftp.de.debian.org/debian bullseye-updates InRelease
                          Reading package lists... Done
                          Building dependency tree... Done
                          Reading state information... Done
                          193 packages can be upgraded. Run 'apt list --upgradable' to see them.
                          root@proxmox:/#
                          
                          

                          apt upgrade:

                          root@proxmox:/# apt upgrade
                          Reading package lists... Done
                          Building dependency tree... Done
                          Reading state information... Done
                          Calculating upgrade... Done
                          The following packages have been kept back:
                          ..............
                          0 upgraded, 0 newly installed, 0 to remove and 193 not upgraded.
                          
                          dslraser 1 Reply Last reply Reply Quote 0
                          • dslraser
                            dslraser Forum Testing Most Active @lobomau last edited by

                            @lobomau
                            hast Du das nach der Anleitung gemacht ?

                            https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0

                            1 Reply Last reply Reply Quote 0
                            • JLeg
                              JLeg last edited by

                              @lobomau

                              • du hast noch eine buster-Quelle für Proxmox in apt - besser mal löschen
                              • mach‘ mal ‚apt dist-upgrade‘ statt nur ‚upgrade‘
                              lobomau 1 Reply Last reply Reply Quote 1
                              • lobomau
                                lobomau @JLeg last edited by lobomau

                                Edit2: ups... grad neugestartet und es wird 7.x angezeigt:
                                Achso... der error kommt weil da irgendwie eine enterprise quelle drin. Hmm. Komisch.

                                proxmox-ve: 7.1-1 (running kernel: 5.13.19-1-pve)
                                pve-manager: 7.1-7 (running version: 7.1-7/df5740ad)
                                pve-kernel-5.13: 7.1-4
                                pve-kernel-helper: 7.1-4
                                pve-kernel-5.4: 6.4-7
                                pve-kernel-5.13.19-1-pve: 5.13.19-3
                                pve-kernel-5.4.143-1-pve: 5.4.143-1
                                pve-kernel-4.15: 5.4-6
                                pve-kernel-4.15.18-18-pve: 4.15.18-44
                                pve-kernel-4.15.17-1-pve: 4.15.17-9
                                ceph-fuse: 14.2.21-1
                                

                                @jleg @dslraser ja, ich war nach Anleitung vorgegangen. Nun habe ich aber mal 'Y' gedrückt anstatt 'N' wie default:

                                Configuration file '/etc/apt/sources.list.d/pve-enterprise.list'
                                 ==> Modified (by you or by a script) since installation.
                                 ==> Package distributor has shipped an updated version.
                                   What would you like to do about it ?  Your options are:
                                    Y or I  : install the package maintainer's version
                                    N or O  : keep your currently-installed version
                                      D     : show the differences between the versions
                                      Z     : start a shell to examine the situation
                                 The default action is to keep your current version.
                                *** pve-enterprise.list (Y/I/N/O/D/Z) [default=N] ?
                                

                                Aber ob es nun geklappt hat?

                                
                                Configuration file '/etc/vzdump.conf'
                                 ==> Modified (by you or by a script) since installation.
                                 ==> Package distributor has shipped an updated version.
                                   What would you like to do about it ?  Your options are:
                                    Y or I  : install the package maintainer's version
                                    N or O  : keep your currently-installed version
                                      D     : show the differences between the versions
                                      Z     : start a shell to examine the situation
                                 The default action is to keep your current version.
                                *** vzdump.conf (Y/I/N/O/D/Z) [default=N] ? Y
                                Installing new version of config file /etc/vzdump.conf ...
                                Created symlink /etc/systemd/system/multi-user.target.wants/pvescheduler.service → /lib/systemd/system/pvescheduler.service.
                                found static machine-id bug from Proxmox VE ISO installer <= 5.4, regenerating machine-id
                                be4611b4b1d2406c9d98ede2cc7503df
                                new machine-id generated, a reboot is recommended
                                Backing up lvm.conf before setting pve-manager specific settings..
                                '/etc/lvm/lvm.conf' -> '/etc/lvm/lvm.conf.bak'
                                Setting 'global_filter' in /etc/lvm/lvm.conf to prevent zvols from being scanned:
                                global_filter=["a|.*|"] => global_filter=["r|/dev/zd.*|"]
                                Processing triggers for man-db (2.9.4-2) ...
                                Processing triggers for dbus (1.12.20-2) ...
                                Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.2+dfsg-1) ...
                                Processing triggers for mailcap (3.69) ...
                                Processing triggers for pve-ha-manager (3.3-1) ...
                                Processing triggers for initramfs-tools (0.140) ...
                                update-initramfs: Generating /boot/initrd.img-5.13.19-1-pve
                                Running hook script 'zz-proxmox-boot'..
                                Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
                                No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
                                Processing triggers for libc-bin (2.31-13+deb11u2) ...
                                W: Operation was interrupted before it could finish
                                root@proxmox:~#
                                

                                Sieht nicht so aus. Geht nicht mal mehr apt update:

                                root@proxmox:~# apt update
                                Hit:1 http://download.proxmox.com/debian/pve bullseye InRelease
                                Hit:2 http://security.debian.org bullseye-security InRelease
                                Hit:3 http://download.proxmox.com/debian/pve buster InRelease
                                Hit:4 http://ftp.de.debian.org/debian bullseye InRelease
                                Hit:5 http://ftp.de.debian.org/debian bullseye-updates InRelease
                                Err:6 https://enterprise.proxmox.com/debian/pve bullseye InRelease
                                  401  Unauthorized [IP: 212.224.123.70 443]
                                Reading package lists... Done
                                E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bullseye/InRelease  401  Unauthorized [IP: 212.224.123.70 443]
                                E: The repository 'https://enterprise.proxmox.com/debian/pve bullseye 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:~#
                                

                                Edit.:
                                sources.list habe ich so wie aus https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo übernommen.

                                Das habe ich auch gemacht:

                                wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
                                

                                Aus dem Folgenden werde ich nicht schlau. Was für ein cli tool?? "proxmox-release-bullseye.gpg" ist vorhanden. Darin ist wohl dieser Code um checken ob es echt ist oder wie soll man das verstehen?:

                                *Verify the checksum afterwards with the sha512sum CLI tool:

                                sha512sum /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
                                7fb03ec8a1675723d2853b84aa4fdb49a46a3bb72b9951361488bfd19b29aab0a789a4f8c7406e71a69aabbc727c936d3549731c4659ffa1a08f44db8fdcebfa /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg*

                                Meister Mopper 1 Reply Last reply Reply Quote 0
                                • Meister Mopper
                                  Meister Mopper @lobomau last edited by

                                  @lobomau

                                  Du musst die enterprise.list editieren.

                                  sudo nano /etc/apt/sources.list.d/pve-enterprise.list

                                  und dort ein hashtag vor die Zeile setzen:
                                  #deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise

                                  lobomau 1 Reply Last reply Reply Quote 1
                                  • lobomau
                                    lobomau @Meister Mopper last edited by lobomau

                                    @meister-mopper ah, danke. Ich dachte mir schon dass es irgendwo noch so eine Liste geben muss 👍

                                    root@proxmox:~# nano /etc/apt/sources.list.d/pve-enterprise.list
                                    root@proxmox:~# apt update
                                    Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                                    Hit:2 http://ftp.debian.org/debian bullseye InRelease
                                    Get:3 http://download.proxmox.com/debian/pve bullseye InRelease [3,053 B]
                                    Hit:4 http://ftp.debian.org/debian bullseye-updates InRelease
                                    Hit:5 http://download.proxmox.com/debian/pve buster InRelease
                                    Fetched 3,053 B in 2s (1,629 B/s)
                                    Reading package lists... Done
                                    Building dependency tree... Done
                                    Reading state information... Done
                                    All packages are up to date.
                                    root@proxmox:~# 
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • Negalein
                                      Negalein Global Moderator last edited by Negalein

                                      Hallo
                                      @crunchip @Meister-Mopper

                                      Ich möchte demnächst von 7.x auf 8.x upgraden.

                                      Allerdings steh ich schon wieder an (und Tante G will mir nichts sagen).

                                      root@proxmox:~# pve7to8
                                      -bash: pve7to8: command not found
                                      

                                      warum findet der das nicht?
                                      Läuft der Befehl erst mit 7.4?

                                      crunchip 1 Reply Last reply Reply Quote 0
                                      • crunchip
                                        crunchip Forum Testing Most Active @Negalein last edited by

                                        @negalein sagte in Proxmox Update 6.x --> 7.x:

                                        Läuft der Befehl erst mit 7.4?

                                        ja 7.4 wird benötigt
                                        https://pve.proxmox.com/wiki/Upgrade_from_7_to_8

                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post

                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate

                                        830
                                        Online

                                        31.6k
                                        Users

                                        79.4k
                                        Topics

                                        1.3m
                                        Posts

                                        14
                                        104
                                        7583
                                        Loading More Posts
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        Community
                                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                        The ioBroker Community 2014-2023
                                        logo