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

Bug#856509: marked as done (unblock: dracut/044+241-2)



Your message dated Thu, 02 Mar 2017 17:19:22 +0000
with message-id <E1cjUNu-00024h-Bg@respighi.debian.org>
and subject line unblock dracut
has caused the Debian Bug report #856509,
regarding unblock: dracut/044+241-2
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.)


-- 
856509: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856509
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package dracut

The version 044+241-2 contains only the patch to 
fix bug #855370. The bug is about the problem that
the dracut-module "aufs" included in the Debian
package only works if the the aufs is in the module
path of the modules included directly in the kernel.
Since the aufs-module has been removed from the kernel
package and is provided by the DKMS-package "aufs-dkms"
the check() function of the dracut-module have to check
the old path and the installation path of DKMS.

Since the aufs-feature of dracut is very useful for read-only
NFS-roots that are mounted with a tmpfs as aufs-overlay, it
is very desirable to include the patch in stretch. Otherwise
many setups that use this NFS read-only/tmpfs-setup will fail
and this setup are not untypical for FAI or clusters.

unblock dracut/044+241-2
diff -Nru dracut-044+241/debian/90aufs/module-setup.sh dracut-044+241/debian/90aufs/module-setup.sh
--- dracut-044+241/debian/90aufs/module-setup.sh	2017-01-24 15:36:24.000000000 +0100
+++ dracut-044+241/debian/90aufs/module-setup.sh	2017-02-28 11:29:58.000000000 +0100
@@ -2,7 +2,7 @@
 
 check() {
     # do not add modules if the kernel does not have aufs support
-    [ -d /lib/modules/$kernel/kernel/fs/aufs ] || return 1
+    [ -d /lib/modules/$kernel/kernel/fs/aufs ] || [ -f /lib/modules/$kernel/updates/dkms/aufs.ko ] || return 1
 }
 
 depends() {
diff -Nru dracut-044+241/debian/changelog dracut-044+241/debian/changelog
--- dracut-044+241/debian/changelog	2017-01-24 15:40:24.000000000 +0100
+++ dracut-044+241/debian/changelog	2017-02-28 11:29:58.000000000 +0100
@@ -1,3 +1,9 @@
+dracut (044+241-2) unstable; urgency=low
+
+  * add patch for dkms aufs modules, Closes: #855370
+
+ -- Thomas Lange <lange@debian.org>  Tue, 28 Feb 2017 11:29:58 +0100
+
 dracut (044+241-1) unstable; urgency=low
 
   * merge upstream changes

--- End Message ---
--- Begin Message ---
Unblocked dracut.

--- End Message ---

Reply to: