<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">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>
  </body>
</html>