NEWS
Upgrade von Debian 10 'Buster' auf 11 'Bullseye'
-
@thomas-braun said in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':
@supernils sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':
Kann ich dort auch die Quelle ändern?
Klar. Halt am besten mit den drei sed-Kommandos arbeiten, dann dürfte soweit alles umgestellt werden.
Nach dem Upgrade auf bullseye kann ich mich nicht mit dem System verbinden. Naja egal ich bleibe dann erstmal auf buster. Ein Versuch war es wert. Ich habe etwas dazugelernt. Danke
-
@supernils sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':
Nach dem Upgrade auf bullseye kann ich mich nicht mit dem System verbinden.
Mit welchem meinst du? Mit dem ioBroker oder mit dem Betriebssystem?
Naja, wer weiß was da alles für 'schräges Zeug' installiert wurde.
-
@thomas-braun said in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':
@supernils sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':
Nach dem Upgrade auf bullseye kann ich mich nicht mit dem System verbinden.
Mit welchem meinst du? Mit dem ioBroker oder mit dem Betriebssystem?
Naja, wer weiß was da alles für 'schräges Zeug' installiert wurde.
Keine Verbindung zum Betriebssystem. Oder das System bootet nicht mehr. Ich nutze übrigens eine SSD keine SD Karte.
Auf dem PI wurde iobroker, wireguard und pi-hole installiert. Vielleicht sollte ich das System dann komplett neu aufsetzen. -
@supernils sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':
Vielleicht sollte ich das System dann komplett neu aufsetzen.
Ja, das ist auch eigentlich der vorgesehene Weg, wenn es beim Dist-Upgrade Schwierigkeiten mit den Dependencies gibt. Mit der Zahl an ThirdParty-Quellen steigt auch die Wahrscheinlichkeit sich da zu verheddern.
-
@supernils Hi, oder hat dein System keine Verbindung mehr zum Netzwerk? Das Thema wurde hier auch schon besprochen. Siehe und vorherige Posts.
https://forum.iobroker.net/topic/47213/upgrade-von-debian-10-buster-auf-11-bullseye/206?_=1666794068852 -
Nach dem Update von Buster auf Bullseye habe ich folgenden Fehler:
pi@raspberrypi:~ $ sudo apt update Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:3 https://phoscon.de/apt/deconz bullseye InRelease Hit:4 https://packages.grafana.com/enterprise/deb stable InRelease Hit:5 https://repos.influxdata.com/debian bullseye InRelease Hit:6 https://apt.hyperion-project.org bullseye InRelease Hit:7 https://www.pivccu.de/piVCCU testing InRelease Hit:8 https://deb.nodesource.com/node_16.x bullseye InRelease Hit:9 https://archive.raspbian.org/raspbian bullseye InRelease Hit:10 https://packagecloud.io/ookla/speedtest-cli/debian bullseye InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. pi@raspberrypi:~ $ sudo apt upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up collectd-core (5.12.0-7+rpi1) ... Job for collectd.service failed because the control process exited with error code. See "systemctl status collectd.service" and "journalctl -xe" for details. invoke-rc.d: initscript collectd, action "restart" failed. ● collectd.service - Statistics collection and monitoring daemon Loaded: loaded (/lib/systemd/system/collectd.service; enabled; vendor preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Wed 2022-11-30 08:32:16 CET; 21ms ago Docs: man:collectd(1) man:collectd.conf(5) https://collectd.org Process: 18851 ExecStartPre=/usr/sbin/collectd -t (code=exited, status=0/SUCCESS) Process: 18852 ExecStart=/usr/sbin/collectd (code=exited, status=1/FAILURE) Main PID: 18852 (code=exited, status=1/FAILURE) CPU: 120ms dpkg: error processing package collectd-core (--configure): installed collectd-core package post-installation script subprocess returned error exit status 1 dpkg: dependency problems prevent configuration of collectd: collectd depends on collectd-core (>= 5.12.0-7+rpi1); however: Package collectd-core is not configured yet. collectd depends on collectd-core (<< 5.12.0-7+rpi1.1~); however: Package collectd-core is not configured yet. dpkg: error processing package collectd (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: collectd-core collectd E: Sub-process /usr/bin/dpkg returned an error code (1) pi@raspberrypi:~ $
-
collectd.service
ist das nicht ein zusatz service was du installiert hast ? schau doch mal in die collectd.service rein ws da falsch ist
-
@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
-
@m0uhmusst du es vielleicht noch neu configurieren ?? du hast es installiert musst du doch wissen
-
@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...
-
@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
-
@m0uh sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':
jetzt läuft es wieder...
apt policy collectd*
sagt?
-
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
-
Okay, mich hatte gewundert, dass auf meiner 64bit-Version das Paket ohne rpi1-Patch gebaut wurde.
-
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 busterpi@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:~ $
-
Joh, ran da.
-
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 ServiceManchmal besser ein System was läuft zufrieden zu lassen.
-
@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 -
@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.
-
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...