[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#482358: marked as done (apt-p2p: occasional process segfaults on amd64)



Your message dated Thu, 28 Dec 2017 21:21:57 +0000
with message-id <[🔎] E1eUfcj-0006b6-UR@fasolo.debian.org>
and subject line Bug#885564: Removed package(s) from unstable
has caused the Debian Bug report #482358,
regarding apt-p2p: occasional process segfaults on amd64
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 owner@bugs.debian.org
immediately.)


-- 
482358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482358
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt-p2p
Version: 0.1.3
Severity: important

Over the past few days, apt-p2p has died mysteriously a couple of
times on my system:

May 19 16:05:01 campbell kernel: [285533.596246] twistd[29663]: segfault at 8 ip 7fd5242f157f sp 42a6f600 error 4 in libapt-pkg-libc6.7-6.so.4.6.0[7fd524284000+cb000]
May 21 11:05:01 campbell kernel: [447487.868908] twistd[20987]: segfault at 8 ip 7f119e98757f sp 41426600 error 4 in libapt-pkg-libc6.7-6.so.4.6.0[7f119e91a000+cb000]

Here is the log leading up to the first segfault, showing some Python
exceptions:

2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Got HTTP request for /ftp.us.debian.org/debian/dists/lenny/Release.gpg from IPv4Address(TCP, '127.0.0.1', 43063)
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Got request for /ftp.us.debian.org/debian/dists/lenny/Release.gpg from IPv4Address(TCP, '127.0.0.1', 43063)
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Initial response to /ftp.us.debian.org/debian/dists/lenny/Release.gpg: <twisted.web2.http.Response code=200, streamlen=189>
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Trying to find hash for http://ftp.us.debian.org/debian/dists/lenny/Release.gpg
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] An error occurred while looking up a hash for: /dists/lenny/Release.gpg
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Unhandled Error
	Traceback (most recent call last):
	  File "/usr/lib/python2.5/threading.py", line 446, in run
	    self.__target(*self.__args, **self.__kwargs)
	  File "/usr/lib/python2.5/site-packages/twisted/python/threadpool.py", line 161, in _worker
	    context.call(ctx, function, *args, **kwargs)
	  File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext
	    return self.currentContext().callWithContext(ctx, func, *args, **kw)
	  File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext
	    return func(*args,**kw)
	--- <exception caught here> ---
	  File "/usr/lib/python2.5/site-packages/twisted/internet/threads.py", line 24, in _putResultInDeferred
	    result = f(*args, **kwargs)
	  File "/var/lib/python-support/python2.5/apt_p2p/AptPackages.py", line 334, in _load
	    self.cache = apt_pkg.GetCache(OpProgress())
	exceptions.SystemError: E:Could not open file /var/cache/apt-p2p/apt-packages/mirrors/emacs.orebokech.com:80/apt/lists/apt-p2p_dists_lenny_main_binary-amd64_Packages - open (2 No such file or directory), E:Problem opening /var/cache/apt-p2p/apt-packages/mirrors/emacs.orebokech.com:80/apt/lists/apt-p2p_dists_lenny_main_binary-amd64_Packages, E:The package lists or status file could not be parsed or opened.
	
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Hash for http://ftp.us.debian.org/debian/dists/lenny/Release.gpg was not found
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Checking if http://ftp.us.debian.org/debian/dists/lenny/Release.gpg is still fresh
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Downloading (HEAD) from mirror http://ftp.us.debian.org/debian/dists/lenny/Release.gpg
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Got HTTP request for /ftp.us.debian.org/debian/dists/sid/Release.gpg from IPv4Address(TCP, '127.0.0.1', 43063)
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Got request for /ftp.us.debian.org/debian/dists/sid/Release.gpg from IPv4Address(TCP, '127.0.0.1', 43063)
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Initial response to /ftp.us.debian.org/debian/dists/sid/Release.gpg: <twisted.web2.http.Response code=200, streamlen=189>
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Trying to find hash for http://ftp.us.debian.org/debian/dists/sid/Release.gpg
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] An error occurred while looking up a hash for: /dists/sid/Release.gpg
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Unhandled Error
	Traceback (most recent call last):
	  File "/usr/lib/python2.5/threading.py", line 446, in run
	    self.__target(*self.__args, **self.__kwargs)
	  File "/usr/lib/python2.5/site-packages/twisted/python/threadpool.py", line 161, in _worker
	    context.call(ctx, function, *args, **kwargs)
	  File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext
	    return self.currentContext().callWithContext(ctx, func, *args, **kw)
	  File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext
	    return func(*args,**kw)
	--- <exception caught here> ---
	  File "/usr/lib/python2.5/site-packages/twisted/internet/threads.py", line 24, in _putResultInDeferred
	    result = f(*args, **kwargs)
	  File "/var/lib/python-support/python2.5/apt_p2p/AptPackages.py", line 334, in _load
	    self.cache = apt_pkg.GetCache(OpProgress())
	exceptions.SystemError: E:Could not open file /var/cache/apt-p2p/apt-packages/mirrors/emacs.orebokech.com:80/apt/lists/apt-p2p_dists_lenny_main_binary-amd64_Packages - open (2 No such file or directory), E:Problem opening /var/cache/apt-p2p/apt-packages/mirrors/emacs.orebokech.com:80/apt/lists/apt-p2p_dists_lenny_main_binary-amd64_Packages, E:The package lists or status file could not be parsed or opened.
	
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Hash for http://ftp.us.debian.org/debian/dists/sid/Release.gpg was not found
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Checking if http://ftp.us.debian.org/debian/dists/sid/Release.gpg is still fresh
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Downloading (HEAD) from mirror http://ftp.us.debian.org/debian/dists/sid/Release.gpg
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Got HTTP request for /ftp.us.debian.org/debian/dists/experimental/Release.gpg from IPv4Address(TCP, '127.0.0.1', 43063)
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Got request for /ftp.us.debian.org/debian/dists/experimental/Release.gpg from IPv4Address(TCP, '127.0.0.1', 43063)
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Initial response to /ftp.us.debian.org/debian/dists/experimental/Release.gpg: <twisted.web2.http.Response code=200, streamlen=189>
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Trying to find hash for http://ftp.us.debian.org/debian/dists/experimental/Release.gpg
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] An error occurred while looking up a hash for: /dists/experimental/Release.gpg
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Unhandled Error
	Traceback (most recent call last):
	  File "/usr/lib/python2.5/threading.py", line 446, in run
	    self.__target(*self.__args, **self.__kwargs)
	  File "/usr/lib/python2.5/site-packages/twisted/python/threadpool.py", line 161, in _worker
	    context.call(ctx, function, *args, **kwargs)
	  File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext
	    return self.currentContext().callWithContext(ctx, func, *args, **kw)
	  File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext
	    return func(*args,**kw)
	--- <exception caught here> ---
	  File "/usr/lib/python2.5/site-packages/twisted/internet/threads.py", line 24, in _putResultInDeferred
	    result = f(*args, **kwargs)
	  File "/var/lib/python-support/python2.5/apt_p2p/AptPackages.py", line 334, in _load
	    self.cache = apt_pkg.GetCache(OpProgress())
	exceptions.SystemError: E:Could not open file /var/cache/apt-p2p/apt-packages/mirrors/emacs.orebokech.com:80/apt/lists/apt-p2p_dists_lenny_main_binary-amd64_Packages - open (2 No such file or directory), E:Problem opening /var/cache/apt-p2p/apt-packages/mirrors/emacs.orebokech.com:80/apt/lists/apt-p2p_dists_lenny_main_binary-amd64_Packages, E:The package lists or status file could not be parsed or opened.
	
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Hash for http://ftp.us.debian.org/debian/dists/experimental/Release.gpg was not found
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Checking if http://ftp.us.debian.org/debian/dists/experimental/Release.gpg is still fresh
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Downloading (HEAD) from mirror http://ftp.us.debian.org/debian/dists/experimental/Release.gpg
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Got HTTP request for /debian.camrdale.org/dists/unstable/Release.gpg from IPv4Address(TCP, '127.0.0.1', 43063)
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Got request for /debian.camrdale.org/dists/unstable/Release.gpg from IPv4Address(TCP, '127.0.0.1', 43063)
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Initial response to /debian.camrdale.org/dists/unstable/Release.gpg: <twisted.web2.http.Response code=200, streamlen=189>
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Trying to find hash for http://debian.camrdale.org/dists/unstable/Release.gpg
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Loading the packages cache
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Got HTTP request for /www.debian-multimedia.org/dists/sid/Release.gpg from IPv4Address(TCP, '127.0.0.1', 43063)
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Got request for /www.debian-multimedia.org/dists/sid/Release.gpg from IPv4Address(TCP, '127.0.0.1', 43063)
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Initial response to /www.debian-multimedia.org/dists/sid/Release.gpg: <twisted.web2.http.Response code=200, streamlen=189>
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Trying to find hash for http://www.debian-multimedia.org/dists/sid/Release.gpg
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Loading the packages cache
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Sources line: deb http://apt-p2p/dists/sid/main/binary-amd64/ /
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Sources line: deb http://apt-p2p/dists/unstable/main/binary-amd64/ /
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Sources line: deb http://apt-p2p/dists/sid/ /
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Sources line: deb http://apt-p2p/dists/unstable/contrib/binary-amd64/ /
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Got HTTP request for /emacs.orebokech.com/dists/sid/Release.gpg from IPv4Address(TCP, '127.0.0.1', 43063)
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Loading Packages database for /var/cache/apt-p2p/apt-packages/mirrors/www.debian-multimedia.org:80
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Sources line: deb http://apt-p2p/dists/unstable/ /
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Sources line: deb http://apt-p2p/dists/unstable/non-free/binary-amd64/ /
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Loading Packages database for /var/cache/apt-p2p/apt-packages/mirrors/debian.camrdale.org:80
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Got request for /emacs.orebokech.com/dists/sid/Release.gpg from IPv4Address(TCP, '127.0.0.1', 43063)
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Initial response to /emacs.orebokech.com/dists/sid/Release.gpg: <twisted.web2.http.Response code=200, streamlen=189>
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Trying to find hash for http://emacs.orebokech.com/dists/sid/Release.gpg
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Loading the packages cache
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Sources line: deb http://apt-p2p/dists/sid/main/binary-amd64/ /
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Sources line: deb http://apt-p2p/dists/sid/ /
2008-05-19 16:05:01-0500 [UploadThrottlingProtocol,109,127.0.0.1] Loading Packages database for /var/cache/apt-p2p/apt-packages/mirrors/emacs.orebokech.com:80
2008-05-19 16:05:01-0500 [-] Hash for http://www.debian-multimedia.org/dists/sid/Release.gpg was not found
2008-05-19 16:05:01-0500 [-] Checking if http://www.debian-multimedia.org/dists/sid/Release.gpg is still fresh
2008-05-19 16:05:01-0500 [-] Downloading (HEAD) from mirror http://www.debian-multimedia.org/dists/sid/Release.gpg
2008-05-19 16:05:01-0500 [-] Connecting to (ftp.us.debian.org, 80)
2008-05-19 16:05:01-0500 [-] Connecting to (www.debian-multimedia.org, 80)

