You Are Here : Forums Sunday, July 06, 2008
     
Activeworx.org Forums
 
  Forum  Other Forums  Honeynet Securi...  Fwevents config. file error
Previous Previous
 
Next Next
New Post 12/28/2006 7:00 PM
  Ahriakin
2 posts
No Ranking


Fwevents config. file error 

Hi,


First off thanks for these great tools. I'm just starting with them but they look great. I'm not even remotely an SQL head so I slowly went through the whole MySQL setup and created the first database without issues. The help file says to use the contents of the 'schema' file for the events database which I presumed was fw.v106.sql . I doesn't create the Schema table entry. I won't even pretend to know what it does but I compared that file to the hsc.v104.sql that had worked earlier and found that the ` marks where missing from around the 2 Schema arguments, adding them seems to have done the trick.

 

--Schema version
CREATE TABLE `schema` (
  vseq        INT         UNSIGNED NOT NULL,
  ctime       DATETIME    NOT NULL,
  stype       VARCHAR(10) NOT NULL,
  PRIMARY KEY (vseq)
);
INSERT INTO `schema` (vseq, ctime, stype) VALUES ('106', now(), 'fw');

 
New Post 12/28/2006 11:55 PM
  Jeff Dell
219 posts
www.activeworx.com
1st Level Poster


Re: Fwevents config. file error 
Glad to hear you are enjoying the apps...

I think this is a problem with MySQL 5.x. When HSC was released MySQL 5.x was not final yet. Once you make these changes are you having any further troubles creating this database?

Cheers,
Jeff
 
New Post 2/1/2007 3:39 PM
  Ahriakin
2 posts
No Ranking


Re: Fwevents config. file error 

Hi Jeff,

 

Apologies for not responding here sooner. I replied to the auto-mail last month but didnt notice until this morning that it had bounced. I used the winsnort guide to setup the sensor and during the process it has you setup what I eventually realized were the same event databases. I just pointed the control center to their database instead of FWevents so I never got a chance to test it. I'm hoping to setup another winsnort box in the next few weeks and will give it a go then.

Thanks again for the great tools. The more I use the Policy manager and Console the more I realize I'd be screwed without them. If we ever get to the budget/equipment level where a central co-ordinator suite is needed I'll definitely be looking at your full products.

 

Cheers,

 

Derek.

 
Previous Previous
 
Next Next
  Forum  Other Forums  Honeynet Securi...  Fwevents config. file error
 
 
Copyright 2000-2007 by Activeworx, Inc.
All trademarks and copyrights on this page are owned by their respective owners.