James Harr wrote:
> The </dev/null did the trick. The gc is running Ubuntu 8.04 (hardy) 
> amd64. Running system imager 4.0.2 compiled from source (the .debs are 
> 32 bit only last time I checked).
> 

James,

could you check if the following patch fixes as well (obviously without
appending "</dev/null" to the command line)?

Thanks,
-Andrea

--
Index: sbin/si_prepareclient
===================================================================
--- sbin/si_prepareclient       (revision 4449)
+++ sbin/si_prepareclient       (working copy)
@@ -1138,7 +1138,7 @@
         }
     
         # Start up the new one.
-        SystemImager::UseYourOwnKernel::run_cmd("rsync --daemon 
--port=$RSYNC_PORT --config=$rsyncd_conf_file", 0, 0);
+        SystemImager::UseYourOwnKernel::run_cmd("rsync --daemon 
--port=$RSYNC_PORT --config=$rsyncd_conf_file </dev/null", 0, 0);
     
         # Give a few seconds for the new daemon to start.
         $|++;
@@ -1153,7 +1153,7 @@
     } else {
       # still need to sleep
       sleep(2);
-      SystemImager::UseYourOwnKernel::run_cmd("rsync --daemon 
--port=$RSYNC_PORT --config=$rsyncd_conf_file", 0, 0);
+      SystemImager::UseYourOwnKernel::run_cmd("rsync --daemon 
--port=$RSYNC_PORT --config=$rsyncd_conf_file </dev/null", 0, 0);
       sleep(3);
     }
 }

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to