<br><br><div class="gmail_quote">On Tue, Jun 21, 2011 at 3:41 PM, Florin Iucha <span dir="ltr"><<a href="mailto:florin@iucha.net">florin@iucha.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Tue, Jun 21, 2011 at 03:06:24PM -0500, Brian Wood wrote:<br>
> I have a user who is running this program<br>
> <a href="http://webEbenezer.net/misc/cmwAmbassador.cc" target="_blank">http://webEbenezer.net/misc/cmwAmbassador.cc</a><br>
> on an Ubuntu system.  They aren't getting log messages in<br>
> /var/log/messages.  I don't have access to their machine and<br>
> don't have an Ubuntu machine here.  Am wondering what syslog<br>
> related differences there are between Ubuntu and Fedora.  On my<br>
> Fedora machines things are working fine.  Suggestions?   I've had<br>
> them run the program with sudo but that make any difference.  TIA<br>
<br>
</div>Have they defined 'SYSLOG_AVAILABLE' on the compiler command line?<br>
Can you ask them for the binary, run 'strings' on it and see if the<br>
static strings are actually present?<br>
<br>
Cheers,<br>
florin<br>
<br></blockquote><div><br>My one thought is to check syslogd.conf (usually in /etc) and make sure syslogd is configured to log the messages your program is sending.  If not configured properly, syslogd will drop them. <br>
<br>-Rob<br> <br></div></div>