<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Is syslogd running on your central server? In this case you have to disable syslogd logging from remote (using -s option) .<br>personally in order to recieve logs from syslogd clients i use this config:<br>source s_sys {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp(ip(0.0.0.0) port(514));<br>};<br><br>filter f_sys&nbsp;&nbsp;&nbsp;&nbsp; { level(info..emerg) and not facility(mail); };<br>destination d_sys {file("/foo/full$DAY.log");};<br><br>log { source(s_sys); filter(f_sys) ; destination(d_sys) ;};<br><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Message d'origine ----<br>De : Leandro Ferreira da Silva &lt;ferreira@iqm.unicamp.br&gt;<br>À :
 Syslog-ng users' and developers' mailing list &lt;syslog-ng@lists.balabit.hu&gt;<br>Envoyé le : Mercredi, 23 Juillet 2008, 14h14mn 29s<br>Objet&nbsp;: Re: [syslog-ng] Re :  Re : Re :  Syslogd + Syslog-ng<br><br>


  

The configuration is the standart, I only do the follow changes.<br><br>
# sources<br>
source src { unix-dgram("/var/run/log");<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unix-dgram("/var/run/logpriv" perm(0600));<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp(); internal(); file("/dev/klog"); };<br><br>
I add this,<br>
source r_src { udp(ip("<b>client.domain</b>") port(514));&nbsp; };<br><br>
I add this,<br>
destination gafanhoto_messages { file("/var/log/gafanhoto/messages"
owner("root") group("wheel") perm(0640)); };<br><br>
I add this,<br>
log { source(r_src); destination(gafanhoto_messages); };<br><br>
When I start the syslog-ng..<br>
scorpion# /usr/local/etc/rc.d/syslog-ng start<br>
Starting syslog_ng.<br>
Error binding socket; addr='AF_INET(<b>client.domain</b>:514)',
error='Can\'t assign requested address (49)'<br>
Error initializing source driver; source='r_src'<br><br><blockquote type="cite"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Could you send us a partial copy of your syslog-ng configuration?<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;">-----
Message d'origine ----<br>
De : Leandro Ferreira da Silva <a rel="nofollow" class="moz-txt-link-rfc2396E" ymailto="mailto:ferreira@iqm.unicamp.br" target="_blank" href="mailto:ferreira@iqm.unicamp.br">&lt;ferreira@iqm.unicamp.br&gt;</a><br>
À : <a rel="nofollow" class="moz-txt-link-abbreviated" ymailto="mailto:syslog-ng@lists.balabit.hu" target="_blank" href="mailto:syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a><br>
Envoyé le : Mardi, 22 Juillet 2008, 21h35mn 02s<br>
Objet&nbsp;: Re: [syslog-ng] Re : Re : Syslogd + Syslog-ng<br><br>
The messages is send to server, the problem is the server that can't <br>
take the messages.<br>
I'm using FreeBSD 7.0 release.<br>
&gt; You can try to launch syslogd in the debug mode and look if your <br>
&gt; messages from the client are really rend to the syslog-ng server.<br>
&gt; What OS do you use?<br>
&gt; ----- Message d'origine ----<br>
&gt; De : Leandro Ferreira da Silva &lt;<a rel="nofollow" ymailto="mailto:ferreira@iqm.unicamp.br" target="_blank" href="mailto:ferreira@iqm.unicamp.br">ferreira@iqm.unicamp.br</a>&gt;<br>
&gt; À : "olivier "madmax"rolland" &lt;<a rel="nofollow" ymailto="mailto:madmax2010fr@yahoo.fr" target="_blank" href="mailto:madmax2010fr@yahoo.fr">madmax2010fr@yahoo.fr</a>&gt;<br>
&gt; Envoyé le : Mardi, 22 Juillet 2008, 19h54mn 28s<br>
&gt; Objet : Re: Re : [syslog-ng] Syslogd + Syslog-ng<br>
&gt;<br>
&gt; The syslogd is correctly configured with *.* @server,<br>
&gt; I can say this because the following command is logging at server.<br>
&gt; tcpdump -nn -i re0 host "machine" and udp port 514<br>
&gt;<br>
&gt; The problem is that in some machines I can't install&nbsp; syslog-ng, so<br>
&gt; these machines have to send their logs through syslogd to the
server<br>
&gt; that is using the syslog-ng.<br>
&gt; Any help?<br>
&gt;<br>
&gt; &gt; First of all I'm not sure that with *.* your syslogd is able
to work,<br>
&gt; &gt; you might user *.debug in order to log all messages from
debug to the<br>
&gt; &gt; maximal level of logging. Secondly if your computer or server
is in a<br>
&gt; &gt; domain you might test the remote logging as<br>
&gt; &gt; *.debug @server.domain_name<br>
&gt; &gt;<br>
&gt; &gt; ----- Message d'origine ----<br>
&gt; &gt; De : Leandro Ferreira da Silva &lt;<a rel="nofollow" ymailto="mailto:ferreira@iqm.unicamp.br" target="_blank" href="mailto:ferreira@iqm.unicamp.br">ferreira@iqm.unicamp.br</a> <br>
&gt; &lt;mailto:<a rel="nofollow" ymailto="mailto:ferreira@iqm.unicamp.br" target="_blank" href="mailto:ferreira@iqm.unicamp.br">ferreira@iqm.unicamp.br</a>&gt;&gt;<br>
&gt; &gt; À : <a rel="nofollow" ymailto="mailto:syslog-ng@lists.balabit.hu" target="_blank" href="mailto:syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a>
&lt;mailto:<a rel="nofollow" ymailto="mailto:syslog-ng@lists.balabit.hu" target="_blank" href="mailto:syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a>&gt;<br>
&gt; &gt; Envoyé le : Mardi, 22 Juillet 2008, 0h22mn 35s<br>
&gt; &gt; Objet : [syslog-ng] Syslogd + Syslog-ng<br>
&gt; &gt;<br>
&gt; &gt; Dear Friends.<br>
&gt; &gt;<br>
&gt; &gt; I have some problems.. =P<br>
&gt; &gt; I'm building a log server, I installed the syslog-ng at the
server. The<br>
&gt; &gt; clients has the common syslogd.<br>
&gt; &gt; How Can I do for the syslog-ng receive the messages from
syslogd?<br>
&gt; &gt;<br>
&gt; &gt; The configuration of syslogd.<br>
&gt; &gt; # uncomment this to enable logging to a remote loghost named
loghost<br>
&gt; &gt; *.*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @loghost<br>
&gt; &gt;<br>
&gt; &gt; Is this possible?<br>
&gt; &gt; I need to configure of this form, because I can't install and
configure<br>
&gt; &gt; the syslog-ng in all my machines.<br>
&gt; &gt;<br>
&gt; &gt; Thanks for all..<br>
&gt; &gt;<br>
&gt; &gt; Leandro Ferreira<br>
&gt; &gt;<br>
&gt; &gt; <br>
&gt;
______________________________________________________________________________<br>
&gt; &gt; Member info: <a rel="nofollow" target="_blank" href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
&gt; &gt; Documentation:<br>
&gt; &gt; <a rel="nofollow" target="_blank" href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
&gt; &gt; FAQ: <a rel="nofollow" target="_blank" href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;
------------------------------------------------------------------------<br>
&gt; &gt; Envoyé avec Yahoo! Mail<br>
&gt; &gt; <br>
&gt; &lt;<a rel="nofollow" target="_blank" href="http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52423/*http://fr.docs.yahoo.com/mail/overview/index.html">http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52423/*http://fr.docs.yahoo.com/mail/overview/index.html</a>&gt;.<br>
&gt; &gt; Une boite mail plus intelligente.<br>
&gt;<br>
&gt;<br>
&gt;
------------------------------------------------------------------------<br>
&gt; Envoyé avec Yahoo! Mail <br>
&gt; &lt;<a rel="nofollow" target="_blank" href="http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52423/*http://fr.docs.yahoo.com/mail/overview/index.html">http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52423/*http://fr.docs.yahoo.com/mail/overview/index.html</a>&gt;.<br>
&gt; Une boite mail plus intelligente. <br><br>
______________________________________________________________________________<br>
Member info: <a rel="nofollow" target="_blank" href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a rel="nofollow" target="_blank" href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a rel="nofollow" target="_blank" href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a><br><br></div></div></div><br><hr size="1"> Envoyé avec <a rel="nofollow" target="_blank" href="http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52423/*http://fr.docs.yahoo.com/mail/overview/index.html">Yahoo!
Mail</a>.<br>
Une boite mail plus intelligente.
  <pre><hr size="4" width="90%"><br>______________________________________________________________________________<br>Member info: <a rel="nofollow" class="moz-txt-link-freetext" target="_blank" href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>Documentation: <a rel="nofollow" class="moz-txt-link-freetext" target="_blank" href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>FAQ: <a rel="nofollow" class="moz-txt-link-freetext" target="_blank" href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a><br><br></pre></blockquote><br></div></div></div><br>


      <hr size="1"> 
Envoyé avec <a href="http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52423/*http://fr.docs.yahoo.com/mail/overview/index.html">Yahoo! Mail</a>.<br>Une boite mail plus intelligente. </a></body></html>