It is definitely zsh related.  I got the same error when I run the find
command under zsh, but not with bash or ksh.

I also found this:
http://www.zsh.org/mla/users/2005/msg00295.html

Obviously that won't work for bash or ksh.

Bill


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


Reply via email to