--- Begin Message ---
Package: squid3
Version: 3.1.1-3
Severity: normal
Surfing to e.g. ipv6.google.com or keetweej6.google.com fails:
The following error was encountered while trying to retrieve the URL:
http://ipv6.google.com/
Connection to ipv6.google.com failed.
The system returned: (110) Connection timed out
The remote host or network may be down. Please try the request again.
Your cache administrator is webmaster.
I verified that the webproxy CAN resolve the ipv6 addresses I tried. I also
verified that I can reach those addresses using ipv6:
folk...@webproxy:~$ telnet ipv6.google.com 80
Trying 2a00:1450:8003::93...
Connected to ipv6.l.google.com.
Escape character is '^]'.
HEAD / HTTP/1.0
HTTP/1.0 302 Found
Location: http://www.google.nl/
Cache-Control: private
Content-Type: text/html; charset=UTF-8
Set-Cookie:
PREF=ID=d51f12de99ce5dde:TM=1271776916:LM=1271776916:S=y3ID_mAov8o9SY0E;
expires=Thu, 19-Apr-2012 15:21:56 GMT; path=/; domain=.google.com
Set-Cookie:
NID=33=ZBOXSd7Z0PkAW0nybuqVF6d6W4W-k8-1rpvl193fqQpyl1e3b6RX6vvIZk9A1qk2rb98-tvMxRJzjtZvW3mdzOKSiBkBuHqhqOdgRlfbgubn5ZkRc7CjQW-qafHgRnJm;
expires=Wed, 20-Oct-2010 15:21:56 GMT; path=/;
domain=.google.com; HttpOnly
Date: Tue, 20 Apr 2010 15:21:56 GMT
Server: gws
Content-Length: 218
Connection closed by foreign host.
If I do an strace on squid I get:
webproxy:/home/folkert# strace -p 21805 2>&1 | grep -v -e gettimeofday -v -e
epoll_wait
Process 21805 attached - interrupt to quit
accept(15, {sa_family=AF_INET, sin_port=htons(35492),
sin_addr=inet_addr("192.168.0.79")}, [16]) = 11
getsockname(11, {sa_family=AF_INET, sin_port=htons(3128),
sin_addr=inet_addr("192.168.0.10")}, [16]) = 0
fcntl(11, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(11, F_SETFD, FD_CLOEXEC|0x2) = 0
fcntl(11, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(11, F_SETFL, O_RDWR|O_NONBLOCK) = 0
accept(15, 0xc96cb0, [28]) = -1 EAGAIN (Resource temporarily
unavailable)
epoll_ctl(6, EPOLL_CTL_ADD, 11, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=11,
u64=3214612515149316107}}) = 0
read(11, "GET http://ipv6.google.com/ HTTP/"..., 4095) = 1069
socket(PF_NETLINK, SOCK_RAW, 0) = 19
bind(19, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
getsockname(19, {sa_family=AF_NETLINK, pid=21805, groups=00000000},
[27494598217564172]) = 0
sendto(19, "\24\0\0\0\26\0\1\3\6\307\315K\0\0\0\0\0\0\0\0"..., 20, 0,
{sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000},
msg_iov(1)=[{"0\0\0\0\24\0\2\0\6\307\315K-U\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1\10"...,
4096}], msg_controllen=0,
msg_flags=0}, 0) = 228
recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000},
msg_iov(1)=[{"@\0\0\0\24\0\2\0\6\307\315K-U\0\0\n\200\200\376\1\0\0\0\24\0\1\0\0\0\0\0\0"...,
4096}], msg_controllen=0,
msg_flags=0}, 0) = 576
recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000},
msg_iov(1)=[{"\24\0\0\0\3\0\2\0\6\307\315K-U\0\0\0\0\0\0\1\0\0\0\24\0\1\0\0\0\0\0\0"...,
4096}], msg_controllen=0,
msg_flags=0}, 0) = 20
close(19) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 19
fcntl(19, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(19, F_SETFD, FD_CLOEXEC|0x2) = 0
fcntl(19, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(19, F_SETFL, O_RDWR|O_NONBLOCK) = 0
setsockopt(19, SOL_TCP, TCP_NODELAY, [1], 4) = 0
socket(PF_NETLINK, SOCK_RAW, 0) = 20
bind(20, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
getsockname(20, {sa_family=AF_NETLINK, pid=21805, groups=00000000},
[18446648828514795532]) = 0
sendto(20, "\24\0\0\0\26\0\1\3\6\307\315K\0\0\0\0\0\0\0\0"..., 20, 0,
{sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
recvmsg(20, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000},
msg_iov(1)=[{"0\0\0\0\24\0\2\0\6\307\315K-U\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1\10"...,
4096}], msg_controllen=0,
msg_flags=0}, 0) = 228
recvmsg(20, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000},
msg_iov(1)=[{"@\0\0\0\24\0\2\0\6\307\315K-U\0\0\n\200\200\376\1\0\0\0\24\0\1\0\0\0\0\0\0"...,
4096}], msg_controllen=0,
msg_flags=0}, 0) = 576
recvmsg(20, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000},
msg_iov(1)=[{"\24\0\0\0\3\0\2\0\6\307\315K-U\0\0\0\0\0\0\1\0\0\0\24\0\1\0\0\0\0\0\0"...,
4096}], msg_controllen=0,
msg_flags=0}, 0) = 20
close(20) = 0
sendto(7, "M;\1\0\0\1\0\0\0\0\0\0\4ipv6\6google\3com\0\0\1\0\1"..., 33, 0,
{sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("127.0.0.1")}, 16) =
33
recvfrom(7, "M;\201\200\0\1\0\1\0\1\0\0\4ipv6\6google\3com\0\0\1\0\1"...,
16384, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.1")}, [16]) = 104
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2917, ...}) = 0
write(5, "2010/04/20 17:23:50| ipcacheParse"..., 87) = 87
recvfrom(7, 0x8b95c0, 16384, 0, 0xd4f550, 0xd4fb10) = -1 EAGAIN (Resource
temporarily unavailable)
and then it sits idle until it times out.
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages squid3 depends on:
ii adduser 3.110 add and remove users and groups
ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib
ii libcap2 2.11-2 support for getting/setting POSIX.
ii libcomerr2 1.41.3-1 common error description library
ii libdb4.8 4.8.26-3 Berkeley v4.8 Database Libraries [
ii libexpat1 2.0.1-4+lenny3 XML parsing C library - runtime li
ii libgcc1 1:4.3.2-1.1 GCC support library
ii libgssapi-krb5-2 1.8.1+dfsg-2 MIT Kerberos runtime libraries - k
ii libk5crypto3 1.8.1+dfsg-2 MIT Kerberos runtime libraries - C
ii libkrb5-3 1.8.1+dfsg-2 MIT Kerberos runtime libraries
ii libldap-2.4-2 2.4.11-1+lenny1 OpenLDAP libraries
ii libpam0g 1.0.1-5+lenny1 Pluggable Authentication Modules l
ii libsasl2-2 2.1.22.dfsg1-23+lenny1 Cyrus SASL - authentication abstra
ii libstdc++6 4.4.3-8 The GNU Standard C++ Library v3
ii libxml2 2.7.7.dfsg-2 GNOME XML library
ii logrotate 3.7.1-5 Log rotation utility
ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip
ii netbase 4.34 Basic TCP/IP networking system
ii squid3-common 3.1.1-3 A full featured Web Proxy cache (H
squid3 recommends no packages.
Versions of packages squid3 suggests:
pn resolvconf <none> (no description available)
ii smbclient 2:3.2.5-4lenny9 a LanManager-like simple client fo
ii squid-cgi 2.7.STABLE3-4.1lenny1 Squid cache manager CGI program
ii squidclient 3.0.STABLE8-3+lenny3 A full featured Web Proxy cache (H
-- no debconf information
--- End Message ---