[Piuparts-commits] rev 510 - piatti/home/piupartsm/bin/known_problems trunk

Holger Levsen holger at alioth.debian.org
Tue Sep 22 20:04:06 UTC 2009


Author: holger
Date: 2009-09-22 20:04:06 +0000 (Tue, 22 Sep 2009)
New Revision: 510

Modified:
   piatti/home/piupartsm/bin/known_problems/insserv_error.conf
   trunk/piuparts-report.py
Log:
improve wordings

Modified: piatti/home/piupartsm/bin/known_problems/insserv_error.conf
===================================================================
--- piatti/home/piupartsm/bin/known_problems/insserv_error.conf	2009-09-22 19:21:55 UTC (rev 509)
+++ piatti/home/piupartsm/bin/known_problems/insserv_error.conf	2009-09-22 20:04:06 UTC (rev 510)
@@ -6,15 +6,18 @@
 HEADER='Packages with failed logs with the string "insserv: exiting now"'
 HELPTEXT='
 <p>
-Some packages fail to install because the init.d script have
-conflicting provide.  This is normally reported like this:
-
+Some packages fail to install because their init.d scripts have
+headers with bugs.  There are several classes of bugs.  
+</p>
+<p>
+Some packages
+fail to install because the init.d script have conflicting
+provide. This is normally reported like this:
 <pre>
   insserv: script clvm: service lvm already provided!
   insserv: exiting now!
 </pre>
 </p>
-
 <p>
 Other packages fail to install because their dependencies are missing.
 This is normally reported like this:
@@ -24,6 +27,14 @@
 </pre>
 </p>
 <p>
+Last, some packages introduce dependency loops, this is normally
+reported like this:
+<pre>
+  insserv: There is a loop between service script1 and script2 if started
+  insserv: exiting without changing boot order!
+</pre>
+</p>
+<p>
 See the paragraph "How to solve migration problems" at <a href="http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot" target="_blank">http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot</a> for information how to fix these issues.
 </p>
 '

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2009-09-22 19:21:55 UTC (rev 509)
+++ trunk/piuparts-report.py	2009-09-22 20:04:06 UTC (rev 510)
@@ -348,7 +348,7 @@
     "unknown_purge_error.tpl": "dpkg --purge failed due to an unknown reason",
     "insserv_error.tpl": "due to a problem with insserv",
     "unknown_failures.tpl": "unclassified failures",
-    "initdscript_lsb_header_issue.tpl": "update-rc.d issue",
+    "initdscript_lsb_header_issue.tpl": "update-rc.d issues",
     "command_not_found_issue.tpl": "but logfile contains 'command not found'",
 }
 




More information about the Piuparts-commits mailing list