Page 6 of 6 FirstFirst ... 456
Results 51 to 55 of 55

Thread: Snort Mysql & Base on Feisty

  1. #51
    Join Date
    Sep 2006
    Beans
    9

    Re: Snort Mysql & Base on Feisty

    Great post!

    One other note - from a 'base' install the user will need to install Mail & Mail_Mime from pear:

    Code:
    pear install Mail
    Code:
    pear install Mail_Mime
    Cheers,

    SM

  2. #52
    Join Date
    Mar 2009
    Location
    Buenos Aires, AR
    Beans
    2,325
    Distro
    Ubuntu

    Re: Snort Mysql & Base on Feisty

    I solve this problem, but i got another, i run:
    cat /var/log/syslog | grep snort

    /var/log/snort/alert: permission denied.

    to fix it i run:
    chmod --verbose 777 /var/log/snort/alert

    /etc/init.d/snort restart

    but now i have this:

    cat /var/log/syslog | grep snort

    snort[3445]: PID path stat checked out ok, PID path set to /var/run/
    snort[3445]: Writing PID "3445" to file "/var/run//snort_eth0.pid"
    snort[3445]: Daemon initialized, signaled parent pid: 3444
    snort[3444]: Daemon parent exiting
    snort[3445]: database: mysql_error: Unknown column 'sid' in 'field list'
    snort[3445]: database: mysql_error: Unknown column 'hostname' in 'field list' SQL=INSERT INTO sensor (hostname, interface, detail, encoding, last_cid) VALUES ('172.16.3.111','eth0',1,0, 0)




    Any HELP ...???

  3. #53
    Join Date
    Jun 2005
    Location
    Darkside
    Beans
    201
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Snort Mysql & Base on Feisty

    How do I tell snort to use wlan0 and not eth0, in thee config file ?

  4. #54
    Join Date
    Dec 2010
    Beans
    1

    Re: Snort Mysql & Base on Feisty

    You probably got that figured out right after you posted, but

    Code:
    dpkg-reconfigure snort-mysql

    Eric
    empower systems
    frisco, tx

  5. #55
    Join Date
    Dec 2011
    Beans
    1

    Re: Snort Mysql & Base on Feisty

    hi!

    when I make "pgrep -l snort" nothing appears, so I suppose the snort is not running, and when I try "/etc/init.d/snort start" I get

    ~$ sudo /etc/init.d/snort start
    * Starting Network Intrusion Detection System snort [fail]

    just this error, I am confused about what could be the problem

    tks

Page 6 of 6 FirstFirst ... 456

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •