LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   squid cache error (https://www.linuxquestions.org/questions/linux-networking-3/squid-cache-error-248365/)

woods 10-28-2004 09:34 AM

squid cache error
 
Im a second yr student at a career tech center and am currently assigned to set up a Linux proxy server(via squid) for a roomfull of Windows 98/XP pc's. I have little experience with Linux (basic networking, SAMBA, and DHCP stuff) I'm using the basic configuration for Squid and every time i try to start it it gives me

Squid failed. The error was: init_cache_dir /var/spool/squid.../etc/init.d/squid:line162; 4591 Aborted $SQUID-z-D-D 2>/dev/null
Starting Squid: /etc/init.d/squid:line 162: 4592
Aborted $SQUIID$SQUID_OPTS 2>/dev/null
[FAILED]

I'm pretty sure it has to do with the cache_dir line but i cant figure it out.
Also i'm running Red Hat Linux 9

help please

maxut 10-28-2004 10:19 AM

check the disk size first. make sure enough space in your disk for squid cache.
then check dir permisions. make sure squid is owner of that directory including subdirs
Code:

ls -l /var/spool/
drwxr-x---  18 squid    squid        4096 Oct 24 04:02 squid

read the squid.conf to learn about "cache_dir"

good luck.

woods 10-29-2004 08:22 AM

nevermind new problem
 
it gets past the cache error, now it just fails without any known cause. It just plain wont load

phatboyz 10-29-2004 02:05 PM

Dissreguard this post.



All times are GMT -5. The time now is 04:15 PM.