September 14, 2016

Ubuntu system program problem detected[Solved]


I had been getting “System program problem detected” error messages with no further info after upgrading my ubuntu to 15.10 system program problem detected

It turns out that Ubuntu has an error reporting sytem called apport which tries to catch all program crashes in the background and report them to the developers.

Quick fixture: Remove old crash-reports

See all the old crash-reports in the crash-report directory

ls /var/crash

Remove all old crash-reports that might exist in the crash-report directory:

sudo rm /var/crash/*

The error messages will disappear on reboot.


You might also like...
Using specific node version in rails app.
Fix error in ruby. ruby is loading crypto in an unsafe way
Renaming tmux window
Ways of Managerial Communication
Types of Organizational Communication
Purpose of Business Communication
Need for communication
Importance of Communication
Definition of Communication
Characteristics and Benefits of Effective Communication
7 Cs of Effective Communication
Fixing mysql2 install error
Debugging Matplotlib
Serving Content through Cloudflare network
One liner server command in ruby
Free website using jekyll and free github hosting
How to install Jekyll ?
How to register for GithubEducation Pack ?
How to install Ruby on Linux

Follow