On 03/19/2010 03:14 AM, joe schmo wrote: <...>
> 1) I have a copy of rsyslog 2.0.6 up and running without any issues (as it > is the only one I can currently get working...more on that in a sec), other > than the fact that it can't receive udp messages without manual > intervention. The only way I can get it to accept udp (network) syslog > messages is to stop the service, and then run the rsyslog -r514 from > command-line manually. Is there anyway to get it to use this option by > default? I need it to start the service with that option enabled. And the > "just run it manually" answers I have received in other forums aren't > acceptable for me. You can add the command-line options to /etc/sysconfig/rsyslog, e.g. SYSLOGD_OPTIONS="-m 0 -r512" > 2) An extension of the above question: when I try to do the "obvious" > solution to the udp issue and use the imudp module, I realized there IS NO > imudp.so module in the plugins folder. Where would I even get this module > for 2.0.6? The most I can find is a copy of imudp.c and its accompanying > make files, but trying to make only outputs errors associated with missing > files that belong to the C developers package (which I had installed some > time ago off an official CentOS repo, no updates available). You don't need this module (and there isn't any) for v2. Tomas _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

