← Back to team overview

ubuntu-bugcontrol team mailing list archive

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

 

Thomas Ward has proposed merging lp:~teward/apport/ubuntu-bugpatterns-nginx into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns.

Requested reviews:
  Ubuntu Bug Control (ubuntu-bugcontrol)

For more details, see:
https://code.launchpad.net/~teward/apport/ubuntu-bugpatterns-nginx/+merge/276471

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.
-- 
Your team Ubuntu Bug Control is requested to review the proposed merge of lp:~teward/apport/ubuntu-bugpatterns-nginx into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns.
=== 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 @@
         <re key="Signal">6</re>
         <re key="JournalErrors.txt">systemd-.*\.service: Watchdog timeout</re>
     </pattern>
+
+<!-- nginx -->
+    <pattern url="https://launchpad.net/bugs/1512344";>
+        <re key="ProblemType">^Package</re>
+        <re key="Package">nginx-.*</re>
+        <re key="SystemctlStatusFull_Nginx.txt">failed.*98: Address already in use</re>
+    </pattern>
+
 </patterns>


Follow ups