James Harr wrote: > I'm having problems running si_prepareclient from my master server like this: > [EMAIL PROTECTED] ssh gc si_prepareclient --server master --yes
[snip] > Any ideas? I'm guessing it has something to do with rsync thinking > it's suppose to use ssh to tunnel, but I'm not entirely sure. Probably it's related to rsync trying to use stdin as a socket. Which version of rsync are you using in your golden client? Try with: ssh gc "si_prepareclient --server master --yes </dev/null" -Andrea ------------------------------------------------------------------------- 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
