Results 1 to 5 of 5

Thread: System problem notice annoyance

  1. #1
    Join Date
    Oct 2010
    Beans
    264

    System problem notice annoyance

    Periodically, a window pops up notifying me of a "system error" and asking if I want to report the problem. It never tells me what the problem is or how I can fix it. I don't notice any problem. Everything seems to work as expected. Does anyone know how I can find and fix whatever is producing the error message? I have 12.04 64-bit on a homemade AMD machine.

  2. #2
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: System problem notice annoyance

    System crash detected reports can be very annoying, especially when nothing seems to be going wrong. The culprit is Apport, a software error/crash reporting tool for Ubuntu, which is supposed to be in disabled state for stable releases.
    It is very simple to disable it just edit the file /etc/default/apport, and change the enabled setting from enable=1 to enable=0 then save.

  3. #3
    Join Date
    Oct 2010
    Beans
    264

    Re: System problem notice annoyance

    Before I do that, it isn't a system "crash." Nothing happens. The exact notice is: "System program problem detected." So, should I proceed?

  4. #4
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: System problem notice annoyance

    Quote Originally Posted by Lloydb39 View Post
    Before I do that, it isn't a system "crash." Nothing happens. The exact notice is: "System program problem detected." So, should I proceed?
    Sorry, I didn't correctly interpreted the meaning of your original post.

    Is this the message that pops-up? Attachment 246471

    If it is just open a terminal window and run the following:
    Code:
    sudo rm /var/crash/*
    This will remove any old crashes, that might still be reported (in error). After a reboot/re-starting, any further pop-ups still need to be investigated.

  5. #5
    Join Date
    Oct 2010
    Beans
    264

    Re: System problem notice annoyance

    I think that did the trick. Thanks.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •