Hallo,
in CentOS 5 fwlogwatch is available. CentOS 6: I have found nothing.
Snort: installation from source? Other idea? Alternative software? OSSEC?
Thank you for help in advance
Best regards Helmut
From: Helmut Drodofsky drodofsky@internet-xs.de
in CentOS 5 fwlogwatch is available. CentOS 6: I have found nothing.
fwlogwatch is in the same repo for C5 and C6: rpmforge/repoforge.
C5 # yum list | grep fwlogwatch fwlogwatch.i386 1.1-1.el5.rf rpmforge C6 # yum list | grep fwlogwatch fwlogwatch.x86_64 1.1-1.el6.rf rpmforge
JD
Thank you. I have added rpmforge ...
fwlogwatch needs initlog. Line 27:
initlog -c "$FWLOGWATCH -R -A -X 888 -Pn" && success || failure
In CentOS 5 part of the installation. Not recognized as a dependency in CentOS 6.
Even yum provides */initlog
has no results.
In Linux Archive http://www.linux-archive.org/centos/491966-initlog-deprecated.html
Is written: initlog is deprecated. What software will replace initlog?
Red Hat says the contrary to Version 6.0: http://www.redhat.com/support/wpapers/redhat/initscripts/what.html
So I presume, initlog is part of Red Hat 6.0
Helmut
-----Ursprüngliche Nachricht----- Von: centos-bounces@centos.org [mailto:centos-bounces@centos.org] Im Auftrag von John Doe Gesendet: Montag, 5. September 2011 14:24 An: CentOS mailing list Betreff: Re: [CentOS] CentOS 6: snort, fwlogwatch
From: Helmut Drodofsky drodofsky@internet-xs.de
in CentOS 5 fwlogwatch is available. CentOS 6: I have found nothing.
fwlogwatch is in the same repo for C5 and C6: rpmforge/repoforge.
C5 # yum list | grep fwlogwatch fwlogwatch.i386 1.1-1.el5.rf rpmforge C6 # yum list | grep fwlogwatch fwlogwatch.x86_64 1.1-1.el6.rf rpmforge
JD _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
From: Helmut Drodofsky drodofsky@internet-xs.de
T hank you. I have added rpmforge ... fwlogwatch needs initlog. Line 27: initlog -c "$FWLOGWATCH -R -A -X 888 -Pn" && success || failure In CentOS 5 part of the installation. Not recognized as a dependency in CentOS 6.
You should tell the repoforge mailing list.
And if I understand it correctly, you can just remove the initlog part... $FWLOGWATCH -R -A -X 888 -Pn" && success || failure
Red Hat says the contrary to Version 6.0: http://www.redhat.com/support/wpapers/redhat/initscripts/what.html
So I presume, initlog is part of Red Hat 6.0
This is from a 1999 whitepaper...
JD