Hello,

I'm not see any discernable difference than before:

Squid Cache: Version 3.HEAD-20090723
configure options:  '--build=i686-apple-darwin' '--mandir=/usr/local/share/man' 
'--with-large-files' '--disable-ident-lookups' '--disable-dependency-tracking' 
'--enable-filters' '--enable-ssl' '--enable-icap-client' 
'--enable-removal-policies=heap,lru' 
'--enable-external-acl-helpers=ip_user,ldap_group' 
'--enable-auth=basic,digest,ntlm,negotiate' 
'--enable-basic-auth-helpers=PAM,NCSA,LDAP,multi-domain-NTLM' 
'--enable-digest-auth-helpers=password' '--enable-delay-pools' 
'--enable-multicast-miss' '--enable-default-err-language=templates' 
'--enable-fd-config' '--with-filedescriptors=16384' '--with-dl' 
'--enable-gnuregex' '--enable-zph-qos' '--enable-ltdl-convenience' 
'--prefix=/usr/local/squid31' 'build_alias=i686-apple-darwin' 
--with-squid=/Users/raymont/squid-3.HEAD-20090723

barebone squid.conf used:

acl manager proto cache_object
acl localhost src 127.0.0.1/32 ::1
acl to_localhost dst 127.0.0.0/8 ::1
acl localnet src 10.0.0.0/8     # RFC1918 possible internal network
acl localnet src 172.16.0.0/12  # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
acl SSL_ports port 443
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow localnet
http_access deny all
http_port 3129
hierarchy_stoplist cgi-bin ?
coredump_dir /Applications/squid
cache_access_log /Applications/squid/logs/access.log
cache_log /Applications/squid/logs/cache.log
cache_store_log none
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern -i (/cgi-bin/|\?) 0     0%      0
refresh_pattern .               0       20%     4320

cache.log with squid -N -X:

2009/07/26 21:43:03.923| comm_poll: time out: 1248658983.
2009/07/26 21:43:03.923| Engine 0xbffff588 is idle.
2009/07/26 21:43:03.923| Engine 0xbffff59c is idle.
2009/07/26 21:43:03.923| comm_poll: 0+0 FDs ready
2009/07/26 21:43:03.923| comm_poll: time out: 1248658983.
2009/07/26 21:43:03.923| Engine 0xbffff588 is idle.
2009/07/26 21:43:03.923| event.cc(251) checkEvents: checkEvents
2009/07/26 21:43:03.923| The AsyncCall idnsCheckQueue constructed, 
this=0x1132e20 [call56]
2009/07/26 21:43:03.923| event.cc(260) will call idnsCheckQueue() [call56]
2009/07/26 21:43:03.923| Engine 0xbffff59c is idle.
2009/07/26 21:43:03.923| entering idnsCheckQueue()
2009/07/26 21:43:03.923| AsyncCall.cc(32) make: make call idnsCheckQueue 
[call56]
2009/07/26 21:43:03.923| idnsCheckQueue: ID 0x3fe3timeout
2009/07/26 21:43:03.923| comm_udp_sendto: Attempt to send UDP packet to 
18.70.0.160:53 using FD 6 using Port 49745
2009/07/26 21:43:03.923| comm_udp_sendto: FD 6, (family=2) 18.70.0.160:53: (22) 
Invalid argument
2009/07/26 21:43:03.923| idnsSendQuery: FD 6: sendto: (22) Invalid argument
2009/07/26 21:43:03.923| comm_udp_sendto: Attempt to send UDP packet to 
151.198.0.38:53 using FD 6 using Port 49745
2009/07/26 21:43:03.923| comm_udp_sendto: FD 6, (family=2) 151.198.0.38:53: 
(22) Invalid argument
2009/07/26 21:43:03.923| idnsSendQuery: FD 6: sendto: (22) Invalid argument
2009/07/26 21:43:03.923| comm_udp_sendto: Attempt to send UDP packet to 
216.168.224.200:53 using FD 6 using Port 49745
2009/07/26 21:43:03.923| comm_udp_sendto: FD 6, (family=2) 216.168.224.200:53: 
(22) Invalid argument
2009/07/26 21:43:03.923| idnsSendQuery: FD 6: sendto: (22) Invalid argument
2009/07/26 21:43:03.923| comm_udp_sendto: Attempt to send UDP packet to 
204.127.198.4:53 using FD 6 using Port 49745
2009/07/26 21:43:03.923| comm_udp_sendto: FD 6, (family=2) 204.127.198.4:53: 
(22) Invalid argument
2009/07/26 21:43:03.923| idnsSendQuery: FD 6: sendto: (22) Invalid argument
2009/07/26 21:43:03.923| event.cc(343) schedule: schedule: Adding 
'idnsCheckQueue', in 1.00 seconds
2009/07/26 21:43:03.923| leaving idnsCheckQueue()
2009/07/26 21:43:03.923| Engine 0xbffff588 is idle.
2009/07/26 21:43:03.923| Engine 0xbffff59c is idle.
2009/07/26 21:43:04.890| comm_poll: 0+0 FDs ready
2009/07/26 21:43:04.890| comm_poll: time out: 1248658984.
2009/07/26 21:43:04.890| Engine 0xbffff588 is idle.

-------- Original-Nachricht --------
> Datum: Thu, 23 Jul 2009 01:50:08 +1200
> Von: Amos Jeffries <squ...@treenet.co.nz>
> An: vollkom...@gmx.net, Squid Developers <squid-dev@squid-cache.org>
> Betreff: Squid-3 MacOSX IPv6 problems

> Hello again and apologies for the long delays.
> 
> If you are still interested in getting Squid-3 to build with IPv6 read on.
> 
> The current Squid-3.HEAD snapshots have been stabilized as much as I can 
> do for now and include a few patches which I believe get split-stack 
> support you need to build and run.
> 
> The support is theoretical, I have had it working here for me for some 
> basic web access operations. But my systems are natively hybrid stacks 
> so the emulation may have holes I'm unaware of.
> 
> Please test it out and let me know how things go. I'd like to get it at 
> least confirmed usable before I back-port the patches to a 3.1 release.
> 
> Cheers
> Amos
> -- 
> Please be using
>    Current Stable Squid 2.7.STABLE6 or 3.0.STABLE16
>    Current Beta Squid 3.1.0.10 or 3.1.0.11

-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser

Reply via email to