It is said that Hilton De Meillon wrote:
>I am using Gentoo. I use Metalog as a logger. I use Fwbuilder to design
>my rulesets. What can I use to analyse my log files - I have tried
>fwanalog but it does not look like it likes the way Metalog logs. 
>
>any recommendations ?

First, for live analasys of of your logs you will want to turn off metalogs
buffering by running:
        killall -USR1 metalog

I usually read my logs with view (which is basically vi[m])
Or, for live analasys I use tail, which shows your logs as
your logging daemon writes the logs.

To turn metalogs buffers back on:
        killall -USR2 metalog

 - Chris
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to