Bug#301560: Bug#273182: a possible fix/workaround

2005-05-22 Thread Erik van Konijnenburg
On Sun, May 22, 2005 at 02:58:04AM -0700, Steve Langasek wrote: > On Sat, May 21, 2005 at 07:17:21PM +0200, Erik van Konijnenburg wrote: > > Mdadm is of course perfectly capable of creating it's own /dev/md0, > > provided auto=md is given for the relevant device in /etc/mdadm/mdadm.conf. > > Which

Bug#294404: Bug#301560: Bug#273182: a possible fix/workaround

2005-05-22 Thread martin f krafft
Let's move further discussion about mdadm --auto to #310126, please. Steve, could you bounce your message there too, please? -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' :proud Debian developer, admin, user, and author `. `'` `- Debian - when you have better things to do than

Bug#294404: Bug#301560: Bug#273182: a possible fix/workaround

2005-05-22 Thread Steve Langasek
On Sat, May 21, 2005 at 07:17:21PM +0200, Erik van Konijnenburg wrote: > On Sat, May 21, 2005 at 05:35:48PM +0200, martin f krafft wrote: > > - echo "Starting raid devices: " > > + if [ -d /dev/.udevdb -a ! -e /dev/md0 -a ! -e /dev/md/0 ]; then > > +echo -n "Creating raid device

Bug#301560: Bug#273182: a possible fix/workaround

2005-05-21 Thread Erik van Konijnenburg
On Sat, May 21, 2005 at 07:29:55PM +0200, martin f krafft wrote: > also sprach Erik van Konijnenburg <[EMAIL PROTECTED]> [2005.05.21.1917 +0200]: > > > - echo "Starting raid devices: " > > > + if [ -d /dev/.udevdb -a ! -e /dev/md0 -a ! -e /dev/md/0 ]; then > > > +echo -n "Creating

Bug#301560: Bug#273182: a possible fix/workaround

2005-05-21 Thread Erik van Konijnenburg
On Sat, May 21, 2005 at 05:35:48PM +0200, martin f krafft wrote: > - echo "Starting raid devices: " > + if [ -d /dev/.udevdb -a ! -e /dev/md0 -a ! -e /dev/md/0 ]; then > +echo -n "Creating raid device nodes: " > +cd /dev && WRITE_ON_UDEV=1 ./MAKEDEV md > +echo "