> 
> On Mon, 29 Apr 2002, Borsenkow Andrej wrote:
> 
> > > > In addition to the failure caused by the config bundled
> > > > inside RPM :(
> >
> > Oh, I forgot to ask - what is the problem with distributed config?
> > Without detailed study it looks more or less O.K.
> >
> > -andrej
> 
> It's this line:
> 
> source remote { udp(); };
> 


# Logs from remote hosts
#log { source(net); filter(f_kern); destination(remote_kern); };
#log { source(net); filter(f_daemon); destination(remote_daem); };
#log { source(net); filter(f_authonly); destination(remote_auth); };
#log { source(net); filter(f_user); destination(remote_user); };
#log { source(net); filter(f_boot); destination(remote_boot); };

Actually if you put space between # and next word it works. Else it
complaints about unresolved "net". Commenting out "remote" makes it work
as well.

The whole smells the hell like a bug in syslog-ng parser.

-andrej

Reply via email to