This seems to be some kind of clucene internal error.
Aki
On 24.10.2016 17:21, Larry Rosenman wrote:
> that seems to fix this kevent() problem, but I got the following lucene
> assert. Is that because of previous fails?
>
> Also, while I have your attention, is fts_autoindex supposed to work
> a
that seems to fix this kevent() problem, but I got the following lucene
assert. Is that because of previous fails?
Also, while I have your attention, is fts_autoindex supposed to work
accross NAMESPACES?
doveadm(mrm): Debug: Mailbox LISTS/vse-l: Opened mail UID=39483 because:
fts indexing
dovead
Hi!
We found some problems with those patches, and ended up doing slightly
different fix:
https://github.com/dovecot/core/compare/3e41b3d%5E...cca98b.patch
Aki
On 24.10.2016 10:17, Aki Tuomi wrote:
> Hi!
>
> Can you try these two patches?
>
> Aki
>
>
> On 24.10.2016 08:48, Aki Tuomi wrote:
>> O
Hi!
Can you try these two patches?
Aki
On 24.10.2016 08:48, Aki Tuomi wrote:
> Ok so that timeval makes no sense. We'll look into it.
>
> Aki
>
>> On October 24, 2016 at 12:22 AM Larry Rosenman wrote:
>>
>>
>> doveadm(mrm): Debug: http-client: conn 127.0.0.1:9998 [1]: Got 200 response
>> for
Ok so that timeval makes no sense. We'll look into it.
Aki
> On October 24, 2016 at 12:22 AM Larry Rosenman wrote:
>
>
> doveadm(mrm): Debug: http-client: conn 127.0.0.1:9998 [1]: Got 200 response
> for request [Req38: PUT http://localhost:9998/tika/] (took 296 ms + 8 ms in
> queue)
> doveadm
doveadm(mrm): Debug: http-client: conn 127.0.0.1:9998 [1]: Got 200 response
for request [Req38: PUT http://localhost:9998/tika/] (took 296 ms + 8 ms in
queue)
doveadm(mrm): Panic: kevent(): Invalid argument
Program received signal SIGABRT, Aborted.
0x0008014e6f7a in thr_kill () from /lib/libc.
According to man page, the only way it can return EINVAL (22) is either bad
filter, or bad timeout. I can't see how the filter would be bad, so I'm
guessing ts must be bad. Unfortunately I forgot to ask for it, so I am going to
have to ask you run it again and run
p ts
if that's valid, then th
ok, gdb7 works:
(gdb) fr 6
#6 0x0008011a3e49 in io_loop_handler_run_internal (ioloop=0x801c214e0)
at ioloop-kqueue.c:131
131 i_panic("kevent(): %m");
(gdb) p errno
$1 = 22
(gdb) p ret
$2 = -1
(gdb) p *ioloop
$3 = {prev = 0x801c21080, cur_ctx = 0x0, io_files = 0x801c4f980,
next_io_file = 0x0, t
grrr.
/home/mrm $ gdb /usr/local/bin/doveadm
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see t
Hi,
can you run doveadm in gdb, wait for it to crash, and then go to frame 6 (
io_loop_handler_run_internal) and run
p errno
p ret
p *ioloop
p *ctx
p *events
Sorry but the crash doesn't make enough sense yet to me, we need to determine
what the invalid parameter is.
> Larry Rosenman
No symbol table info available.
> > #17 0x00433b29 in doveadm_cmd_run_ver2 ()
> > No symbol table info available.
> > #18 0x004336b7 in doveadm_cmd_try_run_ver2 ()
> > ---Type to continue, or q to quit---
> > No symbol table info available.
> > #19 0x004362b2 in m
> doveconf -n attached, what else do you need?
> > >
> > >
> > >
> > > On Sun, Oct 23, 2016 at 3:19 AM, Aki Tuomi wrote:
> > >
> > > > Please see http://dovecot.org/bugreport.html
> > > >
> > > > Aki
> > >
t; > > >
> > > >
> > > > Sent from my Sprint Samsung Galaxy S7.
> > > > Original message From: Larry Rosenman <
> > > larry...@gmail.com> Date: 10/21/16 12:27 PM (GMT-06:00) To: Aki
> Tuomi <
> > > aki.tu...@do
- Original message From: Larry Rosenman <
> > larry...@gmail.com> Date: 10/21/16 12:27 PM (GMT-06:00) To: Aki Tuomi <
> > aki.tu...@dovecot.fi> Cc: Dovecot Mailing List
> > Subject: Re: keent() from Tika - with doveadm
> > > Unfortuantely it doe
; >
> > Sent from my Sprint Samsung Galaxy S7.
> > Original message From: Larry Rosenman <
> larry...@gmail.com> Date: 10/21/16 12:27 PM (GMT-06:00) To: Aki Tuomi <
> aki.tu...@dovecot.fi> Cc: Dovecot Mailing List
> Subject: Re: keent() from Tika - with do
06:00) To: Aki Tuomi
> Cc: Dovecot Mailing List Subject: Re: keent() from Tika
> - with doveadm
> Unfortuantely it doesn't seem to log that, and it's not 100% consistent.
> I did catch one, but the log file is huge so it's at:
> http://www.lerctr.org/~ler/Dovecot/do
Any news Ali?
Sent from my Sprint Samsung Galaxy S7.
Original message From: Larry Rosenman
Date: 10/21/16 12:27 PM (GMT-06:00) To: Aki Tuomi Cc:
Dovecot Mailing List Subject: Re: keent() from Tika -
with doveadm
Unfortuantely it doesn't seem to log that, and it&
Unfortuantely it doesn't seem to log that, and it's not 100% consistent.
I did catch one, but the log file is huge so it's at:
http://www.lerctr.org/~ler/Dovecot/doveadm0-tika
On Fri, Oct 21, 2016 at 12:17 PM, Aki Tuomi wrote:
>
> > On October 21, 2016 at 8:06 PM Larry Rosenman
> wrote:
> >
>
> On October 21, 2016 at 8:06 PM Larry Rosenman wrote:
>
>
> getting the following:
>
> Oct 21, 2016 12:04:25 PM org.apache.tika.server.resource.TikaResource
> logRequest
> INFO: tika/
> (application/vnd.openxmlformats-officedocument.wordprocessingml.document)
> doveadm(ctr): Debug: http-clien
getting the following:
Oct 21, 2016 12:04:25 PM org.apache.tika.server.resource.TikaResource
logRequest
INFO: tika/
(application/vnd.openxmlformats-officedocument.wordprocessingml.document)
doveadm(ctr): Debug: http-client: conn 127.0.0.1:9998 [1]: Got 200 response
for request [Req69: PUT http://l
20 matches
Mail list logo