Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Upgrade von Debian 10 'Buster' auf 11 'Bullseye'

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Upgrade von Debian 10 'Buster' auf 11 'Bullseye'

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      m0uh @arteck last edited by

      @arteck Ja es ist ein Zusatz, wäre aber natürlich schön wenn der auch wieder laufen würde 🙂 wie vor dem Update.

      Ich versteh hier nur Bhf

      pi@raspberrypi:~ $ sudo nano /lib/systemd/system/collectd.service
        GNU nano 5.4          /lib/systemd/system/collectd.service
      [Unit]
      Description=Statistics collection and monitoring daemon
      After=local-fs.target network.target
      Requires=local-fs.target network.target
      ConditionPathExists=/etc/collectd/collectd.conf
      Documentation=man:collectd(1)
      Documentation=man:collectd.conf(5)
      Documentation=https://collectd.org
      
      [Service]
      Type=notify
      NotifyAccess=main
      EnvironmentFile=-/etc/default/collectd
      ExecStartPre=/usr/sbin/collectd -t
      ExecStart=/usr/sbin/collectd
      Restart=always
      RestartSec=10
      
      [Install]
      WantedBy=multi-user.target
      
      
      arteck 1 Reply Last reply Reply Quote 0
      • arteck
        arteck Developer Most Active @m0uh last edited by

        @m0uhmusst du es vielleicht noch neu configurieren ?? du hast es installiert musst du doch wissen

        M 1 Reply Last reply Reply Quote 0
        • M
          m0uh @arteck last edited by m0uh

          @arteck ich hab es unter Buster installiert und konfiguriert. Da lieft auch alles... meine config von collectd liegt immer noch am selben Ort mit den selben Einstellungen, deshalb wüsste ich nicht was ich da neu konfigurieren soll. Ich bin kein Linux Crack deshalb habe ich auf Hilfe hier gehofft. Wenn ich wüsste was falsch ist und wie ich es beheben kann würde ich hier nicht fragen.

          EDIT:

          apt-get remove --auto-remove collectd-core
          apt-get purge --auto-remove collectd-core
          apt-get update
          apt-get --yes install collectd
          

          jetzt läuft es wieder...

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

            @m0uh sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

            See "systemctl status collectd.service" and "journalctl -xe" for details.

            Mal hier rein geschaut?

            Du solltest aber ein eigenes Thema öffnen da das dein Spezielles Problem ist und ja nicht mit dem eigentlichen Upgrade zu tun hat.

            Edit: Hat sich mit deinem Edit überschitten

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

              @m0uh sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

              jetzt läuft es wieder...

              apt policy collectd*
              

              sagt?

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

                @thomas-braun

                pi@raspberrypi:~ $ apt policy collectd*
                collectd:
                  Installed: 5.12.0-7+rpi1
                  Candidate: 5.12.0-7+rpi1
                  Version table:
                 *** 5.12.0-7+rpi1 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Package                     s
                        500 https://archive.raspbian.org/raspbian bullseye/main armhf Packages
                        100 /var/lib/dpkg/status
                collectd-core:
                  Installed: 5.12.0-7+rpi1
                  Candidate: 5.12.0-7+rpi1
                  Version table:
                 *** 5.12.0-7+rpi1 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Package                     s
                        500 https://archive.raspbian.org/raspbian bullseye/main armhf Packages
                        100 /var/lib/dpkg/status
                collectd-utils:
                  Installed: (none)
                  Candidate: 5.12.0-7+rpi1
                  Version table:
                     5.12.0-7+rpi1 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Package                     s
                        500 https://archive.raspbian.org/raspbian bullseye/main armhf Packages
                collectd-dev:
                  Installed: (none)
                  Candidate: 5.12.0-7+rpi1
                  Version table:
                     5.12.0-7+rpi1 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Package                     s
                        500 https://archive.raspbian.org/raspbian bullseye/main armhf Packages
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @m0uh last edited by

                  @m0uh

                  Okay, mich hatte gewundert, dass auf meiner 64bit-Version das Paket ohne rpi1-Patch gebaut wurde.

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

                    @thomas-braun

                    Hey meinst Du ich kann das Upgrade versuchen ? Image Backup ist gemacht für alle Fälle.
                    node ist irgendwie schon auf bullseye der rest buster

                    pi@pio4gb:~ $ sudo apt update
                    Hit:1 http://deb.debian.org/debian buster InRelease
                    Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
                    Get:3 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
                    Hit:4 https://packages.grafana.com/enterprise/deb stable InRelease
                    Hit:5 https://deb.nodesource.com/node_14.x bullseye InRelease
                    Get:6 http://archive.raspberrypi.org/debian buster/main armhf Packages [392 kB]
                    Fetched 439 kB in 2s (273 kB/s)
                    Reading package lists... Done
                    Building dependency tree
                    Reading state information... Done
                    All packages are up to date.
                    
                    
                    pi@pio4gb:~ $ apt policy collectd*
                    collectd:
                      Installed: (none)
                      Candidate: 5.8.1-1.3
                      Version table:
                         5.8.1-1.3 500
                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                    collectd-core:
                      Installed: (none)
                      Candidate: 5.8.1-1.3
                      Version table:
                         5.8.1-1.3 500
                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                    collectd-utils:
                      Installed: (none)
                      Candidate: 5.8.1-1.3
                      Version table:
                         5.8.1-1.3 500
                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                    collectd-dbg:
                      Installed: (none)
                      Candidate: 5.8.1-1.3
                      Version table:
                         5.8.1-1.3 500
                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                    collectd-dev:
                      Installed: (none)
                      Candidate: 5.8.1-1.3
                      Version table:
                         5.8.1-1.3 500
                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                    
                    
                    pi@pio4gb:~ $ cat /etc/debian_version
                    10.13
                    pi@pio4gb:~ $
                    
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @varg last edited by

                      @varg

                      Joh, ran da.

                      1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User last edited by A Former User

                        Hab mich am Update versucht.

                        Nun komme ich nur noch per Tastatur auf den PI.

                        DHCP und Zeit zicken rum....
                        Failed to start Journal Service
                        Dependency failed for Flush Hournal to Persistent Storage
                        Failed to start network time synchronization
                        Failed to start Login Service
                        Failed to start Hostname Service

                        Manchmal besser ein System was läuft zufrieden zu lassen.

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

                          @tobi83 Hi, schau mal hier in Beitrag 206, vielleicht hilft dir das weiter.
                          https://forum.iobroker.net/topic/47213/upgrade-von-debian-10-buster-auf-11-bullseye/206?_=1666794068852

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

                            @tobi83 sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

                            Manchmal besser ein System was läuft zufrieden zu lassen.

                            Nicht bei abgekündigten Releases. Die müssen angepackt werden.

                            ? 1 Reply Last reply Reply Quote 0
                            • ?
                              A Former User @Thomas Braun last edited by

                              @thomas-braun

                              Ist nur blöd wenn danach nix mehr funktioniert und der Restore per Adapter auch nicht funktioniert und der Ladekreis ins unendliche dreht.

                              Und man danach wieder das Image neu auf die SD Karte schreiben muss für den nächsten Versuch...

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

                                @tobi83

                                Dann hast du es irgendwo falsch gemacht oder das Altsystem war schon krumm.

                                ? 1 Reply Last reply Reply Quote 0
                                • ?
                                  A Former User @Thomas Braun last edited by

                                  @thomas-braun
                                  Zumindest lief es bis gestern

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

                                    @tobi83

                                    Das sagtest du bereits.

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

                                      @thomas-braun sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

                                      pi@raspberrypi:~ $ neofetch

                                      mit welchem Befehl bekommst du dies angezeigt?

                                      ok...muss zuerst installiert werden mit

                                      sudo apt install neofetch
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @SpeedyBlade last edited by Thomas Braun

                                        @speedyblade sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

                                        mit welchem Befehl bekommst du dies angezeigt?

                                        ? Mit

                                        neofetch
                                        

                                        ist aber nur Spielerei und deswegen nicht vorinstalliert.

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          Supernils last edited by Supernils

                                          Hallo,
                                          bei meinem zweiten Versuch hat das Upgrade auf Bullseye 11.7 geklappt.

                                          Es gibt aber noch ein Problem

                                          pi@raspberrypi4-iobroker:~ $ ls -l /dev/serial/by-id
                                          ls: cannot access '/dev/serial/by-id': No such file or directory
                                          

                                          Gibt es eine Alternative? Ich verwende das für den Zigbee Stick.

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

                                            @supernils

                                            sudo apt update
                                            apt policy udev
                                            

                                            sagt?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            932
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            43
                                            309
                                            57314
                                            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