<?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=6314&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Excalibur/Testing] sed is now in /usr/bin and it breaks runit boot.]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6314</link>
		<description><![CDATA[The most recent posts in [Excalibur/Testing] sed is now in /usr/bin and it breaks runit boot..]]></description>
		<lastBuildDate>Fri, 05 Jan 2024 17:52:08 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Excalibur/Testing] sed is now in /usr/bin and it breaks runit boot.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=46927#p46927</link>
			<description><![CDATA[<p><a href="https://dev1galaxy.org/viewtopic.php?pid=46802#p46802" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=46802#p46802</a></p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Fri, 05 Jan 2024 17:52:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=46927#p46927</guid>
		</item>
		<item>
			<title><![CDATA[[Excalibur/Testing] sed is now in /usr/bin and it breaks runit boot.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=46926#p46926</link>
			<description><![CDATA[<p>After recent upgrade of <span class="bbc">sed</span> package it is now installed in <span class="bbc">/usr/bin/sed</span> instead of the <span class="bbc">/bin/sed</span> and with runit-init it breaks the boot process at runit stage 1 because scripts in <span class="bbc">/etc/rcS.d/</span> fail to run due to <span class="bbc">sed: not found</span>.&#160; </p><p>I get this in boot process output:</p><div class="codebox"><pre><code>- runit: enter stage: /etc/runit/1
/etc/rcS.d/S01mountkernfs.sh: 11: /lib/init/tmpfs.sh: sed: not found
/etc/rcS.d/S01mountkernfs.sh: 19: /lib/init/tmpfs.sh: sed: not found
...
/etc/rcS.d/S02eudev: 84: sed: not found
mkmod: missing operand after &#039;c!&#039;
/etc/rcS.d/S03mountdevsubfs.sh: 11: /lib/init/tmpfs.sh: sed: not found
/etc/rcS.d/S03mountdevsubfs.sh: 19: /lib/init/tmpfs.sh: sed: not found
...
Setting up keyboard layout...done.
Starting boot logger: bootlogdActivating swap...done.
/etc/rcS.d/S01mountkernfs.sh: 11: /lib/init/tmpfs.sh: sed: not found
/etc/rcS.d/S01mountkernfs.sh: 19: /lib/init/tmpfs.sh: sed: not found
...</code></pre></div><p>As a result everything is broken. X won&#039;t start due to no devices found and many other things don&#039;t work.&#160; </p><p>I fixed it by symlinking <span class="bbc">sed</span> to <span class="bbc">/bin/</span> with </p><div class="codebox"><pre><code>ln -s /usr/bin/sed /bin/sed</code></pre></div><p>Anyhow, I&#039;m interested, is it a consequence of the ongoing &quot;merged /usr&quot; revolution? And is Devuan going to merge <span class="bbc">/usr</span> in the end or will create workarounds for things like this?</p>]]></description>
			<author><![CDATA[dummy@example.com (Ermiq)]]></author>
			<pubDate>Fri, 05 Jan 2024 17:48:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=46926#p46926</guid>
		</item>
	</channel>
</rss>
