Hi, mate
Thanks again for your answer.
I'll give it a try and tell you. I realize now what could be the error I had.
This was my not working rsyslog.conf before was corrected:
Code:
# Some "catch-all" log files.
#
*.=debug;\
auth,authpriv.none;\
news.none;mail.none -/var/log/debug
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none;\
ftp.!info;local6.!info; -/var/log/messages
Last line should be:
Code:
ftp.!info,local6.!info -/var/log/messages
instead isn'it?
Regards