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

Holger Levsen holger at alioth.debian.org
Sat Aug 8 10:04:06 UTC 2009


Author: holger
Date: 2009-08-08 10:04:06 +0000 (Sat, 08 Aug 2009)
New Revision: 470

Added:
   piatti/home/piupartsm/bin/known_problems/conffile_prompt_error.conf
Modified:
   trunk/piuparts-report.py
Log:
detect failures due to modified conffiles

Added: piatti/home/piupartsm/bin/known_problems/conffile_prompt_error.conf
===================================================================
--- piatti/home/piupartsm/bin/known_problems/conffile_prompt_error.conf	                        (rev 0)
+++ piatti/home/piupartsm/bin/known_problems/conffile_prompt_error.conf	2009-08-08 10:04:06 UTC (rev 470)
@@ -0,0 +1,12 @@
+#
+# detect packages with failed because they prompt due to a modified conffile
+#
+COMMAND=`rgrep "EOF on stdin at conffile prompt" fail bugged|cut -d " " -f1|sed -e "s#log:#log#"|sort -u 2>/dev/null`
+ISSUE=0
+HEADER='Packages with failed logs with the string "EOF on stdin at conffile prompt"'
+HELPTEXT='
+<p>
+The piuparts upgrade test failed because dpkg detected a conffile as being modified and then prompted the user for an action. As there is no user input, this fails. But that's not the real problem. The real problem is that this prompt shows up in the first place, as there was nobody modifying this conffile at all, the package has just been installed and upgraded...
+</p>
+
+'


Property changes on: piatti/home/piupartsm/bin/known_problems/conffile_prompt_error.conf
___________________________________________________________________
Added: svn:executable
   + *

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2009-08-08 09:52:49 UTC (rev 469)
+++ trunk/piuparts-report.py	2009-08-08 10:04:06 UTC (rev 470)
@@ -344,6 +344,7 @@
     "owned_files_by_many_packages_error.tpl": "due to owned files by many packages",
     "processes_running_error.tpl": "due to leaving processes running behind",
     "unowned_files_after_purge_error.tpl": "due to unowned files after purge",
+    "conffile_prompt_error.conf.tpl": "due to prompting due to modified conffiles"
     "unknown_failures.tpl": "unclassified failures",
     "command_not_found_issue.tpl": "but logfile contains 'command not found'",
 }




More information about the Piuparts-commits mailing list