"System problem detected" message is shown everytime I boot Lubuntu 14.04
I recently installed Lubuntu 14.04 in my Lenovo Ideapad S110 netbook (Intel Atom 1.6 GHz, 2 GB RAM). Everytime I log into it, it shows the message "System problem detected". How do I solve this permanently?
Solution 1:
The apport system creates crash report files in the /var/crash
directory. These crash report files cause the error message to appear everytime Ubuntu boots.
To get rid of this error messages on bootup type in the terminal sudo rm /var/crash/*
. It will delete crash report files and this message should stop appearing.
Also follow this link for more details