Issues with squid

Hello,

I have been trying to setup the following squid configuration

http://veloso.org/SquidConfig/SquidConfig.html

but every time I get to start squid I get the following error-

2012/05/28 10:31:12| WARNING: redirector #1 (FD 7) exited
2012/05/28 10:31:12| WARNING: redirector #2 (FD 9) exited
2012/05/28 10:31:12| WARNING: redirector #3 (FD 11) exited
2012/05/28 10:31:12| WARNING: redirector #4 (FD 13) exited
2012/05/28 10:31:12| WARNING: redirector #5 (FD 15) exited
2012/05/28 10:31:12| WARNING: redirector #6 (FD 17) exited
2012/05/28 10:31:12| WARNING: redirector #7 (FD 19) exited
2012/05/28 10:31:12| WARNING: redirector #8 (FD 21) exited
2012/05/28 10:31:12| WARNING: redirector #9 (FD 23) exited
2012/05/28 10:31:12| Too few redirector processes are running
2012/05/28 10:31:12| storeDirWriteCleanLogs: Starting...
2012/05/28 10:31:12|   Finished.  Wrote 0 entries.
2012/05/28 10:31:12|   Took 0.04 seconds (  0.00 entries/sec).
FATAL: The redirector helpers are crashing too rapidly, need help!

Googling doesn't help much cos all previous issues like this have been with either videocache or squidguard, both of which I am not using here..

Help me out here :wall::confused:

Anything in the log files?

Hi, solved it. It had something to do with permissions..once I made all related files 777 works perfectly.

Thanks :slight_smile:

---------- Post updated at 11:59 AM ---------- Previous update was at 09:24 AM ----------

Hi,

Now that I have two proxies running in series, is there a way that I can actually intercept the packet traffic in between them? I can intercept redirector messages using perl, how do I do the same for actual packet contents? Any ideas?

Thanks a lot.