Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package dmraid This upload fixes #677450 by calling udevadm settle from /scripts/function in the initramfs. This is a rather small and simple fix but seems to be necessary for OP. Other scripts in local-top currently use the same technique. unblock dmraid/1.0.0.rc16-4.2 The debdiff between 1.0.0.rc16-4.1 (wheezy) and 1.0.0.rc16-4.2 (sid): diff -u dmraid-1.0.0.rc16/debian/changelog dmraid-1.0.0.rc16/debian/changelog --- dmraid-1.0.0.rc16/debian/changelog +++ dmraid-1.0.0.rc16/debian/changelog @@ -1,3 +1,11 @@ +dmraid (1.0.0.rc16-4.2) unstable; urgency=low + + * Non-maintainer upload. + * Call udevadm settle before activating dmraid devices + (Closes: #677450) + + -- Ulrich Dangel <u...@debian.org> Mon, 10 Sep 2012 17:35:50 +0100 + dmraid (1.0.0.rc16-4.1) unstable; urgency=low * Non-maintainer upload. diff -u dmraid-1.0.0.rc16/debian/initramfs/dmraid.initramfs-local-top/dmraid dmraid-1.0.0.rc16/debian/initramfs/dmraid.initramfs-local-top/dmraid --- dmraid-1.0.0.rc16/debian/initramfs/dmraid.initramfs-local-top/dmraid +++ dmraid-1.0.0.rc16/debian/initramfs/dmraid.initramfs-local-top/dmraid @@ -16,6 +16,9 @@ ;; esac +. /scripts/functions +wait_for_udev 30 + # Activate any dmraid arrays that were not identified by udev and vol_id. if devices=$(dmraid -r -c); then -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5-trunk-amd64 (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org