dovecot 4.1 port won't fork

2007-07-07 Thread dreamwvr
Dovecot on a new 4.1 cvs install with 4.1 dovecot port will not fork any ideas.. here is kdump [...] 3918 dovecot RET sigprocmask -65793/0xfffefeff 3918 dovecot CALL dup2(0x4,0) 3918 dovecot RET dup2 0 3918 dovecot CALL dup2(0x4,0x1) 3918 dovecot RET dup2 1 3918 dovecot

Re: dovecot 4.1 port won't fork

2007-07-07 Thread Philip Guenther
On 7/6/07, dreamwvr [EMAIL PROTECTED] wrote: Dovecot on a new 4.1 cvs install with 4.1 dovecot port will not fork any ideas.. here is kdump ... 3918 dovecot CALL fork() 3918 dovecot RET fork 14942/0x3a5e That shows that fork() was successful and that the pid of the child was 14942.