<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=2312&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Microcode to fight Spectre and Meltdown cpu flaws]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2312</link>
		<description><![CDATA[The most recent posts in Microcode to fight Spectre and Meltdown cpu flaws.]]></description>
		<lastBuildDate>Fri, 24 Aug 2018 15:52:39 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11485#p11485</link>
			<description><![CDATA[<p>The only really effective counter to Spectre is not to allow any untrustworthy code to run on your system. Or assume that any code running on it can read (but not update) everything in memory on it. There is no CPU on the market now where you can guarantee there is no exploitable side channel that would leak memory contents.</p><p>Chris</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Fri, 24 Aug 2018 15:52:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11485#p11485</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11381#p11381</link>
			<description><![CDATA[<p>Open hardware is too far in the future for me.&#160; I had hoped that older AMD processors would be less of a rats nest than Intel ones, but even the latest Ryzen2 processors are heavily invested in speculative execution. Arm stand a better chance, but even they dabble in attackable speculative execution and are not immune. What a mess..</p>]]></description>
			<author><![CDATA[dummy@example.com (jacksprat)]]></author>
			<pubDate>Fri, 17 Aug 2018 19:52:35 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11381#p11381</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11373#p11373</link>
			<description><![CDATA[<p>In reality if you want to get rid of this Intel mess, we all would need new hardware. The microcode and fixes on software level won&#039;t cut it. <br />Now we can all see why we should buy 100 % open hardware.</p>]]></description>
			<author><![CDATA[dummy@example.com (ivanovnegro)]]></author>
			<pubDate>Fri, 17 Aug 2018 17:02:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11373#p11373</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11363#p11363</link>
			<description><![CDATA[<p>As I recall, &quot;Spectre&quot; variant 1 is not mitigated via microcode updates.&#160; Only &quot;Meltdown&quot; and &quot;Spectre&quot; variant 2 are fixable this way.</p><p>You also have &quot;TLBleed&quot; and &quot;Foreshadow&quot; to worry about...</p><p>If you have doubts, get and build a new kernel from kernel.org.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Fri, 17 Aug 2018 14:04:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11363#p11363</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11361#p11361</link>
			<description><![CDATA[<p>Just for information, I ran the&#160; spectre-meltdown-checker.sh script in speed47&#039;s github repo, and it says that the hardware [microcode] does nothing to help with these intel bugs. I have version 0x25 and latest known version is 0x2e.&#160; So the only protection comes from the kernel mitigations.&#160; Feel old..</p>]]></description>
			<author><![CDATA[dummy@example.com (jacksprat)]]></author>
			<pubDate>Fri, 17 Aug 2018 11:55:35 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11361#p11361</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11360#p11360</link>
			<description><![CDATA[<p>As explained above, you need to fix your sources.list.</p><p>This is wrong:</p><div class="codebox"><pre><code>deb http://gb.deb.devuan.org/merged/ ascii/non-free main</code></pre></div><p>This is right:</p><div class="codebox"><pre><code>deb http://gb.deb.devuan.org/merged/ ascii main contrib non-free</code></pre></div><p>Make similar changes in the other lines and update the cache again.</p><p>Edit: Ah, you posted while I was typing. </p><p>The microcode will be inserted into the initrd when you install the package. I think you can have both the amd and intel packages installed, but only the one for your processor will be in the initrd.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 17 Aug 2018 11:30:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11360#p11360</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11359#p11359</link>
			<description><![CDATA[<p>thanks, and sorry:&#160; I was not reading carefully.&#160; When I cut and paste your sources.list file, and do apt-get update, then I can install intel-microcode!&#160; /lib/firmware/intel-ucode now exists. and I have to assume that the linux kernel finds this during boot [but I don&#039;t know how to interrogate the running kernel to prove this]. Is it safe to also install amd-microcode, or do they interfere?,&#160; Anyway, thanks for getting me this far.</p>]]></description>
			<author><![CDATA[dummy@example.com (jacksprat)]]></author>
			<pubDate>Fri, 17 Aug 2018 11:28:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11359#p11359</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11357#p11357</link>
			<description><![CDATA[<p>I also tried:</p><p>&#160; apt-get update &gt;/tmp/zzzz</p><p>and get error messages on stderr:</p><p>W: The repository &#039;http://gb.deb.devuan.org/merged ascii/non-free Release&#039; does not have a Release file.<br />W: The repository &#039;http://gb.deb.devuan.org/merged ascii-backports/non-free Release&#039; does not have a Release file.<br />E: Failed to fetch <a href="http://gb.deb.devuan.org/merged/dists/ascii/non-free/main/source/Sources" rel="nofollow">http://gb.deb.devuan.org/merged/dists/a … ce/Sources</a>&#160; 404&#160; Not Found [IP: 31.220.0.151 80]<br />E: Failed to fetch <a href="http://gb.deb.devuan.org/merged/dists/ascii-backports/non-free/main/source/Sources" rel="nofollow">http://gb.deb.devuan.org/merged/dists/a … ce/Sources</a>&#160; 404&#160; Not Found [IP: 31.220.0.151 80]<br />E: Some index files failed to download. They have been ignored, or old ones used instead.</p><p>which I do not understand, but maybe they mean something to someone.</p>]]></description>
			<author><![CDATA[dummy@example.com (jacksprat)]]></author>
			<pubDate>Fri, 17 Aug 2018 10:25:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11357#p11357</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11356#p11356</link>
			<description><![CDATA[<p>You will also need the contrib repository.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Fri, 17 Aug 2018 07:58:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11356#p11356</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11353#p11353</link>
			<description><![CDATA[<div class="quotebox"><cite>jacksprat wrote:</cite><blockquote><div><p>deb <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii main <br />deb-src <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii main </p><p>deb <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii/non-free main<br />deb-src <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii/non-free main </p><p>deb <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii-backports/non-free main<br />deb-src <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii-backports/non-free main </p><p>deb <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii-security main <br />deb-src <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii-security main </p><p>deb <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii-updates main <br />deb-src <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii-updates main</p></div></blockquote></div><p>Looks like I see a couple of issues with your sources.list also. </p><p>1.&#160; It appears that you have the two top lines listed twice...once with <span class="bbc">ascii main</span>...then listed again with <span class="bbc">ascii/non-free main</span></p><p>2. I believe that you have extra / marks where they aren&#039;t needed. Perhaps try making this your sources.list, then try again? Remember to <span class="bbc">apt-get update</span> if you change your sources.list.&#160; </p><div class="codebox"><pre><code>deb http://gb.deb.devuan.org/merged/ ascii main non-free
deb-src http://gb.deb.devuan.org/merged/ ascii main non-free

deb http://gb.deb.devuan.org/merged/ ascii-backports main non-free
deb-src http://gb.deb.devuan.org/merged/ ascii-backports main non-free

deb http://gb.deb.devuan.org/merged/ ascii-security main 
deb-src http://gb.deb.devuan.org/merged/ ascii-security main

deb http://gb.deb.devuan.org/merged/ ascii-updates main 
deb-src http://gb.deb.devuan.org/merged/ ascii-updates main</code></pre></div><p>Also, you can comment out the <span class="bbc">deb-src</span> lines...unless you need them for building things from source.</p><p>Here is my sources.list for comparison...</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged/ ascii main non-free contrib
#deb-src http://deb.devuan.org/merged/ ascii main non-free contrib

deb http://deb.devuan.org/merged/ ascii-security main contrib non-free
#deb-src http://deb.devuan.org/merged/ ascii-security main contrib non-free

deb http://deb.devuan.org/merged/ ascii-updates main contrib non-free
#deb-src http://deb.devuan.org/merged/ ascii-updates main contrib non-free

deb http://deb.devuan.org/merged/ ascii-backports main contrib non-free
#deb-src http://deb.devuan.org/merged/ ascii-backports main contrib non-free</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Thu, 16 Aug 2018 23:47:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11353#p11353</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11352#p11352</link>
			<description><![CDATA[<p>Did you do an...</p><div class="codebox"><pre><code>apt-get update</code></pre></div><p>...after adding <span class="bbc">non-free</span>?</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Thu, 16 Aug 2018 23:24:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11352#p11352</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11351#p11351</link>
			<description><![CDATA[<p>thanks.&#160; I am struggling to get access to these packages.&#160; My /etc/apt/sources.list file now contains:</p><p>deb <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii main <br />deb-src <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii main </p><p>deb <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii/non-free main<br />deb-src <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii/non-free main </p><p>deb <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii-backports/non-free main<br />deb-src <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii-backports/non-free main </p><p>deb <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii-security main <br />deb-src <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii-security main </p><p>deb <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii-updates main <br />deb-src <a href="http://gb.deb.devuan.org/merged/" rel="nofollow">http://gb.deb.devuan.org/merged/</a> ascii-updates main </p><p>Yet when I try</p><p>&#160; &#160;apt-get install intel-microcode</p><p>I get nothing. Also</p><p>&#160; apt policy intel-microcode</p><p>says that it is unable to find the package.&#160; I must be doing something wrong, but can&#039;t see it [at the limit of my experience here].</p>]]></description>
			<author><![CDATA[dummy@example.com (jacksprat)]]></author>
			<pubDate>Thu, 16 Aug 2018 23:02:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11351#p11351</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11350#p11350</link>
			<description><![CDATA[<p>The package you want is called <span class="bbc">intel-microcode</span> and is in non-free. </p><div class="codebox"><pre><code>apt policy intel-microcode
intel-microcode:
  Installiert:           3.20180703.2~bpo9+1
  Installationskandidat: 3.20180703.2~bpo9+1
  Versionstabelle:
 *** 3.20180703.2~bpo9+1 100
        100 http://de.deb.devuan.org/merged ascii-backports/non-free amd64 Packages
        100 /var/lib/dpkg/status
     3.20180425.1~deb9u1 500
        500 http://de.deb.devuan.org/merged ascii/non-free amd64 Packages</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ivanovnegro)]]></author>
			<pubDate>Thu, 16 Aug 2018 21:08:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11350#p11350</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11339#p11339</link>
			<description><![CDATA[<p>thanks:&#160; I used Synaptic to select all repos, but the only &quot;non-free&quot; ones were marked &quot;cdrom:[devuan_ascii...]&quot; and would not be selected.&#160; The only package that looked appropriate was firmware-linux-free, which was already installed.</p>]]></description>
			<author><![CDATA[dummy@example.com (jacksprat)]]></author>
			<pubDate>Thu, 16 Aug 2018 10:46:28 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11339#p11339</guid>
		</item>
		<item>
			<title><![CDATA[Re: Microcode to fight Spectre and Meltdown cpu flaws]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11338#p11338</link>
			<description><![CDATA[<p>Proprietary blobs will usually live in the &quot;non-free&quot; repository.&#160; Assuming you have that and &quot;contrib&quot; enabled then you should be able to install Intel microcode (and reboot).</p><p>But more Intel flaws just in: <a href="https://www.theregister.co.uk/2018/08/14/intel_l1_terminal_fault_bugs/" rel="nofollow">https://www.theregister.co.uk/2018/08/1 … ault_bugs/</a></p><p>And you can probably expect more...</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Thu, 16 Aug 2018 08:47:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11338#p11338</guid>
		</item>
	</channel>
</rss>