Here is the apt-p2p.log excerpt leading up to the second segfault (no
Python exceptions logged that time):

2008-05-21 11:05:01-0500 [apt_p2p_Khashmir.krpc.hostbroker (UDP)] ('134.155.65.54', 9977) >>> 111 find_node 337
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Got HTTP request for /ftp.us.debian.org/debian/dists/lenny/Release.gpg from IPv4Address(TCP, '127.0.0.1', 47567)
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Got request for /ftp.us.debian.org/debian/dists/lenny/Release.gpg from IPv4Address(TCP, '127.0.0.1', 47567)
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Initial response to /ftp.us.debian.org/debian/dists/lenny/Release.gpg: <twisted.web2.http.Response code=200, streamlen=189>
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Trying to find hash for http://ftp.us.debian.org/debian/dists/lenny/Release.gpg
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Loading the packages cache
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Got HTTP request for /ftp.us.debian.org/debian/dists/sid/Release.gpg from IPv4Address(TCP, '127.0.0.1', 47567)
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Got request for /ftp.us.debian.org/debian/dists/sid/Release.gpg from IPv4Address(TCP, '127.0.0.1', 47567)
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Initial response to /ftp.us.debian.org/debian/dists/sid/Release.gpg: <twisted.web2.http.Response code=200, streamlen=189>
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Trying to find hash for http://ftp.us.debian.org/debian/dists/sid/Release.gpg
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Got HTTP request for /ftp.us.debian.org/debian/dists/experimental/Release.gpg from IPv4Address(TCP, '127.0.0.1', 47567)
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Got request for /ftp.us.debian.org/debian/dists/experimental/Release.gpg from IPv4Address(TCP, '127.0.0.1', 47567)
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Initial response to /ftp.us.debian.org/debian/dists/experimental/Release.gpg: <twisted.web2.http.Response code=200, streamlen=189>
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Trying to find hash for http://ftp.us.debian.org/debian/dists/experimental/Release.gpg
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Got HTTP request for /debian.camrdale.org/dists/unstable/Release.gpg from IPv4Address(TCP, '127.0.0.1', 47567)
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Got request for /debian.camrdale.org/dists/unstable/Release.gpg from IPv4Address(TCP, '127.0.0.1', 47567)
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Initial response to /debian.camrdale.org/dists/unstable/Release.gpg: <twisted.web2.http.Response code=200, streamlen=189>
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Trying to find hash for http://debian.camrdale.org/dists/unstable/Release.gpg
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Loading the packages cache
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Got HTTP request for /www.debian-multimedia.org/dists/sid/Release.gpg from IPv4Address(TCP, '127.0.0.1', 47567)
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Got request for /www.debian-multimedia.org/dists/sid/Release.gpg from IPv4Address(TCP, '127.0.0.1', 47567)
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Initial response to /www.debian-multimedia.org/dists/sid/Release.gpg: <twisted.web2.http.Response code=200, streamlen=189>
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Trying to find hash for http://www.debian-multimedia.org/dists/sid/Release.gpg
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Loading the packages cache
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Got HTTP request for /emacs.orebokech.com/dists/sid/Release.gpg from IPv4Address(TCP, '127.0.0.1', 47567)
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/sid/main/binary-amd64/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/experimental/contrib/binary-amd64/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/experimental/main/binary-amd64/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/lenny/contrib/binary-amd64/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/sid/contrib/binary-amd64/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/lenny/main/binary-amd64/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/sid/main/binary-amd64/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/unstable/main/binary-amd64/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/unstable/contrib/binary-amd64/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/unstable/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/unstable/non-free/binary-amd64/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Loading Packages database for /var/cache/apt-p2p/apt-packages/mirrors/debian.camrdale.org:80
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Got request for /emacs.orebokech.com/dists/sid/Release.gpg from IPv4Address(TCP, '127.0.0.1', 47567)
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Initial response to /emacs.orebokech.com/dists/sid/Release.gpg: <twisted.web2.http.Response code=200, streamlen=189>
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Trying to find hash for http://emacs.orebokech.com/dists/sid/Release.gpg
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Loading the packages cache
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/sid/main/binary-amd64/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Sources line: deb http://apt-p2p/dists/sid/ /
2008-05-21 11:05:01-0500 [UploadThrottlingProtocol,18,127.0.0.1] Loading Packages database for /var/cache/apt-p2p/apt-packages/mirrors/emacs.orebokech.com:80

Also, it seems to have lost its historical download statistics (you
can view them at http://lordsutch.dyndns.org:9977/) in one of the crashes.

If there's anything else I can do to help diagnose the problem, please
let me know; I'm currently running an apt-get update && apt-get -y
--download-only dist-upgrade run every five hours in my crontab, so I
may have some more logs I can send your way sooner rather than later.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25.4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-p2p depends on:
ii  adduser                       3.107      add and remove users and groups
ii  python                        2.5.2-1    An interactive high-level object-o
ii  python-apt                    0.7.5      Python interface to libapt-pkg
ii  python-debian                 0.1.10     Python modules to work with Debian
ii  python-pysqlite2              2.4.1-1    Python interface to SQLite 3
ii  python-support                0.8.1      automated rebuilding support for P
ii  python-twisted-web2           8.0.1-1    An HTTP/1.1 Server Framework

apt-p2p recommends no packages.

-- debconf information:
* apt-p2p/port_forward:



--- End Message ---
--- Begin Message ---
Version: 0.1.8+rm

Dear submitter,

as the package apt-p2p has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/885564

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: