Re: Cronjobs - change indexing interval

2019-08-26 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

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 -

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-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 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

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

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   

Re: Cronjobs - change indexing interval

2019-08-24 Thread BKH
Hello Janos, 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 this? BKH Am 24.08.19 um 12:19

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