New in Ubuntu 12.04 is whoopsie – which sends a crash log to ubuntu. Nice feature? Well no as they don’t tell you about it nor to they ask you, they just do it.
Nice privacy issue guys.
To tell if you have it check the file /etc/default/whoopsie
[General] report_crashes=true
If you see that then it’s enabled. You’ll also see a process running called whoopsie as well.
To turn it off just change it from true to false & kill the whoopsie process (or reboot).
Note this affects any distribution based on Ubuntu 12.04 including Mint 13 so check you are not infected by whoopsie.
sudo apt-get remove whoopsie
True that would also remove it 😛
sudo apt-get purge whoopsie
Sending crash logs to Ubuntu is fine by me… I just wish they would give the crash logs to me too, as I am having problems with the system freezing up (requiring a hard reboot)! Maybe I could actually diagnose the problem that way!
Sending crash logs to Ubuntu is fine by me… I just wish they would send them to me too! (I am having a problem with my system freezing up, requiring a hard reboot — maybe a crash log, if there was one, would help me diagnose it.)
You can just stop the service… that would not remove it, and it would start up again the next time you reboot, but this way you have the option to run it later if you want.
sudo service whoopsie stop
Thanks for the tip. Not a huge privacy glitch but very much NOT an open / transparent setting. Is there any place to see these crash log files to see what actually gets sent?
# echo “manual” >> /etc/init/whoopsie.override
whoopsie doesn’t send anything unless you specifically ask it to.
http://askubuntu.com/questions/135540/what-is-the-whoopsie-process-and-how-can-i-remove-it