[MDEV-13129] add apport hook for Debian/Ubuntu bug reports Created: 2017-06-20 Updated: 2020-03-03 Resolved: 2020-03-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Fix Version/s: | 5.5.62-galera |
| Type: | Task | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
https://wiki.ubuntu.com/Apport/DeveloperHowTo has how to add an add_info pyton to make bug reports more complete by containing db server configuration and potentially prompt for table structures. Currently most useful for downstream distros unless reporting via launchpad is manageable. Back end is generic http://bazaar.launchpad.net/~apport-hackers/apport/trunk/files/head:/apport/crashdb_impl/ howeverer more plugins are needed (perhaps https://github.com/abrt/libreport). |
| Comments |
| Comment by Sergei Golubchik [ 2017-06-20 ] |
|
We have it, don't we? mariadb-server-10.1.py, always did, since 5.1. May be it is not installed properly? |
| Comment by Daniel Black [ 2017-06-20 ] |
|
Hmm. Seems right actually https://github.com/MariaDB/server/blob/8f643e2063c9890a353149f39ef85b2cf3151fd0/debian/rules#L162 Might need to include systemd's journal log rather than just daemon.log. Dumping the systemd config could be useful too. Also filter out wsrep_sst_auth too. |
| Comment by Daniel Black [ 2018-02-14 ] |
|
systemd journal (since boot) is attached by apport already. https://bazaar.launchpad.net/~apport-hackers/apport/trunk/revision/2935 PR https://github.com/MariaDB/server/pull/615 for wsrep_sst_auth |