On Tue, Oct 21, 2008 at 01:54:43PM +0200, Andre Hübner wrote:
> here an example from one affected machine, but seems to be the same on other 
> servers.
> 
> Oct 21 10:57:00 servername postfix/policyd-weight[30304]: warning: child: 
> err: Died at /usr/lib/postfix/policyd-weight line 1322.
> Oct 21 10:57:00 servername postfix/policyd-weight[7581]: warning: child: 
> 
> $SIG{'PIPE'} = sub {
>                     mylog(warning=>"Got [EMAIL PROTECTED] Child $$ 
> terminated.");
>                     die;
>                 };
> 
> the "die" is line 1322.

Is the master alive? Please show the output of

ps axo pid,ppid,command | grep policyd

It appears that the childs have trouble to talk to a connection
oriented socket (probably the master).
 
> > what is your OS' somax-value (sysctl -a | grep somax)
> sysctl -a | grep somax shows:
> 
> # sysctl -a | grep somax
> net.core.somaxconn = 128

Please increase to >= 1024
 
> is there a special relation between this value and $SOMAXCONN in 
> /etc/policyd-weight.conf ?

One is in the scope of the kernel - the system. The
other is in the scope of the program's socket. Both
should be equal.


-- 
    Robert Felber (PGP: 896CF30B)
    Munich, Germany

____________________________________________________________
Policyd-weight Mailinglist - http://www.policyd-weight.org/

Reply via email to