Index: trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt
===================================================================
--- trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt	(revision 42440)
+++ trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt	(revision 42441)
@@ -55,9 +55,11 @@
 # output: md5host.book
 task nights.md5sum.loadhosts
-
   periods      -poll $RPOLL
   periods      -exec $REXEC
   periods      -timeout 60
+  host		local
   npending 1
+  # note: the tasks which return their results via stdout
+  # seem to fail if run remotely.  
 
   stdout $LOGDIR/md5sum.loadhosts.stdout.log  
@@ -86,5 +88,5 @@
     exec echo "# start runhosts $mydate" >> $tmpline
 
-    command get_hosts_md5s.sh $DATEOBS v0
+    command $mypath/get_hosts_md5s.sh $mypath $DATEOBS v0
   end
 
@@ -92,8 +94,11 @@
     # convert the stdout 'queue' to entries in a book
     # fields in the table will become words in the page
+    queueprint stdout
     queuesize stdout -var Nhosts
     queue2book -raw-columns -key dateobs:md5host -uniq -setword pantaskState INIT stdout md5host.book
     book setword md5sum.book $options:0 NHOST {$Nhosts - 1}
     book setword md5sum.book $options:0 NDONE 0
+    book list
+    book listbook md5sum.book
     # use the queuesize (Nhosts) to track how many jobs are done / to be done
   end
@@ -117,4 +122,5 @@
 end
 
+# runs on the hosts identified by get_hosts_md5s.sh
 # output: md5host.book
 task nights.md5sum.runhosts
