Merge lp:~teward/apport/ubuntu-bugpatterns-nginx into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns

Proposed by Thomas Ward
Status: Merged
Merged at revision: 552
Proposed branch: lp:~teward/apport/ubuntu-bugpatterns-nginx
Merge into: lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns
Diff against target: 16 lines (+8/-0)
1 file modified
bugpatterns.xml (+8/-0)
To merge this branch: bzr merge lp:~teward/apport/ubuntu-bugpatterns-nginx
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+276471@code.launchpad.net

Description of the change

This adds in a duplicate detection pattern for the nginx webserver packages, for the "Address In Use" errors caused by Port 80 being in use by another process when nginx is installed.

This does cause headaches and issues, and there are multiple bugs filed for this incident. Inclusion of this pattern would solve many headaches for me as an nginx bug triager.

If the 'target' (or 'master') for duplicate bugs is not satisfactory, I have another bug that can be used (after a couple edits to it) as a target.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Looks good, thanks! Pulled.

review: Approve
Revision history for this message
Thomas Ward (teward) wrote :

Thank you, Martin, for pulling it in. :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bugpatterns.xml'
--- bugpatterns.xml 2015-09-17 05:33:28 +0000
+++ bugpatterns.xml 2015-11-02 22:03:32 +0000
@@ -2002,4 +2002,12 @@
2002 <re key="Signal">6</re>2002 <re key="Signal">6</re>
2003 <re key="JournalErrors.txt">systemd-.*\.service: Watchdog timeout</re>2003 <re key="JournalErrors.txt">systemd-.*\.service: Watchdog timeout</re>
2004 </pattern>2004 </pattern>
2005
2006<!-- nginx -->
2007 <pattern url="https://launchpad.net/bugs/1512344">
2008 <re key="ProblemType">^Package</re>
2009 <re key="Package">nginx-.*</re>
2010 <re key="SystemctlStatusFull_Nginx.txt">failed.*98: Address already in use</re>
2011 </pattern>
2012
2005</patterns>2013</patterns>