<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Arial" size="-1">I think I know enough now to understand
      that rsyslog will support legacy syslog configuration directives,
      but not any which are specific to syslog-ng.  The directives below
      don't look like directives from the existing rsyslog conf file, so
      I think they will not do the job.<br>
      <br>
      I'm not finding systematic documentation for rsyslog at the web
      site (<a href="http://www.rsyslog.com/doc/manual.html">http://www.rsyslog.com/doc/manual.html</a>),
      but "man rsyslogd" says this: </font><br>
    <pre><b>Note</b> <b>that</b> <b>this</b> <b>version</b> <b>of</b> <b>rsyslog</b> <b>ships</b> <b>with</b> <b>extensive</b> <b>documentation</b> <b>in</b>
<b>html</b> <b>format.</b>  This is provided in the ./doc subdirectory  and  probably
in  a separate package if you installed rsyslog via a packaging system.
To use rsyslog's advanced features,  you  <b>need</b>  to  look  at  the  html
documentation,  because  the  man  pages  only  cover  basic aspects of
operation.   <b>For</b>  <b>details</b>   <b>and</b>   <b>configuration</b>   <b>examples,</b>   <b>see</b>   <b>the</b>
<b>rsyslog.conf</b>   <b>(5)</b>   <b>man</b>   <b>page</b>   <b>and</b>   <b>the</b>   <b>online</b>  <b>documentation</b>  <b>at</b>
<b><a href="http://www.rsyslog.com/doc">http://www.rsyslog.com/doc</a></b></pre>
    <font size="-1"><font face="Arial"><font size="-1"><font size="-1"><font
              size="-1"><font size="-1"><font size="-1"><font size="-1"><font
                      size="-1"><font size="-1">The only problem is that
                        I can't seem to find the ./doc subdirectory
                        which it says I *need* to look at.<font
                          size="-1">  Does anyone know where it is?  I <font
                            size="-1">have also now installed
                            rsyslog-doc in case that helps.</font><br>
                          <br>
                        </font></font></font></font></font></font></font></font></font></font></font>
    <div class="moz-cite-prefix">On 11/30/2012 4:47 PM, John Hupp wrote:<br>
    </div>
    <blockquote cite="mid:50B92980.6010407@prpcompany.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <font face="Arial" size="-1">On Lubuntu Quantal, it looks like
        rsyslogd is installed with a certain configuration -- probably
        just for local logging -- but is not set to auto-start.<br>
        <br>
        I'm trying to set up remote logs for an LTSP client (to log to
        the LTSP server) for the sake of troubleshooting a client boot
        problem.  The LTSP manual has this sample for syslog-ng's
        configuration file /etc/syslog-ng/syslog-ng.conf:<br>
        <br>
            source net-udp { udp(); };<br>
            destination remote { file("/var/log/remote/$FULLHOST"); };<br>
            log { source(net-udp); destination(remote); };<br>
        <br>
        Does anyone know if the rsyslogd would use the same statements
        in its configuration file?<br>
        <br>
      </font> <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>