Cronjobs - change indexing interval

2019-08-23 Thread BKH
Hello, for testing reasons i tried changing indexing interval. I played around with this line: 5,35 * * * * /usr/local/libexec/piler/indexer.delta.sh I changed minute an hour to differnte values, but could not figure out to get it in a working state. Indexing should take place e.g. every 10 m

Re: Cronjobs - change indexing interval

2019-08-24 Thread Janos SUTO
Hello, try this: */10 * * * * Btw. check the mail log to see if it works as required. Whenever the indexer script starts it syslogs it. Janos Original Message From: BKH Sent: Fri Aug 23 21:35:04 GMT+02:00 2019 To: piler-user@list.acts.hu Subject: Cronjobs - change

Re: Cronjobs - change indexing interval

2019-08-24 Thread BKH
*From:* BKH > *Sent:* Fri Aug 23 21:35:04 GMT+02:00 2019 > *To:* piler-user@list.acts.hu > *Subject:* Cronjobs - change indexing interval > > > Hello, > > for testing reasons i tried changing indexing interval. > I played around with this line: > > 5,35 * * * *

Re: Cronjobs - change indexing interval

2019-08-24 Thread sj
Hello, On 2019-08-24 12:55, BKH wrote: thanks again for your advice. I changed values according to your suggestion and it works. But i stumbled upon WebGUI, where indexer job is shown as a regular 30-minute-job, even if values are changed in piler cronjobs. Is there some workaround for thi

Re: Cronjobs - change indexing interval

2019-08-24 Thread BKH
Hi Janos, i put define('SPHINX_VERSION', 311); below # # minimal sphinx configuration suited to piler # and over source base {    type = mysql    sql_host = localhost    sql_db = piler    sql_user = piler    sql_pass = 0m8k1inn.    sql_attr_uint = size    sql_attr_uint = sent    sql_attr_

Re: Cronjobs - change indexing interval

2019-08-24 Thread BKH
Hello Janos, this is a great idea and it did the job. I was kind of confused by changing cronjobs seeing no changes in WebGUI. Thanks a lot! BKH > > > Hello, > > On 2019-08-24 12:55, BKH wrote: >> >> thanks again for your advice. >> >> I changed values according to your suggestion and it wor

Re: Cronjobs - change indexing interval

2019-08-24 Thread sj
Hello, On 2019-08-24 16:11, BKH wrote: i put define('SPHINX_VERSION', 311); if a similar line wasn't there already, then your sphinx.conf version is not ready for 3.1.1. Grab this one: https://bitbucket.org/jsuto/piler/raw/c84bea95061820135cc1edcc8beb88ccb0d0f053/etc/sphinx.conf.in and sa

Re: Cronjobs - change indexing interval

2019-08-24 Thread BKH
Thanks, i give i a try LOCALSTAEDIR defautls to sphinxDIR? Am 24.08.19 um 16:31 schrieb s...@acts.hu: > > > Hello, > > On 2019-08-24 16:11, BKH wrote: >> >> i put >> >> define('SPHINX_VERSION', 311); > > if a similar line wasn't there already, then your sphinx.conf version is > not ready for

Re: Cronjobs - change indexing interval

2019-08-24 Thread BKH
Ok, it worked, thank again :-) Is this spinx.conf part of piler download (Version 1.3.5) which i used? I changed @LOCALSTATEDIR@ to /var Then i tried to delete older mails / deleted mails and it worked. But i got a FAIL notice: FATAL: failed to merge index 'delta1' into index 'dailydelta1':

Re: Cronjobs - change indexing interval

2019-08-25 Thread sj
Hopefully, it's not a big deal. Anyway, if your index data is fine, then it might be safe to ignore. Otherwise I'll need to fix it. Janos On 2019-08-24 16:50, BKH wrote: Ok, it worked, thank again :-) Is this spinx.conf part of piler download (Version 1.3.5) which i used? I changed @LOCALS

Re: Cronjobs - change indexing interval

2019-08-25 Thread BKH
Hello Janos, unfortunately all older emails were gone in WebGUI. After checking sphinx index i found them in spinx index. I dont know how to get then back to WebGUI an so i tried to reindex. But this did not work for me. In fact that this is not a big problem - yes, i made some backups - i'm g

Re: Cronjobs - change indexing interval

2019-08-25 Thread sj
Hello, On 2019-08-25 18:29, BKH wrote: unfortunately all older emails were gone in WebGUI. After checking sphinx index i found them in spinx index. I dont know how to get then back to WebGUI an so i tried to reindex. But this did not work for me. In fact that this is not a big problem - yes

Re: Cronjobs - change indexing interval

2019-08-25 Thread BKH
Hello, thank again, Janos. I'll give it a try und will get back to you when i'm done :-) Am 25.08.19 um 19:17 schrieb s...@acts.hu: > > > Hello, > > On 2019-08-25 18:29, BKH wrote: >> >> unfortunately all older emails were gone in WebGUI. >> After checking sphinx index i found them in spinx i

Re: Cronjobs - change indexing interval

2019-08-25 Thread BKH - Post
Hello Janos, everything went fine so far and all email are shown in WebGUI again. Since i'm in a testing environement it worked for me. I'm going to test this on a productiv system in the next days. Thanks for this great piece of software an yout help. I really appreciate this. BKH Am 25.08.