On Fri, 15 Jan 2010, Michael Biebl wrote:

> 2010/1/15  <[email protected]>:
>> in V5 there is a new option to tell it to exit if it can't read the config.
>>
>> I suspect that the actual config error is significantly earlier in the
>> config. One thing that I frequently tripped over when switching back and
>> forth was th HUPisRestart option. In V5 that's not a valid option anymore
>> and needs to be removed.
>>
>> can you post your full config?
>
> Here is the rsyslog.conf (default Debian install)
> http://paste.debian.net/56723/
> and the included network-manager.conf file
> http://paste.debian.net/56724/

I think I just realized the problem

you have

:programname, contains, "NetworkManager" /var/log/NetworkManager.log
~
:programname, contains, "wpa_supplicant" /var/log/NetworkManager.log
~

when you should have

:programname, contains, "NetworkManager" /var/log/NetworkManager.log
& ~
:programname, contains, "wpa_supplicant" /var/log/NetworkManager.log
& ~

give that a shot.

David Lang
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com

Reply via email to