<br><font size=2 face="sans-serif">Hello,</font>
<br>
<br><font size=2 face="sans-serif">I've been using version 2 for a couple
of years and decided to upgrade one of my systems to version 3, but my
syslog-ng.conf file doesn't seem to work. &nbsp;I can't figure out the
error and am hoping someone can give me a hand.</font>
<br>
<br><font size=2 face="sans-serif">Here's the error:</font>
<br>
<br><font size=2 face="sans-serif"># </font><tt><font size=2>/usr/local/sbin/syslog-ng
-v -s -f /etc/syslog-ng/syslog-ng.conf</font></tt>
<br><font size=2 face="sans-serif"><b>Error parsing command line arguments:
Conversion from character set '646' to 'UTF-8' is not supported</b></font>
<br>
<br><font size=2 face="sans-serif">Here's a sanitized version of my conf
file:</font>
<br>
<br><tt><font size=2>/etc/syslog-ng/syslog-ng.conf</font></tt>
<br>
<br><tt><font size=2>options {</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; stats(0);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; sync(0);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; time_reopen(1);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; log_fifo_size(4096);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; long_hostnames(off);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; use_dns(no);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; use_fqdn(no);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; create_dirs(yes);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; keep_hostname(yes);</font></tt>
<br><tt><font size=2>};</font></tt>
<br>
<br><tt><font size=2>source &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sys {</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; sun-streams(&quot;/dev/log&quot;
door(&quot;/etc/.syslog_door&quot;));</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; internal();</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; udp();</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; tcp(ip(&quot;0.0.0.0&quot;)
port(5150) max-connections(300));</font></tt>
<br><tt><font size=2>};</font></tt>
<br>
<br><tt><font size=2>filter &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;notdebug
{</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; level(info...emerg);</font></tt>
<br><tt><font size=2>};</font></tt>
<br><tt><font size=2>destination &nbsp; &nbsp; perhost {</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; file(&quot;/var/log/perhost/$HOST.log.$YEAR$MONTH$DAY&quot;);</font></tt>
<br><tt><font size=2>};</font></tt>
<br><tt><font size=2>log {</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; source(sys);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; filter(notdebug);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; destination(perhost);</font></tt>
<br><tt><font size=2>};</font></tt>
<br>
<br><tt><font size=2>destination &nbsp; &nbsp; syslogserver {</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; tcp(&quot;10.1.1.20&quot;
port(5150));</font></tt>
<br><tt><font size=2>};</font></tt>
<br><tt><font size=2>log {</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; source(sys);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; filter(notdebug);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; destination(syslogserver);</font></tt>
<br><tt><font size=2>};</font></tt>
<br>
<br>
<br><font size=2 face="sans-serif">Any suggestions?<br>
<br>
 </font>