Subject: fstress patch Date: Thu, 22 Apr 2004 12:52:49 -0400 (EDT) From: Raghu R Arur To: chase@cs.duke.edu CC: Matt Selsky Hi Jeff, We were trying to install and run fstress for our benchmarking. It got compiled well but when we tried to run we had some problems. One of the shell scripts ( fstrss.csh ) has a small problem.. We are attaching the patch that corrects that mistake. Thanks, Raghu and Matt. diff -ur fstress.orig/bin/fstress.csh /root/fstress/bin/fstress.csh --- fstress.orig/bin/fstress.csh 2002-06-05 16:12:23.000000000 -0400 +++ fstress/bin/fstress.csh 2004-04-22 12:24:33.000000000 -0400 @@ -359,7 +361,7 @@ while ($LOAD <= $END_LOAD) foreach CLIENT ($CLIENTS) - rsh $CLIENT sync + $RSH $CLIENT sync end echo "-------------------------------------------------------"