<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can't locate module in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921982#M68836</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I just installed RHAS3-U4 and almost on every command (line network restart, rpm -qa etc ..) I get a message:&lt;BR /&gt;&lt;BR /&gt;modprobe: Can't locate module block-major-135&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanx.</description>
    <pubDate>Tue, 30 Aug 2005 07:58:27 GMT</pubDate>
    <dc:creator>Alex Lavrov.</dc:creator>
    <dc:date>2005-08-30T07:58:27Z</dc:date>
    <item>
      <title>Can't locate module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921982#M68836</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I just installed RHAS3-U4 and almost on every command (line network restart, rpm -qa etc ..) I get a message:&lt;BR /&gt;&lt;BR /&gt;modprobe: Can't locate module block-major-135&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanx.</description>
      <pubDate>Tue, 30 Aug 2005 07:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921982#M68836</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-30T07:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can't locate module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921983#M68837</link>
      <description>&lt;BR /&gt;I believe something is missing in your system (obviously:) &lt;BR /&gt;&lt;BR /&gt;check the /etc/modprobe.conf file if there is any entry with 'block-major-135' then comment that line and see whether you are getting that message.&lt;BR /&gt;&lt;BR /&gt;what i gave you is just a hint on how to suppress the message, but you may have to listen to some other expert to find the root cause and correct it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Tue, 30 Aug 2005 09:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921983#M68837</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-08-30T09:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can't locate module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921984#M68838</link>
      <description>Alex,&lt;BR /&gt;&lt;BR /&gt;First at all, RHEL3 UPD5 is available.&lt;BR /&gt;&lt;BR /&gt;Do you have something unusual in your modules.conf? dmesg?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Tue, 30 Aug 2005 09:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921984#M68838</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-08-30T09:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can't locate module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921985#M68839</link>
      <description>Try adding the following line to modprobe.conf:&lt;BR /&gt;&lt;BR /&gt;alias block-major-135 off&lt;BR /&gt;&lt;BR /&gt;Maybe you need to reboot.</description>
      <pubDate>Tue, 30 Aug 2005 09:48:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921985#M68839</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-30T09:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can't locate module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921986#M68840</link>
      <description>block-major-135 refers to SCSI disk devices named /dev/sdig.../dev/sdiv. That means the 240th to 255th SCSI disks installed in the host.&lt;BR /&gt;&lt;BR /&gt;If you don't actually have that many disks, you can definitely add the line&lt;BR /&gt;  alias block-major-135 off&lt;BR /&gt;to /etc/modules.conf.&lt;BR /&gt;&lt;BR /&gt;After making the change, run the "depmod" command. You don't need to boot after that, but booting instead of "depmod" works too.&lt;BR /&gt;&lt;BR /&gt;The "depmod" command is normally run at boot time, but you can run it manually any time you wish.&lt;BR /&gt;&lt;BR /&gt;Most "Can't locate module" messages are a result of a program probing the /dev directory trying to find some hardware. Probing a device file that has no driver attached will trigger an attempt to autoload the necessary module(s). If the messages are annoying, you can silence them by adding a "alias &lt;REQUESTED-MODULE-NAME&gt; off" line to /etc/modules.conf.&lt;/REQUESTED-MODULE-NAME&gt;</description>
      <pubDate>Tue, 30 Aug 2005 10:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921986#M68840</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2005-08-30T10:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can't locate module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921987#M68841</link>
      <description>I suggest reinstallation. There may be a reason  why RHAS3 U5 got released.&lt;BR /&gt;&lt;BR /&gt;shalom Alex.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 30 Aug 2005 10:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921987#M68841</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-30T10:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can't locate module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921988#M68842</link>
      <description>Yep, I saw in several places that I can comment the line  and it will suppress this message.&lt;BR /&gt;&lt;BR /&gt;I don't have that amount of disks, only 2 mirrored 18GB disks.&lt;BR /&gt;&lt;BR /&gt;Alex.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2005 01:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921988#M68842</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-31T01:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't locate module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921989#M68843</link>
      <description>By default, Linux assigns various major and minor numbers for various functions.  When you do something that accesses different subsystems, it briefly pokes these major and minor numbers to see if they are alive.&lt;BR /&gt;&lt;BR /&gt;All that's happening is when you do given commands, it pokes the SCSI subsystem, which goes and pokes the SCSI device nodes in /dev.&lt;BR /&gt;&lt;BR /&gt;If you're only getting block-major-135, then you'll have:&lt;BR /&gt;&lt;BR /&gt;/dev/sda (sda1-sda15)&lt;BR /&gt;/dev/sdb (sdb1-sdb15)&lt;BR /&gt;...&lt;BR /&gt;/dev/sdif (sdif1-sdif15)&lt;BR /&gt;&lt;BR /&gt;But you'll be missing the '/dev/sdig' through to '/dev/sdiv' grouping (which is block major 135).&lt;BR /&gt;&lt;BR /&gt;Now, you can either create 256 device nodes, or as you don't have that many SCSI devices anyway, just turn the block-major-135 off by modifying '/etc/modprobe.conf'.&lt;BR /&gt;&lt;BR /&gt;Choice is yours.</description>
      <pubDate>Wed, 31 Aug 2005 03:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921989#M68843</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-08-31T03:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can't locate module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921990#M68844</link>
      <description>Thanx Stuart.</description>
      <pubDate>Wed, 31 Aug 2005 04:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-locate-module/m-p/4921990#M68844</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-31T04:20:34Z</dc:date>
    </item>
  </channel>
</rss>

