View previous topic :: View next topic |
Author |
Message |
t3rm1nal Apprentice
Joined: 17 May 2004 Posts: 173 Location: US
|
Posted: Mon Jun 21, 2004 9:00 pm Post subject: intrusion detection... |
|
|
Can someone recommend an intrusion detection system? Im kind of leaning toward snort or prelude.
This is a seperate issue but related Im wondering if there is something I need to enable in the kernel.
I've emerged everything else according to the gentoo docs, but emerge piwi gives me this:
Calculating dependencies
!!! all ebuilds that could satisfy "piwi" have been masked.
!!! possible candidates are:
- net-analyzer/piwi-0.8.0.20031109-r2 (masked by: ~keyword)
!!! Error calculating dependencies. Please correct.
Can someone tell me what I need to do? Thanks in advance _________________
Adopt an unanswered post.
|
|
Back to top |
|
|
nizar Apprentice
Joined: 19 Dec 2003 Posts: 268 Location: localhost
|
Posted: Mon Jun 21, 2004 9:07 pm Post subject: |
|
|
To emerge you have to do:
Code: |
ACCEPT_KEYWORDS="~arch" emerge piwi
|
~arch according to your architecture, see /etc/make.conf.example before.
It's also recommended to take a look at www.chkrootkit.org |
|
Back to top |
|
|
t3rm1nal Apprentice
Joined: 17 May 2004 Posts: 173 Location: US
|
Posted: Mon Jun 21, 2004 9:16 pm Post subject: |
|
|
thank you nizar,
i didn't have ACCEPT_KEYWORDS set in make.conf. that was it.
I will check out that link.
thanks again. _________________
Adopt an unanswered post.
|
|
Back to top |
|
|
|