Issues with squid


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Issues with squid
# 1  
Old 05-28-2012
Issues with squid

Hello,

I have been trying to setup the following squid configuration
Code:
http://veloso.org/SquidConfig/SquidConfig.html

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

Code:
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 SmilieSmilie
# 2  
Old 05-28-2012
Anything in the log files?
# 3  
Old 05-29-2012
Hi, solved it. It had something to do with permissions..once I made all related files 777 works perfectly.

Thanks Smilie

---------- 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.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

squid + AD configuration issues

Hi, I am new in squid. We need to make our squid users to be authenticated by Windows AD. The squid proxy is installed on SuSE linux. Here are AD related settings: auth_param basic program /usr/sbin/squid_ldap_auth -P -R -v 3 \ -b "dc=mydomain,dc=com" \ -D cn=squid.bind,ou=service... (1 Reply)
Discussion started by: aixlover
1 Replies

2. IP Networking

Squid vs iptables = no Squid access.log?

Hello, I have a pretty useless satellite link at home (far from any civilization), so I wanted to set up caching in order to speed things up. My Squid 2.6 runs "3128 transparent" and is set up quite well on a separate machine. I also have my dd-wrt router to move all port 80 traffic through... (0 Replies)
Discussion started by: theWojtek
0 Replies

3. UNIX for Dummies Questions & Answers

Squid Configuration Help

I am trying to configure my squid to block access to certain websites facebook and twitter in this case. After defining my acls and the corresponding http_access lines users are still able to access these websites. I would also like to allow access to the proxy from 12:30 to 14:00 hrs only. I... (4 Replies)
Discussion started by: bryanmuts2000
4 Replies

4. IP Networking

squid and iptables

Hello all I have a little network as described below. A Linux router/proxy with the External interface: 192.168.121.240 Internal interface: 10.0.0.2 and a DMZ interface: 10.1.0.2 On the DMZ i have a linux with ip: 10.1.0.10 and apache2, php5, mysql and samba installed. On the internal... (0 Replies)
Discussion started by: davano
0 Replies

5. Emergency UNIX and Linux Support

Squid acls

Hi guys, There is a line in squid default configuration: # Deny CONNECT to other than secure SSL ports http_access deny CONNECT !SSL_ports acls are applied from top down, so CONNECT acl will deny access to all non SSL and SSL ports. I mean it never reaches the second access rule. (0 Replies)
Discussion started by: majid.merkava
0 Replies

6. Linux

caching in squid

hi, i installed fedora core 12, and i installed squid v 3, i need to know how can i cache everything. anyone can help me please (1 Reply)
Discussion started by: zazoo
1 Replies

7. UNIX for Dummies Questions & Answers

Squid Server

Hi everyone, I am very new to linux. Can anybody help me for my following doubts. 1) Why we put 8080 in squid server configuration ? 2) what is secure and insecure ftp ? 3) difference between ftp and http servers ? 4) can we configure all servers (installing packages with yum client)if... (3 Replies)
Discussion started by: kunalpatil09
3 Replies

8. UNIX for Advanced & Expert Users

Squid Error

Hi all , i m getting below error in access.log while running skype application on linux. Proxy packages : Squid redirected through SquidGuard with LDAP auth. system : Ubuntu 6.06 Firewall : pf 227032649.603 0 system_IP_add TCP_DENIED/407 1802 GET... (0 Replies)
Discussion started by: jagnikam
0 Replies

9. Linux

Problem with SQUID

hi all... i installed Red Hat 9...but i can use a proxy server with service squid... in my job i have a direct internet connection in the linux, but i configurate squid.conf...ports...ip's.... but still not working...with the windows machines.... in the linux server if i put the 127.0.0.0 port... (1 Reply)
Discussion started by: chanfle
1 Replies

10. UNIX for Dummies Questions & Answers

Help Me Squid Server

Hello! I'm trying config Squid Cache Server...Where ? Can me find document about config Squid (Basic)... Thanks you (4 Replies)
Discussion started by: binhnx2000
4 Replies
Login or Register to Ask a Question