Sponsored Content
Full Discussion: Issues with squid
Special Forums UNIX and Linux Applications Issues with squid Post 302647327 by jamie_123 on Monday 28th of May 2012 04:34:05 AM
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
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
UPDATE-SQUIDGUARD(1)					     SquidGuard documentation					      UPDATE-SQUIDGUARD(1)

NAME
update-squidguard - Update script for SquidGuard. SYNOPSIS
update-squidguard DESCRIPTION
This script performs a database rebuild for any blacklists listed in the default Squidguard config file `/etc/squid/squidGuard.conf'. After rebuilding the databases it will reload Squid / Squid3 so that it will make use of the updated lists. OPTIONS
-v | --verbose Show some more information and switch on progress bar when updating database. -c | --checkdb Check Berkeley DB version and rebuild full database only if Berkeley DB version have changed. This option should be used after upgrade of squidguard to reduce wasteful wait time. COPYRIGHT and LICENSE Copyright (C) 2003 Ivan E. Moore II, 2010-2012 Joachim Wiedorn This script is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. AUTHOR
update-squidguard was written by Ivan E. Moore II and updated by Joachim Wiedorn. This manual page was written by Joachim Wiedorn <ad_debian at joonet.de> for the Debian project (and may be used by others). SEE ALSO
squidGuard(1), squid(1), sgclean(1), hostbyname(1) Version 1.5 2012-04-15 UPDATE-SQUIDGUARD(1)
All times are GMT -4. The time now is 12:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy