Index: trunk/Ohana/src/opihi/pcontrol/CheckBusyJob.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/CheckBusyJob.c	(revision 10652)
+++ trunk/Ohana/src/opihi/pcontrol/CheckBusyJob.c	(revision 10659)
@@ -36,4 +36,10 @@
 
     case PCLIENT_HUNG:
+      // don't do anything drastic, just keep trying
+      if (VerboseMode()) gprint (GP_ERR, "client is busy, not responding");
+      FreeIOBuffer (&buffer);
+      return (TRUE);
+
+# if (0)      
       HarvestHost (host[0].pid);
       // unlink host & job
@@ -44,4 +50,5 @@
       FreeIOBuffer (&buffer);
       return (TRUE);
+# endif
 
     case PCLIENT_GOOD:
