Your message dated Mon, 16 Jun 2008 06:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#480645: fixed in apt-p2p 0.1.4
has caused the Debian Bug report #480645,
regarding apt-p2p: Missing $remote_fs dependency in init.d LSB header
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.)
--
480645: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480645
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apt-p2p
Version: 0.1.3
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: incorrect-dependency
I discovered this problem in my sid chroot. The apt-p2p init.d stop
scripts is executed after sendsigs killed all processes, and thus will
not do what it is supposed to do. Sendsigs is part of the $remote_fs
virtual facility. Also, as it does not start in rcS.d, it should have
a start dependency on $remote_fs too.
The solution is to let the apt-p2p init.d script have a dependency on
the $remote_fs vacility. Please apply the following patch.
diff -Nru /tmp/6NeAnQi6PV/apt-p2p-0.1.3/debian/init.d
/tmp/PVt6bS9nz3/apt-p2p-0.1.4/debian/init.d
--- /tmp/6NeAnQi6PV/apt-p2p-0.1.3/debian/init.d 2008-05-10 09:00:20.000000000
+0200
+++ /tmp/PVt6bS9nz3/apt-p2p-0.1.4/debian/init.d 2008-05-11 12:35:58.000000000
+0200
@@ -2,8 +2,8 @@
### BEGIN INIT INFO
# Provides: apt-p2p
-# Required-Start: $network
-# Required-Stop:
+# Required-Start: $remote_fs $network
+# Required-Stop: $remote_fs
# Should-Start: $named
# Should-Stop:
# Default-Start: 2 3 4 5
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: apt-p2p
Source-Version: 0.1.4
We believe that the bug you reported is fixed in the latest version of
apt-p2p, which is due to be installed in the Debian FTP archive:
apt-p2p_0.1.4.dsc
to pool/main/a/apt-p2p/apt-p2p_0.1.4.dsc
apt-p2p_0.1.4.tar.gz
to pool/main/a/apt-p2p/apt-p2p_0.1.4.tar.gz
apt-p2p_0.1.4_all.deb
to pool/main/a/apt-p2p/apt-p2p_0.1.4_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.
Cameron Dale <[EMAIL PROTECTED]> (supplier of updated apt-p2p 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: Sun, 15 Jun 2008 23:20:28 -0700
Source: apt-p2p
Binary: apt-p2p
Architecture: source all
Version: 0.1.4
Distribution: unstable
Urgency: low
Maintainer: Cameron Dale <[EMAIL PROTECTED]>
Changed-By: Cameron Dale <[EMAIL PROTECTED]>
Description:
apt-p2p - apt helper for peer-to-peer downloads of Debian packages
Closes: 480645
Changes:
apt-p2p (0.1.4) unstable; urgency=low
.
* Add remote_fs dependency in init.d LSB header (Closes: #480645)
* Use the version number in the Khashmir node ID.
Checksums-Sha1:
a5ef6075d9459ab8dbceffd09913a90607868507 949 apt-p2p_0.1.4.dsc
f72f056575249b93683386678f6c77ac1be82d4f 336275 apt-p2p_0.1.4.tar.gz
4c75e502c154243d80ba4dfd9aca95a8f6293db6 107872 apt-p2p_0.1.4_all.deb
Checksums-Sha256:
33bf2c9081224f1c7cefea4144e604e224f821d2d6ad00c8e046897ac4ecd4c6 949
apt-p2p_0.1.4.dsc
1273c65e05fb992d7cd9e606f84d96ae4d792026afff315d57508fd79e8c24f2 336275
apt-p2p_0.1.4.tar.gz
788a21985dc0ede9447b025640dd18057341b2da48996e11e8bfa2c35b6df7e6 107872
apt-p2p_0.1.4_all.deb
Files:
647a95563a2d410d28f11f19558ed966 949 net optional apt-p2p_0.1.4.dsc
108629d4810f7b74e858529a814bda28 336275 net optional apt-p2p_0.1.4.tar.gz
f7ce866f5f99649c56f5797cf202ed98 107872 net optional apt-p2p_0.1.4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIVgfHDx924g0gNq0RAmYyAKCeK8GhxUAio2SAg2C2m3znKrtBjwCaA3BX
XLxioTNCpjvgZWLO4jxCfI8=
=P4QT
-----END PGP SIGNATURE-----
--- End Message ---