Find the answer to your Linux question:
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] ...
  1. #1
    Just 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

  2. #2
    Linux Newbie rituraj.goswami's Avatar
    Join Date
    Aug 2008
    Location
    Guwahati
    Posts
    133
    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.

  3. #3
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...