<?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=5672&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / install s6 init system]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5672</link>
		<description><![CDATA[The most recent posts in install s6 init system.]]></description>
		<lastBuildDate>Wed, 01 Jul 2026 18:07:09 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64474#p64474</link>
			<description><![CDATA[<p>Check the <span class="bbc">devuan</span> branch. With quite a bit of effort I made it boot. There were some annoying issues getting <span class="bbc">s6-linux-init</span> to work, but all of it happened because <span class="bbc">s6</span> is not packaged in Devuan. The <span class="bbc">s6</span> package is worth nothing, since <span class="bbc">s6</span> itself doesn&#039;t really offer anything <span class="bbc">runit</span> can&#039;t do. I had to manually compile</p><ul><li><p>skalibs</p></li><li><p>execline</p></li><li><p>s6</p></li><li><p>s6-rc</p></li><li><p>s6-portable-utils</p></li><li><p>s6-linux-utils</p></li><li><p>s6-linux-init</p></li></ul><p>and put it all to <span class="bbc">/usr/local</span>. With this out of the way, it should function. I don&#039;t frequently monitor forums, but if somebody decides to try it out, I&#039;m here and on the Gentoo forum for the most part. It&#039;s really simple so everybody should be able to tinker it without much effort, but maybe you want to rub the quality in my face etc <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Some GOTCHAS:</p><ul><li><p>when you use <span class="bbc">s6-linux-init-maker</span> modify <span class="bbc">-p</span> to include <span class="bbc">/usr/local/bin</span></p></li><li><p>when you use <span class="bbc">s6-linux-init-maker</span>&#160; remember that PID 1 doesn&#039;t have <span class="bbc">/usr/local/bin</span> in its PATH, so edit the generated <span class="bbc">init</span> execline script to invoke <span class="bbc">/usr/local/bin/s6-linux-init</span></p></li><li><p>if you compile manually <span class="bbc">execlineb</span> is in <span class="bbc">/usr/local/bin</span>, but is expected to be in <span class="bbc">/bin</span>, so either symlink, or use the Devuan package</p></li><li><p><span class="bbc">udevadm</span> from <span class="bbc">eudev</span> does not provide the <span class="bbc">-w/--setle</span> flag for <span class="bbc">trigger</span>, so it will take quite a bit of time for all events to settle, unlike e.g. on Gentoo which uses a standalone <span class="bbc">udev</span> binary directly from <span class="bbc">systemd</span>. As an option try commenting it out and see how it goes.</p></li></ul>]]></description>
			<author><![CDATA[dummy@example.com (Alverstone)]]></author>
			<pubDate>Wed, 01 Jul 2026 18:07:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64474#p64474</guid>
		</item>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64471#p64471</link>
			<description><![CDATA[<p>Devuan has systemd-standalone-tmpfiles which Provides systemd-tmpfiles. I don&#039;t know if that&#039;s helpful in this situation.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 30 Jun 2026 22:06:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64471#p64471</guid>
		</item>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64469#p64469</link>
			<description><![CDATA[<p><a href="https://codeberg.org/Alverstone/s6-rc-based-boot" rel="nofollow">https://codeberg.org/Alverstone/s6-rc-based-boot</a></p><p>No <span class="bbc">lvm</span>, no <span class="bbc">mdadm</span>, no <span class="bbc">dmtab</span>, <span class="bbc">cryptsetup</span> is in DIY mode (gotta modify the <span class="bbc">dmcrypt-{up,down}.sh</span> scripts). Apologies, but I can&#039;t help you with packaging. It is extremely easy to deploy, but there aren&#039;t many service definitions to work with. I maintain a separate, private repository with some <span class="bbc">longrun</span>s and <span class="bbc">oneshot</span>s and all in all they are very easy to write for stage 2. I can&#039;t guarantee the correctness of the startup sequence from the Debian point of view, but if it boots my Gentoo installation, it will probably boot a Devuan installation too. Hopefully somebody finds it useful, but if not, well... <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>And I do not provide ISOs! <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>EDIT: I should mention that it depends on the <span class="bbc">systemd-tmpfiles</span> binary, which is not present in Devuan, so you will also need to port some of that code. Sysvinit on Devuan uses <span class="bbc">/bin/kmod</span>, and I don&#039;t know what manages the systemd style tmpfiles. In other words, some of it will require additional work on your side to get it working <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Alverstone)]]></author>
			<pubDate>Tue, 30 Jun 2026 21:25:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64469#p64469</guid>
		</item>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47284#p47284</link>
			<description><![CDATA[<p>I&#039;ve posted in the Antix forum:</p><p><a href="https://www.antixforum.com/forums/reply/129159/" rel="nofollow">https://www.antixforum.com/forums/reply/129159/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Sun, 14 Jan 2024 14:32:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47284#p47284</guid>
		</item>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46950#p46950</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>The debian-daedalus version is not booting up at all.<br />ISO is not corrupted and dd&#039;d to 2 different usb-keys.</p></div></blockquote></div><p>Try re-downloading.<br />It certainly boots, it was very popular in the antiX forum.</p><p><a href="https://www.antixforum.com/forums/topic/is-antix-going-to-get-s6-init-manager/page/6/" rel="nofollow">https://www.antixforum.com/forums/topic … er/page/6/</a></p><p>This led me to create the 2 antiX respins.</p>]]></description>
			<author><![CDATA[dummy@example.com (Prowler_Gr)]]></author>
			<pubDate>Sat, 06 Jan 2024 04:52:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46950#p46950</guid>
		</item>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46948#p46948</link>
			<description><![CDATA[<p>The debian-daedalus version is not booting up at all.<br />ISO is not corrupted and dd&#039;d to 2 different usb-keys.<br />Tried to boot from 2 different computers.<br />Booting on an EFI and Non-Efi and unsecure failed<br />Booting on an EFI only and unsecure failed.</p><p>If I select the USB-key and press the return key it just returns me to the selection dialoge again.</p><p>sorry<br />Fred</p>]]></description>
			<author><![CDATA[dummy@example.com (fred43)]]></author>
			<pubDate>Sat, 06 Jan 2024 02:25:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46948#p46948</guid>
		</item>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46919#p46919</link>
			<description><![CDATA[<p>...&amp; finally a 32bit (i386) respin of antiX-23</p><p><a href="https://drive.google.com/file/d/15xCODR9Ujd4ygkf1I61ElPH6btLz09Yr/view?usp=drive_link" rel="nofollow">antiX-23_i386_s6-init_20240105.iso</a></p><p>User: antix<br />Password: antix<br />root password: antix</p><p><span class="postimg"><img src="https://www.antixforum.com/wp-content/uploads/2024/01/antix-23_i386_respin.jpg" alt="antix-23_i386_respin.jpg" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (Prowler_Gr)]]></author>
			<pubDate>Fri, 05 Jan 2024 15:34:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46919#p46919</guid>
		</item>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46695#p46695</link>
			<description><![CDATA[<p>I also created an antiX-23 s6 respin if anybody is interested</p><p><a href="https://drive.google.com/drive/folders/160o9bDTZ_DePnjdDB9q7Af7ZkqyUiPT_?usp=drive_link" rel="nofollow">AntiX-23_amd64_s6-20231231</a></p><p>User: antix<br />Password: antix<br />root password: antix</p><p><span class="postimg"><img src="https://www.antixforum.com/wp-content/uploads/2023/12/feh_019608_000001_screenshot.jpg" alt="antiX-s6 Screenshot" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (Prowler_Gr)]]></author>
			<pubDate>Sun, 31 Dec 2023 07:09:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46695#p46695</guid>
		</item>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46467#p46467</link>
			<description><![CDATA[<p>My own Devuan s6-rc respin (heavily modified from the gnuinos image) for anybody that may be interested</p><p><a href="https://drive.google.com/file/d/1dgbr81HDWjSqW6tatpLZQ8j5G5aL32Si/view?usp=sharing" rel="nofollow">Devuan_5.0_Daedalus_amd64_s6-20231223_2221.iso</a><br /><a href="https://drive.google.com/file/d/1n7p59QDLysR_lDEDNXXhbor3J_bXyUyO/view?usp=sharing" rel="nofollow">Devuan_5.0_Daedalus_amd64_s6-20231223_2221.iso.sha256</a></p><p>User: devuan<br />Password: devuan<br />root password: toor</p><p>I should say that it is highly experimental but also extremely functional.</p><p>Included:</p><p>- Upgraded to the latest devuan kernel &amp; installed some non-free-firmware (essential to be tested on real hardware)<br />- Fixed a few issues with some s6-rc scripts &amp; bundles that were causing failures on the original gnuinos image.<br />- Lightdm (active display manager &amp; enabled in &quot;Default&quot; bundle)<br />- KDE Plasma (default desktop on autologin)<br />- XFCE (available through display manager)<br />- LXDE (available through display manager)<br />- LXQT (available through display manager)<br />- IceWM (available through display manager)<br />- Fluxbox (available through display manager)<br />- dhcpcd (active &amp; enabled in &quot;Default&quot; bundle)<br />- NetworkManager (active &amp; enabled in &quot;Default&quot; bundle)<br />- bluetoothd (active &amp; enabled in &quot;Default&quot; bundle)<br />- ufw (active &amp; enabled in &quot;Default&quot; bundle)<br />- xrdp (active &amp; enabled in &quot;Default&quot; bundle)<br />- samba (active &amp; enabled in &quot;Default&quot; bundle)</p><p>- sddm (available but inactive - not in &quot;Default&quot; bundle)<br />- lxdm (available but inactive - not in &quot;Default&quot; bundle)</p><p>I hope this assists in getting some traction for s6-rc to slowly be officially supported in Devuan/Debian.</p><p><span class="postimg"><img src="https://git.devuan.org/Prowler73/s6-rc_Devuan-Debian_init-scripts/raw/branch/master/Capture-s6.JPG" alt="Devuan-s6 Screenshot" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (Prowler_Gr)]]></author>
			<pubDate>Sat, 23 Dec 2023 14:47:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46467#p46467</guid>
		</item>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46466#p46466</link>
			<description><![CDATA[<div class="quotebox"><cite>aitor wrote:</cite><blockquote><div><p>There is a gnuinos image build with <strong>s6</strong> for trial use and testing:</p><p><a href="https://www.gnuinos.org/mirror/daedalus/s6%20(experimental)/" rel="nofollow">https://www.gnuinos.org/mirror/daedalus … rimental)/</a></p><p>The announcement:</p><p><a href="https://lists.dyne.org/lurker/thread/20231010.235303.4d935ea8.en.html" rel="nofollow">https://lists.dyne.org/lurker/thread/20 … a8.en.html</a></p></div></blockquote></div><p>I just registered on the forum to say a big thank you for being the first to make a serious effort to port s6/s6-rc on a debian based system.</p>]]></description>
			<author><![CDATA[dummy@example.com (Prowler_Gr)]]></author>
			<pubDate>Sat, 23 Dec 2023 13:30:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46466#p46466</guid>
		</item>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44834#p44834</link>
			<description><![CDATA[<div class="quotebox"><cite>Lorenzo wrote:</cite><blockquote><div><p>Hi,</p><p>happy to be wrong about this, but as far as I know there is no s6-init package in Devuan.. you can install the s6 package, but all the init integration is not provided, so you have to serve yourself.</p><div class="quotebox"><blockquote><div><p>According to <a href="https://www.devuan.org/os/init-freedom" rel="nofollow">https://www.devuan.org/os/init-freedom</a> s6 is supported, but I cannot manage to select it.</p></div></blockquote></div><p>That page says &quot; either available or being considered for inclusion &quot;; I think only runit and openrc are provided as alternative init *for now*</p><p>Lorenzo</p></div></blockquote></div><p>There is a gnuinos image build with <strong>s6</strong> for trial use and testing:</p><p><a href="https://www.gnuinos.org/mirror/daedalus/s6%20(experimental)/" rel="nofollow">https://www.gnuinos.org/mirror/daedalus … rimental)/</a></p><p>The announcement:</p><p><a href="https://lists.dyne.org/lurker/thread/20231010.235303.4d935ea8.en.html" rel="nofollow">https://lists.dyne.org/lurker/thread/20 … a8.en.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Wed, 11 Oct 2023 14:04:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44834#p44834</guid>
		</item>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=42032#p42032</link>
			<description><![CDATA[<p>makes sense, thank you!</p>]]></description>
			<author><![CDATA[dummy@example.com (jrkb)]]></author>
			<pubDate>Thu, 27 Apr 2023 13:17:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=42032#p42032</guid>
		</item>
		<item>
			<title><![CDATA[Re: install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=42009#p42009</link>
			<description><![CDATA[<p>Hi,</p><p>happy to be wrong about this, but as far as I know there is no s6-init package in Devuan.. you can install the s6 package, but all the init integration is not provided, so you have to serve yourself.</p><div class="quotebox"><blockquote><div><p>According to <a href="https://www.devuan.org/os/init-freedom" rel="nofollow">https://www.devuan.org/os/init-freedom</a> s6 is supported, but I cannot manage to select it.</p></div></blockquote></div><p>That page says &quot; either available or being considered for inclusion &quot;; I think only runit and openrc are provided as alternative init *for now*</p><p>Lorenzo</p>]]></description>
			<author><![CDATA[dummy@example.com (Lorenzo)]]></author>
			<pubDate>Tue, 25 Apr 2023 22:39:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=42009#p42009</guid>
		</item>
		<item>
			<title><![CDATA[install s6 init system]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41992#p41992</link>
			<description><![CDATA[<p>Hi everyone,</p><p>I want to install either chimaera or daedalus with s6 init.<br />What are the steps I need to do to achieve this?</p><p>Here what I tried:<br />According to <a href="https://www.devuan.org/os/init-freedom" rel="nofollow">https://www.devuan.org/os/init-freedom</a> s6 is supported, but I cannot manage to select it.<br />First, I tried the graphical installer, which didn&#039;t ask me for my preferred init, and I got sysvinit (which I definitely not want).<br />Then, I somehow figured out that I need to install with a non-graphical installer, and assumed it should be on the desktop iso.<br />This didn&#039;t work out, I can only select sysvinit, openrc or runit.</p><p>I cloned different iso&#039;s and installed the system now around 7 times, and spent quite some hours on this, but so far without success.<br />Can somebody be so kind to point me in the right direction? Also, what do you think about including this information either on the init-freedom page, or on the download page? Most people probably come to Devuan, because they care about the init system. Or is it already posted somewhere, and I cannot find it? In this case, sorry for bothering, and I appreciate if you still let me know.</p><p>Thank you for your time reading this and thanks for this fantastic operating system!!</p>]]></description>
			<author><![CDATA[dummy@example.com (jrkb)]]></author>
			<pubDate>Tue, 25 Apr 2023 11:16:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41992#p41992</guid>
		</item>
	</channel>
</rss>
