Results 1 to 3 of 3
Hi
I am trying to start squid using "Service Squid Start". I am getting below error.
================================================== ======
Starting squid: /etc/init.d/squid: line 53: 4343 Aborted $SQUID $SQUID_OPTS >>/var/log/squid/squid.out 2>&1
[FAILED]
...
- 06-03-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 2
SQUID Service is not starting
Hi
I am trying to start squid using "Service Squid Start". I am getting below error.
================================================== ======
Starting squid: /etc/init.d/squid: line 53: 4343 Aborted $SQUID $SQUID_OPTS >>/var/log/squid/squid.out 2>&1
[FAILED]
================================================== ======
When I checked in /var/log/squid/squid.out i found below error.
================================================== ======
2009/06/03 18:29:44| aclParseAclLine: WARNING: empty ACL: acl denied_clients src "/etc/squid/deniedlist"
FATAL: cache_dir /var/spool/squid_cache: (13) Permission denied
Squid Cache (Version 2.7.STABLE6): Terminated abnormally.
CPU Usage: 0.006 seconds = 0.004 user + 0.002 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
================================================== ======
Still I am able to start the squid service using below command.
squid -N -d 1 -D
Can somebody please let me know what can be issue?
Paresh
- 06-04-2009 #2
looks like there is a problem with the permissions in the /etc/squid/deniedlist
There is nothing impossible, for everything is possible; the impossible only takes a bit longer than the possible.


- 06-04-2009 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 2
there is no issue of permissions issue for /etc/squid/deniedlist. Basically I am getting error for /var/spool/squid. Also I have given necessary permissions for the Folder /var/spool/squid.


Reply With Quote