<div dir="ltr"><div dir="ltr">Bret,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 9 mai 2020 à 01:48, Bret Busby <<a href="mailto:bret.busby@gmail.com">bret.busby@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The partial upgrade appears to have completed successfully.<br></blockquote><div><br></div><div>Yeah. Congrats. Now do a check to make sure everything is up to date, and every unused leftover is cleaned:<br><br>sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y autoremove && sudo apt-get -y autoclean<br><br>(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)</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
The system now shows as being 20.04 LTS.But, as had started happening<br>
recently, recurred upon the system restart after the upgrade - "A<br>
system program error has been detected. Report it?", with no<br>
indication of which system program is the subject of the error<br>
message, and no information about what is the error type.<br></blockquote><div><br></div><div>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.</div><div><br></div><div>cd /etc/default</div><div>vi apport</div><div><br></div><div>And in that file, make sure you have "enabled=0"</div><div><br></div><div>(the default value is "enabled=1")</div><div><br></div><div>Change it to 0 if it's at 1. That will effectively disable that error reporting service.</div><div><br></div><div>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...</div><div><br></div><div>Cheers,</div><div>Gilles</div></div>-- <br><div dir="ltr" class="gmail_signature">Gilles Gravier - <a href="mailto:ggravier@fsfe.org" target="_blank">ggravier@fsfe.org</a><br>Using Google Apps web mail</div></div>