Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Proxmox
    5. Fehler bei gnupg Installation

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Fehler bei gnupg Installation

    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      Fridolin last edited by

      Moin

      brauche mal wieder eure Hilfe
      Habe einen neuen Container in proxxmox.
      Es soll gnupg installiert werden.
      Es läuft Ubuntu 20.04

      sudo apt-get update
      sudo apt-get -y install gnupg

      Es kommt folgende Fehlermeldung:
      Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

      Was genau läuft schief?
      Hatte sowas schonmal. Hing irgendwie mit den Berechtigungen zusammen wenn ich mich recht erinnere.

      Need Help 🙂

      Thomas Braun Meister Mopper 2 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Fridolin last edited by Thomas Braun

        @fridolin

        sudo apt update
        sudo apt full-upgrade
        

        anschauen. Und bitte vollständige Ein- wie Ausgaben in CodeTags posten.

        F 2 Replies Last reply Reply Quote 0
        • F
          Fridolin01 @Thomas Braun last edited by

          @thomas-braun said in Fehler bei gnupg Installation:

          sudo apt update

          sudo apt update
          sudo: setrlimit(RLIMIT_CORE): Operation not permitted
          Err:1 http://archive.ubuntu.com/ubuntu focal InRelease
            Temporary failure resolving 'archive.ubuntu.com'
          Err:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
            Temporary failure resolving 'archive.ubuntu.com'
          Err:3 http://archive.ubuntu.com/ubuntu focal-security InRelease
            Temporary failure resolving 'archive.ubuntu.com'
          Reading package lists... Done
          Building dependency tree... Done
          All packages are up to date.
          W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/InRelease  Temporary failure resolving 'archive.ubuntu.com'
          W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease  Temporary failure resolving 'archive.ubuntu.com'
          W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal-security/InRelease  Temporary failure resolving 'archive.ubuntu.com'
          W: Some index files failed to download. They have been ignored, or old ones used instead.
          
          Thomas Braun 2 Replies Last reply Reply Quote 0
          • F
            Fridolin01 @Thomas Braun last edited by

            @thomas-braun said in Fehler bei gnupg Installation:

            sudo apt full-upgrade

            sudo apt full-upgrade
            sudo: setrlimit(RLIMIT_CORE): Operation not permitted
            Reading package lists... Done
            Building dependency tree... Done
            Calculating upgrade... Done
            0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
            
            1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Fridolin01 last edited by Thomas Braun

              @fridolin01 sagte in Fehler bei gnupg Installation:

              Temporary failure resolving 'archive.ubuntu.com'

              Dann wirst du entweder dein Netzwerk/DNS reparieren müssen oder darauf warten müssen, bis der host wieder erreichbar ist.

              sudo: setrlimit(RLIMIT_CORE): Operation not permitted

              Ist wohl wieder so'n Container-Ding...
              Mir wären die Kübel ja echt zu anstrengend.

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

                @fridolin
                Wie sieht die Netzwerkkonfiguration des Containers aus?

                1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Fridolin01 last edited by Thomas Braun

                  @fridolin01

                  Und das ist die vollständige, ungekürzte Ausgabe?
                  Wenn nein, bitte vollständige, ungekürzte Ein- und Ausgaben inkl. login prompt posten, wenn ja fehlt das nodesource-Repository.

                  F 1 Reply Last reply Reply Quote 0
                  • F
                    Fridolin01 @Thomas Braun last edited by

                    @thomas-braun Ja Vollständig und ungekürzt

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

                      @fridolin01

                      @thomas-braun sagte in Fehler bei gnupg Installation:

                      ungekürzte Ein- und Ausgaben inkl. login prompt posten

                      F 1 Reply Last reply Reply Quote 0
                      • F
                        Fridolin01 @crunchip last edited by

                        @crunchip

                        Ubuntu 20.04 LTS Grafana tty1
                        
                        Grafana login: root
                        Password: 
                        Welcome to Ubuntu 20.04 LTS (GNU/Linux 5.4.34-1-pve x86_64)
                        
                         * Documentation:  https://help.ubuntu.com
                         * Management:     https://landscape.canonical.com
                         * Support:        https://ubuntu.com/advantage
                        
                        Failed to connect to https://changelogs.ubuntu.com/meta-release-lts. Check your Internet connection or proxy settings
                        
                        Last login: Sun May 22 18:45:38 UTC 2022 on tty1
                        root@Grafana:~# sudo apt update
                        sudo: setrlimit(RLIMIT_CORE): Operation not permitted
                        Err:1 http://archive.ubuntu.com/ubuntu focal InRelease
                          Temporary failure resolving 'archive.ubuntu.com'
                        Err:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
                          Temporary failure resolving 'archive.ubuntu.com'
                        Err:3 http://archive.ubuntu.com/ubuntu focal-security InRelease
                          Temporary failure resolving 'archive.ubuntu.com'
                        Reading package lists... Done
                        Building dependency tree... Done
                        All packages are up to date.
                        W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/InRelease  Temporary failure resolving 'archive.ubuntu.com'
                        W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease  Temporary failure resolving 'archive.ubuntu.com'
                        W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal-security/InRelease  Temporary failure resolving 'archive.ubuntu.com'
                        W: Some index files failed to download. They have been ignored, or old ones used instead.
                        root@Grafana:~# 
                        
                        crunchip Meister Mopper 2 Replies Last reply Reply Quote 0
                        • crunchip
                          crunchip Forum Testing Most Active @Fridolin01 last edited by crunchip

                          @fridolin01 sagte in Fehler bei gnupg Installation:

                          Grafana login: root

                          ?

                          https://www.iobroker.net/#de/documentation/install/proxmox.md

                          Homoran 1 Reply Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @crunchip last edited by Homoran

                            @crunchip sagte in Fehler bei gnupg Installation:

                            @fridolin01 sagte in Fehler bei gnupg Installation:

                            Grafana login: root

                            ?

                            https://www.iobroker.net/#de/documentation/install/proxmox.md

                            und dann auch noch:

                            @fridolin01 sagte in Fehler bei gnupg Installation:

                            root@Grafana:~# sudo apt update

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

                              @fridolin01
                              Was man Dir mit präattentiver Visualisierung sagen möchte:

                              • Leg Dir für den Container einen User an und arbeite nicht als root.

                              • Gib die Kommandos mit sudo ein, wenn Du root-Rechte benötigst.

                              *duckundwech

                              Homoran 1 Reply Last reply Reply Quote 1
                              • Homoran
                                Homoran Global Moderator Administrators @Meister Mopper last edited by

                                @meister-mopper sagte in Fehler bei gnupg Installation:

                                Gib die Kommandos mit sudo ein, wenn Du root-Rechte benötigst.

                                aber nicht wenn du schon root bist!

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Homoran last edited by Thomas Braun

                                  @homoran

                                  Dann bist du superroot: Neu, jetzt noch rootiger.

                                  @Fridolin01: Verfummel das System nicht! Bei Ubuntu gibt es keinen root-account. Hat es noch nie, wird es auch nie geben. Hier wird immer mit einem Standarduser hantiert, der Fallweise per sudo kurz die erforderlichen Rechte erlangen kann.

                                  Failed to connect to https://changelogs.ubuntu.com/meta-release-lts. Check your Internet connection or proxy settings

                                  Und kümmer dich um das Netzwerk, das scheint grundsätzlich falsch aufgesetzt zu sein. Also kein Problem mit den Repos sondern bei dir lokal.

                                  Meister Mopper 1 Reply Last reply Reply Quote 1
                                  • crunchip
                                    crunchip Forum Testing Most Active @Homoran last edited by

                                    @homoran sagte in Fehler bei gnupg Installation:

                                    und dann auch noch:

                                    soweit hab ich gar nimmer gelesen😁

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

                                      @thomas-braun sagte in Fehler bei gnupg Installation:

                                      Verfummel das System nicht! Bei Ubuntu gibt es keinen root-account. Hat es noch nie, wird es auch nie geben. Hier wird immer mit einem Standarduser hantiert, der Fallweise per sudo kurz die erforderlichen Rechte erlangen kann.

                                      Da ist es wieder, das Container-Problem. Gibbet doch!

                                      Ubuntu 20.04.4 LTS pihole tty1
                                      
                                      pihole login: root
                                      Password: 
                                      Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.15.35-1-pve x86_64)
                                      
                                       * Documentation:  https://help.ubuntu.com
                                       * Management:     https://landscape.canonical.com
                                       * Support:        https://ubuntu.com/advantage
                                      Last login: Mi Sep 15 07:51:29 CEST 2021 on tty1
                                      root@pihole:~# lsb_release -a
                                      No LSB modules are available.
                                      Distributor ID: Ubuntu
                                      Description:    Ubuntu 20.04.4 LTS
                                      Release:        20.04
                                      Codename:       focal
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Meister Mopper last edited by Thomas Braun

                                        @meister-mopper

                                        Es wird trotzdem als Standarduser über das System gerutscht und nicht als root. In einer Standard-Installation von Ubuntu ist das auch immer der Fall. Bei den Müll-Containern sollte das auch Standard sein.

                                        Aber das ist offenbar ja nicht die einzige Fehlkonfiguration hier.

                                        Edit:
                                        Wenn ich mir anschaue, dass lt. Statistik Docker nicht mal 8% Anteil an den Installationen hat kommt es da zumindest gefühlt überproportional zu Problemen:

                                        a725c58d-cc5b-4530-b4aa-0a2a20f5f886-image.png

                                        Meister Mopper 2 Replies Last reply Reply Quote 1
                                        • Meister Mopper
                                          Meister Mopper @Thomas Braun last edited by

                                          @thomas-braun sagte in Fehler bei gnupg Installation:

                                          Es wird trotzdem als Standarduser über das System gerutscht und nicht als root.

                                          Ja natürlich! @Fridolin01 benötigt vielleicht eine Hilfe, wie er den normalen User anlegt?
                                          @Fridolin01 : Hier könntest Du jetzt was schreiben 🤷‍♂️

                                          crunchip 1 Reply Last reply Reply Quote 0
                                          • Meister Mopper
                                            Meister Mopper @Thomas Braun last edited by

                                            @thomas-braun sagte in Fehler bei gnupg Installation:

                                            Edit:
                                            Wenn ich mir anschaue, dass lt. Statistik Docker nicht mal 8% Anteil an den Installationen hat kommt es da zumindest gefühlt überproportional zu Problemen:

                                            Hast Du Dich verirrt? Docker?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            687
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            33
                                            1424
                                            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