Quoting Peter Rothman <[EMAIL PROTECTED]>: > > 0.0.0202:0Configuring device 0.0.0202 > /sbin/dasd_configure: 116: /sbin/modprobe: not found > Could not load module dasd_fba_mod > Actually, you have a bit more of an issue the a missing module. The dasd_configure script can't find the modprobe executable. This is really odd and almost seems like the module-init-tools packages was removed.
Check it using: rpm -q module-init-tools If it's listed, then do: ls -l /sbni/mod* To see if you have any files beginning with mod*. You should have at least modinfo and modprobe. If they are there then the must've gotten deleted somehow. So, just reinstall the module-init-tools rpm. Leland ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
