<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6515&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] modprobe: FATAL module not found]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6515</link>
		<description><![CDATA[The most recent posts in [SOLVED] modprobe: FATAL module not found.]]></description>
		<lastBuildDate>Tue, 26 Mar 2024 09:19:25 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] modprobe: FATAL module not found]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49171#p49171</link>
			<description><![CDATA[<p>Hmm</p><div class="codebox"><pre><code>$ less /var/log/boot
/var/log/boot: No such file or directory</code></pre></div><p>Also, nothing in <span class="bbc">/var/log/</span> that gets close.</p><div class="codebox"><pre><code>$ cat boot
cat: boot: No such file or directory</code></pre></div><p>Ah, bugger!</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Tue, 26 Mar 2024 09:19:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49171#p49171</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] modprobe: FATAL module not found]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49166#p49166</link>
			<description><![CDATA[<p>Hi, I also get similar module errors in the logs, but when I investigate further I find the system has loaded the module a bit later.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Tue, 26 Mar 2024 02:35:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49166#p49166</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] modprobe: FATAL module not found]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49150#p49150</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>... how to troubleshoot this?</p></div></blockquote></div><p>Found the problem.</p><p>A mis-read/malinterpreted <span class="bbc">sensors-detect</span> printout leading to a misconfigured <span class="bbc">/etc/modules</span> file which would (had it worked) got me a case temperature reading in my <span class="bbc">conky</span> panel through temperature sensors in each of my two scsi cards.&#160; Sensors which did <em>not</em> exist.&#160; 8^°</p><p>Sorry for the bother ...</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 25 Mar 2024 16:39:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49150#p49150</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] modprobe: FATAL module not found]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49148#p49148</link>
			<description><![CDATA[<p>Hello:</p><p>Like I do every so often, I was having a quick look at my display printout as my box was booting this morning and noticed the dreaded <span class="bbc">FATAL</span>.</p><p>It does not get recorded in <span class="bbc">dmesg</span> but it does in <span class="bbc">/var/log/boot</span>:</p><div class="codebox"><pre><code>$ cat boot | grep -i fatal
--- snip ---
Mon Mar 25 07:54:36 2024: modprobe: FATAL: Module scsi not found in directory /lib/modules/5.10.0-0.deb10.16-amd64
$ </code></pre></div><p>I had not noticed this before today but then I cannot for the life of me recall when I last had a look at the printout.<br />Indeed, <span class="bbc">/lib/modules/5.10.0-0.deb10.16-amd64</span> has nothing <span class="bbc">scsi</span> in it:</p><div class="codebox"><pre><code>~$ ls /lib/modules/5.10.0-0.deb10.16-amd64 | grep -i scsi
~$ </code></pre></div><p>But a recursive listing gets me a load:</p><div class="codebox"><pre class="vscroll"><code>~$ ls -R /lib/modules/5.10.0-0.deb10.16-amd64 | grep -i scsi
scsi
iscsi_ibft.ko
mptscsih.ko

/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi:   
be2iscsi
esp_scsi.ko
iscsi_boot_sysfs.ko
iscsi_tcp.ko
libiscsi.ko
libiscsi_tcp.ko
scsi_debug.ko
scsi_mod.ko
scsi_transport_fc.ko
scsi_transport_iscsi.ko
scsi_transport_sas.ko
scsi_transport_spi.ko
scsi_transport_srp.ko
virtio_scsi.ko
vmw_pvscsi.ko
xen-scsifront.ko

/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/aacraid:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/aic7xxx:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/aic94xx:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/arcmsr:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/be2iscsi:
be2iscsi.ko
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/bfa:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/bnx2fc:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/bnx2i:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/csiostor:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/cxgbi:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/cxgbi/cxgb3i:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/cxgbi/cxgb4i:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/device_handler:
scsi_dh_alua.ko
scsi_dh_emc.ko
scsi_dh_hp_sw.ko
scsi_dh_rdac.ko
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/esas2r:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/fcoe:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/fnic:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/isci:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/libfc:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/libsas:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/lpfc:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/megaraid:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/mpt3sas:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/mvsas:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/pcmcia:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/pm8001:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/qedf:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/qedi:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/qla2xxx:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/qla4xxx:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/smartpqi:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/snic:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/sym53c8xx_2:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/ufs:
iscsi
target_core_pscsi.ko
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/target/iscsi:
iscsi_target_mod.ko

/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/target/iscsi/cxgbit:
vhost_scsi.ko
xen-scsiback.ko
~$ </code></pre></div><p>The system <em>seems</em> to be running properly and <span class="bbc">lsmod</span> gets me this:</p><div class="codebox"><pre><code>~$ lsmod | grep -i scsi
mptscsih               32768  1 mptsas
mptbase                77824  2 mptsas,mptscsih
scsi_transport_sas     49152  1 mptsas
scsi_transport_spi     40960  1 aic7xxx
scsi_mod              262144  9 mptsas,scsi_transport_sas,aic7xxx,sd_mod,scsi_transport_spi,drivetemp,mptscsih,libata,sg
~$ </code></pre></div><p>Looking for the location of the loaded modules, I find them:</p><div class="codebox"><pre><code>~$ locate mptscsih
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/message/fusion/mptscsih.ko
~$</code></pre></div><div class="codebox"><pre><code>~$ locate mptbase
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/message/fusion/mptbase.ko
~$</code></pre></div><div class="codebox"><pre><code>~$ locate scsi_tr
--- snip ---
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/scsi_transport_sas.ko
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/scsi_transport_spi.ko
~$
--- snip ---</code></pre></div><p><span class="bbu">Edit</span>:<br />Sorry, forgot to add this:</p><div class="codebox"><pre><code>~$ lspci
--- snip ---
03:00.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1068E PCI-Express Fusion-MPT SAS (rev 08)
05:00.0 SCSI storage controller: Adaptec AIC-7870P/7881U [AHA-2940U/UW/D/S76]
--- snip ---
~$ </code></pre></div><p>If everything <em>is</em> working properly (seems to be but maybe it is not) the <span class="bbc">modprobe: FATAL:</span> warning in the log file should not exist so me thinks that something is probably amiss <em>somewhere</em>.</p><p>Any ideas as to how to troubleshoot this?</p><p>Thanks in advance.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 25 Mar 2024 11:46:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49148#p49148</guid>
		</item>
	</channel>
</rss>
