Remove crash report files
The apport system creates crash report files in the /var/crash directory. These crash report files cause the error message to appear everytime Ubuntu bootsStep1 :- cd /var/crash
Step2 :- ls (Just Remove all below crash)
_opt_google_chrome_chrome.1000.crash _usr_lib_chromium-browser_chromium-browser.1000.crash _usr_sbin_ulatencyd.0.crash _usr_share_apport_apport-gtk.1000.crash
Step3 :- sudo rm /var/crash/*
Turn off apport.
After removing the old crash reports, if you still get the same error message, then you can completely turn off apport to get rid. Edit the configuration file at /etc/default/apport.
Step4 :- gksudo gedit /etc/default/apport
# set this to 0 to disable apport, or to 1 to enable it # you can temporarily override this with # sudo service apport start force_start=1 enabled=1
Step5 :- enabled=0
Step6 :- sudo restart apport
Thanking You
Hope U Like it........
Hope U Like it........