View previous topic :: View next topic |
Author |
Message |
DruiDos n00b
Joined: 15 May 2005 Posts: 1 Location: Latvia
|
Posted: Thu May 19, 2005 2:08 pm Post subject: Hi I Have A Problem |
|
|
I Trying Configuring Squid But This Say
---------------------------------------------------------------------------------------------------------
blade eddy # /etc/init.d/squid start
* Initializing cache directory: /var/cache/squid
/sbin/runscript.sh: line 532: 1525 Aborted /usr/sbin/squid -z -F 2>/dev/null
* Error initializing: /var/cache/squid
-----------------------------------------------------------------------------------------------------------
but in this runscript.sh line 532 is --> done
_________________ [ Reign Of Chaos ] |
|
Back to top |
|
|
soya Guru
Joined: 29 Jan 2004 Posts: 429
|
Posted: Thu May 19, 2005 3:39 pm Post subject: |
|
|
Code: |
mkdir /var/cache/squid
chmod -r 777 /var/cache/squid
squid -z
/etc/init.d/squid start
|
_________________ Si el tonto te alaba laméntalo, si el listo te censura piénsalo. |
|
Back to top |
|
|
|