<?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=2108&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / repository changed its 'Origin' value   [SOLVED]]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2108</link>
		<description><![CDATA[The most recent posts in repository changed its 'Origin' value   [SOLVED].]]></description>
		<lastBuildDate>Mon, 04 Jun 2018 14:52:24 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9734#p9734</link>
			<description><![CDATA[<p>I have now forced the version of lsb-release on the laptop to be 4.1+devuan2 and it now gives the correct answer. I also noticed that lsb-base was on version 9, so I have also forced that one as well.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Mon, 04 Jun 2018 14:52:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9734#p9734</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9732#p9732</link>
			<description><![CDATA[<p>On my laptop I am offered 2 versions of lsb_release, 9.20150917 and 4.1+devuan2</p><div class="codebox"><pre><code>$ apt-cache policy &#039;lsb-release&#039;
lsb-release:
  Installed: 9.20150917
  Candidate: 9.20150917
  Version table:
 *** 9.20150917 100
        100 /var/lib/dpkg/status
     4.1+devuan2 500
        500 https://pkgmaster.devuan.org/merged ascii/main amd64 Packages</code></pre></div><p>while the desktop only knows about 4.1+devuan2. I wonder whether this is from the history as the laptop went from Debian testing to Devuan ASCII, while the desktop went from Debian Jessie to Devuan Jessie to ASCII. /usr/bin/lsb_release on the laptop dates from Aug 2015.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Mon, 04 Jun 2018 14:32:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9732#p9732</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9731#p9731</link>
			<description><![CDATA[<p>So, on my desktop machine, lsb_release has at its first line :-</p><div class="codebox"><pre><code>#! /usr/bin/python -Es</code></pre></div><p>while my laptop has :-</p><div class="codebox"><pre><code>#! /usr/bin/python3 -Es</code></pre></div><p>I wonder why they are different! And which is the correct one! Presumably the one which gives the correct answer, which is the one that runs Python 2.7 rather than 3.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Mon, 04 Jun 2018 14:14:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9731#p9731</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9730#p9730</link>
			<description><![CDATA[<p>Meanwhile, back on my laptop</p><div class="codebox"><pre><code>python -v /usr/bin/lsb_release -a</code></pre></div><p>fails to run, while</p><div class="codebox"><pre><code>python3 -v /usr/bin/lsb_release -a</code></pre></div><p>does work, using <span class="bbc">/usr/lib/python3/dist-packages/lsb_release.py</span></p><p>This version 3 version does not appear to be Devuan specific and returns :-</p><div class="codebox"><pre><code>No LSB modules are available.
Distributor ID:	Devuan
Description:	Devuan GNU/Linux 9 (n/a)
Release:	9
Codename:	n/a</code></pre></div><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Mon, 04 Jun 2018 14:08:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9730#p9730</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9729#p9729</link>
			<description><![CDATA[<p>It seems that <span class="bbc">lsb-release</span> is written in Python, although the part in <span class="bbc">/usr/bin/lsb_release</span> only really calls some library stuff. If you run </p><div class="codebox"><pre><code>python -v /usr/bin/lsb_release -a</code></pre></div><p>then you can see the bits that get pulled in, which includes </p><div class="codebox"><pre><code>/usr/lib/python2.7/dist-packages/lsb_release.pyc matches /usr/lib/python2.7/dist-packages/lsb_release.py</code></pre></div><p>Looking at <span class="bbc">/usr/lib/python2.7/dist-packages/lsb_release.py</span></p><p>it seems that the mapping of release number to codename is hard coded for jessie and ascii, so that if it were to find version 9 then it would think it is unknown. I have not yet figured out how it discovers the version number.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Mon, 04 Jun 2018 13:29:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9729#p9729</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9717#p9717</link>
			<description><![CDATA[<p>Yes, I have the same contents in the files in /etc <span class="bbc">devuan_version, issue &amp; os-release</span> that you report as well as &quot;9&quot; in <span class="bbc">debian_version</span>. I thought that I saw on DNG that one only needs to give the command <span class="bbc">apt-get update</span> to make things correct, but I have also done an <span class="bbc">apt-get dist-upgrade</span>, which has not corrected my laptop.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Sun, 03 Jun 2018 15:34:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9717#p9717</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9715#p9715</link>
			<description><![CDATA[<p>This is what I&#039;m getting on a desktop-live iso that I made a few weeks ago.</p><div class="codebox"><pre><code>Distributor ID:	Devuan
Description:	Devuan GNU/Linux testing/unstable
Release:	testing/unstable
Codename:	n/a

Get:1 http://pkgmaster.devuan.org/merged ascii InRelease [22.2 kB]
Get:2 http://pkgmaster.devuan.org/merged ascii-updates InRelease [22.2 kB]
Get:3 http://pkgmaster.devuan.org/merged ascii-security InRelease [21.6 kB]
Get:4 http://pkgmaster.devuan.org/merged ascii/main amd64 Packages [7,239 kB]
Get:5 http://pkgmaster.devuan.org/merged ascii-security/main amd64 Packages [357 kB]
Fetched 7,662 kB in 5s (1,525 kB/s)
Reading package lists...</code></pre></div><p>After update/dist-upgrade</p><div class="codebox"><pre><code>Distributor ID:	Devuan
Description:	Devuan GNU/Linux 2.0 (ascii)
Release:	2.0
Codename:	ascii</code></pre></div><p>After adding beowulf and doing another update</p><div class="codebox"><pre><code>Distributor ID:	Devuan
Description:	Devuan GNU/Linux 3.0 (n/a)
Release:	3.0
Codename:	n/a</code></pre></div><p>I don&#039;t know where your 9 is coming from. I&#039;ve got a 9 in /etc/debian_version, but it doesn&#039;t seem to be interfering.</p><p>/etc/devuan_version says &quot;ascii/ceres&quot;<br />/etc/issue says &quot;Devuan GNU/Linux ascii/ceres \n \l&quot;</p><p>/etc/os-release</p><div class="codebox"><pre><code>PRETTY_NAME=&quot;Devuan GNU/Linux ascii/ceres&quot;
NAME=&quot;Devuan GNU/Linux&quot;
ID=devuan
HOME_URL=&quot;https://www.devuan.org/&quot;
SUPPORT_URL=&quot;https://www.devuan.org/support/&quot;
BUG_REPORT_URL=&quot;https://bugs.devuan.org/&quot;</code></pre></div><p>I don&#039;t know where else to look.</p><p>@fungus: I didn&#039;t edit any relase files, if that&#039;s what you were thinking. I might have added the beowulf line and not run an update until after the change.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 03 Jun 2018 15:21:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9715#p9715</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9704#p9704</link>
			<description><![CDATA[<p>I have performed an <span class="bbc">apt-get update</span> on both my ASCII machines. On my desktop, it corrected the information from <span class="bbc">lsb_release -a</span> so that it now provides Devuan, 2, ascii. On my laptop I have got the following :-</p><div class="codebox"><pre><code># apt-get update
Get:1 https://pkgmaster.devuan.org/merged ascii InRelease [22.2 kB]
Get:2 https://pkgmaster.devuan.org/merged ascii-backports InRelease [22.3 kB]
Get:3 https://pkgmaster.devuan.org/merged ascii-proposed-updates InRelease [22.3 kB]
Get:4 https://pkgmaster.devuan.org/merged ascii-security InRelease [21.6 kB]
Get:5 https://pkgmaster.devuan.org/merged ascii-updates InRelease [22.2 kB]
Get:6 https://pkgmaster.devuan.org/merged ascii-backports/main amd64 Packages [359 kB]
Get:7 https://pkgmaster.devuan.org/merged ascii-security/main amd64 Packages [357 kB]
Fetched 827 kB in 0s (841 kB/s)                             
Reading package lists... Done

# lsb_release -a
No LSB modules are available.
Distributor ID:	Devuan
Description:	Devuan GNU/Linux 9 (n/a)
Release:	9
Codename:	n/a</code></pre></div><p>Neither of the machines is a fresh install and have come via Debian originally, although by different routes. It looks as though there is still some hangover from Debian on the laptop.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Sun, 03 Jun 2018 10:11:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9704#p9704</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9664#p9664</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Dear D1rs, as of yesterday, the &quot;Origin:&quot; field in the Release and InRelease files on pkgmaster.devuan.org and deb.devuan.org has been set to &quot;Devuan&quot; (it was empty before). This should most probably solve several issues related to incomplete or wrong information retrieved (openly or silently) by lsb_release. This includes also a few cases in which Devuan is not correctly &quot;recognised&quot; as a host system. </p><p>The change seems to be seamless, even if some users have reported that apt in Beowulf would issue a warning about that: you can safely ignore the warning, and ask apt to continue. Please report any issue with this change. HND KatolaZ</p></div></blockquote></div><p>Obviously it is not seamless and you can&#039;t just ignore it with apt, you have to say yes for every repository in order to continue, OR YOU CAN NOT continue.&#160; On apt-get it is not even telling you what to adjust and where, just DOES NOT continue and there is NO WAY to continue.</p><p>Just so we can set the record straight with what is what!</p>]]></description>
			<author><![CDATA[dummy@example.com (fungus)]]></author>
			<pubDate>Sat, 02 Jun 2018 09:10:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9664#p9664</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9662#p9662</link>
			<description><![CDATA[<p>So the only logical explanation of why you wouldn&#039;t get those error messages is if you had that field set to devuan in advance?</p><p>This practice of &quot;setting things&quot; then make an announcement days later is a pattern with Devuan as it is making announcements on the list pretending there was no issue brought up on the forum.</p>]]></description>
			<author><![CDATA[dummy@example.com (fungus)]]></author>
			<pubDate>Sat, 02 Jun 2018 07:52:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9662#p9662</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9638#p9638</link>
			<description><![CDATA[<div class="quotebox"><cite>fungus wrote:</cite><blockquote><div><p>Why is this like de-ja-vue to me?<br />FSMR, are you implying those two other users are making it up?&#160; The error messages I mean?</p></div></blockquote></div><p>I&#039;m not implying anything, and there&#039;s nothing in my posts to even remotely suggest that. Most of this thread consists of reporting and comparing observations, with documentation. This is normal problem-solving behavior. Jumping to conclusions doesn&#039;t solve anything.</p><p>jimmyjhn suggested in his last post that there was a recent change in the repo. He&#039;s right.<br />Here&#039;s the answer: <a href="https://dev1galaxy.org/viewtopic.php?pid=9636#p9636" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=9636#p9636</a></p><div class="quotebox"><blockquote><div><p>as of yesterday, the &quot;Origin:&quot; field in the Release and InRelease<br />files on pkgmaster.devuan.org and deb.devuan.org has been set to<br />&quot;Devuan&quot; (it was empty before).<br />&lt;snip&gt;</p></div></blockquote></div><p>I can also state that I recall someone bringing this to our attention in irc a few days ago.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 01 Jun 2018 11:58:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9638#p9638</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9627#p9627</link>
			<description><![CDATA[<p>Why is this like de-ja-vue to me?<br />FSMR, are you implying those two other users are making it up?&#160; The error messages I mean?</p><p>1 possible scenario is that they are running beowulf, and you are running ascii, so is it possible that your apt and apt-get is a different version than theirs (and corresponding libraries maybe?)<br />2 I have a feeling this is a mixup in the ascii (testing --&gt; stable) beowulf (unstable --&gt; testing) buster (testing) transition.<br />3&#160; Your implication that the same repositories, the same procedure, returns different results is a serious one.&#160; I think you should look into it.&#160; I would say no more!</p>]]></description>
			<author><![CDATA[dummy@example.com (fungus)]]></author>
			<pubDate>Thu, 31 May 2018 22:01:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9627#p9627</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9621#p9621</link>
			<description><![CDATA[<p>It seems since yesterday and today the release name has changed from no-name to beowulf and as posted above if you run &#039;apt update&#039; and say &#039;yes&#039; about 8 times to the change your packages will again update.&#160; Thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (jimmyjhn)]]></author>
			<pubDate>Thu, 31 May 2018 19:24:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9621#p9621</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9620#p9620</link>
			<description><![CDATA[<p>I was using this when I posted before.</p><div class="codebox"><pre><code>deb http://pkgmaster.devuan.org/merged beowulf main contrib non-free</code></pre></div><p>and then I also tried https:</p><div class="codebox"><pre><code>deb https://pkgmaster.devuan.org/merged beowulf main contrib non-free</code></pre></div><p>I also have ascii, ascii-security and ascii-updates with same address (pkgmaster). The system is ascii. Beowulf is only used to check versions, but I did install something from beowulf as a test. No errors with apt-get update or apt update.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 31 May 2018 19:13:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9620#p9620</guid>
		</item>
		<item>
			<title><![CDATA[Re: repository changed its 'Origin' value   [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9619#p9619</link>
			<description><![CDATA[<p>Thank you for your reply, the first post says the error and the repos that are involved, our repos where working yesterday.&#160; Maybe you can tell us what working repo you have for Beowulf please.</p>]]></description>
			<author><![CDATA[dummy@example.com (jimmyjhn)]]></author>
			<pubDate>Thu, 31 May 2018 19:04:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9619#p9619</guid>
		</item>
	</channel>
</rss>
