Re: Replication script file issues..

2007-07-20 Thread Matthew Runo
Yes, I used that, and didn't see much else. But I did see that it was trying to execute something on the blank line at the top of scripts.conf, which eventually lead to the newlines. ++ | Matthew Runo | Zappos Development | [EMAIL PRO

Re: Replication script file issues..

2007-07-20 Thread Bill Au
FYI, in additional to the -v option, the latest version of all the scripts have a -V option which is equivalent to "set -x". Bill On 7/20/07, Matthew Runo <[EMAIL PROTECTED]> wrote: Just an FYI.. it seems that the generated scripts.conf file had DOS format newlines. Once I did :set fileformat

Re: Replication script file issues..

2007-07-20 Thread Matthew Runo
Just an FYI.. it seems that the generated scripts.conf file had DOS format newlines. Once I did :set fileformat=unix in VIM, all was well. Everything is working like a champ now, with no other changes aside from that. ++ | Matthew R

Re: Replication script file issues..

2007-07-19 Thread Jed Reynolds
Matthew Runo wrote: It seems that as soon as I get a commit, snapshooter goes wild. I have 1107 running instances of snapshooter right now.. I suspect you've got pathing and/or permissions issues. First try running snapshooter -v, and it will be louder. I've often had to dig in deeper, tho.

Re: Replication script file issues..

2007-07-18 Thread Matthew Runo
It seems that as soon as I get a commit, snapshooter goes wild. I have 1107 running instances of snapshooter right now.. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 +

Re: Replication script file issues..

2007-07-18 Thread Matthew Runo
Also... tomcat5 17003 0.0 0.0 3084 1456 ?S10:32 0:00 /bin/ bash /opt/solr/bin/snapshooter -u tomcat5 -d /opt/solr/data tomcat5 17008 0.0 0.0 3084 1456 ?S10:32 0:00 /bin/ bash /opt/solr/bin/snapshooter -u tomcat5 -d /opt/solr/data tomcat5 17013 0.0 0.

Re: Replication script file issues..

2007-07-18 Thread Matthew Runo
Also... [EMAIL PROTECTED]:/home/mruno]$ sudo /opt/solr/bin/snapinstaller -M search1.zappos.com -d /opt/solr/data -S /opt/solr/logs -u tomcat5 -v : command not foundpts.conf: line 15: : command not foundpts.conf: line 15: started by mruno command: /opt/solr/bin/snapinstaller -M search1.zappos.

Re: Replication script file issues..

2007-07-18 Thread Matthew Runo
That seemed to work well. Thank you! I'm seeing some weird stuff from the code though, revolving, I think, around users.. [EMAIL PROTECTED]:/home/mruno]$ sudo /opt/solr/bin/commit : command not foundpts.conf: line 15: !udo: no passwd entry for tomcat5 [EMAIL PROTECTED]:/home/mruno]$ sudo /opt

Re: Replication script file issues..

2007-07-18 Thread Bill Au
You should specify snapshooter by its full path, as in: /opt/solr/bin/snapshooter Bill On 7/18/07, Matthew Runo <[EMAIL PROTECTED]> wrote: I'm sorry about this guys, but I'm having the strangest path errors with replication.. SEVERE: java.io.IOException: Cannot run program "snapshooter" (in

Replication script file issues..

2007-07-18 Thread Matthew Runo
I'm sorry about this guys, but I'm having the strangest path errors with replication.. SEVERE: java.io.IOException: Cannot run program "snapshooter" (in directory "/opt/solr/bin"): java.io.IOException: error=2, No such file or directory but.. cd /opt/solr/bin and the snapshooter file is t