<?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=5708&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Daedalus shasums]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5708</link>
		<description><![CDATA[The most recent posts in [SOLVED] Daedalus shasums.]]></description>
		<lastBuildDate>Tue, 16 May 2023 12:07:03 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus shasums]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42283#p42283</link>
			<description><![CDATA[<p>Right.</p><p>The file(s) with .shasum extension are actually text files with one line for each other file that it contains the shasum for (or sha256sum as is the case here). Note that &quot;sha256sum&quot; is just a checksum created by essentially adding the bytes of the checked file with some maths juggling so that the final &quot;number&quot; is a kind of fingerprint for it. Basically any change to the checked file would result in a different fingerprint.</p><p>So the .shasum file just tells what the checksum of the checked file(s) is supposed to be. You wouldn&#039;t really compute the sha256sum of those .shasum files... unless I suppose you want to compare different downloads of those .. and then &quot;diff&quot; or &quot;cmp&quot; would work as well.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 16 May 2023 12:07:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42283#p42283</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus shasums]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42282#p42282</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>The ISO devuan_daedalus_5.0.preview-20230515_amd64_netinstall.iso has its sha256 sum recorded in devuan_daedalus_5.0.preview-20230515_amd64_netinstall.iso.shasum</p><p>I don&#039;t know the details of devuan_daedalus_5.0.preview_20230502_amd64_minimal-live.iso which is something different.</p></div></blockquote></div><p>I have deleted the netinstall iso but kept a text file for its shasum:</p><div class="codebox"><pre><code>$ shasum devuan_daedalus_5.0.preview-20230515_amd64_netinstall.iso.shasum
2c3bacb5bf172982f9295b6450da103e63930ef73db91d553e0d9fd48410ed9c  devuan_daedalus_5.0.preview-20230515_amd64_netinstall.iso.shasum</code></pre></div><div class="codebox"><pre><code>$ sha256sum devuan_daedalus_5.0.preview-20230515_amd64_netinstall.iso.shasum
2c3bacb5bf172982f9295b6450da103e63930ef73db91d553e0d9fd48410ed9c  devuan_daedalus_5.0.preview-20230515_amd64_netinstall.iso.shasum</code></pre></div><p>In the release archive, various folders for Daedalus do not have the same structure as those for other releases, there are no general SHASUMS.txt or SHASUMS.txt.asc but individual shasum for each iso.<br />This is why I thought I was going to check the iso shasum against the individual shasum downloadable for that very iso.</p>]]></description>
			<author><![CDATA[dummy@example.com (rollo)]]></author>
			<pubDate>Tue, 16 May 2023 10:42:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42282#p42282</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus shasums]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42281#p42281</link>
			<description><![CDATA[<p>The ISO devuan_daedalus_5.0.preview-20230515_amd64_netinstall.iso has its sha256 sum recorded in devuan_daedalus_5.0.preview-20230515_amd64_netinstall.iso.shasum</p><p>I don&#039;t know the details of devuan_daedalus_5.0.preview_20230502_amd64_minimal-live.iso which is something different.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 16 May 2023 10:23:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42281#p42281</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus shasums]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42280#p42280</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>The file ...shasum <em>contains</em> the sha256sum; you don&#039;t run sha356sum on it. E.g. download both, then run</p><div class="codebox"><pre><code>sha256sum -c devuan_daedalus_5.0.preview-20230515_amd64_netinstall.iso.shasum</code></pre></div><p>Note the <strong>-c</strong>.</p></div></blockquote></div><p>Thanks for your help.</p><p>this is what I have got back:<br /><span class="bbc">$ sha256sum -c devuan_daedalus_5.0.preview_20230502_amd64_minimal-live.iso<br />sha256sum: devuan_daedalus_5.0.preview_20230502_amd64_minimal-live.iso: no properly formatted SHA256 checksum lines found</span></p><p><span class="bbc">$ sha256sum -c devuan_daedalus_5.0.preview_20230502_amd64_minimal-live.iso.shasum<br />sha256sum: devuan_daedalus_5.0.preview_20230502_amd64_minimal-live.iso.shasum: No such file or directory<br /></span></p><p><span class="bbc">$ sha256sum -c devuan_daedalus_5.0.preview_20230502_amd64_minimal-live.iso.sha256<br />devuan_daedalus_5.0.preview_20230502_amd64_minimal-live.iso: OK<br /></span></p><div class="quotebox"><cite>Camtaf wrote:</cite><blockquote><div><p>Are the dates of these the same(?).</p></div></blockquote></div><p>Yes, they are, I have been checking again</p>]]></description>
			<author><![CDATA[dummy@example.com (rollo)]]></author>
			<pubDate>Tue, 16 May 2023 10:15:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42280#p42280</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus shasums]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42279#p42279</link>
			<description><![CDATA[<p>The file ...shasum <em>contains</em> the sha256sum; you don&#039;t run sha356sum on it. E.g. download both, then run</p><div class="codebox"><pre><code>sha256sum -c devuan_daedalus_5.0.preview-20230515_amd64_netinstall.iso.shasum</code></pre></div><p>Note the <strong>-c</strong>.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 16 May 2023 09:45:22 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42279#p42279</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Daedalus shasums]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42278#p42278</link>
			<description><![CDATA[<p>Are the dates of these the same(?).</p>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Tue, 16 May 2023 09:37:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42278#p42278</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Daedalus shasums]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42277#p42277</link>
			<description><![CDATA[<p>Hi all!</p><p>Being a Devuan user for years, running various installations of Chimera and wanted to test Daedalus today, I came accross some discrepancies regarding various shasums for Daedalus.</p><p>I wanted to try devuan_daedalus_5.0.preview-20230515_amd64_netinstall.iso for which I got the following sha256sum: 8577f535c62d3091bcd9ad5494ef007bc3b5c359bd22c5ea5800f1d29e2a6d9a</p><p>but the sum for devuan_daedalus_5.0.preview-20230515_amd64_netinstall.iso.shasum is the following:<br />2c3bacb5bf172982f9295b6450da103e63930ef73db91d553e0d9fd48410ed9c</p><p>So, I have experimented with various repos, only to get the same discordant results.</p><p>Searching on the forum, I came accross this post : <a href="https://dev1galaxy.org/viewtopic.php?id=2697" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=2697</a></p><p>I went on downloading the minimal live iso, as the netinstall iso was dated from May 15th and today we are the 16th:</p><p>devuan_daedalus_5.0.preview_20230502_amd64_minimal-live.iso<br />shasum: 21a8306886343ecb53e4327d203772dabd99618cb8e7f28f24f6784dfcac08ef</p><p>when devuan_daedalus_5.0.preview_20230502_amd64_minimal-live.iso.sha256<br />is 23edceaf1f96bc411e137f04ba4b1c20c1cf3dff5827dad7aecfc10641d8e393</p><p>I am a bit lost there, could somebody tell me what is wrong?<br />Thanks a lot</p>]]></description>
			<author><![CDATA[dummy@example.com (rollo)]]></author>
			<pubDate>Tue, 16 May 2023 09:23:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42277#p42277</guid>
		</item>
	</channel>
</rss>
