Re: 1000's of modprobe's

From: Keith Owens (kaos@ocs.com.au)
Date: Wed Jul 19 2000 - 05:04:24 EST


On Wed, 19 Jul 2000 21:45:30 +1200,
"Craig Whitmore" <lennon@igrin.co.nz> wrote:
>All week after upgrading to 2.2.16 from 2.2.14 on 1 machine I am getting
>1000's of
>
>Jul 19 21:25:59 mail modprobe: modprobe: Can't locate module
>block-major-34
>Jul 19 21:25:59 mail modprobe: modprobe: Can't locate module
>block-major-8
>Jul 19 21:25:59 mail last message repeated 7 times
>Jul 19 21:26:23 mail modprobe: modprobe: Can't locate module
>block-major-22
>Jul 19 21:26:23 mail modprobe: modprobe: Can't locate module
>block-major-22
>Jul 19 21:26:23 mail modprobe: modprobe: Can't locate module
>block-major-33
>Jul 19 21:26:23 mail modprobe: modprobe: Can't locate module
>block-major-33
>Jul 19 21:26:23 mail modprobe: modprobe: Can't locate module
>block-major-34
>Jul 19 21:26:23 mail modprobe: modprobe: Can't locate module
>block-major-34
>Jul 19 21:26:23 mail modprobe: modprobe: Can't locate module
>block-major-8
>.. etc

See Documentation/devices.txt.

block-major-8 is SCSI.
block-major-22 is second IDE hard disk/CD-ROM interface.
block-major-33 is third IDE hard disk/CD-ROM interface.
block-major-34 is fourth IDE hard disk/CD-ROM interface.

Your system is checking the SCSI and all the IDE interfaces. You
probably have some userspace code that is scanning for disks all the
time. Add

alias block-major-8 off
alias block-major-22 off
alias block-major-33 off
alias block-major-34 off

to /etc/modules.conf (or conf.modules if you still use the old name).

ps. Please do not sent HTML to mailing lists.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jul 23 2000 - 21:00:12 EST