[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2011-12-23 Thread Mihai Capotă
I believe bug #874774 is the new version of this bug, which also affects me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/475936 Title: race condition between encrypted device creation and

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2011-10-16 Thread Dejan
Hi, I think this bug has not been fixed. I have the same problem as kapetr. Encrypted swap is not mounted, but manual swapon activates swap. kapetr, did you opened new bug? Which number is it? Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2011-02-15 Thread papukaija
@kapetr: Please open a new bug for your issue as this bug has been fixed a long time ago. Thanks in advance! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/475936 Title: race condition between

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2011-02-15 Thread kapetr
Hello, I have in Ubuntu 10.10 problem with encrypted swap - maybe it has something common with this bug. At boot I get every time this info (even with splash on): The disk drive for /dev/mapper/cryptswap1 is not ready yet or not present Continue to wait; or Press S to skip mounting or M for

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2011-02-15 Thread kapetr
** Attachment added: monitor screenshot - cryptswap https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/475936/+attachment/1851280/+files/shot0002.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-06-19 Thread papukaija
@Mike: This bug is fixed. Please open a new bug (after checking that your problem hasn't been reported) if you still have problems with swap or /tmp. -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-06-18 Thread Mike Buckley
The following script seems to fix the tmp issue. It is a workaround though and not a fix. I've rebooted 5 times in a row and it is still mounting /dev/mapper/crypttmp on /tmp without hanging up the system. I changed the stock /etc/init/mountall.conf script by commenting out the emits

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-05-05 Thread papukaija
@Vreixo Formoso: This bug is fixed. Please open a new bug by running ubuntu-bug cryptsetup from terminal if you still have problems with your cryptsetup. -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-05-05 Thread Vreixo Formoso
papukaija: it is not really fixed... I'm having this issue with a fresh lucid install and completely updated system. Should I really open a new (duplicate) bug? Or should I re-open the bug? Thanks -- race condition between encrypted device creation and mountall probing with random-encrypted

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-05-05 Thread Vreixo Formoso
Ok, bug #571682 refers to the same problem and it is opened for lucid. I will comment there. Thanks -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You received this bug notification

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-05-03 Thread Vreixo Formoso
I am having the /tmp issue with a Lucid fresh install. Is this really fixed? -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You received this bug notification because you are a member of

Re: [Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-05-03 Thread Ken Miller
On Mon, 2010-05-03 at 13:55 +, Vreixo Formoso wrote: I am having the /tmp issue with a Lucid fresh install. Is this really fixed? I've not tried Lucid yet, but it's managed to go away for quite some time now on Karmic (for me, at least). This is a nasty race condition that seems to come

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-05-03 Thread Vreixo Formoso
I've been reading a bit and I understand that the problem is that: a) at a given time during boot, the tmp encrypted partition gets decrypted by whatever process that handles /etc/crypttab. b) then, given the tmp option is specified in /etc/crypttab, mkfs.ext2 is executed on the given decrypted

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-03-16 Thread Steve Brenneis
I am having the same issue after applying the last round of updates in synaptic. Mine seems related to the CDROM drive. If it is closed during boot, with or without a CD in it, I get the hang more often. If there is a CD in the drive, the system always hangs on startup. -- race condition between

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-02-10 Thread Ken Miller
I'd like to comment on this fix (e.g. cryptsetup - 2:1.0.6+20090405.svn49-1ubuntu7.2 w/watershed 4 and mountall 1.0): I've been running with encrypted root/swap for a month, but then had hardware problems forcing me to replace the system disk. All was well for nearly a week 5+ days and 6+

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-02-10 Thread Steve Langasek
Ken, This error message probably indicates that the device name in /etc/fstab (and possibly in /etc/crypttab) does not match the device name that's being set up in the initramfs. Can you boot with init=/bin/sh, and compare the contents of /etc/fstab with /dev/mapper/ ? -- race condition

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-02-10 Thread Ken Miller
Yes, that was my intial assessment; however: 1. They do match up. 2. It sometimes works This is why I suspect a race condition. Regards, == k == -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-02-10 Thread Steve Langasek
Well, this bug report was about a race condition specifically with random-crypted tmp and swap partitions. If you are encountering a race condition when mounting your root filesystem, it's an unrelated bug; please file a separate report. -- race condition between encrypted device creation and

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-01-14 Thread Launchpad Bug Tracker
This bug was fixed in the package cryptsetup - 2:1.0.6+20090405.svn49-1ubuntu7.2 --- cryptsetup (2:1.0.6+20090405.svn49-1ubuntu7.2) karmic-proposed; urgency=low * Depend on watershed. * cryptdisks.functions: do_tmp should mount under /var/run/cryptsetup for changing the

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-01-11 Thread Steve Langasek
David, This shouldn't be possible. the cryptdisks upstart jobs won't run until udev is started, and udev won't start until the virtual-filesystems are mounted, and /var/run is configured as a virtual filesystem (a tmpfs) standard in Ubuntu. Do you have some other filesystem configured to mount

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-01-10 Thread David Bartley
I'm having a problem with this as well. With Steve's fix, mkdir -p /var/run/cryptsetup/... fails because / is mounted read-only at the time. This then prevents cryptsetup from setting the correct mode (1777). If I change /var/run/cryptsetup/... to /mnt in cryptdisk.functions everything works fine.

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-31 Thread Swâmi Petaramesh
I'll file a new bug report on this topic when I have a chance to be in front of the machine and reboot it again to confirm this. Probably next week. I feel this minor issue shouldn't prevent from committing the current fix anyway. -- race condition between encrypted device creation and mountall

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-27 Thread Steve Langasek
Indeed, it was not supposed to stay. In my own testing, it did not. I don't think this should block publishing of the SRU, but could you file a new bug report about this (lower-priority) issue so we keep it on the radar? -- race condition between encrypted device creation and mountall probing

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-25 Thread Swâmi Petaramesh
I've just noticed while doing something else ;-) with my system fully booted for more than 24 hrs, that ls -l /dev/mapper was showing me, among other things : brw-rw 1 root disk 252, 16 2009-12-24 08:54 c_swap brw-rw 1 root disk 252, 16 2009-12-24 08:54 c_swap_unformatted I assume the

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-24 Thread Swâmi Petaramesh
Rebooted once more, still get correctly encrypted /tmp, so I confirm the fix works for me. -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You received this bug notification because you are

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-24 Thread Steve Langasek
** Tags added: verification-done ** Tags removed: verification-needed -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You received this bug notification because you are a member of Ubuntu

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-23 Thread Martin Pitt
Accepted cryptsetup into karmic-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: cryptsetup (Ubuntu

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-23 Thread Swâmi Petaramesh
Hi, I've tested Version: 2:1.0.6+20090405.svn49-1ubuntu7.2 from karmic- proposed, and I'm not sure whether the issue is completely fixed or not : At first reboot after having installed the package, I found myself in the following situation : System displayed : * Starting init crypto disks...

Re: [Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-23 Thread Steve Langasek
On Wed, Dec 23, 2009 at 08:25:53PM -, Swâmi Petaramesh wrote: Pressing [Ctrl]-[Alt]-[Del], I got : init: network-interface (lo) pres-start process (1022) killed by TERM signal I'm afraid that's probably bug #497299, unrelated to cryptsetup. I would say cryptsetup is working for you, but

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-23 Thread Swâmi Petaramesh
Geeez, so many init bugs ! ;-) Well, my system survived 2 more reboots with encrypted /tmp properly mounted each time, so as far as I'm concerned the cryptsetup fix is good :-) Thanks for all your time and efforts Steve :-)) There's little chance I reboot it much more in the coming days : being

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/cryptsetup/karmic -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-22 Thread Launchpad Bug Tracker
This bug was fixed in the package cryptsetup - 2:1.1.0~rc2-1ubuntu8 --- cryptsetup (2:1.1.0~rc2-1ubuntu8) lucid; urgency=low * cryptdisks.functions: do_tmp should mount under /var/run/cryptsetup for changing the permissions of the filesystem root, not directly on /tmp,

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-22 Thread Steve Langasek
cryptsetup 2:1.0.6+20090405.svn49-1ubuntu7.2 has been reuploaded to karmic-proposed, with a more complete fix for this issue (the one just uploaded to lucid). Awaiting SRU team processing. ** Tags removed: verification-failed -- race condition between encrypted device creation and mountall

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-21 Thread Steve Langasek
Marking this verification-failed based on further analysis in bug #493480. We now have a *different* race condition between mountall and cryptsetup, but we still have a race condition. ** Tags added: verification-failed ** Tags removed: verification-needed -- race condition between encrypted

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-21 Thread Steve Langasek
** Changed in: cryptsetup (Ubuntu Karmic) Status: Fix Committed = In Progress ** Changed in: cryptsetup (Ubuntu Lucid) Status: Fix Released = In Progress -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-20 Thread Swâmi Petaramesh
Testing karmic-proposed cryptsetup (2:1.0.6+20090405.svn49-1ubuntu7.1) : Still doesn't solve the issue with encrypted /tmp not mounting at boot. (Encrypted swap with random key and encrypted /home with fixed key-file do work, as previously). So that's a proposed fix doesn't change or improve

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-20 Thread Swâmi Petaramesh
I ran mountall with logging (per Steve's request on comment #15) by calling mountall (in mountall.conf) with : exec mountall --daemon -v $force_fsck $fsck_fix $tmptime /dev/.mountall.log The matter is that 1st time I rebooted with that I ended up with... encrypted /tmp properly mounted ! Then

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-20 Thread Swâmi Petaramesh
** Attachment added: mountall log with /tmp NOT mounting http://launchpadlibrarian.net/37002956/.mountall-2.log -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You received this bug

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-20 Thread Swâmi Petaramesh
Re-opened my bug #493480, de-duplicated from the present one and affected to the mountall package per Steve suggestion in comment 12. -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-18 Thread Martin Pitt
Accepted cryptsetup into karmic-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: cryptsetup (Ubuntu

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-17 Thread Steve Langasek
Swâmi, Just confirmed that using the test case in lucid, the /tmp directory fails to be mounted. However, this is because mountall treats the /tmp directory specially. Varying the /etc/fstab line in either of two ways is enough to fix this: - set the 'pass' option to non-zero - mount it

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-17 Thread Steve Langasek
(If you believe the mountall behavior is wrong, please file a separate bug report on the mountall package for this.) ** Description changed: Binary package hint: mountall I am using Ubuntu 9.10 with the latest packages applied (apt-get uprade) Version of mountall: 1.0 Expected

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-17 Thread Steve Langasek
** Description changed: Binary package hint: mountall I am using Ubuntu 9.10 with the latest packages applied (apt-get uprade) Version of mountall: 1.0 Expected results: /dev/mapper/tmp should be mounted on /tmp Unexpected results: /dev/mapper/tmp is not mounted on /tmp In my

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-17 Thread Swâmi Petaramesh
Hi Steve, I'll give it a shot tonight with a non-zero pass entry for /tmp. However per your description I feel that the mountall behaviour is definitely wrong, and I'm not sure whether another bug report should be filed, or if this precise bugreport should be reaffected to mountall, as this is

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-17 Thread Swâmi Petaramesh
Hi, Here, even with a non-zero fsck pass for /tmp, it doesn't mount either. -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You received this bug notification because you are a member of

Re: [Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-17 Thread Steve Langasek
On Thu, Dec 17, 2009 at 06:43:40PM -, Swâmi Petaramesh wrote: Here, even with a non-zero fsck pass for /tmp, it doesn't mount either. Please edit /etc/init/mountall.conf, appending '-v /dev/.mountall.log 21' to the invocation of mountall, reboot, and attach the resulting file to this bug

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-17 Thread Swâmi Petaramesh
I'm on travel and wont' be able to perform this test until next week. -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You received this bug notification because you are a member of Ubuntu

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-16 Thread Steve Langasek
True, a mkfs is generally going to take longer than an mkswap and is more likely to hit the race. Thanks, updating the testcase. ** Description changed: Binary package hint: mountall I am using Ubuntu 9.10 with the latest packages applied (apt-get uprade) Version of mountall: 1.0

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-16 Thread Swâmi Petaramesh
Other testcase comments : Steven you've left swap instead of tmp at some place ;-) Also, the system _will_ boot successfully but with a short (almost invisible on a fast system) warning message that some fstab-defined partitions couldn't be mounted _if_ the fstab entry for /tmp has 0 for fsck

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-16 Thread Steve Langasek
** Description changed: Binary package hint: mountall I am using Ubuntu 9.10 with the latest packages applied (apt-get uprade) Version of mountall: 1.0 Expected results: /dev/mapper/tmp should be mounted on /tmp Unexpected results: /dev/mapper/tmp is not mounted on /tmp In my

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-16 Thread Swâmi Petaramesh
Steve, I'd like to test the fix, but can't currently get the fixed package from the karmic-proposed repositories. Could you please give me a download link, or would you mind emailing it to me at : s w a m i (at) p e t a r a m e s h (dot) o r g ? -- race condition between encrypted device

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-16 Thread Swâmi Petaramesh
Hi again, I've installed cryptsetup 2:1.1.0~rc2-1ubuntu5 (dated today, gotten from archive.ubuntu.com pool), which necessitated as dependancy that I also install libpopt0 from the same source. After that, I rebooted my Karmic machine, but still, my encrypted /tmp is NOT mounted after reboot. I

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-15 Thread Steve Langasek
I've checked the mountall code; the SIGUSR1 handler only rescans for remote mount points. So no need for anyone to provide the debugging information requested in the previous comment. I think I've sussed out how to do this correctly using 'dmsetup rename'; will have a go at the code and will

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-15 Thread Steve Langasek
** Also affects: cryptsetup (Ubuntu Karmic) Importance: Undecided Status: New ** Changed in: cryptsetup (Ubuntu Karmic) Importance: Undecided = High ** Changed in: cryptsetup (Ubuntu Karmic) Status: New = Triaged ** Changed in: cryptsetup (Ubuntu Karmic) Milestone: None

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/cryptsetup/ubuntu -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-15 Thread Launchpad Bug Tracker
This bug was fixed in the package cryptsetup - 2:1.1.0~rc2-1ubuntu4 --- cryptsetup (2:1.1.0~rc2-1ubuntu4) lucid; urgency=low [ Steve Langasek ] * debian/initramfs/cryptroot-script: if plymouth is present in the initramfs, use this directly, bypassing the cryptsetup askpass

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-15 Thread Steve Langasek
** Also affects: cryptsetup (Ubuntu Lucid) Importance: High Status: Fix Released -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You received this bug notification because you are

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-15 Thread Steve Langasek
** Description changed: Binary package hint: mountall I am using Ubuntu 9.10 with the latest packages applied (apt-get uprade) Version of mountall: 1.0 Expected results: /dev/mapper/tmp should be mounted on /tmp Unexpected results: /dev/mapper/tmp is not mounted on /tmp In my

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-15 Thread Steve Langasek
** Description changed: Binary package hint: mountall I am using Ubuntu 9.10 with the latest packages applied (apt-get uprade) Version of mountall: 1.0 Expected results: /dev/mapper/tmp should be mounted on /tmp Unexpected results: /dev/mapper/tmp is not mounted on /tmp In my

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2009-12-15 Thread Swâmi Petaramesh
Testcase warning : I believe the testcase in wrong. In 2 Karmic systems I have, encrypted swap usually works, but encrypted /tmp never works. Bugfix testcase should be done against encrypted /tmp -- race condition between encrypted device creation and mountall probing with random-encrypted