Ran the command
$ ps -ax |grep snort
22022 ?? S 0:00.04 sh -c ps -ax |grep snort 2>&1
22305 ?? S 0:00.02 grep snort
82654 ?? Ss 0:27.14 /usr/pbi/snort-amd64/bin/snort -R 3755 -D -q -l /var/
@bmeeks:
Maybe you have already, but did you reboot the firewall itself again?
To rule out a problem with Snort itself, you can either try starting it from the icons on the SNORT INTERFACES tab or you can open a console session and execute the start script directly like this:
/usr/local/etc/rc.d/snort.sh start
It should sit there a few seconds and then drop back to the command line prompt. Snort should then be running. You can check with this command also from the console:
ps -ax |grep snort
Bill