Hi!
The latest version of mdadm seems to break things by being unable to be installed properly during a d-u (failed search for a FANCYTTY?) and as a consequence prevent other packages from being upgraded.
Die neueste Version von mdadm scheint das System zu beschädigen, da es nicht sauber während eines d-u installiert werden kann (vergebliche Suche nach einem FANCYTTY?) und daraus resultierend verhindert, dass andere Pakete ihr Upgrade bekommen.
Details: http://paste.siduction.org/20120530092355
Good news, at least a first workaround: As root, open /lib/lsb/init-functions and comment out the last two lines (the FANCYTTY one and the next one), then you can complete your d-u properly, except for mdadm. After having finished, you may revert the changes you made before.
Gute Nachrichten, zumindest ein erster Workaround: Als root /lib/lsb/init-functions öffnen und die letzten beiden Zeilen auskommentieren (die mit FANCYTTY und die folgende), dann ist ein sauberes Beenden des d-u möglich, außer für mdadm. Wenn ihr fertig seid, könnt ihr die zuvor gemachten Änderungen rückgängig machen.
Not just a workaround but a real fix for you is to just set the requested variable as requested from mdadm:
FANCYTTY: parameter not set
in: /etc/default/rcS
It might just be a bool of some output mode on a tty
no useful information anymore... ;)
perhaps better in /etc/default/rcS
FANCYTTY=0
[edit]
Quote from: "towo"echo 'FANCYTTY=1' >> /etc/default/rcS && apt-get -f install
=0 ist für die, die es nicht bunt mögen.
greetz
devil
kann ich nicht einfach mdadm deinstalieren, wenn ich kein raid nutze?
Ja, kannst Du.
Danke
und das nächste update von lsb sollte wieder für Ruhe sorgen ...