<?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=7829&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Excalibur] LXC in Proxmox: /run not mounted as tmpfs]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7829</link>
		<description><![CDATA[The most recent posts in [Excalibur] LXC in Proxmox: /run not mounted as tmpfs.]]></description>
		<lastBuildDate>Sat, 21 Feb 2026 15:25:51 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Excalibur] LXC in Proxmox: /run not mounted as tmpfs]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62373#p62373</link>
			<description><![CDATA[<p>Solution is to add in</p><div class="codebox"><pre><code>/etc/pve/lxc/&lt;vmid&gt;.conf</code></pre></div><div class="codebox"><pre><code>lxc.mount.entry: tmpfs run tmpfs rw,nosuid,nodev,relatime 0 0</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (markus23)]]></author>
			<pubDate>Sat, 21 Feb 2026 15:25:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62373#p62373</guid>
		</item>
		<item>
			<title><![CDATA[[Excalibur] LXC in Proxmox: /run not mounted as tmpfs]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62370#p62370</link>
			<description><![CDATA[<h5>Problem</h5><p>When creating an LXC container in Proxmox 9, /run and /tmp are not mounted as tmpfs.</p><p>This causes e.g. the eth0 network interface to stay DOWN after </p><div class="codebox"><pre><code>pct start</code></pre></div><p> (on proxmox), even though </p><div class="codebox"><pre><code>/etc/network/interfaces</code></pre></div><p> is correctly configured with </p><div class="codebox"><pre><code>allow-hotplug eth0</code></pre></div><p> (</p><div class="codebox"><pre><code>auto eth0</code></pre></div><p> has same behavior) and the right IP.</p><p>**Workaround:** After boot, running </p><div class="codebox"><pre><code>ifdown eth0 &amp;&amp; ifup eth0</code></pre></div><p> brings the interface up correctly or removing some files in /run at early stages:</p><div class="codebox"><pre><code>/run/network/ifstate /run/network/ifstate.* /run/network/.ifstate.lock</code></pre></div><h5>Reproduction</h5><p>Reproducible for both</p><p>1.&#160; devuan-6.0-excalibur_20251124_amd64.tar.xz <a href="https://fra1lxdmirror01.do.letsbuildthe.cloud/images/devuan/excalibur/amd64/default/20251124_11:50/rootfs.tar.xz" rel="nofollow">https://fra1lxdmirror01.do.letsbuildthe … tfs.tar.xz</a> 29adc79fae8c0a0be17533fbe91b85d87fe0133753572575b111479c056dccd4<br />2.. Devuan Excalibur LXC image from linuxcontainers.org (2026-02-20) </p><div class="codebox"><pre><code>pct create 130 local:vztmpl/devuan-6.0-ansible-ready.tar.zst \
  --hostname test --storage local-zfs --cores 2 --memory 8192 --swap 8192 \
  --rootfs local-zfs:80 --net0 &quot;name=eth0,bridge=vmbr1,ip=10.0.0.30/24,gw=10.0.0.254&quot; \
  --unprivileged 1 --onboot 1

pct start 130
pct exec 130 -- ip addr show eth0
# Shows: state DOWN, qdisc noop, no inet address</code></pre></div><h5>Current Status</h5><p>What doesn&#039;t work is mounting /run within the bootup, as we want the container to not have these privileges.<br />The mount already present in the bootup scripts fails silently.</p><p>What we are currently investigating if </p><div class="codebox"><pre><code>pct --features ,mount=&lt;fstype;fstype;....</code></pre></div><p> can be helpful.<br /><a href="https://pve.proxmox.com/pve-docs/pct.1.html" rel="nofollow">https://pve.proxmox.com/pve-docs/pct.1.html</a></p><p>Does anyone use Devuan Excalibur as container in Proxmox and can us help here?</p>]]></description>
			<author><![CDATA[dummy@example.com (markus23)]]></author>
			<pubDate>Sat, 21 Feb 2026 13:19:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62370#p62370</guid>
		</item>
	</channel>
</rss>
