Re: solr_hostname in scripts.conf

2009-03-26 Thread Otis Gospodnetic
ser@lucene.apache.org > Sent: Wednesday, March 25, 2009 7:24:43 PM > Subject: solr_hostname in scripts.conf > > I've a question. Is it safe to use 'localhost' as solr_hostname in > scripts.conf? > > -- > -Tim

Re: solr_hostname in scripts.conf

2009-03-26 Thread Bill Au
That should be OK. I did a quick scan of all the scripts that use $solr_hostname. It defaults to localhost if it is not set. Bill On Wed, Mar 25, 2009 at 7:24 PM, Garafola Timothy wrote: > I've a question. Is it safe to use 'localhost' as solr_hostname in > scripts.conf? > > -- > -Tim >

solr_hostname in scripts.conf

2009-03-25 Thread Garafola Timothy
I've a question. Is it safe to use 'localhost' as solr_hostname in scripts.conf? -- -Tim

Re: scripts.conf

2008-09-17 Thread sunnyfr
gt; >> >> I created several instance for a multi core to manage users and books >> independently. >> >> didn't get : "All the scripts dot in (".") the utility script >> scripts-util, >> which in turn >> dots in scripts

Re: scripts.conf

2008-09-17 Thread Bill Au
e scripts dot in (".") the utility script scripts-util, > which in turn > dots in scripts.conf." > > > Bill Au wrote: > > > > All the scripts dot in (".") the utility script scripts-util, which in > > turn > > dots in scripts.conf. &

Re: scripts.conf

2008-09-17 Thread sunnyfr
I created several instance for a multi core to manage users and books independently. didn't get : "All the scripts dot in (".") the utility script scripts-util, which in turn dots in scripts.conf." Bill Au wrote: > > All the scripts dot in (".")

Re: scripts.conf

2008-09-17 Thread Bill Au
All the scripts dot in (".") the utility script scripts-util, which in turn dots in scripts.conf. Why are you running several instances, multiple ports, multiple webapps, or multiple cores? http://wiki.apache.org/solr/MultipleIndexes Bill On Wed, Sep 17, 2008 at 8:50 AM, sunny

Re: scripts.conf

2008-09-17 Thread sunnyfr
Yes I did, it's just not clear about how it works with several instance. So far, like I explained, my tree looks like solr/user/bin (snappuller rsyncd...) solr/user/conf (scripts.conf) solr/user/logs (rsyncd-enable ...) solr/books/bin (snappuller rsyncd...) solr/books/conf (scripts.conf)

Re: scripts.conf

2008-09-17 Thread Koji Sekiguchi
> Ok, obviously rsyncd.conf is generated automaticly by rsync. > Somebody has an exemple of scripts.conf ? Have you read this? http://wiki.apache.org/solr/SolrCollectionDistributionScripts Koji

Re: scripts.conf

2008-09-17 Thread sunnyfr
Ok, obviously rsyncd.conf is generated automaticly by rsync. Somebody has an exemple of scripts.conf ? sunnyfr wrote: > > There is as well solr/conf/rsyncd.conf what is the difference with > scripts.conf ? > and should that be in every instance of solr : like solr/user/conf and

Re: scripts.conf

2008-09-17 Thread sunnyfr
There is as well solr/conf/rsyncd.conf what is the difference with scripts.conf ? and should that be in every instance of solr : like solr/user/conf and solr/books/conf ...? Cheers, sunnyfr wrote: > > Hi, > > Just to be sure ? > scripts.conf is used if in my command runned .

scripts.conf

2008-09-17 Thread sunnyfr
Hi, Just to be sure ? scripts.conf is used if in my command runned .. snappuller or snapinstaller ... I don't write the value straight. It's like conf file with parameters inside ... Somebdoy has an exemple about scripts.conf and comand line to use parameters? Thanks, Sunny --

Re: Solr Scripts.conf Parsing Error

2007-04-16 Thread realw5
gt;> >> Dan >> >> Chris Hostetter wrote: >> > >> > >> > : all the debug output. Here, is a snip of that. Note the "solr\r", yet >> in >> > my >> > : .conf file I have only "user=solr". If I run the

Re: Solr Scripts.conf Parsing Error

2007-04-14 Thread Bill Au
gt; > > : all the debug output. Here, is a snip of that. Note the "solr\r", yet > in > > my > > : .conf file I have only "user=solr". If I run the script using this > > command > > > > what does "cat -vet scripts.conf" tell you?

Re: Solr Scripts.conf Parsing Error

2007-04-14 Thread Venkatesh Seetharam
M$ Question now is, what's the best solution to removing those characters? Dan Chris Hostetter wrote: > > > : all the debug output. Here, is a snip of that. Note the "solr\r", yet in > my > : .conf file I have only "user=solr". If I run the script using this

Re: Solr Scripts.conf Parsing Error

2007-04-13 Thread realw5
: all the debug output. Here, is a snip of that. Note the "solr\r", yet in > my > : .conf file I have only "user=solr". If I run the script using this > command > > what does "cat -vet scripts.conf" tell you? > > > > -Hoss > > >

Re: Solr Scripts.conf Parsing Error

2007-04-12 Thread Bill Au
As Chris as pointed out, there may be some non-printing character(s) in your scripts.conf. Bill On 4/11/07, realw5 <[EMAIL PROTECTED]> wrote: I have not run bash -x, however I have run rsyncd-enable with -V which shows all the debug output. Here, is a snip of that. Note the "solr

Re: Solr Scripts.conf Parsing Error

2007-04-11 Thread realw5
> > On 4/9/07, realw5 <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> I'm having troubles getting replication to work using the supplied solr >> scripts. I've been doing alot of digging today, going though all the bash >> scripts that make all this

Re: Solr Scripts.conf Parsing Error

2007-04-11 Thread realw5
> > On 4/9/07, realw5 <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> I'm having troubles getting replication to work using the supplied solr >> scripts. I've been doing alot of digging today, going though all the bash >> scripts that make all this

Re: Solr Scripts.conf Parsing Error

2007-04-11 Thread realw5
> > On 4/9/07, realw5 <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> I'm having troubles getting replication to work using the supplied solr >> scripts. I've been doing alot of digging today, going though all the bash >> scripts that make all this

Re: Solr Scripts.conf Parsing Error

2007-04-11 Thread Chris Hostetter
: all the debug output. Here, is a snip of that. Note the "solr\r", yet in my : .conf file I have only "user=solr". If I run the script using this command what does "cat -vet scripts.conf" tell you? -Hoss

Re: Solr Scripts.conf Parsing Error

2007-04-11 Thread Bill Au
#x27;ve been doing alot of digging today, going though all the bash scripts that make all this happen using rsync. I'm pretty sure I've boiled it down to the scripts.conf file. When I make my settings in this file and try to run say rsyncd-enable, I get an error saying "no passwd fo

Solr Scripts.conf Parsing Error

2007-04-09 Thread realw5
Hello, I'm having troubles getting replication to work using the supplied solr scripts. I've been doing alot of digging today, going though all the bash scripts that make all this happen using rsync. I'm pretty sure I've boiled it down to the scripts.conf file. When I make