Mdadm package installation doesn't work
Bug #899996 reported by
fefux
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Boot-Repair |
Fix Released
|
High
|
fefux |
Bug Description
Lors de l'installation des paquets mdadm pour la restauration sur les systèmes RAID, le logiciel boucle à l'infini.
Pour résoudre le problème il suffit de modifier la ligne 287 du fichier cleancommon-gui.sh:
apt-get install -y --force-yes mdadm
par :
apt-get install -y --force-yes mdadm --no-install-
Changed in boot-repair: | |
assignee: | nobody → fefux (fefuxubuntu) |
importance: | Undecided → High |
status: | New → In Progress |
Changed in boot-repair: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Thanks Fefux ;) I uploaded the fix, please confirm that it works now.
(this looks like a workaround, so i think you should also create another bug report, affecting the "mdadm" package, and indicating the output of the "apt-get install -y --force-yes mdadm" command in a terminal.)