Your message dated Tue, 15 Feb 2011 00:47:24 +0000
with message-id <[email protected]>
and subject line Bug#594713: fixed in squid3 3.1.10-1
has caused the Debian Bug report #594713,
regarding https doesn't work if IPv6 is disabled
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
594713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594713
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: squid3
Version: 3.1.6-1
Severity: normal
Tags: ipv6

Hi,

I'm running squid3 on a testing system. Since an upgrade to squid3
3.1.6-1 I can't establish https connections through squid. On the system
IPv6 is completely disabled via the kernel command line option
ipv6.disable. Looking with strace what squid does reveals this:

1351  epoll_wait(6, {}, 65536, 0)       = 0
1351  epoll_wait(6, {}, 65536, 1000)    = 0
1351  epoll_wait(6, {}, 65536, 0)       = 0
1351  epoll_wait(6, {{EPOLLIN, {u32=15, u64=113677579482824719}}}, 65536, 1000) 
= 1
1351  accept(15, {sa_family=AF_INET, sin_port=htons(35307), 
sin_addr=inet_addr("10.10.10.26")}, [16]) = 11
1351  getsockname(11, {sa_family=AF_INET, sin_port=htons(8080), 
sin_addr=inet_addr("10.10.10.17")}, [16]) = 0
1351  fcntl(11, F_GETFD)                = 0
1351  fcntl(11, F_SETFD, FD_CLOEXEC)    = 0
1351  fcntl(11, F_GETFL)                = 0x2 (flags O_RDWR)
1351  fcntl(11, F_SETFL, O_RDWR|O_NONBLOCK) = 0
1351  accept(15, 0x257fb50, [28])       = -1 EAGAIN (Resource temporarily 
unavailable)
1351  epoll_ctl(6, EPOLL_CTL_ADD, 11, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=11, 
u64=8714463801493159947}}) = 0
1351  epoll_wait(6, {{EPOLLIN, {u32=11, u64=8714463801493159947}}}, 65536, 99) 
= 1

Line of interest:

