<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#0050d0">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Actually,
what version of syslog-ng are you using? According to the docs, tls was
only available in the premium edition until 3.0. So if youre using
something older, that might be why.<br>
<br>
-Patrick<br>
</font></font><br>
Sent: Wed Jan 19 2011 09:19:55 GMT-0700 (Mountain Standard Time)<br>
From: Patrick H. <a class="moz-txt-link-rfc2396E" href="mailto:syslogng@feystorm.net">&lt;syslogng@feystorm.net&gt;</a><br>
To: Syslog-ng users' and developers' mailing list
<a class="moz-txt-link-rfc2396E" href="mailto:syslog-ng@lists.balabit.hu">&lt;syslog-ng@lists.balabit.hu&gt;</a> <br>
Subject: Re: [syslog-ng] Error starting syslog-ng
<blockquote cite="mid:4D370F2B.6020402@feystorm.net" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <font size="-1"><font face="Helvetica, Arial, sans-serif">Hrm, when I
looked at the docs I was seeing dash, however I looked through some
more and I see both dash and underscore. Doc bug?<br>
  <br>
Anyway I cant see anything else wrong with it :-/<br>
  <br>
-Patrick<br>
  </font></font><br>
Sent: Wed Jan 19 2011 09:09:33 GMT-0700 (Mountain Standard Time)<br>
From: Fabien Bagard <a moz-do-not-send="true"
 class="moz-txt-link-rfc2396E" href="mailto:fabien.bagard@parrot.com">&lt;fabien.bagard@parrot.com&gt;</a><br>
To: <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a>
  <br>
Subject: Re: [syslog-ng] Error starting syslog-ng
  <blockquote cite="mid:4D370CBD.2010604@parrot.com" type="cite">
    <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
I am pretty sure it is an underscore. But I tried and neither dash nor
underscore solve my problem.<br>
    <br>
On 01/19/2011 05:03 PM, Patrick H. wrote:
    <blockquote cite="mid:4D370B3B.7000202@feystorm.net" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
      <font size="-1"><font face="Helvetica, Arial, sans-serif">Its a
dash
in
the 'peer-verify' not underscore as 'peer_verify'. See if that solves
it.<br>
      <br>
-Patrick<br>
      </font></font><br>
Sent: Wed Jan 19 2011 01:31:36 GMT-0700 (Mountain Standard Time)<br>
From: Fabien Bagard <a moz-do-not-send="true"
 class="moz-txt-link-rfc2396E" href="mailto:fabien.bagard@parrot.com">&lt;fabien.bagard@parrot.com&gt;</a><br>
To: <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a>
      <br>
Subject: [syslog-ng] Error starting syslog-ng
      <blockquote cite="mid:4D36A168.1080702@parrot.com" type="cite">
        <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
        <font face="monospace">Hi list !<br>
        <br>
I have a problem to start syslog-ng. I got a syntax error on line in
bold :<br>
        <br>
######<br>
# sources<br>
        <br>
# all known message sources<br>
source s_all {<br>
&nbsp;&nbsp;&nbsp; # message generated by Syslog-NG<br>
&nbsp;&nbsp;&nbsp; internal();<br>
&nbsp;&nbsp;&nbsp; # standard Linux log source (this is the default place for the
syslog()<br>
&nbsp;&nbsp;&nbsp; # function to send logs to)<br>
&nbsp;&nbsp;&nbsp; unix-stream("/dev/log");<br>
&nbsp;&nbsp;&nbsp; # messages from the kernel<br>
&nbsp;&nbsp;&nbsp; file("/proc/kmsg" log_prefix("kernel: "));<br>
};<br>
        <br>
source s_unix {<br>
&nbsp;&nbsp;&nbsp; tcp(<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; port(514)<br>
        <b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tls(</b><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; key_file("/etc/syslog-ng/certs/logger.parrot.biz.key")<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cert_file("/etc/syslog-ng/certs/logger.parrot.biz.crt")<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ca_dir("/etc/syslog-ng/certs/CA/")<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; peer_verify(optional-untrusted)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )<br>
&nbsp;&nbsp;&nbsp; );<br>
};</font><br>
        <br>
        <br>
But I can't figure out what !<br>
        <br>
Can someone point this error to me ?<br>
        <br>
Thanks<br>
        <pre class="moz-signature" cols="72">-- 
Fabien Bagard
IT Department
tel + 33 (0)1 48 03 60 40

--------------------------------------------------------------------------------
Parrot SA
174, Quai de Jemmapes | 75010 Paris - France
tel + 33 (0)1 48 03 60 60 | fax + 33 (0)1 48 03 70 08
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://www.parrot.com">http://www.parrot.com</a>
--------------------------------------------------------------------------------

This e-mail message and any attached document(s) are for the sole use of
the intended recipient(s)and may contain confidential and legally
privileged information.
Any unauthorized review, copy, use and/or disclosure is prohibited.
If you are not the intended recipient, please contact the sender by
reply e-mail and destroy all copies of the original.
  </pre>
        <pre wrap=""><hr size="4" width="90%">
______________________________________________________________________________
Member info: <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a>
Documentation: <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a>
FAQ: <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a>

  </pre>
      </blockquote>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Fabien Bagard
IT Department
tel + 33 (0)1 48 03 60 40

--------------------------------------------------------------------------------
Parrot SA
174, Quai de Jemmapes | 75010 Paris - France
tel + 33 (0)1 48 03 60 60 | fax + 33 (0)1 48 03 70 08
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://www.parrot.com">http://www.parrot.com</a>
--------------------------------------------------------------------------------

This e-mail message and any attached document(s) are for the sole use of
the intended recipient(s)and may contain confidential and legally
privileged information.
Any unauthorized review, copy, use and/or disclosure is prohibited.
If you are not the intended recipient, please contact the sender by
reply e-mail and destroy all copies of the original.
  </pre>
    <pre wrap=""><hr size="4" width="90%">
______________________________________________________________________________
Member info: <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a>
Documentation: <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a>
FAQ: <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a>

  </pre>
  </blockquote>
  <pre wrap="">
<hr size="4" width="90%">
______________________________________________________________________________
Member info: <a class="moz-txt-link-freetext" href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a>
Documentation: <a class="moz-txt-link-freetext" href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a>
FAQ: <a class="moz-txt-link-freetext" href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a>

  </pre>
</blockquote>
</body>
</html>