<?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=2697&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / sha doesnt match]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2697</link>
		<description><![CDATA[The most recent posts in sha doesnt match.]]></description>
		<lastBuildDate>Thu, 28 Feb 2019 13:24:20 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: sha doesnt match]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14584#p14584</link>
			<description><![CDATA[<p>thanks for your reply, but i checked always the &quot;current&quot; file (see my first post)</p><p>anyway now it is working because the release file was newly build:<br />6th line of : <a href="https://pkgmaster.devuan.org/devuan/dists/stable/Release" rel="nofollow">https://pkgmaster.devuan.org/devuan/dis … le/Release</a></p><p>Date: Thu, 28 Feb 2019 02:27:17 UTC</p><p>as this issue is now solved , i am having problems to understand&#160; how any &quot;apt&quot; action could have worked as the shasum was obviously wrong for a couple of days ..</p>]]></description>
			<author><![CDATA[dummy@example.com (new-user-dirk)]]></author>
			<pubDate>Thu, 28 Feb 2019 13:24:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14584#p14584</guid>
		</item>
		<item>
			<title><![CDATA[Re: sha doesnt match]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14583#p14583</link>
			<description><![CDATA[<p>I &quot;think&quot; maybe its because the file at:</p><p><a href="https://pkgmaster.devuan.org/devuan/dists/stable/main/installer-amd64/current/images/SHA256SUMS" rel="nofollow">https://pkgmaster.devuan.org/devuan/dis … SHA256SUMS</a> </p><p>is the latest/current file.</p><p>Note the sha you are referring to :</p><div class="codebox"><pre><code>f79ea6e9c962b7b4021a216c0a49d847993303b743773995458ac448d59ebdb0    74077 main/installer-amd64/20181213+devuan1/images/SHA256SUMS</code></pre></div><p>Has a date in the name (20181213).</p><p>Then note that the sha that was returned by your check, is listed on line:</p><div class="codebox"><pre><code> b14f1d9375dad1394ff8e5026c272076c51b1bf76464ff556445d49c91cbb103    74077 main/installer-amd64/20190228+devuan1/images/SHA256SUMS</code></pre></div><p>Note the date difference.&#160; </p><p>Does this make sense?&#160; I can hardly follow this myself!</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Thu, 28 Feb 2019 13:05:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14583#p14583</guid>
		</item>
		<item>
			<title><![CDATA[Re: sha doesnt match]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14581#p14581</link>
			<description><![CDATA[<p>thanks for your reply. i am setting up an pxe boot and would only need the pxe file from here not an iso...</p><p>the release file is gpg signed and fine:<br /><a href="http://pkgmaster.devuan.org/devuan/dists/stable/Release" rel="nofollow">http://pkgmaster.devuan.org/devuan/dists/stable/Release</a></p><p>in this one it says:<br />f79ea6e9c962b7b4021a216c0a49d847993303b743773995458ac448d59ebdb0&#160; &#160; 74077 main/installer-amd64/current/images/SHA256SUMS</p><p>until now all is fine.</p><p>now when i do :<br />sha256sum <a href="https://pkgmaster.devuan.org/devuan/dists/stable/main/installer-amd64/current/images/SHA256SUMS" rel="nofollow">https://pkgmaster.devuan.org/devuan/dis … SHA256SUMS</a></p><p>which is what the release file above is pointing to</p><p>i would expect: f79ea6e9c962b7b4021a216c0a49d847993303b743773995458ac448d59ebdb0 (from the release file)<br />but i get : b14f1d9375dad1394ff8e5026c272076c51b1bf76464ff556445d49c91cbb103</p><p>something is wrong here...</p>]]></description>
			<author><![CDATA[dummy@example.com (new-user-dirk)]]></author>
			<pubDate>Thu, 28 Feb 2019 09:22:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14581#p14581</guid>
		</item>
		<item>
			<title><![CDATA[Re: sha doesnt match]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14578#p14578</link>
			<description><![CDATA[<p>Not sure what you are wanting to do.</p><p>Yes, I can see f79ea6e9c962b7b4021a216c0a49d847993303b743773995458ac448d59ebdb0 at the url you post.</p><p>But when I visit <a href="https://pkgmaster.devuan.org/devuan/dists/stable/main/installer-amd64/current/images/SHA256SUMS" rel="nofollow">https://pkgmaster.devuan.org/devuan/dis … SHA256SUMS</a>, I do not find any:<br />b14f1d9375dad1394ff8e5026c272076c51b1bf76464ff556445d49c91cbb103</p><p>Anyway, normally you download an iso and then use the SHASUM process to verify that the download occurred without error.&#160; <br />You download this to get the SHA256 hash number for whatever you are downloading (mirror site used):<br /><a href="https://mirror.leaseweb.com/devuan/devuan_ascii/installer-iso/SHA256SUMS" rel="nofollow">https://mirror.leaseweb.com/devuan/devu … SHA256SUMS</a></p><p>Then after you download your desired iso file, you then run sha256sum &lt;iso file&gt;(for example for netinst.iso):</p><div class="codebox"><pre><code>sha256sum devuan_ascii_2.0.0_amd64_netinst.iso
c16bebdeecdf452188ae4bb823cd5f1c0d2ed3a7a568332508943ce16f7e5c71  devuan_ascii_2.0.0_amd64_netinst.iso</code></pre></div><p>And you will find an exact match of this cryptic number in file SHA256SUMS, if the download completed without error.&#160; If the numbers do not match, the downloaded ISO file is invalid.</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Thu, 28 Feb 2019 01:50:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14578#p14578</guid>
		</item>
		<item>
			<title><![CDATA[sha doesnt match]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14576#p14576</link>
			<description><![CDATA[<p>Hi all,</p><p>in the release file:<br /><a href="http://pkgmaster.devuan.org/devuan/dists/stable/Release" rel="nofollow">http://pkgmaster.devuan.org/devuan/dists/stable/Release</a></p><p>it says:<br />f79ea6e9c962b7b4021a216c0a49d847993303b743773995458ac448d59ebdb0&#160; &#160; 74077 main/installer-amd64/current/images/SHA256SUMS</p><p>but if i check:<br /><a href="http://pkgmaster.devuan.org/devuan/dists/stable/main/installer-amd64/current/images/SHA256SUMS" rel="nofollow">http://pkgmaster.devuan.org/devuan/dist … SHA256SUMS</a></p><p>i get&#160; b14f1d9375dad1394ff8e5026c272076c51b1bf76464ff556445d49c91cbb103&#160; SHA256SUM</p><p>am i missing something here ?</p><p>thanks in advance..</p>]]></description>
			<author><![CDATA[dummy@example.com (new-user-dirk)]]></author>
			<pubDate>Wed, 27 Feb 2019 23:15:35 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14576#p14576</guid>
		</item>
	</channel>
</rss>
