On Jan 25, 2008 12:33 PM, Tim Utschig wrote: > I can't say for RHEL 5. On RHEL 4 I have just a single "3w_9xxx" > module loaded. Maybe some udev script needs to be modified.
At least last time I checked, smartctl/smartd itself actually creates the /dev/tw* devices based on major/minor in /proc/devices. Also, selinux may prevent smartd (daemon) from creating the devices, but smartctl should be able to. You may need to relabel with: for i in /dev/tw*; do chcon -t fixed_disk_device_t $i; done Details at: https://bugzilla.redhat.com/show_bug.cgi?id=232218 _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
