Displaying 2 results from an estimated 2 matches for "abercrombi".
Did you mean:
abercrombie
2004 Dec 07
1
Segfaults when playing GSM files
...305
305 tmp1 = rrp[i];
I've made clean and recompiled and even cvs'd brand-new source, all to no
avail. Any suggestions on what else to do?
-SC
--
Stanley Cline // Telco Boi // sc1 at roamer1 dot org // www.roamer1.org
"it seems like all you ever buy is Abercrombie and cell phones" --a friend
2012 Aug 07
0
Snort: Problems configuring for init/start upon bootup rc.conf not working
Ladies/Gents,
/etc/init.d/snortd
more snortd
#!/bin/sh
# Description: start up script for snort
# chkconfig: 2345 40 60
#
# Source function library.
. /etc/rc.d/init.d/functions
#
case "$1" in
#
'start')
echo "Starting up Snort..."
/prod/snort/bin/snort -c /prod/snort/etc/snort.conf -D -g snort -u snort -i
eth0 -l /var/log/snort
echo "Done."
;;
#