On 7/26/06, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote:
Anthony Wright wrote: > When udev tries to create entries in some cases it uses modprobe, and if > this fails it causes an entry to be created in /dev/.udev/failed/Ignore the issue. It is prsent in all distros. Of course, this is fixable by replacing the current modprobe rule with the following: ACTION=="add", ENV{MODALIAS}=="?*", RUN+="/bin/sh -c '/sbin/modprobe $env{MODALIAS} || true'" (and similar changes to other rules) but I consider calling /bin/sh a bloat. -- Alexander E. Patrakov
you can either remove the modprobe rules from the rules directory, or link /sbin/modprobe to /bin/true - I have the same issue with a firewall build using no modules, and just remove the module based ruleset. -- -- - Steve Crosby -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
