Index: [Article Count Order] [Thread]

Date:  Wed, 18 Oct 2006 16:51:50 -0400
From:  "Christian Lappin" <clappin (at mark) axsne.com>
Subject:  [coba-e:07613] Re: HELP - excessive dovecot-auth
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <006e01c6f2f7$3d574050$6d0da8c0 (at mark) axsdom.local>
In-Reply-To:  <109f01c6f2ec$4e3aae30$0301a8c0@Jerrycp>
X-Mail-Count: 07613

 

Gerald - 

Yes in fact the server has been rebooted several times due to the fact it
will hang once the dovecot-auth sessions start to pile up. It seems like I
am missing something in a config, but I do not know what or where. Like I
noted the CPU does not go up. I end up with pages of dovecot-auth processes
that are stale or in a Sleeping state. Not Zombie, but "S" It seems to me
they are not clearing on their own since they are not current.


-----Original Message-----
From: Gerald Waugh [mailto:gwaugh (at mark) frontstreetnetworks.com] 
Sent: Wednesday, October 18, 2006 3:34 PM
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:07612] Re: HELP - excessive dovecot-auth

> 
> I tried increasing xinitd  to 600 but this has not helped.
> 
> Xinetd config below:
> 
> [root (at mark) marmailbq01 ~]# cat /etc/xinetd.conf # # Simple configuration 
> file for xinetd # # Some defaults, and include /etc/xinetd.d/
> 
> defaults
> {
>         instances               = 600
>         log_type                = SYSLOG authpriv
>         log_on_success          = HOST PID
>         log_on_failure          = HOST
>         cps                     = 25 30
> }
> 
> includedir /etc/xinetd.d
> 
Did you?
 /etc/rc.d/init.d/xinetd restart

Gerald