I just had a strange problem with my Dovecot 1.0 installation. After about two weeks, it logged these messages: dovecot: Error: ssl-build-param: rename(/usr/local/var/lib/dovecot/ssl-parameters.dat.tmp, /usr/local/var/lib/dovecot/ssl-parameters.dat) failed: No such file or directory dovecot: Error: child 30689 (ssl-build-param) returned error 89 And thereafter, all login attempts resulted in this: dovecot: Error: imap-login: read(ssl-parameters.dat) failed: Unexpected EOF dovecot: Error: child 19036 (login) returned error 89 Thankfully, deleting the ssl-parameters.dat file (/var/run/dovecot/memoryhole.net/login/ssl-parameters.dat) and restarting dovecot fixed the problem, but it seems odd to me that dovecot expects /usr/local/var/lib/dovecot to exist (because, of course, it doesn't). I'm not defining that directory in the config file anywhere. Does anyone have any idea what's going on? ~Kyle -- I'm sick of following my dreams. I'm just going to ask them where they're going and hook up with them later. -- Mitch Hedberg -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20070501/c29e46c6/attachment.bin>
On Tuesday, May 1 at 08:33 PM, quoth Kyle Wheeler:> I just had a strange problem with my Dovecot 1.0 installation. After about > two weeks, it logged these messages: > > dovecot: Error: ssl-build-param: > rename(/usr/local/var/lib/dovecot/ssl-parameters.dat.tmp, > /usr/local/var/lib/dovecot/ssl-parameters.dat) failed: No such file or > directory > dovecot: Error: child 30689 (ssl-build-param) returned error 89For what it's worth, here is my dovecot -n output: # /service/dovecot-memoryhole.net/dovecot.conf base_dir: /var/run/dovecot/memoryhole log_path: /dev/stderr log_timestamp: listen: imap.memoryhole.net:143 ssl_listen: imap.memoryhole.net:993 ssl_cert_file: /etc/ssl/certs/imap.memoryhole.net.pem ssl_key_file: /etc/ssl/private/imap.memoryhole.net.key login_dir: /var/run/dovecot/memoryhole/login login_executable: /usr/local/libexec/dovecot/imap-login login_greeting: There was suppose to be an earth-shattering KA-BOOM!!! login_greeting_capability: yes valid_chroot_dirs: /var/lib/vpopmail/domains verbose_proctitle: yes first_valid_uid: 64020 last_valid_uid: 64020 first_valid_gid: 64020 last_valid_gid: 64020 mail_location: maildir:%h/Maildir dotlock_use_excl: yes maildir_copy_with_hardlinks: yes mbox_write_locks: fcntl mail_drop_priv_before_exec: yes mail_executable: /usr/local/bin/relay-ctrl-allow-wrapper.sh /usr/local/libexec/dovecot/imap mail_log_max_lines_per_sec: 0 auth default: mechanisms: plain login default_realm: memoryhole.net user: vpopmail passdb: driver: ldap args: /var/lib/dovecot/dovecot-ldap.conf userdb: driver: static args: uid=64020 gid=64020 home=/var/lib/vpopmail/domains/%Ld/%Ln ~Kyle -- Always forgive your enemies; nothing annoys them so much. -- Oscar Wilde -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20070501/d6c9fd6d/attachment.bin>
On Tuesday, May 1 at 08:33 PM, quoth Kyle Wheeler:> I just had a strange problem with my Dovecot 1.0 installation. After about > two weeks, it logged these messages: > > dovecot: Error: ssl-build-param: > rename(/usr/local/var/lib/dovecot/ssl-parameters.dat.tmp, > /usr/local/var/lib/dovecot/ssl-parameters.dat) failed: No such file or > directory > dovecot: Error: child 30689 (ssl-build-param) returned error 89 > > And thereafter, all login attempts resulted in this: > > dovecot: Error: imap-login: read(ssl-parameters.dat) failed: > Unexpected EOF > dovecot: Error: child 19036 (login) returned error 89My problem seems to be recurrent - about once a week (whenever Dovecot decides to regenerate the ssl-parameters.dat file), Dovecot goes belly up. If it helps, this didn't seem to happen with 1.0rc26, which is what I was using before moving to 1.0. Please, does *anyone* know what the problem might be? ~Kyle -- Three things in human life are important. The first is to be kind. The second is to be kind. And the third is to be kind. -- Henry James -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20070507/44c48321/attachment.bin>