Everytime I start my computer I am getting the error
System has faced an internal error.
This is getting too frustarting. What do I do?
You could try clearing the crash log directory: sudo rm -r /var/crash/*
Occasionally something gets stuck in there. I would encourage you, however, to examine the contents first, and see if there is something wrong in your system.
This answer may help, it explains that these errors are left over from bug fixing, and almost always harmless.
sudo apt-get update && sudo apt-get upgrade
– Jakke Jun 24 '14 at 00:56