Snort mailing list archives

RE: CEREBUS 1.2 Alert Browser and Data Correlator


From: "Donofrio, Lewis" <donofrio () umich edu>
Date: Tue, 27 Aug 2002 14:49:29 -0400

No, No, this is not a rant really, its I'm just trying to find the map
file to run this program on my old snort install (rolled-custom
distribution with no apps, no gcc, no nothing, just a firewall, three
nics, snort, etc)

So far the errors I'm still getting are:
root@sci-fw1/# 
root@sci-fw1/# find / -iname "*.map" - - print
find: invalid predicate `-'
root@sci-fw1/# find / > -iname "*.map" - - print
find: invalid predicate `-'
root@sci-fw1/# find / > -iname "*.map" -print
find: *.map: No such file or directory
root@sci-fw1/# 
root@sci-fw1/# 
root@sci-fw1/# 
root@sci-fw1/# find / > -iname "*.map"       
find: *.map: No such file or directory
root@sci-fw1/# find . > -iname "*.map"
find: *.map: No such file or directory
root@sci-fw1/# locate map
bash: locate: command not found
root@sci-fw1/# locate .map
bash: locate: command not found
root@sci-fw1/# locate *.map
bash: locate: command not found
root@sci-fw1/# locate snort
bash: locate: command not found

--oh well...
______________________________________________________________________ 
Lewis   Donofrio () umich edu   College of Literature, Science, & Arts 
1007 East Huron, Room 201,      BetaID:243340   Cell: (734) 323-8776
Ann Arbor,MI 48104-1690 www.umich.edu/~donofrio  Fax: (734) 647-8333 


-----Original Message-----
From: Michael Boman [mailto:michael.boman () securecirt com] 
Sent: Tuesday, August 27, 2002 1:37 PM
To: dr () kyx net; Donofrio, Lewis; snort-users () lists sourceforge net
Subject: Re: [Snort-users] CEREBUS 1.2 Alert Browser and Data 
Correlator


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 27 August 2002 18:19, Dragos Ruiu wrote:
P.s. call me a grumpy old unix guy but I hate extra typing 
:-), so i'd 
use:

find / | grep map

(-print is the default action of find)

<rant>
Under Linux, FreeBSD maybe - but on my SunOS 5.6 I need to 
specify '-print', 
so I do it just out of habbit. And I belive -iname "*.map" is 
faster then 
grep'ing for it..
</rant>

If it was a few days since you installed it you can probibly 
do something like 
'locate map' for quicker result.

On August 27, 2002 04:47 pm, Michael Boman wrote:
On Wednesday 28 August 2002 00:05, Donofrio, Lewis wrote:
--Sorry but I'm having a hard time getting LS in Linux 
to do the 
same as DIR /s *.map does in DOS6.22

Dunno if this is a rant or just a .signature - but anyway:

find <directory where to start looking. Usually '.' or 
'/'> -iname 
"*.map" -print

Best regards
  Michael Boman

- -- 
Michael Boman
Security Architect, SecureCiRT (A SBU of Z-Vance Pte Ltd) 
http://www.securecirt.com -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9a7jQds5fQJiraJwRAriSAJ0S92ZrfRMdW8OBFDlGzfPEb9AU+QCbBYlq
Z7kINcnWlz6vUHQbHQAIxE0=
=ORcl
-----END PGP SIGNATURE-----



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: