Your message dated Sat, 23 Feb 2008 11:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#466311: fixed in virtualbox-ose 1.5.6-dfsg-1
has caused the Debian Bug report #466311,
regarding virtualbox-ose/virtualbox-ose-guest-utils: Slightly wrong 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.)


-- 
466311: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466311
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package:  virtualbox-ose virtualbox-ose-guest-utils
Version:  1.4.0svn4130-dfsg-1
Severity: important
Tags:     patch
User:     [EMAIL PROTECTED]
Usertags: incorrect-dependency

When testing dependency based boot sequencing, I discovered a bug in
the init.d script for virtualbox-ose and virtualbox-ose-guest-utils.
It need a mounted /usr/ and this require a dependency on $remote_fs.

Fixing these issues is a release goal for lenny, so it is good if it
is fixed quickly.

This patch solve the issue.  I hope I located all init.d scripts in
the package.

diff -ur virtualbox-ose-1.5.4-dfsg.orig/debian/virtualbox-ose-guest-utils.init 
virtualbox-ose-1.5.4-dfsg/debian/virtualbox-ose-guest-utils.init
--- virtualbox-ose-1.5.4-dfsg.orig/debian/virtualbox-ose-guest-utils.init       
2008-02-17 21:40:04.000000000 +0100
+++ virtualbox-ose-1.5.4-dfsg/debian/virtualbox-ose-guest-utils.init    
2008-02-17 21:53:46.000000000 +0100
@@ -4,8 +4,8 @@
 ### BEGIN INIT INFO
 # Provides:          vboxadd
 # Short-Description: VirtualBox Linux Additions
-# Required-Start:
-# Required-Stop:
+# Required-Start:    $remote_fs
+# Required-Stop:     $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 ### END INIT INFO
Only in virtualbox-ose-1.5.4-dfsg/debian: virtualbox-ose-guest-utils.init.~1~
diff -ur virtualbox-ose-1.5.4-dfsg.orig/src/VBox/Installer/linux/vboxnet.sh 
virtualbox-ose-1.5.4-dfsg/src/VBox/Installer/linux/vboxnet.sh
--- virtualbox-ose-1.5.4-dfsg.orig/src/VBox/Installer/linux/vboxnet.sh  
2007-11-21 20:54:35.000000000 +0100
+++ virtualbox-ose-1.5.4-dfsg/src/VBox/Installer/linux/vboxnet.sh       
2008-02-17 21:58:58.000000000 +0100
@@ -19,10 +19,10 @@
 #
 ### BEGIN INIT INFO
 # Provides:       vboxnet
-# Required-Start: $network
-# Required-Stop:
-# Default-Start:  3 5
-# Default-Stop:
+# Required-Start: $remote_fs $network
+# Required-Stop:  $remote_fs
+# Default-Start:  2 3 4 5
+# Default-Stop:   0 1 6
 # Description:    VirtualBox permanent host networking setup
 ### END INIT INFO

Happy hacking,
--
Petter Reinholdtsen



--- End Message ---
--- Begin Message ---
Source: virtualbox-ose
Source-Version: 1.5.6-dfsg-1

We believe that the bug you reported is fixed in the latest version of
virtualbox-ose, which is due to be installed in the Debian FTP archive:

virtualbox-ose-dbg_1.5.6-dfsg-1_i386.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-dbg_1.5.6-dfsg-1_i386.deb
virtualbox-ose-guest-source_1.5.6-dfsg-1_all.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-guest-source_1.5.6-dfsg-1_all.deb
virtualbox-ose-guest-utils_1.5.6-dfsg-1_i386.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-guest-utils_1.5.6-dfsg-1_i386.deb
virtualbox-ose-source_1.5.6-dfsg-1_all.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-source_1.5.6-dfsg-1_all.deb
virtualbox-ose_1.5.6-dfsg-1.diff.gz
  to pool/main/v/virtualbox-ose/virtualbox-ose_1.5.6-dfsg-1.diff.gz
virtualbox-ose_1.5.6-dfsg-1.dsc
  to pool/main/v/virtualbox-ose/virtualbox-ose_1.5.6-dfsg-1.dsc
virtualbox-ose_1.5.6-dfsg-1_i386.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose_1.5.6-dfsg-1_i386.deb
virtualbox-ose_1.5.6-dfsg.orig.tar.gz
  to pool/main/v/virtualbox-ose/virtualbox-ose_1.5.6-dfsg.orig.tar.gz



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.
Michael Meskes <[EMAIL PROTECTED]> (supplier of updated virtualbox-ose 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, 23 Feb 2008 10:49:28 +0100
Source: virtualbox-ose
Binary: virtualbox-ose virtualbox-ose-dbg virtualbox-ose-source 
virtualbox-ose-guest-source virtualbox-ose-guest-utils
Architecture: source i386 all
Version: 1.5.6-dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Virtualbox Team <[EMAIL PROTECTED]>
Changed-By: Michael Meskes <[EMAIL PROTECTED]>
Description: 
 virtualbox-ose - x86 virtualization solution - binaries
 virtualbox-ose-dbg - x86 virtualization solution - debugging symbols
 virtualbox-ose-guest-source - x86 virtualization solution - guest addition 
module source
 virtualbox-ose-guest-utils - x86 virtualization solution - guest utilities
 virtualbox-ose-source - x86 virtualization solution - kernel module source
Closes: 466311 466621 466851
Changes: 
 virtualbox-ose (1.5.6-dfsg-1) unstable; urgency=low
 .
   [ Michael Meskes ]
   * New upstream version
   * Fixed LSB headers in init.d scripts, closes: #466311
   * list x11config.pl with correct path in README file, closes: #466621
   * Added last changes made by the translation projects, thanks to
     Christian Perrier <[EMAIL PROTECTED]>.
   * Tweaked dfsg-free target in rules file so it is really executable, first
     steps made by Hilko.
 .
   [ Hilko Bengen ]
   * Make module loading in initscript configurable (disabled by default).
 .
   [ Patrick Winnertz ]
   * prevent initscript from failing if module doesn't exist. (Closes: #466851)
Files: 
 ef11060aa51205a60dfe2e8ca8c9a362 1333 misc extra 
virtualbox-ose_1.5.6-dfsg-1.dsc
 0cdddbf50363a8841e310d9a188ee05a 11973830 misc extra 
virtualbox-ose_1.5.6-dfsg.orig.tar.gz
 537e66b373b968b5ebe8f7a285a3d88a 41801 misc extra 
virtualbox-ose_1.5.6-dfsg-1.diff.gz
 e478a8209c0437eb5c2bf64baccd83d0 6373490 misc extra 
virtualbox-ose_1.5.6-dfsg-1_i386.deb
 b98486b267fd416b0fd8dbcfd97bd24a 6412228 devel extra 
virtualbox-ose-dbg_1.5.6-dfsg-1_i386.deb
 df0b5087ec08e657940d11dc992151ae 317992 misc extra 
virtualbox-ose-guest-utils_1.5.6-dfsg-1_i386.deb
 29f91b520d791bdcd6846dc6f82c51b2 204200 misc extra 
virtualbox-ose-source_1.5.6-dfsg-1_all.deb
 8e1864ae52c2efea88665153a0e6bf16 194240 misc extra 
virtualbox-ose-guest-source_1.5.6-dfsg-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHv/GXVkEm8inxm9ERAg4DAJ40HIE9/k5i+jtTj1P9lO/bf8ZKhwCdE6wD
2e9P+PlbvxuFLeTT7mf0btw=
=CTxm
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to