Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105167 - sys-fs/udev - /etc/udev/scripts/raid-devfs.sh is missing
Summary: sys-fs/udev - /etc/udev/scripts/raid-devfs.sh is missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 10:15 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2005-09-13 10:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2005-09-07 10:15:07 UTC
Hi,

as mentioned in the summary the file /etc/udev/scripts/raid-devfs.sh is missing
when installing udev. I have a Mylex AcceleRAID 170 (DAC960) Controller. Without
the script udev doesn't generate all necessary devicenodes in /dev/rd/ so bootup
fails if some of the controller's partitions are to be autmounted at bootup.
I took a look at /etc/udev/rules.d/50-udev.rules and there is already an entry
for mylex-controllers which tries to run the missing script:

# grep -A 1 "mylex" /etc/udev/rules.d/50-udev.rules
# mylex
KERNEL=="rd*", PROGRAM="/etc/udev/scripts/raid-devfs.sh %k", NAME="%c{1}",
SYMLINK+="%k"

Poly

Reproducible: Always
Steps to Reproduce:
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2005-09-07 10:17:55 UTC
I fixed this myself with an ebuild in my overlay. This is what I did:

# diff -Nau /usr/portage/sys-fs/udev/udev-068.ebuild
/usr/local/portage/sys-fs/udev/udev-068.ebuild
--- /usr/portage/sys-fs/udev/udev-068.ebuild    2005-09-04 00:05:58.000000000 +0200
+++ /usr/local/portage/sys-fs/udev/udev-068.ebuild      2005-09-07
16:35:24.000000000 +0200
@@ -101,6 +101,7 @@
        exeinto /etc/udev/scripts
        doexe extras/ide-devfs.sh
        doexe extras/scsi-devfs.sh
+       doexe extras/raid-devfs.sh
        doexe extras/dvb.sh
Comment 2 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-09-13 10:28:16 UTC
fixed on 069 release.
Comment 3 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-09-13 10:28:27 UTC
mark as fixed this time...