Your message dated Wed, 01 May 2013 15:42:53 +1200
with message-id <[email protected]>
and subject line squid makes duplicates in cache
has caused the Debian Bug report #622256,
regarding squid makes duplicates in cache
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.)
--
622256: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622256
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: squid
Version: 2.7.STABLE9-4
Severity: normal
Squid makes multiple copies of the same URL:
There are multiple clients making range requests, but such behavior makes big
question to squid cache architecture.
cache_dir is ufs 5000 16 256
gw:~# head /var/spool/squid/00/21/00002154
http://dc2-file.prodo.ru/Content/AB/74865EF2562006E51D7F9333B4A8D45B7A749DAB.exeHTTP/1.1
200 OK
Content-Type: application/octet-stream
Content-Length: 947070088
Last-Modified: Tue, 15 Feb 2011 23:14:04 GMT
Accept-Ranges: bytes
ETag: "0681966cdcb1:0"
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Mon, 11 Apr 2011 10:35:49 GMT
Connection: keep-alive
gw:~# head /var/spool/squid/00/21/000021EB
http://dc2-file.prodo.ru/Content/AB/74865EF2562006E51D7F9333B4A8D45B7A749DAB.exeHTTP/1.1
200 OK
Content-Type: application/octet-stream
Content-Length: 947070088
Last-Modified: Tue, 15 Feb 2011 23:14:04 GMT
Accept-Ranges: bytes
ETag: "0681966cdcb1:0"
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Mon, 11 Apr 2011 10:37:13 GMT
Connection: keep-alive
System Information:
Debian Release: wheezy/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500,
'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages squid depends on:
ii adduser 3.112+nmu2 add and remove users and groups
ii debconf [debconf-2.0] 1.5.38 Debian configuration management sy
ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib
ii libcap2 1:2.20-1 support for getting/setting POSIX.
ii libcomerr2 1.41.12-2 common error description library
ii libdb5.1 5.1.25-1 Berkeley v5.1 Database Libraries [
ii libgssapi-krb5-2 1.8.3+dfsg-4 MIT Kerberos runtime libraries - k
ii libkrb5-3 1.8.3+dfsg-4 MIT Kerberos runtime libraries
ii libldap-2.4-2 2.4.23-7 OpenLDAP libraries
ii libpam0g 1.1.2-2 Pluggable Authentication Modules l
ii logrotate 3.7.8-6 Log rotation utility
ii lsb-base 3.2-27 Linux Standard Base 3.2 init scrip
ii netbase 4.45 Basic TCP/IP networking system
ii perl-modules 5.10.1-18 Core Perl modules
ii squid-common 2.7.STABLE9-4 Internet object cache (WWW proxy c
squid recommends no packages.
Versions of packages squid suggests:
pn logcheck-database <none> (no description available)
pn resolvconf <none> (no description available)
pn smbclient <none> (no description available)
pn squid-cgi <none> (no description available)
pn squidclient <none> (no description available)
ii winbind 2:3.5.8~dfsg-1 Samba nameservice integration serv
-- Configuration Files:
/etc/logrotate.d/squid changed:
/var/log/squid3/*.log {
monthly
compress
rotate 12
missingok
nocreate
sharedscripts
prerotate
test ! -x /usr/sbin/sarg-maint || /usr/sbin/sarg-maint
test ! -x /usr/sbin/sarg-reports || /usr/sbin/sarg-reports
monthly
endscript
postrotate
test ! -e /var/run/squid3.pid || /usr/sbin/squid3 -k rotate
endscript
}
-- debconf information:
squid/fix_cachedir_perms: false
squid/fix_lines: true
--- End Message ---
--- Begin Message ---
Closing because this is not a bug, but designed behaviour of a proxy
handling multiple parallel transactions with disk-backed memory cache
entries.
Amos
--- End Message ---