<?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=5211&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] apt-get update:  gpg error (expired key)]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5211</link>
		<description><![CDATA[The most recent posts in [SOLVED] apt-get update:  gpg error (expired key).]]></description>
		<lastBuildDate>Thu, 08 Sep 2022 21:50:33 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37461#p37461</link>
			<description><![CDATA[<div class="quotebox"><cite>Morgennebel wrote:</cite><blockquote><div><div class="quotebox"><cite>Morgennebel wrote:</cite><blockquote><div><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>To do a new install with the existing live isos, you can just download the package in a terminal with wget, check the sha256sum and install with dpkg or gdebi. Then run the installer.</p></div></blockquote></div><p>I tried the server and netinstall ISOs. Both do not have dpkg available (or I did not found them in /usr/sbin, /sbin or /usr/bin).</p></div></blockquote></div><p>You need first to chroot to /target first. dpkg is then available.</p><p># chroot /target<br /># dpkg -i ....</p><p>Ciao, -MN</p></div></blockquote></div><p>For the installer isos, yeah, you need to chroot. But for the live isos, you don&#039;t. The desktop-live has the entire xfce desktop for you to work with plus all the system commands. It is a full system, and the live installer just copies the running system to hard disk. That means any changes you make in configs or packages in the running system will be copied to the installation. The minimal-live doesn&#039;t have xorg, but it&#039;s still a complete system and will act the same way, just in console only.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 08 Sep 2022 21:50:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37461#p37461</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37449#p37449</link>
			<description><![CDATA[<div class="quotebox"><cite>Morgennebel wrote:</cite><blockquote><div><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>To do a new install with the existing live isos, you can just download the package in a terminal with wget, check the sha256sum and install with dpkg or gdebi. Then run the installer.</p></div></blockquote></div><p>I tried the server and netinstall ISOs. Both do not have dpkg available (or I did not found them in /usr/sbin, /sbin or /usr/bin).</p></div></blockquote></div><p>You need first to chroot to /target first. dpkg is then available.</p><p># chroot /target<br /># dpkg -i ....</p><p>Ciao, -MN</p>]]></description>
			<author><![CDATA[dummy@example.com (Morgennebel)]]></author>
			<pubDate>Thu, 08 Sep 2022 16:50:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37449#p37449</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37372#p37372</link>
			<description><![CDATA[<p>Just FYI the expired key is still exists in beowulf (@ Amprolla3 on Nemesis). Scared me for a minute.<br />Thanks for all you do <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (adant)]]></author>
			<pubDate>Mon, 05 Sep 2022 22:10:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37372#p37372</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37370#p37370</link>
			<description><![CDATA[<div class="quotebox"><cite>Morgennebel wrote:</cite><blockquote><div><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>To do a new install with the existing live isos, you can just download the package in a terminal with wget, check the sha256sum and install with dpkg or gdebi. Then run the installer.</p></div></blockquote></div><p>I tried the server and netinstall ISOs. Both do not have dpkg available (or I did not found them in /usr/sbin, /sbin or /usr/bin).</p></div></blockquote></div><p>For the installer isos (server, desktop, netinstall) the following might work in a shell:</p><div class="codebox"><pre><code>anna install devuan-keyring_2022.09.04_all.deb</code></pre></div><p>or maybe...</p><div class="codebox"><pre><code>anna install /pool/DEBIAN/main/d/dpkg/dpkg_1.20.9_amd64.deb
dpkg -i  devuan-keyring_2022.09.04_all.deb</code></pre></div><p>For the live isos (minimal-live, desktop-live) dpkg is installed and will work. Only the desktop-live has gdebi.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 05 Sep 2022 21:10:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37370#p37370</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37362#p37362</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>To do a new install with the existing live isos, you can just download the package in a terminal with wget, check the sha256sum and install with dpkg or gdebi. Then run the installer.</p></div></blockquote></div><p>I tried the server and netinstall ISOs. Both do not have dpkg available (or I did not found them in /usr/sbin, /sbin or /usr/bin).</p>]]></description>
			<author><![CDATA[dummy@example.com (Morgennebel)]]></author>
			<pubDate>Mon, 05 Sep 2022 16:09:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37362#p37362</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37356#p37356</link>
			<description><![CDATA[<p>To do a new install with the existing live isos, you can just download the package in a terminal with wget, check the sha256sum and install with dpkg or gdebi. Then run the installer.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 05 Sep 2022 12:30:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37356#p37356</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37354#p37354</link>
			<description><![CDATA[<p>Unfortunately this bug also prevents new installations with existing ISO files.</p><p>Workaround:</p><p>* Once installer fails to read a network mirror<br />* Start a shell from the installer (somewhere at the bottom of the menu)<br />* Execute wget as described above<br />* mv *.deb /target/root<br />* chroot /target<br />* dpkg -i /root/*.deb<br />* exit shell<br />* Continue installation</p><p>-MN</p>]]></description>
			<author><![CDATA[dummy@example.com (Morgennebel)]]></author>
			<pubDate>Mon, 05 Sep 2022 09:48:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37354#p37354</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37323#p37323</link>
			<description><![CDATA[<p><a href="https://dev1galaxy.org/viewtopic.php?pid=37322#p37322" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=37322#p37322</a> is about same issue, <a href="https://dev1galaxy.org/viewtopic.php?id=5212" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=5212</a> &quot;[SOLVED] Invalid Signatures&quot; should get merged in here, replacing my message </p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Note that the full hands-on may also require that the old local InRelease file for the distribution is removed manually, so the sequence of command would thus be (eg for <span class="bbc">chimaera</span>):</p><ul><li><p># rm /var/lib/apt/lists/deb.devuan.org_merged_dists_<span class="bbc">chimaera</span>_InRelease</p></li><li><p># apt-get update --allow-unauthenticated --allow-insecure-repositories</p></li><li><p># apt-get install devuan-keyring --allow-unauthenticated</p></li></ul><p><strong>Alternatively</strong>: Anyone uncomfortable with those command line options should rather download the new keyring directly, eg</p><ul><li><p># wget <a href="http://deb.devuan.org/devuan/pool/main/d/devuan-keyring/devuan-keyring_2022.09.04_all.deb" rel="nofollow">http://deb.devuan.org/devuan/pool/main/ … 04_all.deb</a></p></li><li><p># sha256sum devuan-keyring_2022.09.04_all.deb <strong>96c4a206e8dfdc21138ec619687ef9acf36e1524dd39190c040164f37cc3468d</strong></p></li><li><p># dpkg -i devuan-keyring_2022.09.04_all.deb</p></li></ul><p><strong>Alternatively</strong>: if you have your own method that works, then that is fine too.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (Joerg_rw)]]></author>
			<pubDate>Sun, 04 Sep 2022 00:54:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37323#p37323</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37321#p37321</link>
			<description><![CDATA[<p>I use:<br /><span class="bbc">rm -rf /var/lib/apt/lists/*<br />apt update --allow-insecure-repositories<br />apt upgrade<br /></span><br />Currently works only with pkgmaster.devuan.org</p>]]></description>
			<author><![CDATA[dummy@example.com (Bakaras)]]></author>
			<pubDate>Sat, 03 Sep 2022 22:33:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37321#p37321</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37320#p37320</link>
			<description><![CDATA[<p>If you download the file and want a checksum, here they are:</p><div class="codebox"><pre><code>$ md5sum devuan-keyring_2022.09.04_all.deb 
6209781a66b39c95c012765bc7ca2297  devuan-keyring_2022.09.04_all.deb

$ sha256sum devuan-keyring_2022.09.04_all.deb 
96c4a206e8dfdc21138ec619687ef9acf36e1524dd39190c040164f37cc3468d  devuan-keyring_2022.09.04_all.deb</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 03 Sep 2022 21:13:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37320#p37320</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37319#p37319</link>
			<description><![CDATA[<p>I think the <span class="bbc">--allow-insecure-repositories</span> &amp; <span class="bbc">--allow-unauthenticated</span> options are a bit easier. I forgot about them :-)</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 03 Sep 2022 20:32:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37319#p37319</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37318#p37318</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p><strong>@nenesse:</strong> I think you&#039;ll have to use</p><div class="codebox"><pre><code>wget http://deb.devuan.org/devuan/pool/main/d/devuan-keyring/devuan-keyring_2022.09.04_all.deb
dpkg -i devuan-keyring_2022.09.04_all.deb</code></pre></div></div></blockquote></div><p>Works great, thanks! </p><div class="codebox"><pre><code>wget http://deb.devuan.org/devuan/pool/main/d/devuan-keyring/devuan-keyring_2022.09.04_all.deb &amp;&amp; sudo dpkg -i devuan-keyring_2022.09.04_all.deb</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fhblf)]]></author>
			<pubDate>Sat, 03 Sep 2022 20:22:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37318#p37318</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37315#p37315</link>
			<description><![CDATA[<p><span class="bbc">devuan-keyring</span> has already been updated in the repository. This command was provided by Bb|hcb in the IRC channel:<br /><span class="bbc">apt update --allow-insecure-repositories &amp;&amp; apt install devuan-keyring --allow-unauthenticated</span></p>]]></description>
			<author><![CDATA[dummy@example.com (brocashelm)]]></author>
			<pubDate>Sat, 03 Sep 2022 18:35:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37315#p37315</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37313#p37313</link>
			<description><![CDATA[<p>yes, extra steps for 2022.09.03.deb, not needed with 2022.09.04.deb.<br />I mark this post solved, thanks to the developers for the speed.</p><p>rendez-vous le 3 septembre 2023 <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (nenesse)]]></author>
			<pubDate>Sat, 03 Sep 2022 16:21:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37313#p37313</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] apt-get update:  gpg error (expired key)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37312#p37312</link>
			<description><![CDATA[<div class="quotebox"><cite>nenesse wrote:</cite><blockquote><div><p>yes<br />then copying /usr/share/keyrings/devuan-keyring.gpg =&gt; /etc/apt/trusted.gpg.d <br />and deleting /etc/apt/trusted.gpg.d/devuan-keyring-2017-archive.gpg<br />apt-get update works.</p><p>Temporary solution pending that of the developers.</p></div></blockquote></div><p>I believe those extra steps are only needed if you installed the first package made today, dated 2022.09.03, but the second package with date 2022.09.04 copies the new file for you.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 03 Sep 2022 16:09:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37312#p37312</guid>
		</item>
	</channel>
</rss>
