Re: [Dovecot] Major CPU spike for SSL parameters?
Yay. It works. SSL regenerated statement is gone.
I was using alpha and upgraded to b1, b2 afterward. login directory is root:dovecot and when you create a brand new ssl-parameters.dat in freebsd, it inherited the gid (87) from the directory.
I chgrp it to wheel and it works now. Thanks.
-rw-r--r-- 1 root wheel 230 Jan 23 02:18 ssl-parameters.dat
Jan 23 02:19:39 foxmulder dovecot: Dovecot v1.0.beta2 starting up Jan 23 02:19:39 foxmulder dovecot: 1138000736 + 172800 (1138173536) < 1138000779, size=230, uid=0 vs 0, gid=0 vs 0 Jan 23 02:29:40 foxmulder dovecot: 1138000736 + 172800 (1138173536) < 1138001380, size=230, uid=0 vs 0, gid=0 vs 0
Timo Sirainen wrote:
On 23.1.2006 09:04, "Peter Chiu" pc8888@gmail.com wrote:
I tried to set the guid, howerver dovecot reset it back to the way it was. Did I do something wrong?
No, I meant that you shouldn't have had it if it was there for some reason.
Well, try then just "chgrp root ssl-parameters.dat" and that should work. But I still don't know why it would get created with GID 87 (dovecot?) instead of root.
participants (1)
-
Peter Chiu