<?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=2702&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Security update delays]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2702</link>
		<description><![CDATA[The most recent posts in [SOLVED] Security update delays.]]></description>
		<lastBuildDate>Sun, 14 Jun 2020 09:20:57 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22655#p22655</link>
			<description><![CDATA[<p>Maybe working again?</p><p>On my mail-server unattended-upgrades (beowulf-security updates only)&#160; downloaded an intel-microcode package at 03:45 BST.</p><div class="codebox"><pre><code>Unattended upgrade result: All upgrades installed 

Packages that were upgraded:
 intel-microcode 

Package installation log:
Log started: 2020-06-14  03:45:13
apt-listchanges: Reading changelogs...
Preparing to unpack .../intel-microcode_3.20200609.2~deb10u1_amd64.deb ...
Unpacking intel-microcode (3.20200609.2~deb10u1) over (3.20191115.2~deb10u1) ...
Setting up intel-microcode (3.20200609.2~deb10u1) ...
update-initramfs: deferring update (trigger activated)
intel-microcode: microcode will be updated at next boot
Processing triggers for initramfs-tools (0.133+deb10u1) ...
update-initramfs: Generating /boot/initrd.img-4.19.0-9-amd64
Log ended: 2020-06-14  03:45:24

Unattended-upgrades log:
Enabled logging to syslog via daemon facility 
Initial blacklist : 
Initial whitelist: 
Starting unattended upgrades script
Allowed origins are: o=Devuan,n=beowulf-security
Packages that will be upgraded: intel-microcode
Writing dpkg log to /var/log/unattended-upgrades/unattended-upgrades-dpkg.log
All upgrades installed</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Sun, 14 Jun 2020 09:20:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22655#p22655</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22643#p22643</link>
			<description><![CDATA[<p>Thanks. For some reason, security updates on pkgmaster are going to *-proposed-updates. We&#039;re not yet sure why. Until then you can add ascii-proposed-updates or beowulf-proposed-updtates, whichever is appropriate.</p><p>e.g.</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged ascii-proposed-updates main contrib non-free</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 13 Jun 2020 22:45:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22643#p22643</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22602#p22602</link>
			<description><![CDATA[<p>I found some evidence that this problem is back (or maybe it&#039;s a new, but related problem):</p><p><a href="https://www.debian.org/security/2020/dsa-4701" rel="nofollow">DSA-4701-1 intel-microcode -- security update</a><br />[Date Reported: 11 Jun 2020]</p><p>The update hasn&#039;t shown up for me yet, so I did some checking:</p><div class="codebox"><pre><code>$ apt policy intel-microcode
intel-microcode:
  Installed: (none)
  Candidate: 3.20200609.2~deb9u1
  Version table:
     3.20200609.2~deb9u1 500
        500 http://deb.devuan.org/merged ascii-security/non-free i386 Packages
     3.20191115.2~deb9u1 500
        500 http://deb.devuan.org/merged ascii/non-free i386 Packages</code></pre></div><p>When I first looked at that, I was a little confused. And then I remembered that I am using a 64-bit kernel (it&#039;s a multi-arch system).</p><p>So I checked again:</p><div class="codebox"><pre><code>$ apt policy intel-microcode:amd64
intel-microcode:amd64:
  Installed: 3.20191115.2~deb9u1
  Candidate: 3.20191115.2~deb9u1
  Version table:
 *** 3.20191115.2~deb9u1 500
        500 http://deb.devuan.org/merged ascii/non-free amd64 Packages
        500 http://deb.devuan.org/merged ascii-security/non-free amd64 Packages
        100 /var/lib/dpkg/status</code></pre></div><p>Okay, so that explains (partially) why I am not seeing the update. I then wondered, &quot;Is this a Devuan problem, or is the problem on Debian&#039;s end?&quot; To help answer that question, I added the repository for Debian Stretch security updates.</p><p>And here&#039;s the result that gave me:</p><div class="codebox"><pre><code>$ apt policy intel-microcode:amd64
intel-microcode:amd64:
  Installed: 3.20191115.2~deb9u1
  Candidate: 3.20200609.2~deb9u1
  Version table:
     3.20200609.2~deb9u1 500
        500 http://deb.debian.org/debian-security stretch/updates/non-free amd64 Packages
 *** 3.20191115.2~deb9u1 500
        500 http://deb.devuan.org/merged ascii/non-free amd64 Packages
        500 http://deb.devuan.org/merged ascii-security/non-free amd64 Packages
        100 /var/lib/dpkg/status</code></pre></div><p>That tells me that the problem is not on Debian&#039;s end.</p><p>Phil</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Sat, 13 Jun 2020 04:31:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22602#p22602</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19365#p19365</link>
			<description><![CDATA[<p>This (below) is a different problem. The security update delays have been fixed. The problem you&#039;re seeing here is the reason we recommend using the codenames in sources.list. </p><p><span class="bbc">ascii is stretch</span><br /><span class="bbc">beowulf is buster</span> </p><p><strong>stable is not the same release in debian and devuan right now</strong>.&#160; They will be the same again when beowulf is released. Until debian moves to their next release. </p><div class="quotebox"><cite>anonymous wrote:</cite><blockquote><div><p>devuan</p><p>$ apt policy firefox-esr<br />firefox-esr:<br />&#160; Installed: 68.3.0esr-1~deb9u1<br />&#160; Candidate: 68.3.0esr-1~deb9u1<br />&#160; Version table:<br /> *** 68.3.0esr-1~deb9u1 500<br />&#160; &#160; &#160; &#160; 500 <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> ascii-security/main amd64 Packages<br />&#160; &#160; &#160; &#160; 100 /var/lib/dpkg/status<br />&#160; &#160; &#160;60.7.1esr-1~deb9u1 500<br />&#160; &#160; &#160; &#160; 500 <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> ascii-updates/main amd64 Packages<br />&#160; &#160; &#160;60.6.3esr-1~deb9u1 500<br />&#160; &#160; &#160; &#160; 500 <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> ascii/main amd64 Packages<br />-------------------------------------</p><p>debian:</p><p>firefox-esr:<br />&#160; Installed: 68.4.1esr-1~deb10u1<br />&#160; Candidate: 68.4.1esr-1~deb10u1<br />&#160; Version table:<br /> *** 68.4.1esr-1~deb10u1 500<br />&#160; &#160; &#160; &#160; 500 <a href="http://deb.debian.org/debian-security" rel="nofollow">http://deb.debian.org/debian-security</a> stable/updates/main amd64 Packages<br />&#160; &#160; &#160; &#160; 100 /var/lib/dpkg/status<br />&#160; &#160; &#160;68.2.0esr-1~deb10u1 500<br />&#160; &#160; &#160; &#160; 500 <a href="http://deb.debian.org/debian" rel="nofollow">http://deb.debian.org/debian</a> stable/main amd64 Packages</p></div></blockquote></div><div class="codebox"><pre><code>devuan (beowulf)

firefox-esr:
  Installed: 68.3.0esr-1~deb10u1
  Candidate: 68.4.1esr-1~deb10u1
  Version table:
     68.4.1esr-1~deb10u1 500
        500 http://pkgmaster.devuan.org/merged beowulf-security/main amd64 Packages</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 10 Jan 2020 01:21:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19365#p19365</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19346#p19346</link>
			<description><![CDATA[<p>devuan</p><p>$ apt policy firefox-esr<br />firefox-esr:<br />&#160; Installed: 68.3.0esr-1~deb9u1<br />&#160; Candidate: 68.3.0esr-1~deb9u1<br />&#160; Version table:<br /> *** 68.3.0esr-1~deb9u1 500<br />&#160; &#160; &#160; &#160; 500 <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> ascii-security/main amd64 Packages<br />&#160; &#160; &#160; &#160; 100 /var/lib/dpkg/status<br />&#160; &#160; &#160;60.7.1esr-1~deb9u1 500<br />&#160; &#160; &#160; &#160; 500 <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> ascii-updates/main amd64 Packages<br />&#160; &#160; &#160;60.6.3esr-1~deb9u1 500<br />&#160; &#160; &#160; &#160; 500 <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> ascii/main amd64 Packages<br />-------------------------------------</p><p>debian:</p><p>firefox-esr:<br />&#160; Installed: 68.4.1esr-1~deb10u1<br />&#160; Candidate: 68.4.1esr-1~deb10u1<br />&#160; Version table:<br /> *** 68.4.1esr-1~deb10u1 500<br />&#160; &#160; &#160; &#160; 500 <a href="http://deb.debian.org/debian-security" rel="nofollow">http://deb.debian.org/debian-security</a> stable/updates/main amd64 Packages<br />&#160; &#160; &#160; &#160; 100 /var/lib/dpkg/status<br />&#160; &#160; &#160;68.2.0esr-1~deb10u1 500<br />&#160; &#160; &#160; &#160; 500 <a href="http://deb.debian.org/debian" rel="nofollow">http://deb.debian.org/debian</a> stable/main amd64 Packages</p>]]></description>
			<author><![CDATA[dummy@example.com (anonymous)]]></author>
			<pubDate>Thu, 09 Jan 2020 15:41:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19346#p19346</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17056#p17056</link>
			<description><![CDATA[<p>Firefox-esr 60.8.0esr-1~deb9u1 hit the gb.deb.devuan.org/merged archive sometime before 2019-07-14&#160; 13:12:27 +0100 as that was when my unattended upgrades program downloaded it.</p><p>Both the previous Firefox-esr secuirty 60.7.1 and 60.7.2 security updates also downloaded shortly after Debian put them in their stable archive (though they hit Debian experimental and then testing sooner). I see no problem here.</p><p>Any idea when we might expect to see Firefox-esr 68 on ascii? I understand there will be another 2 months of security updates still to come on 60 before it becomes unsupported which implies it might be best to have a backpost before Beowulf becomes our new stable.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Sun, 14 Jul 2019 12:59:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17056#p17056</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17051#p17051</link>
			<description><![CDATA[<div class="quotebox"><cite>yeti wrote:</cite><blockquote><div><p>I was lazy and now have 2 repositories in my sources list.<br />If this is a bad idea, please someone enlighten me...</p></div></blockquote></div><p>I see only devuan and ascii in your sources. You&#039;re safe. If you started adding non-devuan or non-ascii sources, you could run into problems. Without pinning, apt will take the highest available version, so right now, if you installed/upgraded firefox-esr, you&#039;d get 60.8 from ascii-security on auto.mirror, because that&#039;s a higher version than what&#039;s in deb.devuan.</p><p>But that will change in a few minutes or a couple hours. Repo is updating again. (Thanks, Ralph.)</p><p>I&#039;m not marking the thread as Solved this time. Let&#039;s wait and see what happens.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 14 Jul 2019 11:14:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17051#p17051</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17050#p17050</link>
			<description><![CDATA[<p>I was lazy and now have 2 repositories in my sources list.<br />If this is a bad idea, please someone enlighten me...</p><div class="codebox"><pre><code>$ apt policy firefox-esr
firefox-esr:
  Installed: (none)
  Candidate: 60.8.0esr-1~deb9u1
  Version table:
     60.8.0esr-1~deb9u1 500
        500 http://auto.mirror.devuan.org/merged ascii-security/main armhf Packages
     60.7.2esr-1~deb9u1 500
        500 http://deb.devuan.org/merged ascii-security/main armhf Packages
     60.6.3esr-1~deb9u1 500
        500 http://deb.devuan.org/merged ascii-updates/main armhf Packages
        500 http://auto.mirror.devuan.org/merged ascii-updates/main armhf Packages
     60.6.1esr-1~deb9u1 500
        500 http://deb.devuan.org/merged ascii/main armhf Packages
        500 http://auto.mirror.devuan.org/merged ascii/main armhf Packages</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (yeti)]]></author>
			<pubDate>Sun, 14 Jul 2019 10:55:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17050#p17050</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17045#p17045</link>
			<description><![CDATA[<p>My results:</p><div class="codebox"><pre><code>$ apt policy firefox-esr
firefox-esr:
  Installed: 60.7.2esr-1~deb9u1
  Candidate: 60.7.2esr-1~deb9u1
  Version table:
 *** 60.7.2esr-1~deb9u1 500
        500 http://deb.devuan.org/merged ascii-security/main i386 Packages
        100 /var/lib/dpkg/status
     60.6.3esr-1~deb9u1 500
        500 http://deb.devuan.org/merged ascii-updates/main i386 Packages
     60.6.1esr-1~deb9u1 500
        500 http://deb.devuan.org/merged ascii/main i386 Packages</code></pre></div><p>Debian Stretch version: 60.8.0esr-1~deb9u1</p><p>Phil</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Sun, 14 Jul 2019 02:16:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17045#p17045</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17021#p17021</link>
			<description><![CDATA[<p>AGAIN waiting for firefox-esr security update....</p><p><a href="https://security-tracker.debian.org/tracker/firefox-esr" rel="nofollow">https://security-tracker.debian.org/tracker/firefox-esr</a></p><p>stretch (security)&#160; &#160; 60.8.0esr-1~deb9u1</p><p>------------</p><p>ascii&#160; devuan (64bit) in&#160; apt policy firefox-esr&#160; still has</p><p> NOT UPDATED</p>]]></description>
			<author><![CDATA[dummy@example.com (anonymous)]]></author>
			<pubDate>Sat, 13 Jul 2019 16:52:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17021#p17021</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16673#p16673</link>
			<description><![CDATA[<p>Update: The problem seems to have been fixed.</p><div class="codebox"><pre><code>$ apt policy firefox-esr
firefox-esr:
  Installed: 60.7.1esr-1~deb9u1
  Candidate: 60.7.1esr-1~deb9u1
  Version table:
 *** 60.7.1esr-1~deb9u1 500
        500 http://deb.devuan.org/merged ascii-security/main i386 Packages
        100 /var/lib/dpkg/status
     60.6.3esr-1~deb9u1 500
        500 http://deb.devuan.org/merged ascii-updates/main i386 Packages
     60.6.1esr-1~deb9u1 500
        500 http://deb.devuan.org/merged ascii/main i386 Packages</code></pre></div><p>Phil</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Mon, 24 Jun 2019 22:25:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16673#p16673</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16595#p16595</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>Here&#039;s the explanation that was posted on devuan-dev mailing list yesterday. (The script failed if there was a read timeout.)</p></div></blockquote></div><p>Thanks for the answer.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ogis1975)]]></author>
			<pubDate>Wed, 19 Jun 2019 13:14:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16595#p16595</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16592#p16592</link>
			<description><![CDATA[<p>Adjusted the subject line again.<br />Reported the issue again.</p><p>Stay tuned...</p><p>fsr</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 19 Jun 2019 11:58:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16592#p16592</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16590#p16590</link>
			<description><![CDATA[<p>waiting for firefox-esr security update....</p><p><a href="https://security-tracker.debian.org/tracker/source-package/firefox-esr" rel="nofollow">https://security-tracker.debian.org/tra … irefox-esr</a></p><p>stretch (security)&#160; &#160; 60.7.1esr-1~deb9u1</p><p>------------</p><p>devuan (64bit) in&#160; apt policy firefox-esr&#160; still has</p><p>ascii&#160; 60.7.0esr-1~deb9u1(candidate)&#160; (edited -&gt; 60.6.1esr-1~deb9u1)</p><p>refreshing...</p>]]></description>
			<author><![CDATA[dummy@example.com (anonymous)]]></author>
			<pubDate>Wed, 19 Jun 2019 09:27:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16590#p16590</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Security update delays]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16573#p16573</link>
			<description><![CDATA[<div class="quotebox"><cite>Ogis1975 wrote:</cite><blockquote><div><p>I&#039;m sorry, but i want to ask. Why do such delays happen?</p></div></blockquote></div><p>Here&#039;s the explanation that was posted on devuan-dev mailing list yesterday. (The script failed if there was a read timeout.)</p><div class="quotebox"><blockquote><div><p>Picked this up today. The issue was an unhandled exception in net.py.</p><p> I&#039;ve pushed a fix to Gitlab[0] and applied this in production for both<br /> pkgmaster.do and packages.do.</p><p> [0] <a href="https://git.devuan.org/devuan-infrastructure/amprolla3/commit/0c33c2d195c702f928e0e4299fed9ca8252eb85f" rel="nofollow">https://git.devuan.org/devuan-infrastru … a8252eb85f</a></p><p>The amprolla logs[1] are there for a reason <br />Just grep it for &#039;ERR&#039; to see what&#039;s wrong.</p><p>[1] <a href="https://pkgmaster.devuan.org/amprolla.txt" rel="nofollow">https://pkgmaster.devuan.org/amprolla.txt</a></p></div></blockquote></div><p>Edit: Phil, I changed the subject line in your original post to &#039;Solved&#039;. If that&#039;s wrong, please let me know. (squeeky wheel law)</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 18 Jun 2019 14:40:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16573#p16573</guid>
		</item>
	</channel>
</rss>
