Friday, August 25, 2017
Ubuntu Lbuntu 12 04 internal error report Solved
Ubuntu Lbuntu 12 04 internal error report Solved
Ubuntu 12.04, Lubuntu 12.04, Kubuntu 12.04 and Xubuntu 12.04 has been published and still now it is a big attraction to a new linux user. These newer versions has a default crash report system which called Apport. If you install any of these Ubuntu family, Apport may annoy you several time. Look at the image below.
![]() |
Ubuntu 12.04 has experience internal error |
![]() |
Apport collecting problem information |
![]() |
Ubuntu 12.04 family internal error report information |
![]() |
Cannot report problem of internal error |
You have some obsolete package versions installed. Please upgrade the following packages and check if the problem still occurs:But it dont show unreportable reasons.
libasound2, libcairo2, libcups2, libgcrypt11, libglib2.0-0, libgssapi-krib5-2, libk5crypto3, libkrb5-3, libkrb5support0, libpango1.0-0, libtasnt1-3, libxml2, shared-mime-info
Now, we want to get rid from this annoying Apport error report problem popups. We will disable Apport. Because there are not much visible errors or crashes at most of the time. If we disable Apport, the actual error or crash problem can not be solved, but we wont get this kind of frequent Apport Internal system error dialog.
To disable Apport, we need to edit "/etc/default/apport" with a text editor such as Gedit at Ubuntu and Leafpad at Lubuntu 12.04. To do that run the command below at terminal (Password requird).
For Ubuntu:
gksu gedit /etc/default/apportand for Lubuntu:
gksu leafpad /etc/default/apportApport configuration file will open. Now change "enabled" from "1" to "0". Save the file.
After changing variable Apport wont run at next boot. But we have to stop running Apport process in this session. To do that run the command below.
sudo service apport stop
Do you want to re-enable it? Do the process describe above and chang "enabled" from "0" back to "1".
Do you want to enable Apport temporarily? Use the command below at terminal.
sudo service apport start force_start=1
TipSource: Webupd8
download file now