Displaying 10 results from an estimated 10 matches similar to: "Dovecot 2.0.beta4: auth-worker keeps crashing"
2012 Jun 20
0
Problem with Dovecot 2.0/2.1 and MySQL 5.1
Hi everyone,
since some time I got problems with dovecot & mysql.
I got the problem with version 2.0.x and upgraded to 2.1.7 to check if
its gone. But its not :(
The logs just tell me this:
dovecot: auth: Error: auth worker: Aborted request: Worker process died
unexpectedly
If I change to a sqlite setup, everything works fine.
Here are some informations. I hope someone can tell me whats
2007 Jun 03
3
Dovecot Authentication Problem - Help pls!
Hello List,
This is dovecot 1.0.0 on FreeBSD 4.11-STABLE. I did not provide this
information before:-)
I am back again and I think I am edging closer to getting a solution.
I have done some modifications and now dovecot gives me a different
error message than before....
Here is what I have for the password_query and user_query
password_query = SELECT popbox.cleartext AS password FROM
2011 Nov 15
3
Seg fault in dovecot/auth 2.0.15
Folks:
I've been running Dovecot 2.0.7 on a Qmail / Vpopmail installation built
on Debian Squeeze, with no problems for about a year. Dovecot is used
for IMAP/S auth only.
Dovecot is built from source. I just upgraded to 2.0.15 but it
segfaults whenever an IMAP auth is attempted, regardless of the user who
tries to login, whether by webmail (Roundmail) Android phone (K-9 Mail)
or iPad
2010 Nov 01
1
auth child abort - "Requested NTLM scheme, but we have only SSHA256"
Hi!
I noticed these messages in my logs. It seems that the user checked the
"encrypted password" in her outlook or something, and wants NTLM auth.
I'm storing all the passwords as SSHA256, and when the user tries to
auth, this happens:
=> dovecot.info
auth: Info: password(<username>,<user_ip>): Requested NTLM scheme, but
we have only SSHA256
auth: Debug:
2010 Aug 20
2
PATCH: SQL connect crash
Hi!
Dovecot 2.0.0 auth process seems to crash while attempting to
connect to a nonexistent SQL database. A shallow look at the code
reveals that NULL module->conn in passdb-sql.c is being erroneously
dereferenced while trying to clean up after a failed connection
attempt:
(gdb) bt
#0 0x0806240e in sql_query_callback (result=0x8076c40, sql_request=0x808ff90)
at passdb-sql.c:70
#1
2005 Apr 08
2
1.0-test67
http://dovecot.org/test/
Hopefully better release than last one. Fixes several problems test66
had and also some older problems reported in this list.
It also contains a pretty large mbox code cleanup, fixing several
problems (especially related to X-IMAP/X-IMAPbase headers) and making it
a bit faster. Maybe I'll backport it to 1.0-stable too when it looks
like it's stable..
BTW. mbox
2007 Aug 01
3
dovecot: child 1690 (auth-worker) killed with signal 11
Hi there,
I've been seeing this for quite a while now, but only today finally got
off my lazy you-know-what and did a backtrace. Here's the requested info
as per http://dovecot.org/bugreport.html:
* Dovecot version
[root at airframe]:~# dovecot --version
1.0.3
* Operating system or Linux distribution name
Slackware 10.2, both kernel 2.6.21.3 and dovecot self-compiled
* CPU
2014 Feb 07
1
Dovecot 2.2.10 crash / infinite loop bug
Hello,
I though this bug should be reported, although there is workaround
already made and in use.
Dovecot 2.2.10 crashes into out of memory error when there is defined
system users (userdb+passdb) and own virtual users (userdb+passdb).
Removing either one solves the issue and Dovecot is working as it
should. When memory leak (I replaced pw_init and gr_init with the
version that is found
2017 Feb 03
0
Crash while reading compressed mbox: Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion failed: (ret == -1)
Hello,
I use mbox compressed by gzip as read-only folder (using zlib plugin).
This setup worked for a while, but doesn't work with latest dovecot
version (2.2.27).
I have error in logs:
Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
failed: (ret == -1)
I can see list of messages in MUA but can't ready body of any message.
I've tried to delete indexes, but it
2015 Aug 19
2
segfault when using zlib module with glibc 2.22
Hi,
I'm seeing the following segfault when I run `doveadm search
mailbox inbox` with the zlib module enabled with dovecot 2.18 and glibc
2.22 on Arch Linux. It does not happen with glibc 2.21.
I've noticed that when I remove "zlib" from the mail_plugins line at
the beginning of the config file the segfault goes away. I've also
tested hg tip and the problem does not appear