<?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=6517&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Incus]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6517</link>
		<description><![CDATA[The most recent posts in Incus.]]></description>
		<lastBuildDate>Mon, 24 Nov 2025 12:54:02 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Incus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60032#p60032</link>
			<description><![CDATA[<p>I&#039;m using Incus 6.0.4 in Devuan 6 Excalibur, from Devuan repository.<br />First I used it from my Bash-wrappers, now I&#039;m playing with Incus through OpenTofu 1.10.7 (installed via packages.opentofu.org).</p><p>The only issue I have currently: I see no memory limits inside a container (they should be visible in the &quot;free&quot; command through lxcfs, as I remember):</p><div class="codebox"><pre><code> $ incus config get --project k3s-experiment my-registry limits.memory 
400MiB

 $ incus exec --project k3s-experiment my-registry -- free -mw  
               total        used        free      shared     buffers       cache   available
Mem:           64183       12129       51186        9776          87       11174       52053
Swap:              0           0           0</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (vazhnov)]]></author>
			<pubDate>Mon, 24 Nov 2025 12:54:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60032#p60032</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=51529#p51529</link>
			<description><![CDATA[<p>@1ma . . . This post might give you some ideas:<br /><span class="bbu"><strong>Missing init scripts and how to provide them</strong></span><br /><a href="https://dev1galaxy.org/viewtopic.php?id=4865" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=4865</a></p><div class="quotebox"><cite>dirk.gently wrote:</cite><blockquote><div><p>Is anyone working on a Devuan package for Incus?</p></div></blockquote></div><p>Perhaps you?</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 07 Aug 2024 21:00:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=51529#p51529</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=51526#p51526</link>
			<description><![CDATA[<p>The incus package in daedalus-backports doesn&#039;t include sysvinit scripts, so the service doesn&#039;t run.</p><p>I&#039;m not sure where this should be reported.</p>]]></description>
			<author><![CDATA[dummy@example.com (1ma)]]></author>
			<pubDate>Wed, 07 Aug 2024 17:36:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=51526#p51526</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49195#p49195</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Debian has no official Incus packages</p></div></blockquote></div><p>I found some debian packages in daedalus-backports.&#160; But warning... by default it does try to pull in systemd-standalone-sysusers, and I would strongly urge you to pin this out so that it will not get installed.&#160; There is a non-systemd package called opensysusers which will install in its place if the systemd* packages are pinned from getting installed.</p><p>For example, this is my apt pin in /etc/apt/preferences.d/00nosystemd:</p><div class="quotebox"><blockquote><div><p>Package: *systemd* systemd-* systemd-standalone-sysusers<br />Pin: release *<br />Pin-Priority: -1</p></div></blockquote></div><p>Make sure the daedalus-backports repo is active in sources.list.</p><p># apt policy incus</p><div class="quotebox"><blockquote><div><p>incus:<br />&#160; Installed: (none)<br />&#160; Candidate: 0.6-1~bpo12+1<br />&#160; Version table:<br />&#160; &#160; &#160;0.6-1~bpo12+1 100<br />&#160; &#160; &#160; &#160; 100 <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> daedalus-backports/main amd64 Packages</p></div></blockquote></div><p># apt install -t daedalus-backports incus</p><div class="quotebox"><blockquote><div><p>Reading package lists... Done<br />Building dependency tree... Done<br />Reading state information... Done<br />The following additional packages will be installed:<br />&#160; attr incus-client libcowsql0 liblxc-common liblxc1 libraft0 libsubid4 lxcfs<br />&#160; opensysusers uidmap<br />Suggested packages:<br />&#160; btrfs-progs ceph-common lvm2 zfsutils-linux incus-tools cgroupfs-mount<br />&#160; | systemd<br />Recommended packages:<br />&#160; apparmor dnsmasq-base incus-agent<br />The following NEW packages will be installed:<br />&#160; attr incus incus-client libcowsql0 liblxc-common liblxc1 libraft0 libsubid4<br />&#160; lxcfs opensysusers uidmap<br />0 upgraded, 11 newly installed, 0 to remove and 59 not upgraded.<br />Need to get 22.7 MB/22.8 MB of archives.<br />After this operation, 76.9 MB of additional disk space will be used.<br />Do you want to continue? [Y/n]</p></div></blockquote></div><p>I have not installed, nor do I know if these packages will work.&#160; I see that systemd is a &quot;suggested&quot; package, but not a dependency.&#160; Let us know how it goes.&#160; Thanks.</p><p><em>Edit:</em>&#160; grammar and spelling.</p>]]></description>
			<author><![CDATA[dummy@example.com (nixer)]]></author>
			<pubDate>Wed, 27 Mar 2024 02:18:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49195#p49195</guid>
		</item>
		<item>
			<title><![CDATA[Incus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49172#p49172</link>
			<description><![CDATA[<p>Is anyone working on a Devuan package for Incus? Incus (<a href="https://linuxcontainers.org/incus" rel="nofollow">https://linuxcontainers.org/incus</a>) is a relatively recent fork of LXD (after Canonical <a href="https://linuxcontainers.org/lxd" rel="nofollow">pulled LXD from the linuxcontainers.org project</a> and changed licensing).&#160; Debian has no official Incus packages, but Zabbly maintains Debian/Ubuntu builds (<a href="https://github.com/zabbly/incus" rel="nofollow">https://github.com/zabbly/incus</a>).&#160; However Zabbly&#039;s Debian packages have systemd hooks in the package scripts that break things on Devuan.&#160; I&#039;m such a newbie to Devuan devel that I can&#039;t glean any useful information from pkginfo.devuan.org about who, for instance, repackaged LXD* for Devuan and what they did -- apologies.&#160; The Incus fork is recent enough that it should be reasonable to just repeat the same changes from Debian that were needed for LXD.&#160; I&#039;d be willing to take this on but would happily stand aside if someone else is already working on it.&#160; TIA!</p>]]></description>
			<author><![CDATA[dummy@example.com (dirk.gently)]]></author>
			<pubDate>Tue, 26 Mar 2024 15:54:19 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49172#p49172</guid>
		</item>
	</channel>
</rss>
