Index: trunk/Ohana/src/opihi/pcontrol/StartJob.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/StartJob.c	(revision 19124)
+++ trunk/Ohana/src/opihi/pcontrol/StartJob.c	(revision 20047)
@@ -12,4 +12,7 @@
   ASSERT (host == (Host *) job[0].host, "invalid host");
   ASSERT (job  == (Job *) host[0].job, "invalid job");
+
+  ResetJobOutput (&job[0].stdout);
+  ResetJobOutput (&job[0].stderr);
 
   /* construct command line : job arg0 arg1 ... argN\n */
@@ -80,5 +83,5 @@
 
   /* check on result of pclient command */
-  p = memstr (buffer[0].buffer, "STATUS", buffer[0].Nbuffer);
+  p = memstr (buffer[0].buffer, "PCLIENT_PID:", buffer[0].Nbuffer);
   if (p == NULL) {
       // failed to get a valid response.  kill the job and try again, 
