system failed to start due to systemd upgrade!

Started by charlyheinz, 2024/05/28, 10:13:08

Previous topic - Next topic

Fellfrosch

Quote from: charlyheinz on 2024/05/29, 08:38:09
Ich denke es ist mal wieder an der Zeit mein System frisch aufzusetzen. Timeshift kannte ich bis jetzt noch nicht. (klasse!)

Nur zur Sicherheit:
Wenn Du Timeshift auf Deinem neu aufgesetzten System installierst, nicht vergessen, dass bei siduction der cron.service standardmäßig nicht aktiviert ist. Den musst einmalig aktivieren. Als root: systemctl enable cron.service Sonst laufen die automatischen Sicherungen nicht.

scholle1

#31
Quote from: hendrikL on 2024/05/29, 10:09:45
Gerade gibt es ein neues kde, zum Testen, ohne Garantie!

Vor einer halben Stunde installiert
https://testbuilds.siduction.org/kde/siduction-2023.1.1-Standing_on_the_Shoulders_of_Giants-kde-amd64-202405290730.iso
problemlos auf Btrfs, reboot, DU 6 Pakete, reboot.
Funktioniert jetzt alles einwandfrei.

Edit:
# apt policy systemd
systemd:
  Installiert:           256~rc3-5
  Installationskandidat: 256~3-5
  Versionstabelle:
*** 256~rc3-5 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
"Pax in terris" - Das ist mein großer, mein einzigster für diese Welt von Herzen kommender Wunsch.
"Friede auf Erden" und alles Weitere erscheint einfach.

titan

I reverted to rc 3-2 as above and it all works OK however I just tried installing rc 3-5 as it seems to work for some and it fails so I am now back to rc 3-2

eriefisher

Tried to downgrade as per HendrikL's instructions but it won't downgrade.

apt install -t testing systemd --no-strict-pinning
systemd is already the newest version (256~rc3-5).
Summary:                   
  Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
Notice: Automatically enabled --solver 3.0 for --no-strict-pinning


I check and it is available.

apt policy systemd
systemd:
  Installed: 256~rc3-5
  Candidate: 256~rc3-5
  Version table:
*** 256~rc3-5 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        500 http://ftp.ca.debian.org/debian sid/main amd64 Packages
        100 /var/lib/dpkg/status
     256~rc3-2 500
        500 https://deb.debian.org/debian testing/main amd64 Packages


Is there something else that needs to be done in order to downgrade like this?
I AM CANADIAN!

michaa7

#34
Try
apt install systemd=256~rc3-2    libnss-myhostname=256~rc3-2 <all-other-related-systemd+udev-files=256~rc3-2>
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

hendrikL



apt install -t testing systemd/testing ........

bevo

Auf einem Testsystem habe ich versucht wie im 1. posting von hendrikl auf rc 3-2 zurück zu gehen.
Habe mir aber rc 3-5 eingefangen und gleicher Fehler. Auf diesem System ließ sich X nicht starten.

Auf meinem Hauptrechner funktioniert der Eintrag 3 am Ende der command line nicht.
Es ist zum Mäuse melken >:(



eriefisher

That worked! Downgraded 10 packages and rebooted normally.

I'm away for two weeks and this machine won't be used so hopefully by then this will be sorted.

Thanks @michaa7
I AM CANADIAN!

michaa7

Ok, you can't code, but you still might be able to write a bug report for Debian's sake

hendrikL

mh, hinter das systemd noch mal testing systemd/testing, sollte eigentlich funktionieren, ansonsten ja mit =256....

reddark

so gings bei mir .. testing aktivieren und dann:
apt install systemd=256~rc3-2 libsystemd-shared=256~rc3-2 libsystemd0=256~rc3-2 --no-strict-pinning

unklarer

Kann jemand von den betroffenen Systemen hier seine fstab auf diesen Eintrag überprüfen?

tmpfs                                       /tmp        tmpfs   noatime,mode=1777   0 0

Und, wenn sie ihn haben, ihn auskommentieren, neu starten, um zu sehen, ob der Fehler verschwunden ist?

Ich habe keinen solchen Eintrag in meinen fstabs.

====================
Can anyone here, from the affected systems, check their fstab for this entry?
--
And, if they have it, comment it out, reboot to see if the error is gone?

I don't have such an entry in my fstab's.

hendrikL

#42
Und noch einmal. wenn ihr wieder ein funktionierendes system habt, schaut, wo der Fehler liegen kann.
Z. B. falscher fstab Eintrag, oder hat sich etwas an der cmd-line, boot Zeile geändert, schaut nach, denn ansonsten werdet ihr ewig diesen Fehler mit Euch schleppen, dmesg, journalctl, irgendwelche Fehlermeldung, andere Auffälligkeiten.
systemd reagiert da nur auf etwas!

----------------------------------------------

And once again, if you have a functioning system again, see where the error may lie.
For example, wrong fstab entry, or has something changed in the cmd-line, boot line, check, because otherwise you will carry this error with you forever, dmesg, journalctl, any error message, other anomalies.
systemd only reacts to something!

hendrikL


~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=385C-E2B7                              /boot/efi   vfat    umask=0077          0 2
UUID=009a5764-2ac7-41d0-9a9f-f80285bfb34e   /           ext4    noatime             0 1
tmpfs                                       /tmp        tmpfs   noatime,mode=1777   0 0
UUID=6134a4d8-1a1b-46e2-99da-4263c146ef57   /ablage     ext4    noatime             0 1
UUID=41a8bbb8-076c-49bf-9e0e-e05102319636   /speicher   ext4    defaults,noatime    0 1

hhl@hhl-2:~$ LANG=C apt policy systemd
systemd:
  Installed: 256~rc3-5
  Candidate: 256~rc3-5
  Version table:
*** 256~rc3-5 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        500 https://incoming.debian.org/debian-buildd buildd-unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     256~rc3-2 500
        500 https://deb.debian.org/debian testing/main amd64 Packages

No problem so far!

towo

Und auch eine Neuinstallation mit dem Testiso von heute hat diesen fstab-Eintrag und bootet problemlos.

And also a new installation with the testiso from today has this fstab entry and boots without problems.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.