[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-04-03 Thread Shannon VanWagner
Works for me as well now, thanks! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchpad.net/bugs/941874 Title: (fakeraid) root device not activated during boot To manage notifications

[Bug 941874] Invitation to connect on LinkedIn

2012-03-31 Thread Shannon VanWagner
LinkedIn Bug, I'd like to add you to my professional network on LinkedIn. - Shannon Shannon VanWagner Network Administrator / IT Support at Airbiquity Greater Seattle Area Confirm that you know Shannon VanWagner: https://www.linkedin.com/e/alfvy9-h0hg05c2-9/isd/6509490604/6f

[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-31 Thread Shannon VanWagner
Sorry about the linkedin spam.. I think I bombed my address book with it. Please feel free to delete comment #35. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchpad.net/bugs/941874 Title:

[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-19 Thread Shannon VanWagner
Can you try updating your initramfs and see if that helps? sudo update-initramfs -u I did this and I still get dropped to the busybox, just after begin running scripts/local-top...done shows during boot. From busybox, ls /dev shows these (disk but not the partitions): /dev/dm-0

[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-18 Thread Shannon VanWagner
Here's what fixed it for me: change the following line in sbin/dmraid-activate back to the same as it was in initrd.img.3.0.0.12-generic from Oneric: Change (around line 75): # array brought up in degraded mode, except in the case of striped arrays. dmraid -p -i -ay -Z $1 To:

Re: [Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-18 Thread Shannon VanWagner
Ken, for me, everything was in /dev/mapper and before running dmraid -ay ls /dev/mapper/ only had the device, not the partitions: isw_dgjgchief_Volume0 Then after dmraid -ay, ls /dev/mapper shows (p1,p2,p3 being my /, home, swap partitions): isw_dgjgchief_Volume0p1 isw_dgjgchief_Volume0p3

Re: [Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-18 Thread Shannon VanWagner
Ah.. disregard my previous comment.. they're just links to dm-0 thru dm-3 ls -l /dev/mapper lrwxrwxrwx 1 root root 7 Mar 18 21:05 isw_dgjgchief_Volume0 - ../dm-0 lrwxrwxrwx 1 root root 7 Mar 18 21:05 isw_dgjgchief_Volume0p1 - ../dm-1 lrwxrwxrwx 1 root root 7 Mar 18 21:05