Merge lp:~rbalint/apport/ubuntu-bugpatterns into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns

Proposed by Balint Reczey
Status: Merged
Merged at revision: 587
Proposed branch: lp:~rbalint/apport/ubuntu-bugpatterns
Merge into: lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns
Diff against target: 14 lines (+5/-0)
1 file modified
bugpatterns.xml (+5/-0)
To merge this branch: bzr merge lp:~rbalint/apport/ubuntu-bugpatterns
Reviewer Review Type Date Requested Status
Brian Murray Approve
Review via email: mp+363415@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) wrote :

Is the SourcePackage re too general? Should this apply to packages other than nvidia-drivers-?

587. By Balint Reczey

add in a bug pattern for nvidia dkms module bug LP: #1573508

Revision history for this message
Brian Murray (brian-murray) wrote :

This looks good to me, thanks for working on it.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bugpatterns.xml'
2--- bugpatterns.xml 2018-10-17 20:59:01 +0000
3+++ bugpatterns.xml 2019-02-20 13:13:19 +0000
4@@ -2269,5 +2269,10 @@
5 <re key="SourcePackage">^grub2</re>
6 <re key="DpkgTerminalLog">E: Your kernels are unsigned. This system will fail to boot in a secure boot environment</re>
7 </pattern>
8+ <pattern url="https://launchpad.net/bugs/1573508">
9+ <re key="ProblemType">^Package</re>
10+ <re key="SourcePackage">^nvidia-graphics-drivers-</re>
11+ <re key="DKMSBuildLog">error: too (few|many) arguments to function .get_user_pages.</re>
12+ </pattern>
13
14 </patterns>