<?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=7525&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7525</link>
		<description><![CDATA[The most recent posts in [SOLVED] dist upgrade to excalibur hits only security packages.]]></description>
		<lastBuildDate>Sun, 09 Nov 2025 19:27:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59359#p59359</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Did you actually run that sed command?</p></div></blockquote></div><p>I did and the file I tested did not show any change before and after the sed command.<br />BUT then I marked that one in my vi and pasted it with the middle mouse button into the vi on another machine (remote terminal), assuming it would be &quot;the same&quot;, which apparently is a wrong assumption, since with that move you get the mentioned spaces in the blank lines. That is most likely the reason why the file on my machine has a different file size than the one I pasted here.<br />Lesson learnt and again appoligies to mess this up.</p><div class="quotebox"><blockquote><div><p>host deb.devuan.org</p></div></blockquote></div><p>That perhaps works easier as my long way around. Hope I remember the next time I need that knowledge</p>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Sun, 09 Nov 2025 19:27:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59359#p59359</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59349#p59349</link>
			<description><![CDATA[<p>Re post 23:<br /><span class="bbc">host deb.devuan.org</span> will give you a list of addresses it maps to. Running traceroute against each address should let you find the nearest (although the smallest number of hops isn&#039;t always the fastest option/best).</p><p>Though you probably want to run <span class="bbc">host address</span> to find what the apparently nearest mirror is.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Sun, 09 Nov 2025 17:15:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59349#p59349</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59340#p59340</link>
			<description><![CDATA[<p>Did you actually run that sed command?<br />I copied and pasted from your post #14 and got a file of 1603 bytes.<br />That is the size of the file in your post #22<br />I then ran that sed command and got a file of 1598 bytes.<br />The differences are in removal of space characters on the blank lines.</p><p>Perhaps you have different explanation why your file is 1603 bytes?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 09 Nov 2025 11:26:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59340#p59340</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59338#p59338</link>
			<description><![CDATA[<p><del>Not the case here. Both versions have the same size.<br />I insert blank lines with the &quot;o&quot; command of vi, followed by [ESC], so no characters in those lines.</del></p><p><del>Still think something might be amiss with my nameserver, see my post #23<br />(replacing the deb.devuan.org with single mirror, which gave me a good result with traceroute, works fine)</del></p><p>Darn! you were right. I am notoriously copy and pasting with left/middle mouse button.<br />Turns our, if you open the working file in one vi, mark it there and drop that into another open vi, it will add the mentioned (by ralph.ronnquist) spaces in blank lines.</p><p>Sorry for being an annoyance.</p>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Sun, 09 Nov 2025 10:24:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59338#p59338</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59328#p59328</link>
			<description><![CDATA[<p>It appears your <span class="bbc">/etc/apt/sources.list.d/devuan.sources</span> have blank lines that are not empty, but each contains a single space character. Therefore that whole file becomes treated as a single block of <span class="bbc">key: value</span> pairs, where the last one for each key overrides all other.</p><p>I don&#039;t know which which editor you use to accomplish that single-space-character blank lines, but if you run the following command it will be happier:</p><div class="codebox"><pre><code>sed &#039;s/^\s*$//&#039; -i /etc/apt/sources.list.d/devuan.sources</code></pre></div><p>You can verify that the file is slightly smaller after the command, and if you first copy the file to /tmp/OLD you can compare them with diff or meld to see what I talked about already some posts ago.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 08 Nov 2025 23:07:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59328#p59328</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59323#p59323</link>
			<description><![CDATA[<p>Did a bit of experimenting.<br />I just did a:</p><div class="codebox"><pre><code>traceroute deb.devuan.org</code></pre></div><p>several times, which gave me quite different results from<br />&quot;nework not reachable&quot; to<br />ending with the (default) 30 hops, with no reached server<br />and some quick responses, from which I picked the fastest one with the fewest hops.</p><p>then I searched this:<br /><a href="https://pkgmaster.devuan.org/mirror_list.txt" rel="nofollow">https://pkgmaster.devuan.org/mirror_list.txt</a><br />with the domain name of that reply.<br />I exchanged the found mirror with the &quot;deb.devuan.org&quot; in devuan.sources.</p><p>Now I get hits on all suits without any fail so far.</p><p>Maybe something in my WAN setup is blocking things (or my ISP does)</p>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Sat, 08 Nov 2025 20:27:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59323#p59323</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59316#p59316</link>
			<description><![CDATA[<div class="codebox"><pre><code>$ ls -l /etc/apt/sources.list*
-rw-r--r-- 1 root root 1104 Nov 12  2023 /etc/apt/sources.list_daedalus
 
/etc/apt/sources.list.d:
total 4
-rw-r--r-- 1 root root 1603 Nov  7 21:21 devuan.sources</code></pre></div><p>I have somewhat erratic behaviour on both<br />deb.devuan.org and<br />de.deb.devuan.org</p>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Sat, 08 Nov 2025 18:57:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59316#p59316</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59312#p59312</link>
			<description><![CDATA[<p>Updated my travelling laptop to Excalibur a few days ago. The upgrade went well what Devuan is concerned, have got some BIOS-related UEFI-hickup. Sources have been modernized today.</p><p>The original sources.list reads like this:</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged excalibur main contrib non-free non-free-firmware
deb http://deb.devuan.org/merged excalibur-security main contrib non-free non-free-firmware
deb http://deb.devuan.org/merged/ excalibur-updates main contrib non-free non-free-firmware
deb http://deb.devuan.org/merged/ excalibur-backports main contrib non-free non-free-firmware</code></pre></div><p>No issues neither with apt nor apt-get.</p><p>Modernize generated two files in /etc/apt/sources.list.d with the following contents:</p><div class="codebox"><pre class="vscroll"><code>devuan.sources:

# Modernized from /etc/apt/sources.list
Types: deb
URIs: http://deb.devuan.org/merged/
Suites: excalibur
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg

# Modernized from /etc/apt/sources.list
Types: deb
URIs: http://deb.devuan.org/merged/
Suites: excalibur-security
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg

# Modernized from /etc/apt/sources.list
Types: deb
URIs: http://deb.devuan.org/merged/
Suites: excalibur-updates
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg

devuan-backports.sources:

# Modernized from /etc/apt/sources.list
Types: deb
URIs: http://deb.devuan.org/merged/
Suites: excalibur-backports
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg</code></pre></div><p>Backports was missing the key, I just added the line from devuan.sources. As well apt as apt get work:</p><div class="codebox"><pre><code># apt update
OK:1 http://deb.devuan.org/merged excalibur InRelease
OK:2 http://deb.devuan.org/merged excalibur-security InRelease
OK:3 http://deb.devuan.org/merged excalibur-updates InRelease
OK:4 http://deb.devuan.org/merged excalibur-backports InRelease
Alle Pakete sind aktuell.                   
# apt-get update
OK:1 http://deb.devuan.org/merged excalibur InRelease
OK:2 http://deb.devuan.org/merged excalibur-security InRelease
OK:3 http://deb.devuan.org/merged excalibur-updates InRelease
OK:4 http://deb.devuan.org/merged excalibur-backports InRelease
Paketlisten werden gelesen… Fertig</code></pre></div><p>Then I moved everything into one block in one file (devuan.sources) and set devuan-backports.sources to Enabled: no:</p><div class="quotebox"><blockquote><div><p># Modernized from /etc/apt/sources.list<br />Types: deb<br />URIs: <a href="http://deb.devuan.org/merged/" rel="nofollow">http://deb.devuan.org/merged/</a><br />Suites: excalibur excalibur-security excalibur-updates excalibur-backports<br />Components: main contrib non-free non-free-firmware<br />Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg</p></div></blockquote></div><p>Same result with apt and apt.get as before, works fine.</p><p>I use geany to edit the files. And I avoid de.deb.devuan.org. I just use the general round robin. There were some problems a while ago, recently I haven&#039;t seen any issues.</p><div class="codebox"><pre><code># ls -l /etc/apt/sources.list*
-rw-r--r-- 1 root root    0 14. Sep 2022  /etc/apt/sources.list~
-rw-r--r-- 1 root root  545  6. Nov 18:58 /etc/apt/sources.list.bak

/etc/apt/sources.list.d:
insgesamt 8
-rw-rw-r-- 1 root root 237  8. Nov 17:50 devuan-backports.sources
-rw-rw-r-- 1 root root 731  8. Nov 17:50 devuan.sources</code></pre></div><p>I can&#039;t complain.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 08 Nov 2025 17:14:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59312#p59312</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59309#p59309</link>
			<description><![CDATA[<p>Can you post output of <span class="bbc">ls -l /etc/apt/sources.list*</span></p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 08 Nov 2025 16:20:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59309#p59309</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59305#p59305</link>
			<description><![CDATA[<p>I just started the notebook, which I change to excalibur just a few days prior to the release.<br />So the new style devuan.sources there worked flawlessly in that process.</p><p>I did not change anything with that sources and now an apt-get update gives me</p><div class="codebox"><pre><code>E: The repository &#039;&lt;any-of-the-non-secure-excalibur-repos&gt; Release&#039; no longer has a release  file.
N: Updating from such a repository can&#039;t be done securely, and is therefore disabled by default.</code></pre></div><p>(sorry for not c&amp;p this, it&#039;s only om tty0 of the other machine)</p><p>So still no idea how to fix this reliable.</p><p>EDIT: similar errors of other debian derivates mostly suggest missing/faulty repos.<br />Is there a way to find which actual repo I hit with:<br />(at any given run on it)</p><div class="codebox"><pre><code>http://deb.devuan.org/merged
http://de.deb.devuan.org/merged</code></pre></div><p>(of course only one of those are used in any attempt)</p><p>EDIT2 (after a bit of digging):</p><div class="codebox"><pre><code>$ curl -Is http://deb.devuan.org/merged | head -1
HTTP/1.1 301 Moved Permanently
$ curl -Is http://de.deb.devuan.org/merged | head -1
HTTP/1.1 301 Moved Permanently</code></pre></div><p>As I understand it, that should be &quot;200&quot;<br />But then: why does it get the security updates and not the others?</p>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Sat, 08 Nov 2025 11:42:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59305#p59305</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59284#p59284</link>
			<description><![CDATA[<p>Next PC, same problem.<br />This time I removed sources.list and sources.list~<br />And placed the new style devuan.sources in /etc/apt/sources.de/</p><p>Again only getting hits on security updates.</p><p>So the working solution from before seems to be coincidence not causality.<br />So I&#039;m kind of back to square one.</p><p>(additionally the newest daedalus kernel seems to miss activating the USB subsystem on my chromebox. I have to start the old kernel to have a keyboard)</p>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Fri, 07 Nov 2025 20:45:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59284#p59284</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59167#p59167</link>
			<description><![CDATA[<p>OK, maybe there is something strange.<br />As I disabled the daedalus sources, it looked like this:</p><div class="codebox"><pre><code>root@kamin:~# ls -l /etc/apt/ |grep sources
-rw-r--r-- 1 root root    0 Mar  9  2024 sources.list~
drwxr-xr-x 2 root root 4096 Nov  5 19:30 sources.list.d
-rw-r--r-- 1 root root 1358 Jul  7  2024 sources.list_daedalus</code></pre></div><p>I just checked it again on a hunch:</p><div class="codebox"><pre><code>root@kamin:~# ls -l /etc/apt/ |grep sources
-rw-r--r-- 1 root root    0 Nov  5 14:10 sources.list
-rw-r--r-- 1 root root    0 Mar  9  2024 sources.list~
drwxr-xr-x 2 root root 4096 Nov  5 19:30 sources.list.d
-rw-r--r-- 1 root root 1358 Jul  7  2024 sources.list_daedalus</code></pre></div><p>Do I have a gap of knowledge here?<br />Where does the empty sources.list come from? Is that something generated from the sources.list~?</p><p>Anyways, deleting the two empty files, gives me:</p><div class="codebox"><pre><code>root@kamin:~# ls -l /etc/apt/ |grep sources
drwxr-xr-x 2 root root 4096 Nov  5 19:30 sources.list.d
-rw-r--r-- 1 root root 1358 Jul  7  2024 sources.list_daedalus</code></pre></div><p>And now I&#039;m getting hits on all repos/suits. Just bugs me, that I don&#039;t get the whole picture here..</p>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Wed, 05 Nov 2025 18:44:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59167#p59167</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59135#p59135</link>
			<description><![CDATA[<p>No.<br />But that wouldn&#039;t explain why it showed the same behaviour with the old style of the sources file.</p><p>PC was off over night, I now checked the devuan.sources file and I deleted and re-insert the blank lines.<br />Then I get a working update.</p><p>For testing I changed back to the short variant with all suites in one line (only excalibur-security in a separat stanza):<br />apt-get update, again, give me only security.</p><p>changing back to the previous working one, I still get only the security updates.</p><p>very un-deterministic</p><p>EDIT: quite often I get this behaviour (there was about 5sec between the error and the next execution of the command:</p><div class="codebox"><pre><code>root@kamin:~# apt-get update 
Ign:1 http://de.deb.devuan.org/merged excalibur-security InRelease
Err:2 http://de.deb.devuan.org/merged excalibur-security Release
  404  Not Found [IP: 147.229.176.19 80]
Reading package lists... Done
E: The repository &#039;http://de.deb.devuan.org/merged excalibur-security Release&#039; no longer has a Release file.
N: Updating from such a repository can&#039;t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@kamin:~# apt-get update 
Hit:1 http://de.deb.devuan.org/merged excalibur-security InRelease
Reading package lists... Done</code></pre></div><p>EDIT2: reboot or halt -p do not change the situation, still only a hit on security packages.</p><p>As <a href="http://de.deb.devuan.org/" rel="nofollow">http://de.deb.devuan.org/</a> should be e repo pool: might there be some repos not up to date?</p>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Wed, 05 Nov 2025 13:10:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59135#p59135</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59105#p59105</link>
			<description><![CDATA[<p>That blank line between the stanzas, does that contain any spaces or tab?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 04 Nov 2025 22:35:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59105#p59105</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] dist upgrade to excalibur hits only security packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59077#p59077</link>
			<description><![CDATA[<p>As for the file: I would too, say those are clean text files.<br />BTW: it&#039;s the other was around with me: I do not get anĺong with nano (might be it is, that I&#039;m used to vi since my first encounters with *nix systems in 1997, Solaris and IRIX in that case).</p><p>Seems I have to try the split version of the sources file on the new machine for reasons that might stay mysterious...</p><p>UPDATE:<br />splitting the file was in vain:</p><div class="codebox"><pre class="vscroll"><code># Devuan 6 excalibur
## The new style method of using repositories to install software.
## This /etc/apt/sources.list.d/devuan.sources is new style and location file
## The /etc/apt/old.style.sources.list contains the same as this.
## https://linuxconfig.org/ubuntus-repository-configuration-ubuntu-sources-have-moved-to-etc-apt-sources-list-d-ubuntu-sources
 
## Normal excalibur sources
Types: deb
URIs: http://de.deb.devuan.org/merged
Suites: excalibur
Components: main non-free contrib non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg
Architectures: amd64
 
## backports excalibur sources
Types: deb
URIs: http://de.deb.devuan.org/merged
Suites: excalibur-backports
Components: main non-free contrib non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg
Architectures: amd64
 
## proposed-updates excalibur sources
Types: deb
URIs: http://de.deb.devuan.org/merged
Suites: excalibur-proposed-updates
Components: main non-free contrib non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg
Architectures: amd64
 
## updates excalibur sources
Types: deb
URIs: http://de.deb.devuan.org/merged
Suites: excalibur-updates
Components: main non-free contrib non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg
Architectures: amd64
 
## excalibur security sources
Types: deb
URIs: http://de.deb.devuan.org/merged
Suites: excalibur-security
Components: main non-free contrib non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg</code></pre></div><p>still:</p><div class="codebox"><pre><code>root@kamin:/etc/apt/sources.list.d# apt-get update
Hit:1 http://de.deb.devuan.org/merged excalibur-security InRelease
Reading package lists... Done</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Tue, 04 Nov 2025 18:35:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59077#p59077</guid>
		</item>
	</channel>
</rss>
