[Bug 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-31 Thread Barry Warsaw
Even stranger: with today's updates, I see the fsck's succeed, then a
couple more of the init: ureadahead-other terminations with status 4,
then hang.  But if I hit certain keystrokes like Alt-Del  the 18 lines
of output is repeated, and hangs again.

Will re-instrument to capture some logs and @orgoj, will try your
workaround too.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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


Re: [Bug 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-31 Thread DevenPhillips
As of updates last night, I am no longer having the issue on 10.04
Desktop.

Deven

On Wed, Mar 31, 2010 at 10:46 AM, Barry Warsaw ba...@canonical.com wrote:
 Even stranger: with today's updates, I see the fsck's succeed, then a
 couple more of the init: ureadahead-other terminations with status 4,
 then hang.  But if I hit certain keystrokes like Alt-Del  the 18 lines
 of output is repeated, and hangs again.

 Will re-instrument to capture some logs and @orgoj, will try your
 workaround too.

 --
 multiple LVM volumes not mounted in Lucid
 https://bugs.launchpad.net/bugs/527666
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Waiting for /some/partition [SM]
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-30 Thread Steffen Neumann
Just want to add that plymouth completely ignores my keypresses [SM].
System hangs waiting for /var since apt-get update from Sunday.

Yours,
Steffen

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-30 Thread Steffen Neumann
Todays updates seems to have fixed the issue for me, not sure which package 
might have been 
relevant for this.

Yours,
Steffen

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-30 Thread JayCee
This issue is device-mapper related rather than lvm. My /tmp partition
is encrypted vie dm-crypt (luks) with a random key at boot time and I
have the same problem, that the machine hangs at boot time. Uncommenting
the /tmp partition from fstab helps to boot the system. Todays updates
didn't change anything for me.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-30 Thread Barry Warsaw
I can confirm that today's updates do not fix the problem for me.  I'm
punting on this now because I don't know what to look at next.  I've
chatted a bit with Keybuk about this and he may have some new versions
to test by tomorrow or so.

I'm consistently seeing no hang after vanilla b1 install, either with
guided partitioning or manual with 6 LVs.  After apt-get update, I'm
consistently seeing boot hangs during mountall.

@JayCee: none of my partitions are encrypted.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-30 Thread Steve Langasek
Barry,

If the mountall push tomorrow doesn't fix this, the next thing to try is
to capture a mountall log by editing /etc/init/mountall.conf to add '--
debug  /dev/mountall.log 21' to the exec line, then review the
contents of that log for clues.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-30 Thread orgoj
Today update to mountall 2.9 don't fix the problem.

I use temporary solution. To /etc/rc.local append 'mount -a' command. If
Waiting for.. message appear I simply press S.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-29 Thread Barry Warsaw
Oh wow, I think I got it!   I cobbled together some physical hardware
with a 20G IDE drive and installed as such:

9G phys /
11G logical lvm
   VG scars
   LV tmp - /tmp 2G
   LV swap
   LV home - /home 2G
   LV opt - /opt 1G
   LV var - /var 2G
   LV varlog - /var/log 2G

I had to put root on a physical partition because otherwise grub would
not install for some reason.  This is with a Lucid server b1 x86 cdrom.
The system booted perfectly fine, within just a few seconds.  No hang
and all partitions mounted just fine. I rebooted 4 times and never had a
problem.

However, I just did an apt-get update + apt-get dist-upgrade and now
reboots are haning after seeing 6 of these output on the console:

fsck from util-linux-ng 2.17.2

Seems like a reasonable place for mountall to be the culprit.  I will
investigate further.

However I'd like to know exactly what you've got installed to see the
hang.  Is it straight up vanilla server beta 1 or have you applied
package updates since then?

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-29 Thread orgoj
I install vanilla alternate i386 beta 1 from cd.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-29 Thread Barry Warsaw
orgoj: ok.

Something else I see:

mountall could not connect to Plymouth

but this goes by pretty quickly.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-29 Thread Barry Warsaw
Same LVM set up, but with a fresh re-install.  I see the hang on the
boot screen at Waiting for /home [SM]

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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


Re: [Bug 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-29 Thread DevenPhillips
I'm not running server. I just added LVM volumes after a fresh install.

Deven

On Mon, Mar 29, 2010 at 2:53 PM, Barry Warsaw ba...@canonical.com wrote:
 Same LVM set up, but with a fresh re-install.  I see the hang on the
 boot screen at Waiting for /home [SM]

 --
 multiple LVM volumes not mounted in Lucid
 https://bugs.launchpad.net/bugs/527666
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-27 Thread orgoj
I noticed the message on boot in both cases if system boot or hang:

udevd-work[70]: inotify_aff_watch(6, /dev/sdb1, 10) failed: No such file
or directory

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-27 Thread orgoj
/dev/sdb1 is second part of my lvm storage on main PC.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-27 Thread orgoj
Logs from mountall if system successfully booted.

** Attachment added: mountall-orgoj-ok.tar.gz
   http://launchpadlibrarian.net/42145401/mountall-orgoj-ok.tar.gz

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-27 Thread orgoj
I try the same as reiserfs but with ext4 for / and /home(lvm).

System hang on boot, but no Wait for.. is shown. After pressing M,
console is shown. Mount don't show mounted /home. Mount -a mount /home
without errors. After Ctrl-D system successfully mounted.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-26 Thread Colin Watson
** Changed in: mountall (Ubuntu Lucid)
 Assignee: Scott James Remnant (scott) = Canonical Foundations Team 
(canonical-foundations)

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-26 Thread Barry Warsaw
I've tried but have been unable to reproduce this.  I'm not entirely
sure that my environment is equivalent though, so let me explain what I
did and if you have suggestions for other things to try, I can give it a
shot.

I created a brand new kvm vm x86_64 w/ a 40G disk, 512MB.  I grabbed the
lucid-beta1 64bit server iso and did a fresh install.  When it came time
to partition the disk, I created one VG on the PV.  I created 6 LVs on
the VG:

root - /
home - /home
opt - /opt
tmp - /tmp
var - /var
varlog - /var/log

with various sizes ranging from about 5G to 10G apiece.  Everything
installed and booted perfectly fine.  No hang, all filesystems mounted
correctly.  In fact, boot was so blazingly fast I blinked and it was
done.

I updated all packages and rebooted about 10 times.  I never had a hang
or failure to mount any partitions.  Boot never took longer than a
second or two.  I added --debug to mountall as in orgoj's comment #26
and mountall-stderr.log was never anything but empty.  mountall-
stdout.log didn't have any indications of problems (on the contrary, it
looked quite reasonable).

Is this a reasonable test of the reported issue?  Is there anything else
I can try to get a better reproduction of the bug?

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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


Re: [Bug 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-26 Thread DevenPhillips
I can't say, but I would suggest trying it without using VMs.

Deven

On Fri, Mar 26, 2010 at 4:26 PM, Barry Warsaw ba...@canonical.com wrote:
 I've tried but have been unable to reproduce this.  I'm not entirely
 sure that my environment is equivalent though, so let me explain what I
 did and if you have suggestions for other things to try, I can give it a
 shot.

 I created a brand new kvm vm x86_64 w/ a 40G disk, 512MB.  I grabbed the
 lucid-beta1 64bit server iso and did a fresh install.  When it came time
 to partition the disk, I created one VG on the PV.  I created 6 LVs on
 the VG:

 root - /
 home - /home
 opt - /opt
 tmp - /tmp
 var - /var
 varlog - /var/log

 with various sizes ranging from about 5G to 10G apiece.  Everything
 installed and booted perfectly fine.  No hang, all filesystems mounted
 correctly.  In fact, boot was so blazingly fast I blinked and it was
 done.

 I updated all packages and rebooted about 10 times.  I never had a hang
 or failure to mount any partitions.  Boot never took longer than a
 second or two.  I added --debug to mountall as in orgoj's comment #26
 and mountall-stderr.log was never anything but empty.  mountall-
 stdout.log didn't have any indications of problems (on the contrary, it
 looked quite reasonable).

 Is this a reasonable test of the reported issue?  Is there anything else
 I can try to get a better reproduction of the bug?

 --
 multiple LVM volumes not mounted in Lucid
 https://bugs.launchpad.net/bugs/527666
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-26 Thread Barry Warsaw
@Deven: yeah, unfortunately i haven't got any free hardware laying about
;).  I'll have to see if I can cobble something together.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-26 Thread Michel
I can confirm this. I have one lv which is owned by root:disk, when this
lv is present in /etc/fstab, the system refuses to boot, it keeps
waiting for this lv to be mounted. If I remove this lv from /etc/fstab,
it boots. Unfortunately, I cannot for the life of me find where these
permissions are stored! Why does just this one lv have a different
group?

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-26 Thread Barry Warsaw
Okay, I'm going to dig up some physical hardware to see if I can
reproduce this.  I've had no luck reproducing it in VMs, even with a
layout suggested by someone in IRC.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-26 Thread orgoj
I make fresh install Ubuntu 10.4 i386 beta1, manual partition whole disk to:
sda1 /boot ext2 256MB
sda2 swap 2GB
sda3 / ext3 12GB
sda5 lvm main 'rest of disk'
/data/main/home /home reiserfs 40GB

After restart and reboot system hang on Wait for /home [SM].

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-26 Thread Barry Warsaw
@orgoj: interesting.  does the same thing happen if you use ext4 instead
of reiserfs?

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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


Re: [Bug 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-26 Thread DevenPhillips
It happens on my machine, and I'm using ext4.

On Fri, Mar 26, 2010 at 9:45 PM, Barry Warsaw ba...@canonical.com wrote:
 @orgoj: interesting.  does the same thing happen if you use ext4 instead
 of reiserfs?

 --
 multiple LVM volumes not mounted in Lucid
 https://bugs.launchpad.net/bugs/527666
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-25 Thread orgoj
I have same bug. Install fresh Lucid beta 2 and add /data lvm/reiserfs
mountpoint to fstab. System is often not start. Sometimes i press reset,
if Waiting for /data [SM] is shown, and sytem on next boot start disc
check and booted to gdm.

If I press enter on message Waiting..., often start maintenance shell.
After running mount -a, all mountpoint successfully mounted.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-25 Thread orgoj
Logs from two boots by
/etc/init/mountall.conf
exec mountall --debug --daemon $force_fsck $fsck_fix 
/dev/mountall-stdout.log 2/dev/mountall-stderr.log


** Attachment added: mountall logs from boot
   http://launchpadlibrarian.net/41981056/mountall-log-orgoj-20100325.zip

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-25 Thread Ralph
I have created 3 logical volumes on a removable USB drive - one volume
group of one physical partition. If I have fstab entries for these LV's
the system will start to boot then give me a Waiting ... message on
the first LV if the drive has not been connected; enter gives a
maintenance shell.  If the drive is connected at startup/restart, bootup
is not a problem. This problem does not occur under 9.04.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-25 Thread Ralph
Please amend last line to read 9.10 not 9.04.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-22 Thread Amit Kucheria
Should the LVs be owned by root:root or root:disk?

I have 3 LVs on the new disk - Home, Private and Shared. 
I found that all the LVs in /dev/mapper are owned by root:root except for 
Private and Shared that are owned by root:disk. And these are the two that are 
not mounted and cause the wait messages. Will go through the udev logs as I 
find time.

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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 527666] Re: multiple LVM volumes not mounted in Lucid

2010-03-22 Thread Kees Cook
** Also affects: mountall (Ubuntu Lucid)
   Importance: High
 Assignee: Scott James Remnant (scott)
   Status: Confirmed

** Changed in: mountall (Ubuntu Lucid)
Milestone: None = ubuntu-10.04-beta-2

-- 
multiple LVM volumes not mounted in Lucid
https://bugs.launchpad.net/bugs/527666
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