<?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=7734&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Problems when migrating from Debian Trixie to excalibur]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7734</link>
		<description><![CDATA[The most recent posts in Problems when migrating from Debian Trixie to excalibur.]]></description>
		<lastBuildDate>Thu, 22 Jan 2026 22:25:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Problems when migrating from Debian Trixie to excalibur]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=61501#p61501</link>
			<description><![CDATA[<p>The file /etc/rc.conf maybe the file you need to set the config for cgroups.</p><p>A quick web search, (Brave-browser) gives all kinds, v1 &amp; v2 as well as hybrid examples.</p><p>(I get an error in my boot logs about cpu and mem flags...)</p><p>I used the fstab line but my system stalls at startx, it does recover but I generally have given up before then... still learning.</p><p>there was a lot more info there...here&#039;s the top.</p><div class="codebox"><pre><code>cgroup Mode
The primary setting is rc_cgroup_mode, which determines the cgroups version used:

rc_cgroup_mode=&quot;unified&quot; – Uses cgroups v2 only (default in Alpine Linux since v3.19). 
rc_cgroup_mode=&quot;legacy&quot; – Uses cgroups v1 only. 
rc_cgroup_mode=&quot;hybrid&quot; – Uses both cgroups v1 and v2.
Note: To enable cgroups v2 exclusively, set rc_cgroup_mode=&quot;unified&quot; in /etc/rc.conf and reboot for changes to take effect. </code></pre></div><p>Seems this is related more to openrc service manager. I hope this helps.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Thu, 22 Jan 2026 22:25:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=61501#p61501</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems when migrating from Debian Trixie to excalibur]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=61422#p61422</link>
			<description><![CDATA[<p>That makes sense except that I do not run systemd and removing the line makes the system create cgroups in the correct way. So my bet is that that line should not be there.</p>]]></description>
			<author><![CDATA[dummy@example.com (hoglet)]]></author>
			<pubDate>Mon, 19 Jan 2026 15:43:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=61422#p61422</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems when migrating from Debian Trixie to excalibur]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=61264#p61264</link>
			<description><![CDATA[<p>That line in fstab is what mounts cgroups v2 in the absence of systemd.</p>]]></description>
			<author><![CDATA[dummy@example.com (hunter0one)]]></author>
			<pubDate>Sun, 11 Jan 2026 16:39:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=61264#p61264</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems when migrating from Debian Trixie to excalibur]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=61253#p61253</link>
			<description><![CDATA[<p>Update. I found an offending line in /etc/fstab which i commented out:</p><div class="codebox"><pre><code>#cgroup  /sys/fs/cgroup  cgroup  defaults  0   0</code></pre></div><p>So now elogind starts and I do not get the &quot;cgroup warning&quot; when starting containers.</p><p>There is still a race condition at boot between a pod and podman creating its socket in <span class="bbc">/run/podman/podman.sock</span>. <br />My bind9 pod is not working either so I have to do some more investigation.</p>]]></description>
			<author><![CDATA[dummy@example.com (hoglet)]]></author>
			<pubDate>Sun, 11 Jan 2026 10:56:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=61253#p61253</guid>
		</item>
		<item>
			<title><![CDATA[Problems when migrating from Debian Trixie to excalibur]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=61195#p61195</link>
			<description><![CDATA[<p>I started with migrating from Docker to Podman on Debian, with a small amount of hurdles I got it working. <br />Then I followed the guide: <a href="https://www.devuan.org/os/documentation/install-guides/excalibur/trixie-to-excalibur.html" rel="nofollow">https://www.devuan.org/os/documentation … libur.html</a> which worked well except that I lost network and had to improvise. I might have misstepped there but I do not see what it would be.</p><p>When starting containers I get warnings:</p><div class="codebox"><pre><code>WARN[0000] Using cgroups-v1 which is deprecated in favor of cgroups-v2 with Podman v5 and will be removed in a future version. Set environment variable `PODMAN_IGNORE_CGROUPSV1_WARNING` to hide this warning.</code></pre></div><p>The important containers are running well and fine but I get following in the user.log:</p><div class="codebox"><pre><code>2026-01-08T13:31:59.485264+01:00 master conmon: conmon 2451200db3be06b80bae &lt;nwarn&gt;: Failed to get memory cgroup path. Container may have exited</code></pre></div><p>One interesting part is that elogind is not running (making ssh-login take 25 seconds). Trying to start elogind quietly fails.</p><p>When logging in via ssh you get:</p><div class="codebox"><pre><code>2026-01-08T13:38:08.795011+01:00 master dbus-daemon[2543]: [system] Failed to activate service &#039;org.freedesktop.login1&#039;: timed out (service_start_timeout=25000ms)
2026-01-08T13:38:08.795132+01:00 master sshd-session[26143]: pam_elogind(sshd:session): Failed to create session: Failed to activate service &#039;org.freedesktop.login1&#039;: timed out (service_start_timeout=25000ms)</code></pre></div><p>I have a desktop system running freia where elogind starts without a problem and I can start containers without problem. It seems to find cgroup but fails&#160; with:</p><div class="codebox"><pre><code>2026-01-08T13:53:01.166107+01:00 Big conmon: conmon 32f002b0c8f4adfaffbc &lt;nwarn&gt;: Failed to add inotify watch for /sys/fs/cgroup/1/memory.events 
2026-01-08T13:53:01.196039+01:00 Big conmon: conmon 32f002b0c8f4adfaffbc &lt;nwarn&gt;: Failed to open cgroups file: /sys/fs/cgroup/1/memory.events</code></pre></div><p>NOTE: I am running as user on the desktop system and root on server.</p><p>So do I have a cgroup problem or a config problem with elogin or something else?</p>]]></description>
			<author><![CDATA[dummy@example.com (hoglet)]]></author>
			<pubDate>Thu, 08 Jan 2026 12:57:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=61195#p61195</guid>
		</item>
	</channel>
</rss>
