Your message dated Mon, 07 Aug 2006 11:17:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#375677: fixed in apt-proxy 1.9.34
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: apt-proxy
Version: 1.9.33-0.1.0
Severity: grave
Justification: renders package unusable
Hi,
first let me explain the "weird" version number, it's the unstable
version build with the DiffIndex patch from the BTS (thus I added a .0
to the version number).
Last nights upgrade of python-twisted broke apt-proxy very badly. The
log contains:
2006/06/27 16:51 CEST [Channel,32,127.0.0.1] Unhandled error in Deferred:
2006/06/27 16:51 CEST [Channel,32,127.0.0.1] Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", line
1400, in process
self.fetch()
File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", line
1479, in fetch
d = self.check_cached()
File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", line
1569, in check_cached
None, None)
File "/usr/lib/python2.3/site-packages/twisted/internet/defer.py",
line 182, in addCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.3/site-packages/twisted/internet/defer.py",
line 307, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", line
1558, in file_ok
deferred.errback()
File "/usr/lib/python2.3/site-packages/twisted/internet/defer.py",
line 249, in errback
fail = failure.Failure(fail)
File "/usr/lib/python2.3/site-packages/twisted/python/failure.py",
line 114, in __init__
raise NoCurrentExceptionError()
twisted.python.failure.NoCurrentExceptionError:
For any request that APT gives to apt-proxy.
Andreas
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'experimental'), (500, 'testing'), (500,
'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages apt-proxy depends on:
ii adduser 3.90 Add and remove users and groups
ii bzip2 1.0.3-2 high-quality block-sorting file co
ii debconf [debconf-2.0] 1.5.2 Debian configuration management sy
ii logrotate 3.7.1-3 Log rotation utility
ii python 2.3.5-11 An interactive high-level object-o
ii python-apt 0.6.18 Python interface to libapt-pkg
ii python-twisted 2.4.0-1 Event-based framework for internet
ii python-twisted-web 0.6.0-1 An HTTP protocol implementation to
ii python2.3 2.3.5-14 An interactive high-level object-o
apt-proxy recommends no packages.
-- debconf information:
* apt-proxy/upgrading-v2:
* apt-proxy/upgrading-v2-result:
--- End Message ---
--- Begin Message ---
Source: apt-proxy
Source-Version: 1.9.34
We believe that the bug you reported is fixed in the latest version of
apt-proxy, which is due to be installed in the Debian FTP archive:
apt-proxy_1.9.34.dsc
to pool/main/a/apt-proxy/apt-proxy_1.9.34.dsc
apt-proxy_1.9.34.tar.gz
to pool/main/a/apt-proxy/apt-proxy_1.9.34.tar.gz
apt-proxy_1.9.34_all.deb
to pool/main/a/apt-proxy/apt-proxy_1.9.34_all.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.
Chris Halls <[EMAIL PROTECTED]> (supplier of updated apt-proxy 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.7
Date: Mon, 7 Aug 2006 18:54:56 +0100
Source: apt-proxy
Binary: apt-proxy
Architecture: source all
Version: 1.9.34
Distribution: unstable
Urgency: low
Maintainer: Chris Halls <[EMAIL PROTECTED]>
Changed-By: Chris Halls <[EMAIL PROTECTED]>
Description:
apt-proxy - Debian archive proxy and partial mirror builder
Closes: 141312 259011 261802 272206 304611 306095 312969 323147 327239 328983
329764 329935 336433 337966 359798 359805 374405 375677 377322
Changes:
apt-proxy (1.9.34) unstable; urgency=low
.
* Acknowledge NMU by Luk Claes, thanks! (Closes: #359798)
.
* Change maintainer to myself and add Otavio to Uploaders, at
Otavio's request. Thanks Otavio for all your work.
.
* Caching behaviour changes:
- Reorganise download process to be more logical, fixing several problems
(Closes: #329764)
- Recognise apt package diff files (*.diff/Index). Thanks
Florian Weimer for the patch (Closes: #336433)
- Remove http scheme, host and port from URL requested by clients
(Closes: #374405)
- Add download queueing mechanism. Clients can now use HTTP pipelining to
request files, and each file will be queued at the corresponding backend.
Each separate apt client connection generates a connection to the
backend. (Closes: #261802)
- HTTP pipelining now works and is enabled by default
(Closes: #272206, #141312)
.
* Code reorganisation:
- Fix breakage caused by new twisted (Closes: #375677)
- Move fetchers and cache management into separate files
- Add more unit tests
- Fix shutdown code (Closes: #359805)
.
* apt-proxy.conf:
- http_proxy can now be set in each [backend] section
- Add support for username and password in http_proxy parameter.
Thanks to Thomas Champagne for the patch (Closes: #323147, #327239)
- Add bandwidth_limit configuration parameter to limit download
rates (Closes: #306095, #259011)
- Add support for rsync port specification
- Give a meaningful error message if an empty time is given in the
configuration file (Closes: #304611)
.
* Packaging changes:
- Always check cache directory and logfile permissions when package
is installed, thanks Ben Hutchings for the patch (Closes: #312969)
- Add debhelper to Build-Depends, needed for dh_clean in clean target
- Remove reference to v1 in description (Closes: #337966)
- Support updated Python policy, thanks Matthias Klose. (Closes: #377322)
- Standards-Version 3.7.2 (no changes necessary)
.
* Documentation updates:
- Remove obsolete debian/TODO from source package
- Update doc/TODO, removing fixed items
- Remove references to -i parameter in apt-proxy.conf manpage.
(Closes: #328983)
- In example apt-proxy.conf, remove references to non-US archive
(Closes: #329935)
Files:
c96271e49b0896d68881e15c1082db3d 725 admin extra apt-proxy_1.9.34.dsc
4a46b54d0086a617e678a92a528699f5 99592 admin extra apt-proxy_1.9.34.tar.gz
3e85926229304709d0dc561de577fa90 76116 admin extra apt-proxy_1.9.34_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFE13+IexmdExmX588RAtJHAKC2L/NJEuE2RYbQF8E967GO0D47PACgvtHw
6EKf9Hw6r3edx6zlJuIrraY=
=TUHz
-----END PGP SIGNATURE-----
--- End Message ---