1351  read(11, "CONNECT www.pki.dfn.de:443 HTTP/"..., 4095) = 205
1351  socket(PF_NETLINK, SOCK_RAW, 0)   = 14
1351  bind(14, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
1351  getsockname(14, {sa_family=AF_NETLINK, pid=1351, groups=00000000}, [12]) 
= 0
1351  sendto(14, "\24\0\0\0\26\0\1\3~\225vL\0\0\0\0\0\0\0\0", 20, 0, 
{sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
1351  recvmsg(14, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, 
msg_iov(1)=[{"0\0\0\0\24\0\2\0~\225vLG\5\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1"...,
 4096}], msg_controllen=0, msg_flags=0}, 0) = 108
1351  recvmsg(14, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, 
msg_iov(1)=[{"\24\0\0\0\3\0\2\0~\225vLG\5\0\0\0\0\0\0\1\0\0\0\10\0\1\0\177\0\0\1"...,
 4096}], msg_controllen=0, msg_flags=0}, 0) = 20
1351  close(14)                         = 0

Line of interest:

1351  socket(PF_INET6, SOCK_STREAM, IPPROTO_TCP) = -1 EAFNOSUPPORT (Address 
family not supported by protocol)
1351  stat("/etc/localtime", {st_dev=makedev(9, 0), st_ino=505681, 
st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, 
st_blocks=8, st_size=2309, st_atime=2010/05/22-04:16:49, 
st_mtime=2010/05/22-04:16:49, st_ctime=2010/05/22-04:16:49}) = 0

Line of interest:

1351  write(5, "2010/08/26 18:25:34| comm_open: "..., 94) = 94
1351  epoll_ctl(6, EPOLL_CTL_MOD, 11, {EPOLLIN|EPOLLOUT|EPOLLERR|EPOLLHUP, 
{u32=11, u64=549755813899}}) = 0
1351  epoll_wait(6, {{EPOLLOUT, {u32=11, u64=549755813899}}}, 65536, 96) = 1

Line of interest:

1351  write(11, "HTTP/1.0 500 Internal Server Err"..., 3660) = 3660
1351  read(11, 0x7fff798b1b00, 65535)   = -1 EAGAIN (Resource temporarily 
unavailable)
1351  write(8, "1282839934.605      3 10.10.10.2"..., 87) = 87
1351  epoll_ctl(6, EPOLL_CTL_MOD, 11, {EPOLLOUT|EPOLLERR|EPOLLHUP, {u32=11, 
u64=17179869195}}) = 0
1351  epoll_ctl(6, EPOLL_CTL_DEL, 11, {0, {u32=11, u64=17179869195}}) = 0
1351  close(11)                         = 0
1351  epoll_wait(6, {}, 65536, 95)      = 0
1351  epoll_wait(6, {}, 65536, 0)       = 0
1351  epoll_wait(6, {}, 65536, 0)       = 0
1351  epoll_wait(6, {}, 65536, 892)     = 0
1351  epoll_wait(6, {}, 65536, 0)       = 0
1351  epoll_wait(6, {}, 65536, 0)       = 0
1351  open("/var/spool/squid3/03/70", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 11
1351  getdents(11, {{d_ino=2670855, d_off=1890004764, d_reclen=24, d_name=".."} 
{d_ino=2670968, d_off=2147483647, d_reclen=24, d_name="."}}, 32768) = 48
1351  getdents(11, {}, 32768)           = 0
1351  close(11)                         = 0
1351  epoll_wait(6, {}, 65536, 107)     = 0

Looking in cache.log I found:

2010/08/26 18:25:34| comm_open: socket failure: (97) Address family not 
supported by protocol

Now I'm using version 3.1.5-2 found at snapshot.debian.org which isn't
affected by this problem.

Bye, Jörg.

Attachment: signature.asc
Description: Digital signature http://en.wikipedia.org/wiki/OpenPGP


--- End Message ---
--- Begin Message ---
Source: squid3
Source-Version: 3.1.10-1

We believe that the bug you reported is fixed in the latest version of
squid3, which is due to be installed in the Debian FTP archive:

squid-cgi_3.1.10-1_i386.deb
  to main/s/squid3/squid-cgi_3.1.10-1_i386.deb
squid3-common_3.1.10-1_all.deb
  to main/s/squid3/squid3-common_3.1.10-1_all.deb
squid3-dbg_3.1.10-1_i386.deb
  to main/s/squid3/squid3-dbg_3.1.10-1_i386.deb
squid3_3.1.10-1.diff.gz
  to main/s/squid3/squid3_3.1.10-1.diff.gz
squid3_3.1.10-1.dsc
  to main/s/squid3/squid3_3.1.10-1.dsc
squid3_3.1.10-1_i386.deb
  to main/s/squid3/squid3_3.1.10-1_i386.deb
squid3_3.1.10.orig.tar.gz
  to main/s/squid3/squid3_3.1.10.orig.tar.gz
squidclient_3.1.10-1_i386.deb
  to main/s/squid3/squidclient_3.1.10-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luigi Gangitano <[email protected]> (supplier of updated squid3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 21 Jan 2011 18:43:56 +0100
Source: squid3
Binary: squid3 squid3-dbg squid3-common squidclient squid-cgi
Architecture: source all i386
Version: 3.1.10-1
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano <[email protected]>
Changed-By: Luigi Gangitano <[email protected]>
Description: 
 squid-cgi  - A full featured Web Proxy cache (HTTP proxy) - control CGI
 squid3     - A full featured Web Proxy cache (HTTP proxy)
 squid3-common - A full featured Web Proxy cache (HTTP proxy) - common files
 squid3-dbg - A full featured Web Proxy cache (HTTP proxy) - Debug symbols
 squidclient - A full featured Web Proxy cache (HTTP proxy) - control utility
Closes: 594713 597687 605088 607379 609881
Changes: 
 squid3 (3.1.10-1) unstable; urgency=low
 .
   * New upstream release (Closes: #609881)
     - Removed patches integrated upstream
       + 16-CVE-2010-3072
       + 17-CVE-2010-2951
     - Fixes TCP DNS lookups failure on IPv6-disabled systems (Closes: #607379)
     - Fixes HTTPS not working if IPv6 is disabled (Closes: #594713)
 .
   * debian/rules
     - Enable ZPH feature (Closes: #597687)
 .
   * debian/squid3.ufw.profile
     - Added UFW profile, thanks to Alessio Treglia (Closes: #605088)
 .
   * debian/control
     - Added versioned dependency on squid-langpack
Checksums-Sha1: 
 7ee818cfcfd7f9603d5bd406e5a98338fccb1391 1265 squid3_3.1.10-1.dsc
 2aec08938510e4161c07e8523eed04f8a51d8bc9 3348337 squid3_3.1.10.orig.tar.gz
 f294cedebe24e3564ad6d52d27ecb56b4bcfc94a 18637 squid3_3.1.10-1.diff.gz
 474368bef785077381666b54198f755f53b6af62 195330 squid3-common_3.1.10-1_all.deb
 99efb0ba51e32c81692fe4e8b596756bce70b287 1478492 squid3_3.1.10-1_i386.deb
 ed68761a5ce934f980b65055f3eb64902dd38ac0 5617520 squid3-dbg_3.1.10-1_i386.deb
 2103ce411c18efcb3ea8a4fc41d6bfd643c3b9b1 107446 squidclient_3.1.10-1_i386.deb
 319de54f03a239995767885e8e0821cee9c0dba4 109524 squid-cgi_3.1.10-1_i386.deb
Checksums-Sha256: 
 ba45ec743a64f340c2a631d2f45a9f21aaba65854527e400cd3e1bef36e43740 1265 
squid3_3.1.10-1.dsc
 f069b206e64d5f8b193436d6360aeb4874a70d6697fb0152126b158fccb4852e 3348337 
squid3_3.1.10.orig.tar.gz
 633922985dfe82141f8a70891b9d20bb7a1912fb2508dd249882a5c1b9c2a6d9 18637 
squid3_3.1.10-1.diff.gz
 fbdf5147c02b66c8869f3db9dff1162f75562c6b9007b7bee1976027762922ac 195330 
squid3-common_3.1.10-1_all.deb
 3885d82a9fa339dfedc04ff2fb11c29b6dc8f5fb5e7368a07a23d3c0e30d31cc 1478492 
squid3_3.1.10-1_i386.deb
 44d782b3758ae973ae218dc952410ff71fb935368caf836a092ae334f31f5b3b 5617520 
squid3-dbg_3.1.10-1_i386.deb
 812120084d8a7c2f94b7debbefc7d66c5082d92a4c545740b69998efb8d48dd5 107446 
squidclient_3.1.10-1_i386.deb
 d6b0c31f23f07e77c778b6a940802f528bebe42836b01c3f66436addb35ac159 109524 
squid-cgi_3.1.10-1_i386.deb
Files: 
 86a9da58588acb341bb8c04796803a40 1265 web optional squid3_3.1.10-1.dsc
 0a233d8966a563a795065ccb654caa4f 3348337 web optional squid3_3.1.10.orig.tar.gz
 a8f0cf0d3da63c558552e5c417d7fee2 18637 web optional squid3_3.1.10-1.diff.gz
 a633bb11b850dd2bcfb93b1fd55100ed 195330 web optional 
squid3-common_3.1.10-1_all.deb
 b7aa9cd1c63a33ec5cbcf19d775c70b3 1478492 web optional squid3_3.1.10-1_i386.deb
 c614ca293ee4a5e61683d732b1644acc 5617520 debug extra 
squid3-dbg_3.1.10-1_i386.deb
 aa7384893ba9aba5e4ef0c683a713728 107446 web optional 
squidclient_3.1.10-1_i386.deb
 d376723f778ecd33a1e64f24e5a2e58c 109524 web optional 
squid-cgi_3.1.10-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)

iEYEARECAAYFAk1ZywIACgkQ8ZumGJJMDCYDTwCfWSowy7vuZ6v8TlRyPmUROLn8
UCgAn0L3dg84auQIyg4/ffx/PA33ulgU
=g8Ky
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to