On Thu, Feb 19, 2009 at 05:10:56PM +0800, Antoine Guy wrote:
> same thing here.

Does it segfault everytime or just when the system boots? Could you please 
add the following line in your /etc/init.d/snort file and send me the trace
file it generates:

    190                     /sbin/start-stop-daemon --start --quiet  \
    191                         --pidfile "$PIDFILE" \
    192                         --exec $DAEMON -- $COMMON $DEBIAN_SNORT_OPTIONS 
\
    193                         -c $CONFIGFILE \
    194                         -S "HOME_NET=[$DEBIAN_SNORT_HOME_NET]" \
    195                         -i $interface >/dev/null
    196                     ret=$?
--> 197                     strace -f -p `cat $PIDFILE`  >/tmp/snort.trace 2>&1 
&

Thanks.

Javier



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to