What is the 'whoopsie' process and how can I remove it?

421,017

Solution 1

What's whoopsie ?

  • It's the "Ubuntu Error Reporting" daemon, and is installed by default in both desktop/server installations.
  • When something crashes, whoopsie does two things:
    1. Collects the crash report generated by Apport and
    2. Can send them to Ubuntu/Canonical (specifically to https://daisy.ubuntu.com in BSON)

Whoopsie won't send your crash reports without your permission!

  • As Evan explains in his answer below, the actual transmission of crash data occurs only if you permit it via the graphical dialog (see below), or for a CLI server, explicitly run apport-cli.

    screenshot

How do I disable it on my desktop?

GNOME Shell (Ubuntu 17.10+)

screenshot

Unity (Ubuntu before 17.04)

  • Go to Settings...Privacy...

    screenshot

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

    screenshot

How do I disable it on a server or via the command-line?

  • Just change the report_crashes parameter to false in the /etc/default/whoopsie file.
  • Then bid farewell to whoopsie with sudo service whoopsie stop.

Solution 2

Whoopsie is part of the Ubuntu error tracker. It takes the crash reports that apport creates and presents whenever an application fails and sends them to a Canonical server for further processing. The data collected from these reports help us prioritize and track the most pressing issues:

https://errors.ubuntu.com

The small (in disk space, not necessarily CPU/RAM usage) whoopsie daemon process is run by default on both Ubuntu desktop and server installations. It will only send reports out if you explicitly approve this in the dialog that appears on desktop installs, or in the case of the server, manually run apport-cli.

You can disable it by going into System Settings -> Privacy -> Diagnostics and unchecking the box labelled "Send error reports to Canonical."

To disable it on Ubuntu Server, edit the /etc/default/whoopsie file and change report_crashes= to false, then run sudo stop whoopsie.

Note that if you do this, we will not be made aware of the problems affecting your computer and may be unable to fix them. I talk about how we use your data to make Ubuntu better in this video:

Solution 3

$ apt --simulate purge whoopsie

The following packages will be REMOVED

whoopsie*

$ apt purge whoopsie

I've had no problems as I am in the process of building my own Ubuntu Desktop but so far that thing keeps crashing my system, but now I have got rid of it :)

Solution 4

It's Canonical's error reporting daemon.

The off-putting thing about is that you are not even asked if you want it installed, which isn't so nice if your on a budget server hardware wise

@Glynn BLower

apt-get -s purge

doesn't seem to actually deinstall the daemon, just shows you that it is there if you want to purge it

apt-get purge

did the trick on my 13.04 server install

Solution 5

It is the "Ubuntu crash database submission daemon": http://packages.ubuntu.com/precise/whoopsie

Share:
421,017

Related videos on Youtube

Nanne
Author by

Nanne

Updated on September 18, 2022

Comments

  • Nanne
    Nanne almost 2 years

    On one of my machines I have a process running called "whoopsie". I'm running 12.04 server and never specifically installed anything with this name.

    Google seems to imply that it has something to with error logs but I'm not finding too much information. The fact that I didn't manually install it and the 3 other servers I checked did in fact have no such running process OR executable made me a bit confused.

    Does anyone know what the "whoopsie" process is?

    Does anyone know what packages might have installed it? The server is quite plain, it has a LAMP stack, Samba and print servers and the Nagios NRPE plugin, nothing more installed, just standing there being a nice backup-server.

    Some more info:

    $ whoopsie -h
    Usage:
      whoopsie [OPTION...]
    
    Help Options:
      -h, --help           Show help options
    
    Application Options:
      -f, --foreground     Run in the foreground
    

    and

    USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND  
    whoopsie   913  0.0  0.4  24448  2092 ?        Ssl  May07   0:00 whoopsie
    

    and

    $ sudo cat /etc/passwd | grep whoop
    whoopsie:x:107:118::/nonexistent:/bin/false
    
  • Nanne
    Nanne about 12 years
    Do you have any clue what packages install it?
  • Lekensteyn
    Lekensteyn about 12 years
    apt-file search /woopsie results the woopsie package. As shown using apt-cache rdepends whoopsie and apt-cache show ubuntu-desktop, ubuntu-desktop recommends it.
  • ish
    ish about 12 years
    I believe it's installed by default as part of the desktop/server installs; I haven't seen it with the expert-cli server or alternate installs though.
  • Nanne
    Nanne about 12 years
    Hmm, so it shouldn't be on there if this is a clean server install. I'll have to check my sources, and what the history of this thing is. I'll just uninstall it probably, unless there is something against that?
  • ish
    ish about 12 years
    No, just apt-get rid of it.
  • Admin
    Admin about 12 years
    I just did a clean install of 12.04 Server and it was installed automatically.
  • ish
    ish about 12 years
    But did you do it in "expert-cli" mode?
  • Nanne
    Nanne about 12 years
    I find it strange that it is default part of ubuntu-server? If anything, my headless server doesn't have a "system settings->privacy" . THe frivolous name made me wonder what it was, as I didn't expect it in the server version, but it seems to come default, so I'll live with having to stop it :)
  • Alex Yarulin
    Alex Yarulin about 12 years
    this "small whoopsie daemon" takes up over 50% of my RAM and 90% of a single CPU core
  • Juniorcsharp
    Juniorcsharp almost 12 years
    I just got a root server with a pretty-much vanilla server install, probably not expert mode but without any stuff installed (not even ntp), and got whoopsie. Did in fact get apt-get rid of it, thanks for the wonderful term :)
  • Kzqai
    Kzqai over 11 years
    It being a crash reporting tool, I suspect it simply shows up after other things crash, it's unlikely that such a simple tool could be the actual cause of the crash.
  • Eliah Kagan
    Eliah Kagan almost 11 years
    apt-get -s runs a simulation. When you are ready to actually remove a package, replace apt-get -s with sudo apt-get. If you just run apt-get -s, no actual uninstallation will occur.
  • Tobias F. Meier
    Tobias F. Meier almost 11 years
    how nice, a down vote without an explanation. Would you mind to elaborate as to why you down voted? Was it because I don't like a process running on my servers that automatically sends data about the system without my approval? Was it because I criticised Canonical for that? Was it because apt-get purge DOES deinstall it and the package and I made an error here? If you know more about the matter please share your insights! Especially as the post I was referring to was changed to reflect my own findings.
  • Auspex
    Auspex about 10 years
    So whose insane idea was it to install a daemon with such a frivolous name (and to make it report by default! - I had reporting turned off on 13.10, and it's back with 14.04!). I know there's a long tradition of frivolous program names in Unix, but at first glance this looks like malware.
  • Thorbjørn Lindeijer
    Thorbjørn Lindeijer over 9 years
    I can only guess, but I think your answer was voted down because it was not a complete answer (your commands are incomplete, at least). Another reason could be that you were commenting on another answer as an answer, rather than writing a comment on the answer as would have been appropriate.
  • Evan Carroll
    Evan Carroll over 7 years
    There is no /etc/default/whoopsie in ubuntu
  • musbach
    musbach over 7 years
    /etc/default/whoopsie does not exist in 16.04. The only way to stop whoopsie is to uninstall it.
  • Tsaukpaetra
    Tsaukpaetra over 6 years
    @Auspex Same kind of people that decided "Dr. Watson" was a great name for MS Windows' error reporting.
  • Auspex
    Auspex over 6 years
    @Tsaukpaetra Well, no. "Dr. Watson" gives you at least a hint of what it's doing (and iirc it does it in the foreground). It's this silly name operating in the background that makes people think it's malware.
  • Tsaukpaetra
    Tsaukpaetra over 6 years
    @Auspex on the contrary, Dr Watson sounds like Spyware investigating you for murder. Silly name referencing a fictional character that runs every time something bad happens that makes people think it's malware. -.-
  • Frank Nocke
    Frank Nocke almost 5 years
    @ish, when whoopsie is disabled, will I still get the error's reported (in a msg box to see), just having the „calling home“ disabled? (that is my aim)
  • Nick Bull
    Nick Bull about 4 years
    Further to @ThorbjørnLindeijer comment, apt-get -s is intentionally meant to do "nothing" - -s stands for --simulate, and is written in full in the referenced answer, which just simulates what the command does. Again, in the reference answer, the next command is without the flag and performs the intended operation
  • Nmath
    Nmath almost 4 years
    You've posted this as an answer, but it doesn't seem to be an answer. We use a Q&A format here. If you have a question, please click "Ask Question". You can link to this one if it helps provide context. askubuntu.com/tour
  • user2364305
    user2364305 about 3 years
    Whoopsie makes bad situations worse by running at 100% cpu for minutes after I intentionally blowup process with dummy data to see it's limits.
  • Kingsley
    Kingsley over 2 years
    Still good on Ubuntu 20+ (and still necessary)