LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   modprobe: Can't locate module char-major-10-220 (https://www.linuxquestions.org/questions/linux-enterprise-47/modprobe-can%27t-locate-module-char-major-10-220-a-487236/)

Neowulf 09-26-2006 07:25 PM

modprobe: Can't locate module char-major-10-220
 
Hi All,

Our RHEL 3.0 u4 server has started displaying these error messages in the system logs and I can't for the life of me figure out what's causing them.

I've dug around google for the past few days with no success.

Has anyone else encountered this message?

Any suggestions as to where I might start looking to try and figure out what's going on?

It doesn't appear to be causing any problems, other than flooding our system logs with junk messages.

HappyTux 09-26-2006 07:46 PM

Quote:

Originally Posted by Neowulf
Hi All,

Our RHEL 3.0 u4 server has started displaying these error messages in the system logs and I can't for the life of me figure out what's causing them.

I've dug around google for the past few days with no success.

Has anyone else encountered this message?

Any suggestions as to where I might start looking to try and figure out what's going on?

It doesn't appear to be causing any problems, other than flooding our system logs with junk messages.

Googling on the char-??? comes up with this as the third hit which links to another about a LSI 1030 RAID controller since you say it does not cause any problems I would say you don't have this card installed so comment out the line in the modules.conf that has the alias for it reboot and the problem should go away.

Neowulf 09-26-2006 08:22 PM

Thanks for the quick response. I did already find that link, but none of the enteries below appear to match what the guy was talking about in the link.

Can I assume that the mptscsih is probably blame?

/etc/modprobe.conf
Code:

alias eth0 tg3
alias eth1 tg3
alias scsi_hostadapter mptbase
alias scsi_hostadapter1 mptscsih
alias scsi_hostadapter2 cciss
alias usb-controller usb-uhci
alias usb-controller1 ehci-hcd
alias block-major-43 off


HappyTux 09-26-2006 08:38 PM

Quote:

Originally Posted by Neowulf
Thanks for the quick response. I did already find that link, but none of the enteries below appear to match what the guy was talking about in the link.

Can I assume that the mptscsih is probably blame?

/etc/modprobe.conf
Code:

alias eth0 tg3
alias eth1 tg3
alias scsi_hostadapter mptbase
alias scsi_hostadapter1 mptscsih
alias scsi_hostadapter2 cciss
alias usb-controller usb-uhci
alias usb-controller1 ehci-hcd
alias block-major-43 off


I would say so just try an off alias like the block-major-43 then to see if that stops it, worse case move the mptscsih.ko module from your kernel /lib tree.

cambie 09-27-2006 01:31 PM

we get this alot on on RHEL systems. We usually just alias it off as stated above.

costan 11-11-2007 11:35 AM

This is due to the NBD (Network Block Device) driver missing.
No worries, it's just used if you have some kind of software doing disc-things-off-the-net (iSCSI or DRBD for example).

Since the device entries exist in the /dev directory (/dev/nb*), some process tries to find out what's going on these.. for istance the automounter in the GUI or a pvscan (in RHEL3 there's LVM1 which has no filter in the seek for physical volumes like the LVM2 counterpart).

Nothing worry, but it's recommended, as long as you don't use the NBd feature, to disable it either as suggested in the modprobe.conf or deleting the nb* entries in the /dev directory.
Would you need it back, just issue a MAKEDEV or mknod as per documentation.


Ciao


All times are GMT -5. The time now is 03:08 AM.