Bug#752591: Bug#752605: udev: luks/lvm not detected rendering system unbootable

2014-06-25 Thread Ben Caradoc-Davies
On 25/06/14 17:00, Michael Biebl wrote: Ben, Russel: I'm about to make the upload with the change Martin mentioned, but it would be great if you can confirm that using SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", RUN+="/sbin/modprobe -b sg" actually works for you as well.

Bug#752591: Bug#752605: udev: luks/lvm not detected rendering system unbootable

2014-06-25 Thread Michael Biebl
Am 25.06.2014 10:20, schrieb Martin Pitt: > E. g. in wheezy the rule looked like > > SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", > RUN+="/sbin/modprobe -b sg" > > So the main change was that we now use the kmod builtin instead of > calling modprobe. The latter is much

Bug#752591: Bug#752605: udev: luks/lvm not detected rendering system unbootable

2014-06-25 Thread Russell Coker
On Wed, 25 Jun 2014 09:02:59 Michael Biebl wrote: > Russel, can you confirm that that reverting the "kmod load sg" patch > also fixes your problem? It seems to. Booted once since applying it and it worked. -- My Main Blog http://etbe.coker.com.au/ My Documents Bloghttp://doc.coker.c

Bug#752591: Bug#752605: udev: luks/lvm not detected rendering system unbootable

2014-06-25 Thread Martin Pitt
Hello all, Michael Biebl [2014-06-25 9:01 +0200]: > This was one of the patches you merged over from Ubuntu and it seems > that loading the sg module does break luks+crypt. > > Do you remember why that patch was needed in the first place? No, it didn't come from Ubuntu, but this has been a Debi

Bug#752591: Bug#752605: udev: luks/lvm not detected rendering system unbootable

2014-06-25 Thread Michael Biebl
Some updates after more debugging. The original rule was SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", \ RUN+="/sbin/modprobe -b sg" and was added to fix [1]. Apparently this didn't cause any issues so far. This was then modified to

Bug#752591: Bug#752605: udev: luks/lvm not detected rendering system unbootable

2014-06-25 Thread Michael Biebl
forcemerge 752591 752605 severity 752591 critical thanks Am 25.06.2014 09:21, schrieb Michael Biebl: > Am 25.06.2014 07:56, schrieb Ben Caradoc-Davies: >> Package: udev >> Version: 204-11 >> Severity: critical >> Justification: breaks the whole system >> >> Dear Maintainer, >> >> after the followin

Bug#752591: Bug#752605: udev: luks/lvm not detected rendering system unbootable

2014-06-25 Thread Ben Caradoc-Davies
Russell, for your convenience I have attached the patch as a file to prevent line wrapping (or patch may reject it). You can apply it with: cd / patch -p0 < /path/to/where/you/save/80-drivers.rules.patch update-initramfs -u Kind regards, Ben. On 25/06/14 15:02, Michael Biebl wrote: Russel, ca

Bug#752591: Bug#752605: udev: luks/lvm not detected rendering system unbootable

2014-06-25 Thread Michael Biebl
Russel, can you confirm that that reverting the "kmod load sg" patch also fixes your problem? Am 25.06.2014 08:54, schrieb Ben Caradoc-Davies: > On 25/06/14 14:38, Ben Caradoc-Davies wrote: >>> The only changes that were made to udev in 204-11 are [1] and [2] >>> If so, could you both try to rev