<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<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 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>
</body>
</html>