*** This bug is a duplicate of bug 315735 ***
https://bugs.launchpad.net/bugs/315735
This bug is fixed.
Please read the description and if you still have a bug report a new one.
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
You received this bug notification b
*** This bug is a duplicate of bug 315735 ***
https://bugs.launchpad.net/bugs/315735
I can confirm this bug still exists in 9.04
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
You received this bug notification because you are a member of Ubuntu
Bugs, which is
*** This bug is a duplicate of bug 315735 ***
https://bugs.launchpad.net/bugs/315735
Still the same in Ubuntu 9.04..
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
*** This bug is a duplicate of bug 315735 ***
https://bugs.launchpad.net/bugs/315735
** This bug has been marked a duplicate of bug 315735
FakeRAID fails with kernel 2.6.28
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
You received this bug notification bec
After installation of 8.10-Intrepid from alternate CD on a FAKERAID 1
i had the same issue (initramfs prompt).
I replaced the /usr/share/initramfs-tools/scripts/local-top/dmraid
with the suggested file from Dupond Jean-Louis above
---COMPLETE FILE---
#!/bin/sh
PREREQ="udev"
prereqs()
{
e
Same Problem here with a Proliant ML110G5
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
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://lis
I confirm bug is still present in ubuntu 8.10 on an hp Proliant ML310 server.
I tried other versions of dmraid from other maintainers (up until rc15) with no
luck.
Even the "settle" workaround does not work.
Please tell me if you need any info about the system,
Thanks
--
initramfs prompts becaus
Bug still present upgrading to Intrepid Ibex beta.
Same workaround
$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10
$ apt-cache policy initramfs-tools
initramfs-tools:
Installed: 0.92bubuntu15
Candidate: 0.92bubuntu15
Version table:
*** 0.92bubuntu15 0
500 http:
Seconded! Thanks!
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
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/l
It's working :)
Thank you!
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
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/
This bug was fixed in the package dmraid - 1.0.0.rc14-2ubuntu5
---
dmraid (1.0.0.rc14-2ubuntu5) intrepid; urgency=low
* debian/initramfs/dmraid.initramfs-hook/dmraid: dmraid-check ->
dmraid-activate. (LP: #247027)
-- Luke Yelavich <[EMAIL PROTECTED]> Thu, 28 Aug 2008 08:33:0
Oops, thanks for the heads up. Missed that one. :)
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
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
ht
Hi Luke
It seems you have made a new dmraid package but it's still not working:
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.26-5-generic
cpio: ./sbin/dmraid-check: Cannot stat: No such file or directory
--
initramfs prompts because of dmraid
htt
Heh right. Well that udev rule is what I'm working on.
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
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.co
You seem to be contradicting yourself and disagreeing with me while
agreeing with me. Yes, udev detects the physical disks, then should
have a udev rule to invoke dmraid to scan them for being part of a raid
set and activate if possible.
--
initramfs prompts because of dmraid
https://bugs.launch
Phillip, this is not the case. Udev does not even know about dmraid. It
only knows about the physical disks that are part of the array. As I
said, I am working on a udev rule to address this, so no init scripts
will be needed at all.
--
initramfs prompts because of dmraid
https://bugs.launchpad.n
Aye, dmraid is supposed to be invoked by udev now when it detects disks,
and the init scripts are just supposed to keep checking for the root
device to come into existence every few seconds.
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
You received this bug notifi
Ok!
But its maby a good TEMP solution for people not wanting to type dmraid
-ay every single boot :)
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubunt
This is known, and will not be fixed in this way. The plan is for dmraid
to not need an initramfs script to launch it. Instead, the plan is for
dmraid to have a udev rule. This rule will launch dmraid when udev gets
loaded.
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/24
marking back to Triaged. Chatted with jean-Louis Dupond, and he stated
the missing line was in 8.04, and was taken out from Intrepid...
** Changed in: dmraid (Ubuntu)
Importance: Undecided => High
Status: Confirmed => Triaged
--
initramfs prompts because of dmraid
https://bugs.launchpa
*** scripts.old/local-top/dmraid 2008-07-31 10:32:29.0 +0200
--- scripts/local-top/dmraid 2008-08-15 02:29:31.0 +0200
***
*** 15,20
--- 15,21
;;
esac
+ /sbin/udevadm settle --timeout=30
modprobe -Q dm-mod
modprobe -Q dm-mirror
** Chang
fixxed it :)
added: /sbin/udevadm settle --timeout=30
before the modprobes
in /usr/share/initramfs-tools/scripts/local-top/dmraid
and did an update-initramfs -u
---COMPLETE FILE---
#!/bin/sh
PREREQ="udev"
prereqs()
{
echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
p
This is what I have got so far:
Begin: Mounting root file system...
Begin: Running /scripts/local-top...
no block devices found
Done.
Begin: Waiting for root file system...
Done.
Gave up waiting for root device. Common problems:
It seems that dmraid -ay can't find the block device, maybe it's b
The same here. The dmraid devices (in my case
/dev/mapper/isw_bgjcdcfheh_volume*) are not there when the boot scripts try to
mount rootfs.
Only /mapper/control is there.
"dmraid -ay" at the busybox prompt creates all dmraid devices under
/dev/mapper/ (and triggers udev to create my LVM volume de
Setting the package to dmraid, as this is probably a bug in dmraid's
initrd magic.
** Changed in: dmraid (Ubuntu)
Sourcepackagename: None => dmraid
--
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
You received this bug notification because you are a member of Ubuntu
25 matches
Mail list logo