Merge ~juergh/apport/+git/ubuntu-bugpatterns:main into ~ubuntu-bugcontrol/apport/+git/ubuntu-bugpatterns:main

Proposed by Juerg Haefliger
Status: Needs review
Proposed branch: ~juergh/apport/+git/ubuntu-bugpatterns:main
Merge into: ~ubuntu-bugcontrol/apport/+git/ubuntu-bugpatterns:main
Diff against target: 17 lines (+8/-0)
1 file modified
bugpatterns.xml (+8/-0)
Reviewer Review Type Date Requested Status
Ubuntu Bug Control Pending
Review via email: mp+466999@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Benjamin Drung (bdrung) wrote :

The main branch is still in bzr: https://code.launchpad.net/~ubuntu-bugcontrol/apport/ubuntu-bugpatterns

The proper fix for these reports is to fix Apport to redirect the report to the correct dkms package. In case this dkms package does not come from the official Ubuntu archive, Apport won't file a bug.

Revision history for this message
Juerg Haefliger (juergh) wrote :

Hm. Ok that makes sense I guess but I don't have the time atm to look into modifying Apport itself. In the meantime, can we add this bugpattern which makes the current situation much better for users of all series, IMO. It also reduces our load of triaging bugs. Once Apport is fixed, this bugpattern becomes a noop, no?

Unmerged commits

32f22ba... by Juerg Haefliger

Add pattern for kernel headers installation failures

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/bugpatterns.xml b/bugpatterns.xml
2index df7f2a4..3d0eec3 100644
3--- a/bugpatterns.xml
4+++ b/bugpatterns.xml
5@@ -2331,4 +2331,12 @@
6 <re key="Package">^update-notifier</re>
7 <re key="DpkgTerminalLog">ModuleNotFoundError: No module named '(apt_pkg|debian)'</re>
8 </pattern>
9+
10+ <pattern url="https://bugs.launchpad.net/bugs/2068107">
11+ <!-- kernel header installation fails due to DKMS issues -->
12+ <re key="ProblemType">^Package</re>
13+ <re key="Package">^linux.*-headers</re>
14+ <re key="Title">^package .* failed to install/upgrade</re>
15+ <re key="DpkgTerminalLog">run-parts: /etc/kernel/header_postinst.d/dkms exited with return code (4|11)</re>
16+ </pattern>
17 </patterns>

Subscribers

People subscribed via source and target branches