Re: [squid-users] Help me !. Problem whit Squid 2.5 - commBind: Cannot bind socket FD 11

From: Raul Lapitzondo <raul.lapitzondo@dont-contact.us>
Date: Thu, 20 Jul 2006 10:45:58 -0500

here my squid.conf:

==================== /etc/squid/squid.conf ====================
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
request_body_max_size 8 MB

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80
acl Safe_ports port 21
acl Safe_ports port 443 563
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT
acl Inet src 192.168.0.0-192.168.0.254/255.255.255.0
acl EdonKey port 4661 4662 4663 4664 4665
acl negados url_regex "/etc/squid/denysite"
acl ICQ port 5190
acl PUERTO_HTTPS port 443
acl Real_Player port 6970:6971
acl WebCam_Yahoo port 5100
acl Http_WebCam_Yahoo url_regex webcam.yahoo.com
acl FTP port 20-21
acl DNS url_regex 53

http_access allow localhost
http_access allow Inet

http_access allow FTP
http_access allow PUERTO_HTTPS
http_access allow Real_Player
http_access allow WebCam_Yahoo
http_access allow Http_WebCam_Yahoo
http_access allow ICQ
http_access allow DNS
http_access allow manager localhost
http_access deny EdonKey
http_access deny manager !localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all

icp_access allow Inet
icp_access deny all

httpd_accel_host virtual
httpd_accel_port 80

httpd_accel_single_host off

httpd_accel_with_proxy on

httpd_accel_uses_host_header on

cachemgr_passwd secret all

offline_mode off

http_port 192.168.0.1:3128
store_avg_object_size 2 GB
cache_mem 32 MB
ident_lookup_access allow all

===========================================================

Regards.
Raul

2006/7/19, Odhiambo Washington <odhiambo.raburu@wananchi.com>:
> * On 19/07/06 12:56 -0500, Raul Lapitzondo wrote:
> | Hi Odhiambo ,
> | The actual configuration squid.conf not was modified. In any moment
> | it began to give error.
> | The scheme of my network is:
> | 192.168.0.1 --> 192.168.1.1 --> 192.168.1.2
> | gateway --> adsl modem
> | eth0 --> eth1
> |
> | Regards
> | Raul
> |
> | 2006/7/19, Odhiambo WASHINGTON <odhiambo.raburu@wananchi.com>:
> | >* On 18/07/06 15:23 -0500, Raul Lapitzondo wrote:
> | >| Hi all.
> | >|
> | >| I have a problem with Squid version 2.5.STABLE in SuSE 9.1. Since 3
> | >| years run squid without problems, but now i have error. When run
> | >| rcsquid appear the next message:
> | >|
> | >| linux squid[15990]: Starting Squid Cache version 2.5.STABLE5 for
> | >| i686-pc-linux-gnu...
> | >| linux squid[15990]: Process ID 15990
> | >| linux squid[15990]: With 4096 file descriptors available
> | >| linux squid[15990]: DNS Socket created at 0.0.0.0 , port 4635, FD 5
> | >| linux squid[15990]: Adding nameserver 192.168.1.1 from /etc/resolv.conf
> | >| linux squid[15990]: Adding nameserver 200.32.3.129 from /etc/resolv.conf
> | >| linux squid[15990]: Adding nameserver 200.42.0.109 from /etc/resolv.conf
> | >| linux squid[15990]: User-Agent logging is disabled.
> | >| linux squid[15990]: Referer logging is disabled.
> | >| linux squid[15990]: Unlinkd pipe opened on FD 10
> | >| linux squid[15990]: Swap maxSize 102400 KB, estimated 0 objects
> | >| linux squid[15990]: Target number of buckets: 0
> | >| linux squid[15990]: Using 8192 Store buckets
> | >| linux squid[15990]: Max Mem size: 32768 KB
> | >| linux squid[15990]: Max Swap size: 102400 KB
> | >| linux squid[15990]: Local cache digest enabled; rebuild/rewrite every
> | >| 3600/3600 sec
> | >| linux squid[15990]: Rebuilding storage in /var/cache/squid (DIRTY)
> | >| linux squid[15990]: Using Least Load store dir selection
> | >| linux squid[15990]: Current Directory is /
> | >| linux squid[15990]: Loaded Icons.
> | >| linux squid[15990]: commBind: Cannot bind socket FD 11 to
> | >| 192.168.0.1:3128: (99) Cannot assign requested address
> | >
> | >This IP address 192.168.0.1, is it configured on your ethernet
> | >interface?
> | >Once you resolve that, you are done, but I don't know how!
>
> Can you give more details, please?
>
> What is your Operating System?
> Can you please put your squid.conf somewhere on the web where we can see
> it? Use egrep -v '^[[:space:]]*(#|$)' squid.conf > squid.conf.txt and
> put the .txt on the web somewhere.
>
> Can you also show the output of `ifconfig` from the machine?
>
> PS: Don't top-post!
>
> Best regards,
> Odhiambo Washington
> Systems Admin,
> Wananchi Online Ltd.
>
> Are you hosting your domain name with the leaders??:
> See http://webhosting.info/webhosts/tophosts/Country/KE
>
>
> DISCLAIMER: See http://www.wananchi.com/bms/terms.php
> ----------------------------------+-----------------------------------------
> Odhiambo WASHINGTON . WANANCHI ONLINE LTD (Nairobi, KE)
> http://www.wananchi.com/email/ . 1ere Etage, Laptrust Plaza, Loita St.,
> Mobile: (+254) 722 743 223 . # 10286, 00100 NAIROBI
> ----------------------------------+-----------------------------------------
> I love the way Microsoft follows standards. In much the same manner that fish follow
> migrating caribou. -- Paul Tomblin
>
>
>

-- 
Saludos
Raśl H. Lapitzondo
Received on Thu Jul 20 2006 - 09:46:00 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Aug 01 2006 - 12:00:01 MDT