Can you provide a debug log that contains an occurence of this problem? This helps us understand what happens.
Rainer > -----Original Message----- > From: [email protected] [mailto:rsyslog- > [email protected]] On Behalf Of Ayelet Regev > Sent: Wednesday, August 10, 2011 10:00 AM > To: [email protected] > Subject: [rsyslog] rsyslog 4.7.2 weird bahaviour on Solaris 10 > > ** <[email protected]> > > Hi All, > > Im testing rsyslog 4.7.2 on Solaris 10. > > You may see below my syslog-client.conf file. > > Im running the rsyslog with these parameters and I have validated > config > file.: > (I had to comment imklog module loading and listener commands to make > it > work without errors.) > My biggest problem at the moment is that all events are written to > /tmp/kuku > no matter their severity... > Im executing "logger -p "mail.emerg" "test"" and its written into > /tmp/kuku > and not to the correct file. > > Your help is more then apprichiated.... > > smu15a:/ ROOT > /usr/local/sbin/rsyslogd -c4 -f /etc/rsyslog- > client.conf > > > smu15a:/ ROOT > /usr/local/sbin/rsyslogd -c4 -f /etc/rsyslog- > client.conf -N4 > rsyslogd: version 4.7.2, config validation run (level 4), master config > /etc/rsyslog-client.conf > rsyslogd: End of config validation run. Bye > > > > # Modules > > $ModLoad imtcp > $ModLoad imudp > #$ModLoad imuxsock > $ModLoad imsolaris > #$ModLoad imklog > > # Templates > # log every host in its own directory > #$template > RemoteHost,"/var/syslog/hosts/%HOSTNAME%/%$YEAR%/%$MONTH%/%$DAY%/syslog > .log" > ### Rulesets > # Local Logging > $RuleSet local > ###user,daemon,uucp,cron,mark.notice /var/adm/messages > user.notice /tmp/kuku > ###kern.debug /var/adm/messages > ###*.emerg;mail.none * > #Central logging events > #Security logs > auth,authpriv.debug /var/log/central/auth.debug > #MIPS applicaation logs > mail.emerg /var/log/central/MIPSlog > #Comverse applications events (other than MIPS) > local0.debug /var/log/central/local0.debug > #Strore local4 events in /var/log/central/traceall > local4.debug /var/log/central/traceall > local6.debug > /var/cti/logs/SDT/SDT_Audit_Information.log > # use the local RuleSet as default if not specified otherwise > $DefaultRuleset local > # Remote Logging > $RuleSet remote > *.crit @localhost:666 > # Send messages we receive to Gremlin > ### Listeners > # bind ruleset to tcp listener > ###$InputTCPServerBindRuleset remote > # and activate it: > $InputTCPServerRun 50514 > ###$InputUDPServerBindRuleset remote > $UDPServerRun 514 > $UDPServerRun 1514 > > > Ayelet Regev-Dabah > System Software Platform TL > *Comverse > *Office: +972 3 6459362 > *[email protected]* <[email protected]> > *www.comverse.com* <http://www.comverse.com/> > > > > * ________________________________ * > "This e-mail message may contain confidential, commercial or privileged > information that constitutes proprietary information of Comverse > Technology > or its subsidiaries. If you are not the intended recipient of this > message, > you are hereby notified that any review, use or distribution of this > information is absolutely prohibited and we request that you delete all > copies and contact us by e-mailing to: [email protected]. Thank > You." > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

