"System problem detected" in Ubuntu 14.04 LTS

49,216

Solution 1

Try running sudo rm /var/crash/* in a terminal

Answer source

Solution 2

If you really want to disable this alert/notification, you need to disable apport which is the crash reporting program of Ubuntu.

apport messages are generated from the logs in /var/crash/, so first try to remove all the files in that directory by sudo rm /var/crash/* and then reboot the computer.

If you want to disable these alerts permanently you need to disable apport. To do so, open the file by sudo vim /etc/default/apport, now change the line enabled=1 to enabled=0.

Although disabling apport is not recommended.

Share:
49,216

Related videos on Youtube

DUKE
Author by

DUKE

I am an independent Java EE developer.

Updated on September 18, 2022

Comments

  • DUKE
    DUKE over 1 year

    When I start my Ubuntu 14.04 LTS machine, the following dialog comes always. If I cancel it and restart, now also it simply comes again and I cannot stop it from coming.

    enter image description here

    My privacy setting as follows and my system is fully updated.

    enter image description here

    How can I get rid of this irritating issue?