<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/rpcd-mod-lxc/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-08-23T19:40:53Z</updated>
<entry>
<title>treewide: adjust local CMakeLists.txt min version to cmake 4.x</title>
<updated>2025-08-23T19:40:53Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-08-23T18:38:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d3e4d5549d2fab85229626210047330ef39eb800'/>
<id>urn:sha1:d3e4d5549d2fab85229626210047330ef39eb800</id>
<content type='text'>
cmake 4.x will require 'cmake_minimum_required' defined in cmake
projects to be at least 3.5. Adjust those local sources where that
variable is currently defined with value below 3.5.

Use 3.30 as the value, as 3.30 is currently used in 24.10, the oldest
still supported OpenWrt release branch.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>rpcd-mod-lxc: info: return NOT_FOUND if container doesn't exist</title>
<updated>2017-12-06T08:58:17Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2017-11-30T10:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=650704c4258c0e02fc3519cb8a45728ea14eac9a'/>
<id>urn:sha1:650704c4258c0e02fc3519cb8a45728ea14eac9a</id>
<content type='text'>
It allow distinction between not existing and stopped container. So far
querying for not existing container was resulting in:
&gt; ubus call lxc info '{ "name": "foo" }'
{
        "name": "foo",
        "state": "STOPPED",
        "ips": [

        ]
}

Now it's an error and it matches lxc-info command line:

&gt; ubus call lxc info '{ "name": "foo" }'
Command failed: Not found

&gt; lxc-info --name foo
foo doesn't exist

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>rpcd-mod-lxc: add "info" ubus method (similar to the lxc-info)</title>
<updated>2017-11-07T22:34:59Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2017-11-07T11:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f2a725ba2d5d11d14a149c6d5d6e98c539161245'/>
<id>urn:sha1:f2a725ba2d5d11d14a149c6d5d6e98c539161245</id>
<content type='text'>
This method allows getting basic info about a queried container. It's
based on the lxc-info command-line tool.

Example output:
&gt; ubus call lxc info '{ "name": "foo" }'
{
        "name": "foo",
        "state": "RUNNING",
        "pid": 2946,
        "ips": [
                "192.168.0.124"
        ]
}

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
Approved-by: Luka Perkov &lt;luka@openwrt.org&gt;
</content>
</entry>
<entry>
<title>rpcd-mod-lxc: add lxc-create ubus bindings</title>
<updated>2014-11-03T16:21:34Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2014-11-03T15:53:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ceceff5b3390f43bd0f261266bf73ace1097ae7e'/>
<id>urn:sha1:ceceff5b3390f43bd0f261266bf73ace1097ae7e</id>
<content type='text'>
Example call:

$ ubus call lxc create '{ "name": "bar", "template": "download", "args": [ "--no-validate", "--dist", "debian", "--release", "sid", "--arch", "i386" ] }'

Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;
</content>
</entry>
<entry>
<title>rpcd-mod-lxc: add package for rpcd lxc module</title>
<updated>2014-10-21T11:58:47Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2014-10-10T13:44:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=153e482090bcdf22facb9a868991057d2a61d775'/>
<id>urn:sha1:153e482090bcdf22facb9a868991057d2a61d775</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;
</content>
</entry>
</feed>
