On Tue, Aug 13, 2013 at 2:21 PM, Mark van der Meulen <m...@fivenynes.com> wrote:
> Hi List,
> I am running a number of BSDRP based routers, and routers based off of my own 
> customisations of BSDRP and none of them appear to have working syslog. Logs 
> to local disk work fine, however I have two statements in each syslog config 
> file with directions to send ALL logs to our SIEM server and our log server(2 
> servers in total). No logs make it to either server.

Hi,

the problem should be with the default configuration I've put in
/etc/rc.conf.misc:

# Prevent syslog to bind a network socket
syslogd_flags="-ss"

=> The double "ss" flags prevent to use it as a syslog client too!
Changing it to a one "s" prevent to be a syslog server (but works as a client).

I will fix this default behavior for the next release, meanwhile you
can edit the rc.conf.misc without problem.

Regards,

Olivier

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Bsdrp-users mailing list
Bsdrp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bsdrp-users

Reply via email to