i've a quick question about the squid adzapper instructions on this site, i've followed the instructions, until the point, where you can see below, and just wondering what your thoughts are...
- Code: Select all
[root@harvey root]# rpm -q squid
package squid is not installed
[root@harvey root]# apt-get install squid
..... <snip, snip>
1:squid ########################################### [100%]
Done.
[root@harvey root]# rpm -q squid
squid-2.5.STABLE1-3.9
[root@harvey root]# chkconfig squid on
[root@harvey root]# service squid start
init_cache_dir /var/spool/squid... /etc/init.d/squid: line 162: 8741 Aborted
$SQUID -z -F -D 2>/dev/null
Starting squid: /etc/init.d/squid: line 162: 8742 Aborted $SQUI
D $SQUID_OPTS 2>/dev/null
[FAILED]
here are lines 154 to 165 of /etc/init.d/squid for your perusal, but i don't know what's relevant here to be honest:
*)
echo $"Usage: $0 {start|stop|status|reload|restart|condrestart}"
exit 1
esac
exit $?


