udev and proc files

Matias Féliciano feliciano.matias at free.fr
Sat Oct 16 12:04:56 UTC 2004


Le samedi 16 octobre 2004 à 19:26 +1000, Russell Coker a écrit :
> A copy of bash which is spawned by udev attempts an ioctl access 
> to /proc/ide/ide0/hda/media.  This access doesn't do any harm, but possibly 
> indicates some other problem, is bash supposed to be accessing that file?

from /sbin/start_udev :
        ide_scan() {
            if [ ! -d /proc/ide ]; then
                return 1
            fi
            for i in /proc/ide/*/media; do
                read media < "$i"
                case "$media" in
                    disk)
                        module=ide-disk
                        ;;
        	    (snip)
                esac
                /sbin/modprobe $module
            done
            return 0
        }

/sbin/start_udev is run once at boot time.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message
	=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=
Url : http://lists.fedoraproject.org/pipermail/devel/attachments/20041016/9e6b23e2/attachment-0002.bin 


More information about the devel mailing list