Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Proxmox VE6

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    218

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

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

Proxmox VE6

Proxmox VE6

Scheduled Pinned Locked Moved ioBroker Allgemein
proxmoxversionproxmox 6
97 Posts 28 Posters 11.5k Views 24 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.
  • SegwayS Offline
    SegwayS Offline
    Segway
    wrote on last edited by
    #88

    nur mal so eine Frage:
    es gibt keine Möglichkeit aus einer Backup VM einen Container zu machen nachträglich oder ?

    Gruß Dirk
    Intel Proxmox Cluster (3x NUC) mit Debian & Proxmox / IoB als VM unter Debian / 60+ Adapter installiert

    1 Reply Last reply
    0
    • E Offline
      E Offline
      ecki945
      wrote on last edited by
      #89

      Guten Morgen, bin nun auch auf meine Backup Probleme von Iobroker in einem unprivilegierten Container gestoßen. Nun wollt ich meinen Container in nen privilegierten "convertieren". Es gibt wohl Möglichkeiten über ne Console. Doch ich blick da nicht ganz durch. Hat das einer von Euch schon gemacht und kann mir da Hilfestellung geben?

      1 Reply Last reply
      0
      • E Offline
        E Offline
        Einstein67
        wrote on last edited by Einstein67
        #90

        Am einfachsten ist es, ein Backup des Containers zu machen und das erstellte Backup wiederherzustellen. Dabei bekommt man die Möglichkeit den Haken für "unprivilegierten Container" zu entfernen.
        lcx.jpg

        M 1 Reply Last reply
        1
        • crunchipC crunchip

          @steimi das hab ich schon geändert, bekomme aber immer noch

          root@Zotac:~# apt update
          OK:1 http://security.debian.org buster/updates InRelease
          OK:2 http://download.proxmox.com/debian/pve buster InRelease
          OK:3 http://download.proxmox.com/debian/ceph-luminous buster InRelease
          OK:4 http://ftp.debian.org/debian buster InRelease
          OK:5 http://ftp.debian.org/debian buster-updates InRelease
          Ign:6 https://enterprise.proxmox.com/debian/pve buster InRelease
          Fehl:7 https://enterprise.proxmox.com/debian/pve buster Release
            401  Unauthorized
          Paketlisten werden gelesen... Fertig
          W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Translations (pve-no-subscription/i18n/Translation-de_DE) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Translations (pve-no-subscription/i18n/Translation-de) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          E: The repository 'https://enterprise.proxmox.com/debian/pve buster Release' does not have a Release file.
          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.
          W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Translations (pve-no-subscription/i18n/Translation-de_DE) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Translations (pve-no-subscription/i18n/Translation-de) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          
          

          repo.list

          deb http://download.proxmox.com/debian/pve buster pve-no-subscription
          

          enterprise.list

          deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
          

          source.list

          deb http://ftp.debian.org/debian buster main contrib
          deb http://ftp.debian.org/debian buster-updates main contrib
          
          # PVE pve-no-subscription repository provided by proxmox.com,
          # NOT recommended for production use
          deb http://download.proxmox.com/debian/pve buster pve-no-subscription
          
          # security updates
          deb http://security.debian.org buster/updates main contrib
          
          123brokerei1 Offline
          123brokerei1 Offline
          123brokerei
          wrote on last edited by
          #91

          Hallo @crunchip,

          ich habe exakt den gleichen Fehler wie du Ihn beschrieben hast.
          Kannst du mir sagen, wo ich die repo.list finde? Die enterprise.list und source.list passen bei mir eigentlich. Hier noch mein Auszug

          root@ioBrokerVM:~# curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash                                                                                                -
          
          ## Installing the NodeSource Node.js 10.x repo...
          
          
          ## Populating apt-get cache...
          
          + apt-get update
          OK:1 http://security.debian.org buster/updates InRelease
          Holen:2 http://download.proxmox.com/debian/pve buster InRelease [3.051 B]
          OK:3 http://security.debian.org/debian-security buster/updates InRelease
          OK:4 http://ftp.de.debian.org/debian buster InRelease
          OK:5 http://ftp.de.debian.org/debian buster-updates InRelease
          Fehl:2 http://download.proxmox.com/debian/pve buster InRelease
            Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher                                                                                                Schlüssel nicht verfügbar ist: NO_PUBKEY 7BF2812E8A6E88E0
          Paketlisten werden gelesen... Fertig
          W: GPG-Fehler: http://download.proxmox.com/debian/pve buster InRelease: Die folg                                                                                               enden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel                                                                                                nicht verfügbar ist: NO_PUBKEY 7BF2812E8A6E88E0
          E: Das Depot »http://download.proxmox.com/debian/pve buster InRelease« ist nicht                                                                                                signiert.
          N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art dur                                                                                               chgeführt werden, daher ist es standardmäßig deaktiviert.
          N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfigur                                                                                               ation finden Sie in der Handbuchseite apt-secure(8).
          W: Ziel Packages (pve-no-subscription/binary-amd64/Packages) ist mehrfach konfig                                                                                               uriert in /etc/apt/sources.list:6 und /etc/apt/sources.list.d/pve-no-subscriptio                                                                                               n.list:3
          W: Ziel Packages (pve-no-subscription/binary-all/Packages) ist mehrfach konfigur                                                                                               iert in /etc/apt/sources.list:6 und /etc/apt/sources.list.d/pve-no-subscription.                                                                                               list:3
          W: Ziel Translations (pve-no-subscription/i18n/Translation-de_DE) ist mehrfach k                                                                                               onfiguriert in /etc/apt/sources.list:6 und /etc/apt/sources.list.d/pve-no-subscr                                                                                               iption.list:3
          W: Ziel Translations (pve-no-subscription/i18n/Translation-de) ist mehrfach konf                                                                                               iguriert in /etc/apt/sources.list:6 und /etc/apt/sources.list.d/pve-no-subscript                                                                                               ion.list:3
          W: Ziel Translations (pve-no-subscription/i18n/Translation-en) ist mehrfach konf                                                                                               iguriert in /etc/apt/sources.list:6 und /etc/apt/sources.list.d/pve-no-subscript                                                                                               ion.list:3
          Error executing command, exiting
          
          

          @crunchip said in Proxmox VE6:

          @steimi das hab ich schon geändert, bekomme aber immer noch

          root@Zotac:~# apt update
          OK:1 http://security.debian.org buster/updates InRelease
          OK:2 http://download.proxmox.com/debian/pve buster InRelease
          OK:3 http://download.proxmox.com/debian/ceph-luminous buster InRelease
          OK:4 http://ftp.debian.org/debian buster InRelease
          OK:5 http://ftp.debian.org/debian buster-updates InRelease
          Ign:6 https://enterprise.proxmox.com/debian/pve buster InRelease
          Fehl:7 https://enterprise.proxmox.com/debian/pve buster Release
            401  Unauthorized
          Paketlisten werden gelesen... Fertig
          W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Translations (pve-no-subscription/i18n/Translation-de_DE) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Translations (pve-no-subscription/i18n/Translation-de) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          E: The repository 'https://enterprise.proxmox.com/debian/pve buster Release' does not have a Release file.
          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.
          W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Translations (pve-no-subscription/i18n/Translation-de_DE) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Translations (pve-no-subscription/i18n/Translation-de) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
          
          

          repo.list

          deb http://download.proxmox.com/debian/pve buster pve-no-subscription
          

          enterprise.list

          deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
          

          source.list

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

          Zwar schon etwas her aber ich habe genau den gleichen Fehler wie hier beschrieben.

          crunchipC 1 Reply Last reply
          0
          • 123brokerei1 123brokerei

            Hallo @crunchip,

            ich habe exakt den gleichen Fehler wie du Ihn beschrieben hast.
            Kannst du mir sagen, wo ich die repo.list finde? Die enterprise.list und source.list passen bei mir eigentlich. Hier noch mein Auszug

            root@ioBrokerVM:~# curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash                                                                                                -
            
            ## Installing the NodeSource Node.js 10.x repo...
            
            
            ## Populating apt-get cache...
            
            + apt-get update
            OK:1 http://security.debian.org buster/updates InRelease
            Holen:2 http://download.proxmox.com/debian/pve buster InRelease [3.051 B]
            OK:3 http://security.debian.org/debian-security buster/updates InRelease
            OK:4 http://ftp.de.debian.org/debian buster InRelease
            OK:5 http://ftp.de.debian.org/debian buster-updates InRelease
            Fehl:2 http://download.proxmox.com/debian/pve buster InRelease
              Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher                                                                                                Schlüssel nicht verfügbar ist: NO_PUBKEY 7BF2812E8A6E88E0
            Paketlisten werden gelesen... Fertig
            W: GPG-Fehler: http://download.proxmox.com/debian/pve buster InRelease: Die folg                                                                                               enden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel                                                                                                nicht verfügbar ist: NO_PUBKEY 7BF2812E8A6E88E0
            E: Das Depot »http://download.proxmox.com/debian/pve buster InRelease« ist nicht                                                                                                signiert.
            N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art dur                                                                                               chgeführt werden, daher ist es standardmäßig deaktiviert.
            N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfigur                                                                                               ation finden Sie in der Handbuchseite apt-secure(8).
            W: Ziel Packages (pve-no-subscription/binary-amd64/Packages) ist mehrfach konfig                                                                                               uriert in /etc/apt/sources.list:6 und /etc/apt/sources.list.d/pve-no-subscriptio                                                                                               n.list:3
            W: Ziel Packages (pve-no-subscription/binary-all/Packages) ist mehrfach konfigur                                                                                               iert in /etc/apt/sources.list:6 und /etc/apt/sources.list.d/pve-no-subscription.                                                                                               list:3
            W: Ziel Translations (pve-no-subscription/i18n/Translation-de_DE) ist mehrfach k                                                                                               onfiguriert in /etc/apt/sources.list:6 und /etc/apt/sources.list.d/pve-no-subscr                                                                                               iption.list:3
            W: Ziel Translations (pve-no-subscription/i18n/Translation-de) ist mehrfach konf                                                                                               iguriert in /etc/apt/sources.list:6 und /etc/apt/sources.list.d/pve-no-subscript                                                                                               ion.list:3
            W: Ziel Translations (pve-no-subscription/i18n/Translation-en) ist mehrfach konf                                                                                               iguriert in /etc/apt/sources.list:6 und /etc/apt/sources.list.d/pve-no-subscript                                                                                               ion.list:3
            Error executing command, exiting
            
            

            @crunchip said in Proxmox VE6:

            @steimi das hab ich schon geändert, bekomme aber immer noch

            root@Zotac:~# apt update
            OK:1 http://security.debian.org buster/updates InRelease
            OK:2 http://download.proxmox.com/debian/pve buster InRelease
            OK:3 http://download.proxmox.com/debian/ceph-luminous buster InRelease
            OK:4 http://ftp.debian.org/debian buster InRelease
            OK:5 http://ftp.debian.org/debian buster-updates InRelease
            Ign:6 https://enterprise.proxmox.com/debian/pve buster InRelease
            Fehl:7 https://enterprise.proxmox.com/debian/pve buster Release
              401  Unauthorized
            Paketlisten werden gelesen... Fertig
            W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
            W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
            W: Target Translations (pve-no-subscription/i18n/Translation-de_DE) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
            W: Target Translations (pve-no-subscription/i18n/Translation-de) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
            W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
            E: The repository 'https://enterprise.proxmox.com/debian/pve buster Release' does not have a Release file.
            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.
            W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
            W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
            W: Target Translations (pve-no-subscription/i18n/Translation-de_DE) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
            W: Target Translations (pve-no-subscription/i18n/Translation-de) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
            W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:6 and /etc/apt/sources.list.d/pve-install-repo.list:1
            
            

            repo.list

            deb http://download.proxmox.com/debian/pve buster pve-no-subscription
            

            enterprise.list

            deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
            

            source.list

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

            Zwar schon etwas her aber ich habe genau den gleichen Fehler wie hier beschrieben.

            crunchipC Offline
            crunchipC Offline
            crunchip
            Forum Testing Most Active
            wrote on last edited by
            #92

            @123brokerei was möchstest du machen ?
            Hier ging es um proxmox.
            So wie ich das sehe, bist du auf deiner IoBroker VM

            umgestiegen von Proxmox auf Unraid

            1 Reply Last reply
            0
            • 123brokerei1 Offline
              123brokerei1 Offline
              123brokerei
              wrote on last edited by 123brokerei
              #93

              Hi @crunchip ,

              ouh man natürlich du hattest recht ich habe die repositorys in der iobroker VM angelegt. So konnte ich proxmox nicht updaten und auf der VM auch keine node.js updaten.
              Vielen Dank für dein kleinen aber entscheidenden Hinweis. Hab leider den Wald vor Bäumen nicht gesehen... DANKE!

              1 Reply Last reply
              0
              • E Einstein67

                Am einfachsten ist es, ein Backup des Containers zu machen und das erstellte Backup wiederherzustellen. Dabei bekommt man die Möglichkeit den Haken für "unprivilegierten Container" zu entfernen.
                lcx.jpg

                M Offline
                M Offline
                megaron
                wrote on last edited by
                #94

                @einstein67
                Ich hab die Situation dass ich IoBroker von einem privilegierten Container in einen unprivilegierten Wandeln möchte. So rum funktioniert das Zurückspielen bei mir nicht. Hat das Problem schon mal jemand gehabt?

                Viele Grüße megaron

                crunchipC 1 Reply Last reply
                0
                • M megaron

                  @einstein67
                  Ich hab die Situation dass ich IoBroker von einem privilegierten Container in einen unprivilegierten Wandeln möchte. So rum funktioniert das Zurückspielen bei mir nicht. Hat das Problem schon mal jemand gehabt?

                  crunchipC Offline
                  crunchipC Offline
                  crunchip
                  Forum Testing Most Active
                  wrote on last edited by
                  #95

                  @megaron sagte in Proxmox VE6:

                  Ich hab die Situation dass ich IoBroker von einem privilegierten Container in einen unprivilegierten Wandeln möchte

                  Backup erstellen, CT löschen, backup zurückspielen, dabei kommt ein Auswahlmenü, wo man die Möglichkeit hat, auszuwählen... privilegierten/unprivilegierten

                  umgestiegen von Proxmox auf Unraid

                  Meister MopperM 1 Reply Last reply
                  0
                  • crunchipC crunchip

                    @megaron sagte in Proxmox VE6:

                    Ich hab die Situation dass ich IoBroker von einem privilegierten Container in einen unprivilegierten Wandeln möchte

                    Backup erstellen, CT löschen, backup zurückspielen, dabei kommt ein Auswahlmenü, wo man die Möglichkeit hat, auszuwählen... privilegierten/unprivilegierten

                    Meister MopperM Offline
                    Meister MopperM Offline
                    Meister Mopper
                    wrote on last edited by
                    #96

                    @crunchip CT muss man ja zum Testen nicht zwingend löschen, es reicht ja, einen anderen CT mit anderer ID aus den Backups einzulesen.
                    Dann kann man den neuen testen (natürlich muss der originale dann aus sein).

                    Proxmox und HA

                    crunchipC 1 Reply Last reply
                    0
                    • Meister MopperM Meister Mopper

                      @crunchip CT muss man ja zum Testen nicht zwingend löschen, es reicht ja, einen anderen CT mit anderer ID aus den Backups einzulesen.
                      Dann kann man den neuen testen (natürlich muss der originale dann aus sein).

                      crunchipC Offline
                      crunchipC Offline
                      crunchip
                      Forum Testing Most Active
                      wrote on last edited by
                      #97

                      @meister-mopper richtig, ging ja nur darum zu erklären, wie man an das Auswahlmenü kommt

                      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
                      FAQ Cloud / IOT
                      HowTo: Node.js-Update
                      HowTo: Backup/Restore
                      Downloads
                      BLOG

                      52

                      Online

                      32.4k

                      Users

                      81.3k

                      Topics

                      1.3m

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

                      • Don't have an account? Register

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