<?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=3973&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Beowulf kernel question]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3973</link>
		<description><![CDATA[The most recent posts in Beowulf kernel question.]]></description>
		<lastBuildDate>Wed, 02 Dec 2020 10:13:58 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Beowulf kernel question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26033#p26033</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>GlennW wrote:</cite><blockquote><div><p>if you use the meta (package) you&#039;ll need the version specific (package) too.</p></div></blockquote></div><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>You can uninstall the non-pae kernel after you reboot into the new one.</p></div></blockquote></div><p>Right ...</p><p>Done.<br />Now <span class="bbc">NX</span> protection is active.</p><p>Thank you both for your input. 8^D</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Wed, 02 Dec 2020 10:13:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26033#p26033</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf kernel question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26032#p26032</link>
			<description><![CDATA[<p>You can uninstall the non-pae kernel after you reboot into the new one.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 02 Dec 2020 04:18:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26032#p26032</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf kernel question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26030#p26030</link>
			<description><![CDATA[<p>if you use the meta (package) you&#039;ll need the version specific (package) too.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Wed, 02 Dec 2020 01:33:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26030#p26030</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf kernel question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26029#p26029</link>
			<description><![CDATA[<p>Hello:</p><p>Thanks for the fast reply.&#160; 8^)</p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>Install linux-image-686-pae if you want the metapackage ...<br />Or else you could install linux-image-&lt;version&gt;-686-pae ...</p></div></blockquote></div><p>I was fiddling with the install and ended up installing both.<br />Seems the metapackage is the best/most convenient option.</p><p>Should I uninstall the version specific package?<br />It&#039;s taking up space.</p><p>TIA,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Tue, 01 Dec 2020 23:45:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26029#p26029</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf kernel question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26028#p26028</link>
			<description><![CDATA[<p>Install linux-image-686-pae if you want the metapackage (so you get updated kernels with your regular package upgrades). Or else you could install linux-image-&lt;version&gt;-686-pae for a specific kernel.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 01 Dec 2020 23:22:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26028#p26028</guid>
		</item>
		<item>
			<title><![CDATA[Beowulf kernel question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26024#p26024</link>
			<description><![CDATA[<p>Hello:</p><p>Today I put a spare HDD on my 1000HE to try and see how <span class="bbc">devuan_beowulf_3.0.0_i386</span> does there, hardware limitations and all.</p><p>Downloaded the netinstall *.iso here: <a href="https://files.devuan.org/devuan_beowulf/installer-iso/" rel="nofollow">https://files.devuan.org/devuan_beowulf/installer-iso/</a></p><div class="codebox"><pre><code>groucho@eee-dev3:~$ uname -a
Linux eee-dev3 4.19.0-12-686 #1 SMP Debian 4.19.152-1 (2020-10-18) i686 GNU/Linux
groucho@eee-dev3:~$</code></pre></div><p>A line in <span class="bbc">dmesg</span> caught my attention:</p><div class="codebox"><pre><code>[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!</code></pre></div><p>But the Intel Atom N280 inside is PAE able.</p><div class="codebox"><pre><code>groucho@eee-dev3:~$ cat /proc/cpuinfo | grep flags | grep pae
flags		: fpu vme de pse tsc msr *pae* mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts cpuid aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm movbe lahf_lm dtherm
groucho@eee-dev3:~$ </code></pre></div><p>It seems I may have installed the wrong kernel?<br />Can this get fixed without reinstalling?</p><p>TIA,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Tue, 01 Dec 2020 21:54:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26024#p26024</guid>
		</item>
	</channel>
</rss>
