I am testing the version on FreeBSD 7.3-PRELEASE (I doubt it's the issue) and I am having a problem with pop3. Here is what I see in the log when I attempt to connect to port 110: Feb 22 18:15:03 master: Warning: SIGHUP received - reloading configuration Feb 22 18:15:08 pop3-login: Panic: file login-settings.c: line 216 (login_settings_read): assertion failed: (input.roots[count] == NULL) Feb 22 18:15:08 master: Error: service(pop3-login): child 70115 killed with signal 6 (core dumped) Feb 22 18:15:08 master: Error: service(pop3-login): command startup failed, throttling And the output of doveconf can be seen at http://62.8.64.102/~wash/2.0b3.txt I've basically made my best effort to reflect the settings I had on 2.0b1 into this version. What could the problem be? -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube
Odhiambo Washington wrote:>I am testing the version on FreeBSD 7.3-PRELEASE (I doubt it's the issue) >and I am having a problem with pop3. Here is what I see in the log when I >attempt to connect to port 110: > >Feb 22 18:15:03 master: Warning: SIGHUP received - reloading configuration >Feb 22 18:15:08 pop3-login: Panic: file login-settings.c: line 216 >(login_settings_read): assertion failed: (input.roots[count] == NULL) >Feb 22 18:15:08 master: Error: service(pop3-login): child 70115 killed with >signal 6 (core dumped) >Feb 22 18:15:08 master: Error: service(pop3-login): command startup failed, >throttlingI see the same thing with pop3 and a different but apparently related symptom with imap. See <http://dovecot.org/pipermail/dovecot/2010-February/046989.html> I don't have an answer though :( -- Mark Sapiro <mark at msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 2010-02-22 10:30 AM, Odhiambo Washington wrote:> And the output of doveconf can be seen at http://62.8.64.102/~wash/2.0b3.txtPlease don't do that, just paste them inline... -- Best regards, Charles
On Mon, 2010-02-22 at 18:30 +0300, Odhiambo Washington wrote:> Feb 22 18:15:08 pop3-login: Panic: file login-settings.c: line 216 > (login_settings_read): assertion failed: (input.roots[count] == NULL)Looks like beta3 was a pretty horrible release. Fixed this bug too: http://hg.dovecot.org/dovecot-2.0/rev/32d6dd7ce7cb Also dsync was crashing at startup. I think I'll do beta4 in a few days in case there are other bad bugs. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20100222/11e66273/attachment-0002.bin>
Timo Sirainen wrote:> >On Mon, 2010-02-22 at 18:30 +0300, Odhiambo Washington wrote: >> Feb 22 18:15:08 pop3-login: Panic: file login-settings.c: line 216 >> (login_settings_read): assertion failed: (input.roots[count] =3D=3D NULL) > >Looks like beta3 was a pretty horrible release. Fixed this bug too: >http://hg.dovecot.org/dovecot-2.0/rev/32d6dd7ce7cbIt looks like that will fix the pop3 assertion panic, but I think I will still have issues with imap login with messages like Feb 21 10:51:47 sbh16 dovecot: imap-login: Fatal: Can't load ssl_cert: There is no certificate. Feb 21 10:51:47 sbh16 dovecot: master: service(imap-login): command startup failed, throttling See <http://dovecot.org/pipermail/dovecot/2010-February/046989.html> for more detail on this. I have ssl_cert = /etc/postfix/sbh16-cert.pem ssl_key = /etc/postfix/sbh16-key.pem and these are the same files that work with dovecot 1.2.10 I have also tried ssl_cert = </etc/postfix/sbh16-cert.pem ssl_key = </etc/postfix/sbh16-key.pem and I'm sure it didn't work, but it is possible I was confused by the pop3 assertion panic.>Also dsync was crashing at startup. I think I'll do beta4 in a few days >in case there are other bad bugs.I'll probably wait for beta4 before trying again. -- Mark Sapiro <mark at msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On Mon, Feb 22, 2010 at 6:55 PM, Timo Sirainen <tss at iki.fi> wrote:> On Mon, 2010-02-22 at 18:30 +0300, Odhiambo Washington wrote: > > Feb 22 18:15:08 pop3-login: Panic: file login-settings.c: line 216 > > (login_settings_read): assertion failed: (input.roots[count] == NULL) > > Looks like beta3 was a pretty horrible release. Fixed this bug too: > http://hg.dovecot.org/dovecot-2.0/rev/32d6dd7ce7cb > > Also dsync was crashing at startup. I think I'll do beta4 in a few days > in case there are other bad bugs. > >Now it starts normally, at least, but funnily, the auth mechanisms I am using in beta1 don't work with the same db in beta3. Unless I missed something, the following is what I get: Feb 22 19:29:48 auth: Error: md5_verify(user at domain.tld): Not a valid MD5-CRYPT or PLAIN-MD5 password Is there some inconsistency in my configuration I pasted earlier? -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube