3

I am sometimes getting error messages like the ones below.

System program problem

internal error

As I understand they are from some kind of debugging mode in the beta which I sometimes install. I have no problem with them in the beta. If I install it I do because I want to report bugs. But if I switch to productivity I don't want them. Until 12.10 they stopped when the final was released and I upgraded, but not this time.

I'm not experiencing anything not working so the messages just annoy me by now. Can anyone tell me how to disable them?

  • 2
    Duplicate: http://askubuntu.com/questions/135540/what-is-the-whoopsie-process-and-how-can-i-remove-it/150332 – Robie Basak Jan 22 '13 at 09:34
  • Yep, seems that way. I wouldn't call my question a duplicate but I found the answer in the other one ;-) – André Stannek Jan 22 '13 at 09:37
  • So what happens to this question? You can click the delete button if you think it is redundant. If you think it is worth retaining because it is genuinely different, go ahead and answer it yourself and then accept your own answer. –  Jan 22 '13 at 10:50
  • 1
    @vasa1 Just came back because I thought the same ;-) Wasn't really awake when I commented. I think it's worth retaining because the motivation for that answer is very different. Someone who has my problem will most likely not find the other question (same way as I didn't). – André Stannek Jan 22 '13 at 11:06
  • @stonedsquirrel That's a good reason for this to exist, but we can (and I think should) still close this. As a duplicate, it will serve even better as a signpost to the master question. – Eliah Kagan Jan 22 '13 at 11:25
  • @EliahKagan I'm fine with closing it as long as it's not deleted. – André Stannek Jan 22 '13 at 11:27
  • @stonedsquirrel, I have come across a similar situation here on AU. Why not edit the original question (the one this is being duplicated with) with your variation (the thing that makes your question unique). Especially if the same answer resolves both questions. – stephenmyall Jan 22 '13 at 11:53
  • @StephenMyall In my opinion this is not practicable in this case. The two questions are too different. I wouldn't know how to merge them. Also it is not the full answer that is applicable to my question, only a part of it. – André Stannek Jan 22 '13 at 12:30
  • Problem still not solved. See comment under my own answer. – André Stannek Jan 24 '13 at 18:02

3 Answers3

3

Inspired by the answer by @ovc I looked up how to disable apport and found this question.

I had to edit /etc/default/apport and change

enabled=1

to

enabled=0

This way it is not started at boot. For not having to reboot simply stop the service with

sudo service apport stop

Let's see if the messages disappear now :-)

1

The thing which creates these error messages, as far as I know, is called Apport. You may try uninstalling that.

ooa
  • 657
1

As pointed out by Robie Basak I was able to find my answer in context of another question. Here is the essential part from that answer:

  • Go to Settings...Privacy...

    enter image description here

  • And in the Diagnostics Tab, uncheck the Send Error Reports to Canonical option:

    enter image description here