Upgrade from 19.10 to 20.04 failed - upgrade process broken

Gilles Gravier ggravier at fsfe.org
Sat May 9 06:56:34 UTC 2020


Bret,

Le sam. 9 mai 2020 à 01:48, Bret Busby <bret.busby at gmail.com> a écrit :

> The partial upgrade appears to have completed successfully.
>

Yeah. Congrats. Now do a check to make sure everything is up to date, and
every unused leftover is cleaned:

sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y
autoremove && sudo apt-get -y autoclean

(I know, brutal, and if you feel uncomfortable with the forced YES
responses, just remove the -y - but I've been using that for years now and
it keeps my systems nice and clean)


> The system now shows as being 20.04 LTS.But, as had started happening
> recently, recurred upon the system restart after the upgrade - "A
> system program error has been detected. Report it?", with no
> indication of which system program is the subject of the error
> message, and no information about what is the error type.
>

That's a bit trickier. As Olivier says, you say that you don't want to
collect data for sending blah blah blah... But there's a more brutal and
definitive way to stop it.

cd /etc/default
vi apport

And in that file, make sure you have "enabled=0"

(the default value is "enabled=1")

Change it to 0 if it's at 1. That will effectively disable that error
reporting service.

Of course, then you won't see system errors when they happen. :) This is
not necessarily an issue. Sometimes it's just a component of the OS (likely
of GNOME) that failed and was restarted...

Cheers,
Gilles
-- 
Gilles Gravier - ggravier at fsfe.org
Using Google Apps web mail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20200509/47c5b164/attachment.html>


More information about the ubuntu-users mailing list