]> git.sur5r.net Git - bacula/bacula/commitdiff
Add more debug for zombie jobs
authorKern Sibbald <kern@sibbald.com>
Sun, 1 Nov 2009 15:44:25 +0000 (16:44 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 1 Nov 2009 15:44:25 +0000 (16:44 +0100)
regress/scripts/check_for_zombie_jobs

index 6aec189173c0564e0b7777aae421e624e2c8b78e..b26ced1e580d276a86911411eec285854a721f2a 100755 (executable)
@@ -31,6 +31,7 @@ if [ $? != 0 ] ; then
   echo " "
   echo "  !!!! Zombie Jobs in Director !!!!"
   echo "  !!!! Zombie Jobs in Director !!!!" >>test.out
+  cat ${tmp}/dir.out
   echo " "
   zstat=1
   exit 1
@@ -40,6 +41,7 @@ if [ $? != 0 ] ; then
   echo " "
   echo "  !!!! Zombie Jobs in File daemon !!!!"
   echo "  !!!! Zombie Jobs in File daemon !!!!" >>test.out
+  cat ${tmp}/fd.out
   echo " "
   zstat=1
   exit 1
@@ -49,6 +51,7 @@ if [ $? != 0 ] ; then
   echo " "
   echo "  !!!! Zombie Jobs in Storage daemon !!!!"
   echo "  !!!! Zombie Jobs in Storage daemon !!!!" >>test.out
+  cat ${tmp}/sd.out
   echo " "
   zstat=1
   exit 1