<?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=4282&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Old 4.9.0-8-amd64 modules in /lib/modules]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4282</link>
		<description><![CDATA[The most recent posts in [SOLVED] Old 4.9.0-8-amd64 modules in /lib/modules.]]></description>
		<lastBuildDate>Fri, 23 Apr 2021 15:29:21 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Old 4.9.0-8-amd64 modules in /lib/modules]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29299#p29299</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>do you still have 4.9.0-8-amd64 ...</p></div></blockquote></div><p>No, I don&#039;t.</p><p>That&#039;s the reason I posted about the old modules in the first place.<br />I didn&#039;t understand why these files pertaining to <span class="bbc">4.9.0-8-amd64</span> and <span class="bbc">4.19.0-14-amd64</span> were <em>still</em> around.</p><p>More importantly, why in spite of having manually removed the old kernels (each time) these files were there.<br />Still don&#039;t know the reason, but they are not there anymore:</p><div class="codebox"><pre><code>[root@devuan groucho]# dpkg -S /lib/modules/*
linux-image-4.19.0-16-amd64, linux-headers-4.19.0-16-amd64: /lib/modules/4.19.0-16-amd64
[root@devuan groucho]# </code></pre></div><p>Thanks for your input.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 23 Apr 2021 15:29:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29299#p29299</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Old 4.9.0-8-amd64 modules in /lib/modules]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29298#p29298</link>
			<description><![CDATA[<p>do you still have 4.9.0-8-amd64 linux kernel installed ?</p><div class="codebox"><pre><code>dpkg -S, --search filename-search-pattern...
  Search for a filename from installed packages.</code></pre></div><p>So must still have that kernel installed. Updating to a newer release will not purge your kernels for you, you have to manually do this.</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Fri, 23 Apr 2021 15:03:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29298#p29298</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Old 4.9.0-8-amd64 modules in /lib/modules]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29297#p29297</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>... are only going to be found if you have that version of the kernel installed and not properly uninstalled ...</p><div class="codebox"><pre><code>~$ dpkg -S /lib/modules/*
linux-image-4.19.0-14-amd64: /lib/modules/4.19.0-14-amd64
linux-image-4.19.0-16-amd64: /lib/modules/4.19.0-16-amd64
linux-image-4.19.0-6-amd64: /lib/modules/4.19.0-6-amd64</code></pre></div></div></blockquote></div><p>I think that is the idea.<br />Unneccesary modules which for some reason are still there.<br />I found them by sheer chance while wrestling with the e1000e module issue I have. (more module stuff in a next thread)</p><p>The <span class="bbc">dpkg -S /lib/modules/*</span> stanza checks to see if all the modules in <span class="bbc">/lib/modules/*</span> are properly referenced.<br />If there are any which are not, it informs that there was no matching path.<br />ie: a path to the corresponding kernel-image (?) among other things (?).</p><p>Thanks a lot for your input.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 23 Apr 2021 14:57:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29297#p29297</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Old 4.9.0-8-amd64 modules in /lib/modules]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29296#p29296</link>
			<description><![CDATA[<p>Those modules are only going to be found if you have that version of the kernel installed and not properly uninstalled though i believe?</p><div class="codebox"><pre><code>~$ dpkg -S /lib/modules/*
linux-image-4.19.0-14-amd64: /lib/modules/4.19.0-14-amd64
linux-image-4.19.0-16-amd64: /lib/modules/4.19.0-16-amd64
linux-image-4.19.0-6-amd64: /lib/modules/4.19.0-6-amd64</code></pre></div><p>For instance i still have linux-image-4.19.0-6-amd64 on my system, once i purge that kernel the modules are also purged.</p><p>I use ..</p><div class="codebox"><pre><code># apt purge linux-image-4.19.0-6-amd64</code></pre></div><div class="codebox"><pre><code>~$ dpkg -S /lib/modules/*
linux-image-4.19.0-14-amd64: /lib/modules/4.19.0-14-amd64
linux-image-4.19.0-16-amd64: /lib/modules/4.19.0-16-amd64</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Fri, 23 Apr 2021 14:23:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29296#p29296</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Old 4.9.0-8-amd64 modules in /lib/modules]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29295#p29295</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>unless you are using that kernel ...</p></div></blockquote></div><p>Yes, makes sense.<br />But you never know.</p><p>Found this a while ago:</p><p><a href="https://unix.stackexchange.com/questions/605806/can-i-remove-all-the-recent-kernel-versions-at-lib-modules" rel="nofollow">https://unix.stackexchange.com/question … ib-modules</a> </p><p>You run <span class="bbc"># dpkg -S /lib/modules/*</span> to check whether any installed package matches those directories.<br />Then you can delete any directory for which the above says: <span class="bbc">dpkg-query: no path found matching pattern /lib/modules/... </span></p><p>Thanks for your input.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 23 Apr 2021 14:09:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29295#p29295</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Old 4.9.0-8-amd64 modules in /lib/modules]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29293#p29293</link>
			<description><![CDATA[<p>unless you are using that kernel i dont see the harm in getting rid of that modules directory.</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Fri, 23 Apr 2021 13:30:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29293#p29293</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Old 4.9.0-8-amd64 modules in /lib/modules]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29289#p29289</link>
			<description><![CDATA[<p>Hello:</p><p>Can&#039;t be a coincidence ...</p><p>My box runs the last Devuan:</p><div class="codebox"><pre><code>groucho@devuan:~$ uname -a
Linux devuan 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux
groucho@devuan:~$ </code></pre></div><p>But I have just found out that the old <span class="bbc">e1000e</span> driver module from 4.9.0-8 is <em>still</em> in my system.</p><div class="codebox"><pre><code>groucho@devuan:~$ locate e1000e.ko
/lib/modules/4.19.0-16-amd64/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko
/lib/modules/4.9.0-8-amd64/updates/drivers/net/ethernet/intel/e1000e/e1000e.ko
groucho@devuan:~$ </code></pre></div><p>Apparently it is the only module that has been left behind ... </p><div class="codebox"><pre><code>groucho@devuan:~$ locate /updates/drivers
/lib/modules/4.9.0-8-amd64/updates/drivers
/lib/modules/4.9.0-8-amd64/updates/drivers/net
/lib/modules/4.9.0-8-amd64/updates/drivers/net/ethernet
/lib/modules/4.9.0-8-amd64/updates/drivers/net/ethernet/intel
/lib/modules/4.9.0-8-amd64/updates/drivers/net/ethernet/intel/e1000e
/lib/modules/4.9.0-8-amd64/updates/drivers/net/ethernet/intel/e1000e/e1000e.ko
groucho@devuan:~$ </code></pre></div><p><span class="bbc">apt autoremove</span>,&#160; <span class="bbc">apt autoclean</span> and <span class="bbc">apt purge</span> come up empty. </p><p>And <span class="bbc">synaptic</span> shows no residual configurations.</p><p>Do I just zap it?</p><p>Thanks in advance,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 22 Apr 2021 23:38:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29289#p29289</guid>
		</item>
	</channel>
</rss>
