Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128682 - sys-fs/udev-087: cannot stat `extras/raid-devfs.sh
Summary: sys-fs/udev-087: cannot stat `extras/raid-devfs.sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
: 158204 (view as bug list)
Depends on:
Blocks: udev-meta
  Show dependency tree
 
Reported: 2006-04-03 12:31 UTC by Toralf Förster
Modified: 2006-12-15 03:55 UTC (History)
2 users (show)

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 Toralf Förster gentoo-dev 2006-04-03 12:31:51 UTC
from the log:

make[1]: Leaving directory `/var/tmp/portage/udev-087/work/udev-087/extras/firmware'
>>> Test phase [not enabled]: sys-fs/udev-087

>>> Install udev-087 into /var/tmp/portage/udev-087/image/ category sys-fs
>>> dosbin: making extras/path_id executable...
install: cannot stat `extras/raid-devfs.sh': No such file or directory
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-03 13:09:20 UTC
Fixed in 089 release.
Comment 2 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-03 13:09:59 UTC
ick, wait, we need that file, and it's now gone. damm, need to find it and put
it back...
Comment 3 Toralf Förster gentoo-dev 2006-04-04 01:54:58 UTC
So, the Severity isn't "minor"  ;-) ?
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2006-04-04 09:56:20 UTC
Hi Greg,

at least for mylex-controllers raid-devfs.sh is no longer necessary, when you do the following changes to the 50-udev.rules file:

--- /etc/udev/rules.d/50-udev.rules     2006-04-04 18:46:54.000000000 +0200
+++ /tmp/50-udev.rules  2006-04-04 18:53:44.000000000 +0200
@@ -52,7 +52,7 @@
 KERNEL=="ida*",                PROGRAM="raid-devfs.sh %k", NAME="%c{1}", SYMLINK+="%k"

 # mylex
-KERNEL=="rd*",         PROGRAM="raid-devfs.sh %k", NAME="%c{1}", SYMLINK+="%k"
+KERNEL=="rd*",         NAME="%k"

 # dri devices
 KERNEL=="card*",       NAME="dri/card%n", GROUP="video"

Cheers
Poly-C
Comment 5 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-04 13:21:58 UTC
Fixed in 089-r2
Comment 6 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-04 13:22:31 UTC
oops, forgot to mark fixed...
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-12-15 03:55:25 UTC
*** Bug 158204 has been marked as a duplicate of this bug. ***