Your cache directory: /usr/local/squid/cache needs to be owned by squid. Do:
 
chown squid:squid /usr/local/squid/cache
 
OR
 
You will need to create it first than change ownership
 
mkdir /usr/local
mkdir /usr/local/squid
mkdir /usr/local/squid/cache
chown squid:squid /usr/local/squid/cache

Bernhard L�der

This electronic mail is solely for the use of the addressee and may contain information that is confidential or privileged.  If you receive this electronic mail in error, please delete it from your system immediately and notify the sender by electronic mail.

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Phillipus Gunawan
Sent: Friday, 29 June 2001 10:19
To: [EMAIL PROTECTED]
Subject: [SLUG] installing a new squid

I just installing Squid in my Box. As usually, we have to type:
 
/usr/local/squid/bin/squid -z
 
But the 'error' message was different than before:
 
FATAL: failed to make swap directory /usr/local/squid/cache: (13) Permission Denied
 
Anyone could help?

Reply via email to