Bug#791944: [pkg-cryptsetup-devel] Bug#791944: udev: shutdown hangs because of missing swapoff

2015-12-15 Thread Jochen Sprickerhof
* Jonas Meurer [2015-12-10 13:16]: > Could you try to replace 'cryptsetup remove' by 'dmsetup --check close' > and see whether the shutdown process still hangs? I guess you mean `dmsetup --checks remove "$dst"`, at least that's what I've found in my unstable version of

Bug#791944: [pkg-cryptsetup-devel] Bug#791944: udev: shutdown hangs because of missing swapoff

2015-12-15 Thread Jochen Sprickerhof
* Milan Broz [2015-12-15 21:34]: > If this happens, it probably means that for some reason there is missing > (of ignored) "dmsetup udevcomplete" call in udev rules. `dmsetup udevcookies` lists no cookies. Adding `dmsetup udevcomplete_all` before `dmsetup remove` doesn't

Bug#791944: [pkg-cryptsetup-devel] Bug#791944: udev: shutdown hangs because of missing swapoff

2015-12-15 Thread Milan Broz
On 12/15/2015 08:55 PM, Jochen Sprickerhof wrote: > * Jonas Meurer [2015-12-10 13:16]: >> Could you try to replace 'cryptsetup remove' by 'dmsetup --check close' >> and see whether the shutdown process still hangs? > > I guess you mean `dmsetup --checks remove "$dst"`, at

Bug#791944: [pkg-cryptsetup-devel] Bug#791944: udev: shutdown hangs because of missing swapoff

2015-12-10 Thread Jonas Meurer
Hi Jochen, Am 01.10.2015 um 00:04 schrieb Michael Biebl: > Control: reassign -1 cryptsetup > > Am 10.07.2015 um 07:23 schrieb Jochen Sprickerhof: >> I've debugged a little more and actually it's not only enough to do a >> swapoff -a, but you need also a cryptsetup close /dev/mapper/swap0 >>