Operating System - Linux
1832576 Members
3758 Online
110043 Solutions
New Discussion

Linux 3.0 DL380 G3 Can't locate module block-major-???

 
SOLVED
Go to solution

Linux 3.0 DL380 G3 Can't locate module block-major-???

Hi,

My system appears to work properly, but I keep getting the following messages on boot up. How do I get rid of them?

Thanks!

eb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-105
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-106
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-107
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-108
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-109
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-110
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-111
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-72
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-73
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-74
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-75
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-76
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-77
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-105
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-78
Feb 10 17:55:20 rh1 modprobe: modprobe: Can't locate module block-major-79
2 REPLIES 2
Bill Wood_3
Respected Contributor
Solution

Re: Linux 3.0 DL380 G3 Can't locate module block-major-???

These messages indicate that "something" is requesting support for a module that does not exist.

In your case, I believe it is the HP storage agent looking for cpqarray and additional instances of cciss. You can ignore them.

If you want, you can turn them off by adding lines like the following to /etc/modules.conf:

alias block-major-105 off
alias block-major-106 off
alias block-major-107 off
Don_89
Trusted Contributor

Re: Linux 3.0 DL380 G3 Can't locate module block-major-???

You can also look in the following file, it shows a complete list of the various devices.

/usr/share/doc/MAKEDEV-3.3/devices.txt