[syslog-ng]syslog-ng do not work....

Alessandro Fiorenzi syslog-ng@lists.balabit.hu
Tue, 27 Jan 2004 17:40:58 +0100


--=-Nusi9FbRaIsyYYPyXney
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Well I have syslog-ng version 1.4.17, perhaps could be that, infact 
dns_cache(yes)
use_time_recvd(yes)
 does not go .

Alessandro

On Tue, 2004-01-27 at 17:01, Hamilton Andrew wrote:

> What version of syslog-ng are you using?
>  
> dnscache(yes) should be dns_cache(yes)
>  
> use_time_recvd(true) should be use_time_recvd(yes)
>  
> try pipe("/proc/kmsg" log_prefix("kernel: ")); instead of file(...
>  
> Regards,
>  
> Drew
> 
>         -----Original Message-----
>         From: Alessandro Fiorenzi [mailto:a.fiorenzi@infogroup.it]
>         Sent: Tuesday, January 27, 2004 10:53 AM
>         To: Syslog-ng
>         Subject: [syslog-ng]syslog-ng do not work....
>         
>         
>         Hi, I have set this configuration on central logserver
>         
>         options {
>                 long_hostnames(off);     
>                 sync(0);     
>                 log_fifo_size(1000);
>                 dnscache(yes);
>                 use_fqdn(yes);
>                 use_time_recvd(true);
>                 };
>         
>         source src {
>                 internal();
>                 file("/proc/kmsg" log_prefix("kernel: "));
>                 tcp(ip(192.168.52.100) port(514)
>         max-connections(1000));
>                 udp(ip(0.0.0.0) port(514));
>                 };
>         
>         but it does not work. The fist errore is on dnscache(yes);, if
>         i remove this I get the second on use_time_recvd(true);,
>         remove this one I get errore on file("/proc/kmsg"
>         log_prefix("kernel: ")); .... why?
>         
>         Thanks
>         
>         Fiorenzi A.
>         
>         
>         ------------------------------------------------------------------------ 
>         INFOGROUP S.P.A                 http://www.infogroup.it 
>         -------------------------------------------------------------------------
>         DR. FIORENZI ALESSANDRO 
>         
>         Consulente Tribunale Firenze - sicurezza informatica -
>         Security Administrator 
>         Socio CLUSIT, ALSI
>         
>         
>         
>         
>         
>         Tel : +39.055.43.65.742 
>         CE : +39.335.64.144.77 
>         @Email : a.fiorenzi@infogroup.it 
>         PGP Key: http://www.infogroup.it/ds/fiorenzi.asc
>         -------------------------------------------------------------------------
>                     "Faber est suae quisque fortunae" 
>         -------------------------------------------------------------------------

------------------------------------------------------------------------
INFOGROUP S.P.A                 http://www.infogroup.it 
-------------------------------------------------------------------------
DR. FIORENZI ALESSANDRO 

Consulente Tribunale Firenze - sicurezza informatica -
Security Administrator 
Socio CLUSIT, ALSI




Tel : +39.055.43.65.742 
CE : +39.335.64.144.77 
@Email : a.fiorenzi@infogroup.it 
PGP Key: http://www.infogroup.it/ds/fiorenzi.asc
-------------------------------------------------------------------------
            "Faber est suae quisque fortunae" 
-------------------------------------------------------------------------


--=-Nusi9FbRaIsyYYPyXney
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Well I have syslog-ng version 1.4.17, perhaps could be that, infact <BR>
<FONT COLOR="#0000ff" SIZE="2"><I>dns_cache(yes)<BR>
use_time_recvd(yes)</I></FONT><BR>
 does not go .<BR>
<BR>
Alessandro<BR>
<BR>
On Tue, 2004-01-27 at 17:01, Hamilton Andrew wrote:
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#0000ff" SIZE="2"><I>What version of syslog-ng are you using?</FONT><BR>
    <FONT COLOR="#737373"> </FONT><BR>
    <FONT COLOR="#0000ff" SIZE="2">dnscache(yes) should be dns_cache(yes)</FONT><BR>
    <FONT COLOR="#737373">&nbsp;</FONT><BR>
    <FONT COLOR="#0000ff" SIZE="2">use_time_recvd(true) should be use_time_recvd(yes)</FONT><BR>
    <FONT COLOR="#737373">&nbsp;</FONT><BR>
    <FONT COLOR="#0000ff" SIZE="2">try pipe(&quot;/proc/kmsg&quot; log_prefix(&quot;kernel: &quot;)); instead of file(...</FONT><BR>
    <FONT COLOR="#737373">&nbsp;</FONT><BR>
    <FONT COLOR="#0000ff" SIZE="2">Regards,</FONT><BR>
    <FONT COLOR="#737373">&nbsp;</FONT><BR>
    <FONT COLOR="#0000ff" SIZE="2">Drew</FONT>
    <BLOCKQUOTE>
        <FONT COLOR="#737373" SIZE="2">-----Original Message-----<BR>
        <B>From:</B> Alessandro Fiorenzi [mailto:a.fiorenzi@infogroup.it]<BR>
        <B>Sent:</B> Tuesday, January 27, 2004 10:53 AM<BR>
        <B>To:</B> Syslog-ng<BR>
        <B>Subject:</B> [syslog-ng]syslog-ng do not work....<BR>
        </FONT><BR>
        <FONT COLOR="#737373"><BR>
        Hi, I have set this configuration on central logserver<BR>
        <BR>
        options {<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; long_hostnames(off);&nbsp;&nbsp;&nbsp;&nbsp; <BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sync(0);&nbsp;&nbsp;&nbsp;&nbsp; <BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; log_fifo_size(1000);<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dnscache(yes);<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; use_fqdn(yes);<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; use_time_recvd(true);<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<BR>
        <BR>
        source src {<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; internal();<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; file(&quot;/proc/kmsg&quot; log_prefix(&quot;kernel: &quot;));<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp(ip(192.168.52.100) port(514) max-connections(1000));<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp(ip(0.0.0.0) port(514));<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<BR>
        <BR>
        but it does not work. The fist errore is on dnscache(yes);, if i remove this I get the second on use_time_recvd(true);, remove this one I get errore on file(&quot;/proc/kmsg&quot; log_prefix(&quot;kernel: &quot;)); .... why?<BR>
        <BR>
        Thanks<BR>
        <BR>
        Fiorenzi A.<BR>
        <BR>
        </I></FONT><BR>
        <TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
</TR>
<TR>
</TR>
<TR>
<TD>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
</TR>
<TR>
</TR>
<TR>
<TD>
<FONT SIZE="3"><B>------------------------------------------------------------------------ 
<ADDRESS>INFOGROUP S.P.A&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; http://www.infogroup.it </ADDRESS>
-------------------------------------------------------------------------<BR>
DR. FIORENZI ALESSANDRO </B></FONT><BR>
<BR>
Consulente Tribunale Firenze - sicurezza informatica -<BR>
Security Administrator <BR>
Socio <A HREF="file:///home/fiore/signature/www.clusit.it"><U>CLUSIT</U></A>, <A HREF="file:///home/fiore/signature/www.alsi.it"><U>ALSI</U></A><BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<ADDRESS>Tel : +39.055.43.65.742 <BR>
CE : +39.335.64.144.77 <BR>
@Email : a.fiorenzi@infogroup.it <BR>
PGP Key: http://www.infogroup.it/ds/fiorenzi.asc</ADDRESS>
<FONT SIZE="3"><I>-------------------------------------------------------------------------<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <B>&quot;Faber est suae quisque fortunae&quot; </B><BR>
-------------------------------------------------------------------------</I></FONT>
</TD>
</TR>
</TABLE>

</TD>
</TR>
</TABLE>

    </BLOCKQUOTE>
</BLOCKQUOTE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<FONT SIZE="3"><B>------------------------------------------------------------------------ 
<ADDRESS>INFOGROUP S.P.A&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; http://www.infogroup.it </ADDRESS>
-------------------------------------------------------------------------<BR>
DR. FIORENZI ALESSANDRO </B></FONT><BR>
<BR>
Consulente Tribunale Firenze - sicurezza informatica -<BR>
Security Administrator <BR>
Socio <A HREF="file:///home/fiore/signature/www.clusit.it"><U>CLUSIT</U></A>, <A HREF="file:///home/fiore/signature/www.alsi.it"><U>ALSI</U></A><BR>
<BR>
<BR>
<BR>
<BR>
<ADDRESS>Tel : +39.055.43.65.742 <BR>
CE : +39.335.64.144.77 <BR>
@Email : a.fiorenzi@infogroup.it <BR>
PGP Key: http://www.infogroup.it/ds/fiorenzi.asc</ADDRESS>
<FONT SIZE="3"><I>-------------------------------------------------------------------------<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <B>&quot;Faber est suae quisque fortunae&quot; </B><BR>
-------------------------------------------------------------------------</I></FONT>
</TD>
</TR>
</TABLE>

</TD>
</TR>
</TABLE>
<BR>
<BR>
</BODY>
</HTML>

--=-Nusi9FbRaIsyYYPyXney--