Update Errors, also on fix commands!

You could probably somehow, but that sounds like a waste of time, considering we already have pretty good idea of how to fix the situation …

I think during sudo DEBIAN_FRONTEND=text dpkg --configure -a, I would in fact choose the first option (/dev/sda) rather than the second one (/dev/sda1) … to be confirmed by the other folks maybe

2 Likes

I will try it but, i’ll hope that it will eventually solve al the other issues as well cause it’s also a lot of time wasted on issues with overall stability the apps.

its shouting blank results back

root@easycomp:~# sudo DEBIAN_FRONTEND=newt dpkg --configure -a
root@easycomp:~# sudo DEBIAN_FRONTEND=text dpkg --configure -a
root@easycomp:~# sudo dpkg --configure -a
root@easycomp:~# sudo apt install --fix-broken
Pakketlijsten worden ingelezen… Klaar
Boom van vereisten wordt opgebouwd
De statusinformatie wordt gelezen… Klaar
Het volgende pakket is automatisch geïnstalleerd en is niet langer nodig:
linux-image-4.19.0-12-amd64
Gebruik ‘sudo apt autoremove’ om het te verwijderen.
0 opgewaardeerd, 0 nieuw geïnstalleerd, 0 te verwijderen en 49 niet opgewaardeerd.
root@easycomp:~# sudo apt autoremove
Pakketlijsten worden ingelezen… Klaar
Boom van vereisten wordt opgebouwd
De statusinformatie wordt gelezen… Klaar
De volgende pakketten zullen VERWIJDERD worden:
linux-image-4.19.0-12-amd64
0 opgewaardeerd, 0 nieuw geïnstalleerd, 1 te verwijderen en 49 niet opgewaardeerd.
Na deze bewerking zal er 270 MB schijfruimte vrijkomen.
Wilt u doorgaan? [J/n] J
(Database wordt ingelezen … 56871 bestanden en mappen momenteel geïnstalleerd.)
linux-image-4.19.0-12-amd64 (4.19.152-1) wordt verwijderd …
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.19.0-12-amd64
/etc/kernel/postrm.d/zz-update-grub:
Aanmaken van GRUB-configuratiebestand…
Linux-image gevonden: /boot/vmlinuz-4.19.0-14-amd64
Initiële RAM-schijf-image gevonden: /boot/initrd.img-4.19.0-14-amd64
Linux-image gevonden: /boot/vmlinuz-4.19.0-13-amd64
Initiële RAM-schijf-image gevonden: /boot/initrd.img-4.19.0-13-amd64
voltooid
root@easycomp:~#

Hm øke looks better this time

OMG it’s working again!

1 Like

But I still have a very unstable Yunohost its constantly dropping Nginx but it has plenty of ram and CPU :frowning:

Hey ! So the issue with the updates is solved, thanks to
sudo DEBIAN_FRONTEND=text dpkg --configure -a
and then the choice of the disk where you reinstall grub (in a normal config, /dev/sda I guess). I don’t think that other problem are linked to this post (which was linked with the update issue), so maybe you should open another one, describing what you are facing precisely :wink: (I sadly don’t have the competencies to help you…)

sudo DEBIAN_FRONTEND=text dpkg --configure -a
gave a blank… but updating works

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.