【ubuntu】whoopsieとはなにか
きっかけ
クラッシュレポートのグループに記載されていたwhoopsieとはなんだろうか
code:crash report
$ sudo ls -l /var/crash/
-rw-r----- 1 systemd-resolve whoopsie 970511 2月 23 18:02 _usr_lib_systemd_systemd-resolved.101.crash
正体
ubuntuにクラッシュレポートを送信するデーモンらしい
apportという仕組みをつかっているそう
In Ubuntu, whoopsie is a daemon that is responsible for collecting error reports from apport and then sending that report to Canonical if the user agrees to this in the apport confirmation dialog.
https://askubuntu.com/questions/tagged/whoopsie#:~:text=In%20Ubuntu%2C%20whoopsie%20is%20a,Synonyms
いまもレポートを送信しているの?
デフォルトでは、ユーザが同意したら送信されるそう。なにもしてなければ送信されない
これのことか
https://scrapbox.io/files/63f7474161788f001b7d201d.png
参考
https://askubuntu.com/questions/tagged/whoopsie#:~:text=In%20Ubuntu%2C%20whoopsie%20is%20a,Synonyms
https://www.web-dev-qa-db-ja.com/ja/apport/%E3%80%8Cwhoopsie%E3%80%8Dプロセスとは何ですか%E3%80%81どのように削除できますか%EF%BC%9F/959834488/
https://kledgeb.blogspot.com/2019/10/ubuntu-1910-42-whoopsie.html
ubuntu