Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. "http has died" auf einem Debian 11 Container

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    "http has died" auf einem Debian 11 Container

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Siggi0904 last edited by

      @siggi0904

      cat /etc/apt/sources.list
      cat /etc/apt/sources.list.d/*
      

      sagt?

      S 1 Reply Last reply Reply Quote 0
      • S
        Siggi0904 @Thomas Braun last edited by

        @thomas-braun die Zusammenfassung:

        login as: root
        root@192.168.178.27's password:
        Linux PiHole 5.15.60-1-pve #1 SMP PVE 5.15.60-1 (Mon, 19 Sep 2022 17:53:17 +0200) x86_64
        
        The programs included with the Debian GNU/Linux system are free software;
        the exact distribution terms for each program are described in the
        individual files in /usr/share/doc/*/copyright.
        
        Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
        permitted by applicable law.
        Last login: Sun Feb 19 15:58:01 2023
        root@PiHole:~# apt update
        Reading package lists... Done
        E: Method http has died unexpectedly!
        E: Sub-process http received signal 7.
        root@PiHole:~# cat /etc/apt/sources.list
        deb http://ftp.debian.org/debian bullseye main contrib
        deb http://ftp.debian.org/debian bullseye-updates main contrib
        deb http://security.debian.org bullseye-security main contrib
        
        root@PiHole:~# cat /etc/apt/sources.list.d/*
        cat: '/etc/apt/sources.list.d/*': No such file or directory
        root@PiHole:~#
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Siggi0904 last edited by

          @siggi0904 sagte in "http has died" auf einem Debian 11 Container:

          cat /etc/apt/sources.list

          Ändere die Datei so ab:

          deb http://deb.debian.org/debian bullseye main contrib
          deb http://deb.debian.org/debian bullseye-updates main contrib
          deb http://security.debian.org/debian-security bullseye-security main contrib
          

          Dann

          apt update
          
          S 1 Reply Last reply Reply Quote 0
          • S
            Siggi0904 @Thomas Braun last edited by

            @thomas-braun sagte in "http has died" auf einem Debian 11 Container:

            deb http://deb.debian.org/debian bullseye main contrib
            deb http://deb.debian.org/debian bullseye-updates main contrib
            deb http://security.debian.org/debian-security bullseye-security main contrib

            Hm, Fehler bleibt:

            root@PiHole:~# apt update
            Reading package lists... Done
            E: Method http has died unexpectedly!
            E: Sub-process http received signal 7.
            root@PiHole:~# cat /etc/apt/sources.list
            deb http://deb.debian.org/debian bullseye main contrib
            deb http://deb.debian.org/debian bullseye-updates main contrib
            deb http://security.debian.org/debian-security bullseye-security main contrib
            
            root@PiHole:~
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Siggi0904 last edited by

              @siggi0904

              dmesg | grep -i ext4
              
              S 1 Reply Last reply Reply Quote 0
              • S
                Siggi0904 @Thomas Braun last edited by

                @thomas-braun

                root@PiHole:~# dmesg | grep -i ext4
                dmesg: read kernel buffer failed: Operation not permitted
                root@PiHole:~#
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Siggi0904 last edited by Thomas Braun

                  @siggi0904

                  Äh...
                  Du bist doch schon root...

                  Roll einen neuen Container aus, das wird mir ja immer als der große Vorteil von den Dingern verkauft.

                  €dit: Gut, kann sein, dass man in einem Container keinen kernel ring buffer hat.

                  S OliverIO 2 Replies Last reply Reply Quote 0
                  • S
                    Siggi0904 @Thomas Braun last edited by

                    @thomas-braun

                    https://unix.stackexchange.com/questions/390184/dmesg-read-kernel-buffer-failed-permission-denied

                    Klingt nach irgend einem Schutzsystem.

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

                      @siggi0904 sagte in "http has died" auf einem Debian 11 Container:

                      Klingt nach irgend einem Schutzsystem.

                      Das für den root nicht gilt.

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        Siggi0904 @Thomas Braun last edited by

                        @thomas-braun ja, dachte ich auch.

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

                          @siggi0904

                          Setz einen neuen Container raus.

                          S 2 Replies Last reply Reply Quote 0
                          • S
                            Siggi0904 @Thomas Braun last edited by

                            @thomas-braun okay, danke.

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

                              @thomas-braun sagte in "http has died" auf einem Debian 11 Container:

                              Roll einen neuen Container aus, das wird mir ja immer als der große Vorteil von den Dingern verkauft.

                              da würde ich LXC und docker etwas unterscheiden.
                              Beides nutzt die gleiche Basistechnologie von Linux-
                              LXC ist für mich nur VM light und vorgegebene Container gibt es eigentlich nur auf
                              Betriebssystemebene.

                              Bei docker gibt es die Templates bis auf Applikationsebene. Daher musst du dich da nicht um das Betriebsystem kümmern, da der template ersteller das schon gemacht hat.

                              Auch unter Proxmox kann man docker installieren. Halt dann in einer VM oder in einem LXC Container.
                              Container in Container/VM scheint auch kein Problem zu sein.

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

                                @oliverio sagte in "http has died" auf einem Debian 11 Container:

                                da würde ich LXC und docker etwas unterscheiden.

                                🙂 Ich nicht. Alles Mumpitz für mich. 😉

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Siggi0904 @Thomas Braun last edited by

                                  @thomas-braun rennt wieder, Einstellungen vorher gesichert und wieder eingespielt.

                                  apt updates gehen auch wieder.
                                  Merkwürdig, was da kaputt gegangen ist beim Update.

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

                                  Support us

                                  ioBroker
                                  Community Adapters
                                  Donate

                                  768
                                  Online

                                  31.7k
                                  Users

                                  79.8k
                                  Topics

                                  1.3m
                                  Posts

                                  3
                                  17
                                  442
                                  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