Por algum motivo ele não está conserguindo criar o socket. Deve ser
algum problema de instalacao.

    if( (!($csock)) || ($csock && (!($csock->connected))) )
    {
        $csock = IO::Socket::UNIX->new($SPATH);
        if( (!($csock = IO::Socket::UNIX->new($SPATH))) )
        {
            mylog(warning=>"cache_query: \$csock couln't be created:
$@, calling spawn_cache()");
            spawn_cache();
            return(undef);
        }

Esse programa deve criar algum socket em alguma porta que já é
utilizada ou algo do tipo.

[]'s

Hamilton Vera

2010/8/30 Zhu Sha Zang <[email protected]>:
>  Alguém que use este programa, policy-weight, já viu o erro abaixo ou
> tem idéia de como resolvê-lo?
>
> Aug 29 12:28:36 trolls postfix/policyd-weight[3164]: warning: cache_query: 
> $csock couln't be created: connect: Arquivo ou diretório não encontrado, 
> calling spawn_cache()
>
>
> Att
>
>
>
> _______________________________________________
> Postfix-BR mailing list
> [email protected]
> http://listas.softwarelivre.org/mailman/listinfo/postfix-br
>
>



-- 
Hamilton Vera
int Administrator (char Network[],char ComputationalSystems[])
http://hvera.wordpress.com
_______________________________________________
Postfix-BR mailing list
[email protected]
http://listas.softwarelivre.org/mailman/listinfo/postfix-br

Responder a