[Bug 479429] Re: mountall hangs on tmpfs mount to /var/log and /var/tmp (cannot reproduce)

2009-12-22 Thread Shawn Smout
I also have this problem.  It fails to mount both my /var/tmp and my
(encrypted) swap.  If I hit escape for the shell and run mount
/var/tmp and then exit the shell, it succeeds (including mounting the
swap by itself).  I also have the same problem on another system which
is configured similarly but has a whole lot of other partitions too.

Here is my fstab:

proc/proc   procdefaults0   0
UUID=44cefac6-7f68-4498-b706-b5eb3647ef75 /   ext4
relatime,errors=remount-ro 0   1
/dev/mapper/swap none   swapsw  0 0
tmp /tmptmpfs   nosuid,nodev0 0
vartmp  /var/tmptmpfs   nosuid,nodev0 0
/dev/scd0   /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0   0

Here is my crypttab:

swap/dev/sda1   /dev/urandomswap,cipher=aes-
cbc-essiv:sha256,hash=sha512

I'm attaching the output of mountall --debug from after a successful
boot.  I don't know if I can run it when /var/tmp isn't mounted yet from
the shell or not, but I don't have time at the moment anyway; if you
need something like that, or other information, let me know specifically
what to do, and I will post it later in the week.

** Attachment added: mountall --debug
   http://launchpadlibrarian.net/37108701/mountall-debug.txt

-- 
mountall hangs on tmpfs mount to /var/log and /var/tmp (cannot reproduce)
https://bugs.launchpad.net/bugs/479429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 479429] Re: mountall hangs on tmpfs mount to /var/log and /var/tmp (cannot reproduce)

2009-12-22 Thread Scott James Remnant
Shawn: a mountall bug (fixed in 2.1) causes your tmpfs to not be mounted
until your encrypted swap has been mounted (technically this is fstab
correct, but mountall often processes out-of-order).  I don't know why
your encrypted swap isn't being activated, but for that you should file
a bug on cryptsetup

** Changed in: mountall (Ubuntu)
   Status: Incomplete = Fix Released

-- 
mountall hangs on tmpfs mount to /var/log and /var/tmp
https://bugs.launchpad.net/bugs/479429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 479429] Re: mountall hangs on tmpfs mount to /var/log and /var/tmp (cannot reproduce)

2009-12-22 Thread Scott James Remnant
In fact, seeing that in your log makes me strongly suspect that the
original reporter has been bitten by the same bug - and that /var/tmp or
/var/log is actually being delayed until another mount has finished
which never does.

Can't 100% verify since the original reporter hasn't provided the
requested information (or even his /etc/fstab) - but I feel pretty
confident that this is fixed in lucid since I can now replicate a
similar problem, and can explain why this would only affect tmpfs

-- 
mountall hangs on tmpfs mount to /var/log and /var/tmp
https://bugs.launchpad.net/bugs/479429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 479429] Re: mountall hangs on tmpfs mount to /var/log and /var/tmp (cannot reproduce)

2009-12-22 Thread Scott James Remnant
Indeed, I now see from the fstab snipped that he has tmpfs in the
device field instead of none - his would definitely cause the bug that
I've fixed

** Summary changed:

- mountall hangs on tmpfs mount to /var/log and /var/tmp (cannot reproduce)
+ mountall hangs on tmpfs mount to /var/log and /var/tmp

-- 
mountall hangs on tmpfs mount to /var/log and /var/tmp
https://bugs.launchpad.net/bugs/479429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs