I found that if I add single quotes to the pattern as below, it worked on
the command line of my zsh env, so I'll try add the quotes in the snappuller
script and test it again.

find /home/yjin/apps/solr-nightly/example/solr/data/ -name 'snapshot.*'
-print
/home/yjin/apps/solr-nightly/example/solr/data/snapshot.20061023172655



will keep you updated!

regards,
-Hui


On 10/31/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:

: For #2, I think I just need to setup the passwordless SSH with empty
: passphase. right?

correct.

: I tried to run the find command
: find /home/yjin/apps/solr-nightly/example/solr/data/ -name snapshot.*
-print
:
: directly on my box and it gave the same result:
: zsh: no matches found: snapshot.*

FYI: i don't think that's exactly a fair comparison, when you run that
command, your shell tries to evaluate the '*' before executing find,
but when it's run via ssh, that doesn't (usually) happen ... except it
sounds like Bill thinks the problem is that it does happen if your remote
shell is zsh.

could you by any chance try running snappuller as a user whose shell is sh
or bash (specificly: shows shell on the master is sh or bash) ?


-Hoss




--
Regards,

-Hui

Reply via email to