Your message dated Sat, 05 Apr 2008 13:32:15 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#470775: fixed in uml-utilities 20070815-1.1
has caused the Debian Bug report #470775,
regarding uml-utilities: Problem with LSB header in init.d script
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.)
--
470775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470775
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: uml-utilities
Version: 20070815-1
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: incorrect-dependency
I just checked the shutdown order in unstable on a machine with
dependency based boot sequencing enabled, and discovered a problem
with the init.d scripts provided in the uml-utilities package. The
init.d script stop to late and start to early. The reason is missing
dependencies. It need to depend on $remote_fs to make sure /usr/ is
mounted if it is on NFS.
Here is a patch to solve these issues.
diff -ur uml-utilities-20070815.orig/debian/uml-utilities.init
uml-utilities-20070815/debian/uml-utilities.init
--- uml-utilities-20070815.orig/debian/uml-utilities.init 2008-03-13
16:54:21.000000000 +0100
+++ uml-utilities-20070815/debian/uml-utilities.init 2008-03-13
16:55:59.000000000 +0100
@@ -7,8 +7,8 @@
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Provides: uml-utilities
-# Required-Start:
-# Required-Stop:
+# Required-Start: $remote_fs
+# Required-Stop: $remote_fs
### END INIT INFO
# Start LSB function logging
--- End Message ---
--- Begin Message ---
Source: uml-utilities
Source-Version: 20070815-1.1
We believe that the bug you reported is fixed in the latest version of
uml-utilities, which is due to be installed in the Debian FTP archive:
uml-utilities_20070815-1.1.diff.gz
to pool/main/u/uml-utilities/uml-utilities_20070815-1.1.diff.gz
uml-utilities_20070815-1.1.dsc
to pool/main/u/uml-utilities/uml-utilities_20070815-1.1.dsc
uml-utilities_20070815-1.1_i386.deb
to pool/main/u/uml-utilities/uml-utilities_20070815-1.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.
Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated uml-utilities 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: Sat, 05 Apr 2008 14:59:53 +0200
Source: uml-utilities
Binary: uml-utilities
Architecture: source i386
Version: 20070815-1.1
Distribution: unstable
Urgency: low
Maintainer: User Mode Linux Maintainers <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description:
uml-utilities - User-mode Linux (utility programs)
Closes: 470775
Changes:
uml-utilities (20070815-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fixed dependency information in LSB header in init.d script
(closes: #470775)
Files:
b132baa31f463403fe5e136869f1e835 842 otherosfs extra
uml-utilities_20070815-1.1.dsc
9ddf16c46c54e3e2463f6a49eeab5a50 16223 otherosfs extra
uml-utilities_20070815-1.1.diff.gz
b103edb5dca7e40f6de3ff6ecceb233f 59012 otherosfs extra
uml-utilities_20070815-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH93uvTTx8oVVPtMYRAlDiAKDDc1Wi+uP2L98lPzh9yLO27tORqgCghdCO
3AaUFpWxSGQzW0OSNfLQEyw=
=CvIJ
-----END PGP SIGNATURE-----
--- End Message ---