Re: wrong path in snappuller

2007-04-27 Thread Chris Hostetter
: The "solr" on the rsync command line is just a label which is defined in : rsyncd.conf on the master. rsyncd.conf is created on the fly by the script : rsyncd-start: ... : This label is then mapped to the path defined in $data_dir. Ah... right, i forgot about that. : > Why does it nee

Re: wrong path in snappuller

2007-04-25 Thread Bill Au
What OS are you running on? The "solr" on the rsync command line is just a label which is defined in rsyncd.conf on the master. rsyncd.conf is created on the fly by the script rsyncd-start: cat < ${solr_root}/conf/rsyncd.conf rsyncd.conf file uid = $(whoami) gid = $(whoami) use chroot

Re: wrong path in snappuller

2007-04-25 Thread galo
Ok, i will create an issue. I got round it changing this > : rsync -Wa${verbose}${compress} --delete ${sizeonly} \ > : ${stats} rsync://${master_host}:${rsyncd_port}/solr/${name}/ > : ${data_dir}/${name}-wip for > : rsync -Wa${verbose}${compress} --delete ${sizeonly} \ > : ${stats} ${master_ho

Re: wrong path in snappuller

2007-04-24 Thread Chris Hostetter
: and I'm finding the same issues as : https://issues.apache.org/jira/browse/SOLR-188 in the snappuller, I : haven't looked in other scripts yet. : : rsync -Wa${verbose}${compress} --delete ${sizeonly} \ : ${stats} rsync://${master_host}:${rsyncd_port}/solr/${name}/ : ${data_dir}/${name}-wip that

wrong path in snappuller

2007-04-24 Thread galo
I have downloaded all the scripts from the current version in the trunk and I'm finding the same issues as https://issues.apache.org/jira/browse/SOLR-188 in the snappuller, I haven't looked in other scripts yet. rsync -Wa${verbose}${compress} --delete ${sizeonly} \ ${stats} rsync://${master_ho