Troy Johnson:<br><br>
> Brian,<br>
><br>
> I would find out exactly what syslog they have installed:<br>
><br>
 > aptitude search sys | grep log<br>
><br>
> (look for an initial 'i' on the line) and what is running:<br>
><br>
 > ps -ef | grep syslog<br>
><br>
> I found this page:<br>
><br>
 > <a href="http://www.linuxselfhelp.com/gnu/glibc/html_chapter/libc_18.html" target="_blank">http://www.linuxselfhelp.com/gnu/glibc/html_chapter/libc_18.html</a><br>
><br>
> It helps explain what the syslog related code is doing.<br>
><br>> Whether it is sysklogd or rsyslog, a line that looks like this in the configuration file:<br>
><br>
 > <a href="http://user.info/" target="_blank">user.info</a>             /var/log/cmwAmbassador.log<br>
><br>
> (with tab characters separating the two pieces of text) will probably start logging what you want.<br>
><br>> Good luck,<br>
<font color="#888888">><br>
> Troy</font><br><br>Thanks for the replies.  The problem is fixed now.  He made a copy of <br>his rsyslog.conf file and then replaced his original version with the version<br>from my system, restarted the service and now he's getting the log messages.<br>
His original version was 56 lines and the version on my system is 78 lines.  <br>I'm not sure if I want to have a cmwAmbassador.log.  For now am happy with the<br>messages going to the general file.<br><br>Brian<br>