Hi,
I am getting loads of modprobe errors flying past on the screen during startup.. I never got these errors on any of the PC I installed 3.3 onto but now I have tried 3.4 on two seperate PC's and got these errors..
Anyoen else having this?
Later..
On Wed, 12 Jan 2005, WipeOut wrote:
I am getting loads of modprobe errors flying past on the screen during
This happens on the first boot as timestamps are cleaned up -- run: depmod -A and most/all <?> will disappear
-- Russ Herrold
R P Herrold wrote:
On Wed, 12 Jan 2005, WipeOut wrote:
I am getting loads of modprobe errors flying past on the screen during
This happens on the first boot as timestamps are cleaned up -- run: depmod -A and most/all <?> will disappear
-- Russ Herrold
Thanks for the suggestion Russ.. Unfortunately it didn't help.. :(
I have now done about 10 installs to try and narrow down what is causing it..
The following error.. "modprobe: modprobe: Can't locate module block-major-43"
.. streams up the screen when LVM and RAID are used together..
On my server I setup two RAID1 arrays.. md1 is 250MB and is where I put /boot... md2 is setup as a LVM PV and within the PV I setup the rest of the partitions.. When its setup like this I get the error above but it still seems to be working properly.. I would like to get rid of the error and get it working right instead of just leaving it since it "appears" to be working..
I have setup LVM without RAID and RAID without LVM and I don't get the error but when setup as above I consistently get the error..
Any help would really be appreciated in solving this problem because I have to have this server up and running by next week..
Thanks..
On Wed, 12 Jan 2005, WipeOut wrote:
Thanks for the suggestion Russ.. Unfortunately it didn't help.. :(
I have now done about 10 installs to try and narrow down what is causing it..
The following error.. "modprobe: modprobe: Can't locate module block-major-43"
this is, as I recall, a software raid driver message -- if you are not using sw raid, add to /etc/modules.conf
alias block-major-43 off
and all should be still
- Russ Herrold
R P Herrold wrote:
On Wed, 12 Jan 2005, WipeOut wrote:
Thanks for the suggestion Russ.. Unfortunately it didn't help.. :(
I have now done about 10 installs to try and narrow down what is causing it..
The following error.. "modprobe: modprobe: Can't locate module block-major-43"
this is, as I recall, a software raid driver message -- if you are not using sw raid, add to /etc/modules.conf
alias block-major-43 off
and all should be still
- Russ Herrold
Thanks a lot Russ..
That did it..
What is that doing exactly? Is it disabling something?
Thanks again..
On Wed, 12 Jan 2005, WipeOut wrote:
The following error.. "modprobe: modprobe: Can't locate module block-major-43"
this is, as I recall, a software raid driver message -- if you are not using sw raid, add to /etc/modules.conf
alias block-major-43 off
and all should be still
bad memory engrams -- network block device within the LVM
My friend Google remembered: http://rivalug.org/forums/index.php?topic=55;prev_next=next hit 49
-- Russ Herrold
On Wed, 12 Jan 2005 15:55:23 -0500 (EST), "R P Herrold" herrold@owlriver.com said:
On Wed, 12 Jan 2005, WipeOut wrote:
Thanks for the suggestion Russ.. Unfortunately it didn't help.. :(
I have now done about 10 installs to try and narrow down what is causing it..
The following error.. "modprobe: modprobe: Can't locate module block-major-43"
this is, as I recall, a software raid driver message -- if you are not using sw raid, add to /etc/modules.conf
alias block-major-43 off
I also got this in doing LVM & RAID. But I *am* doing software RAID. I'm pretty sure you can still do the alias trick even if you're doing software RAID. I did this three months ago, and have had no problems whatsoever. However, I do not know what it means or if it's an actual problem with anything. And google was not my friend.
johnn