<?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=2246&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Upgrade from Jessie to Ascii: apt thinks I'm using "testing"]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2246</link>
		<description><![CDATA[The most recent posts in [SOLVED] Upgrade from Jessie to Ascii: apt thinks I'm using "testing".]]></description>
		<lastBuildDate>Sun, 12 Aug 2018 22:33:40 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Upgrade from Jessie to Ascii: apt thinks I'm using "testing"]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11272#p11272</link>
			<description><![CDATA[<p>That fixed the problem! And it sort of answers the question of where the information comes from: the repository itself. Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (malinas)]]></author>
			<pubDate>Sun, 12 Aug 2018 22:33:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11272#p11272</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Upgrade from Jessie to Ascii: apt thinks I'm using "testing"]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=11028#p11028</link>
			<description><![CDATA[<p>There are new mirrors you should use. Change sg.mirror.devuan.org to deb.devuan.org (or maybe sg.deb.devuan.org) in sources.list, then update.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 31 Jul 2018 14:45:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=11028#p11028</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Upgrade from Jessie to Ascii: apt thinks I'm using "testing"]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10982#p10982</link>
			<description><![CDATA[<p>These are my files:</p><div class="codebox"><pre><code># cat /etc/apt/sources.list
deb http://sg.mirror.devuan.org/merged/ ascii main contrib non-free
deb http://sg.mirror.devuan.org/merged/ ascii-security main contrib non-free
deb http://sg.mirror.devuan.org/merged/ ascii-updates main contrib non-free

# cat /etc/apt/sources.list.d/backports.list 
deb http://sg.mirror.devuan.org/merged/ ascii-backports main contrib non-free

# cat /etc/apt/sources.list.d/virtualbox.list 
deb http://download.virtualbox.org/virtualbox/debian stretch contrib non-free</code></pre></div><p>If I use <span class="bbc">apt-cache</span> instead:</p><div class="codebox"><pre><code># apt-cache policy linux-image-amd64
linux-image-amd64:
  Installed: 4.9+80+deb9u5
  Candidate: 4.9+80+deb9u5
  Version table:
     4.16+94~bpo9+1 100
        100 http://sg.mirror.devuan.org/merged ascii-backports/main amd64 Packages
 *** 4.9+80+deb9u5 500
        500 http://sg.mirror.devuan.org/merged ascii/main amd64 Packages
        100 /var/lib/dpkg/status
     4.9+80+deb9u4 500
        500 http://sg.mirror.devuan.org/merged ascii-security/main amd64 Packages</code></pre></div><p>So the information about what are <span class="bbc">stable</span> and <span class="bbc">testing</span> must come from somewhere else?</p>]]></description>
			<author><![CDATA[dummy@example.com (malinas)]]></author>
			<pubDate>Mon, 30 Jul 2018 06:29:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10982#p10982</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Upgrade from Jessie to Ascii: apt thinks I'm using "testing"]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10825#p10825</link>
			<description><![CDATA[<p>I am running a fresh installed ASCII with backports kernel 4.16 installed. What is your sources.list looking alike? Mine is clearly pointing to ascii. I get:</p><div class="codebox"><pre><code>root@xxx:/# uname -a
Linux xxx 4.16.0-0.bpo.2-amd64 #1 SMP Debian 4.16.16-2~bpo9+1 (2018-06-26) x86_64 GNU/Linux
root@xxx:/# apt search linux-image-amd64
Sortierung... Fertig
Volltextsuche... Fertig
linux-image-amd64/stable,stable-security,now 4.9+80+deb9u4 amd64  [installiert]
  Linux for 64-bit PCs (meta-package)

linux-image-amd64-dbg/stable,stable-security 4.9+80+deb9u4 amd64
  Debugging symbols for Linux amd64 configuration (meta-package)

root@xxx:/# cat /etc/os-release
PRETTY_NAME=&quot;Devuan GNU/Linux ascii&quot;
NAME=&quot;Devuan GNU/Linux&quot;
ID=devuan
ID_LIKE=debian
HOME_URL=&quot;https://www.devuan.org/&quot;
SUPPORT_URL=&quot;https://devuan.org/os/community&quot;
BUG_REPORT_URL=&quot;https://bugs.devuan.org/&quot;</code></pre></div><p>Regards, rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Thu, 19 Jul 2018 19:42:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10825#p10825</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Upgrade from Jessie to Ascii: apt thinks I'm using "testing"]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10824#p10824</link>
			<description><![CDATA[<p>Hi,</p><p>I (not quite) recently upgraded my system, but it looks like apt is still confused about my base system:</p><div class="codebox"><pre><code># apt search linux-image-amd64
Sorting... Done                      
Full Text Search... Done
linux-image-amd64/testing,now 4.9+80+deb9u5 amd64 [installed]
  Linux for 64-bit PCs (meta-package)
...</code></pre></div><p>Here it indicates <span class="bbc">/testing</span> instead of <span class="bbc">/stable</span> or even better, <span class="bbc">/ascii</span>. I am under the impression that the version should come from <span class="bbc">/etc/os-release</span> but there is no such field in mine:</p><div class="codebox"><pre><code># cat /etc/os-release
PRETTY_NAME=&quot;Devuan GNU/Linux ascii&quot;
NAME=&quot;Devuan GNU/Linux&quot;
ID=devuan
ID_LIKE=debian
HOME_URL=&quot;https://www.devuan.org/&quot;
SUPPORT_URL=&quot;https://devuan.org/os/community&quot;
BUG_REPORT_URL=&quot;https://bugs.devuan.org/&quot;</code></pre></div><p>What is going on here?</p>]]></description>
			<author><![CDATA[dummy@example.com (malinas)]]></author>
			<pubDate>Thu, 19 Jul 2018 18:26:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10824#p10824</guid>
		</item>
	</channel>
</rss>
