|
Re: ip6tables executable not getting installed in dunfell
ipv6 is always in my distro features, so I didn't notice that myself.
I've added ipv6 to the required distros check of podman, so it will be
caught in the future.
Bruce
--
- Thou shalt not follow
ipv6 is always in my distro features, so I didn't notice that myself.
I've added ipv6 to the required distros check of podman, so it will be
caught in the future.
Bruce
--
- Thou shalt not follow
|
By
Bruce Ashfield
·
#6831
·
|
|
Re: ip6tables executable not getting installed in dunfell
There's definitely something different in your image composition than
the core-image* (poky based) that are used in much of the (my) regular
testing.
In a systemd based image, you shouldn't need to
There's definitely something different in your image composition than
the core-image* (poky based) that are used in much of the (my) regular
testing.
In a systemd based image, you shouldn't need to
|
By
Bruce Ashfield
·
#6830
·
|
|
Re: ip6tables executable not getting installed in dunfell
I had to add a /etc/containers/libpod.conf file with the following
content:
cgroup_manager = "cgroupfs"
runtime = "/usr/bin/crun"
And now podman can run:
@iotgate:~# podman run
I had to add a /etc/containers/libpod.conf file with the following
content:
cgroup_manager = "cgroupfs"
runtime = "/usr/bin/crun"
And now podman can run:
@iotgate:~# podman run
|
By
Fabio Estevam
·
#6829
·
|
|
Re: ip6tables executable not getting installed in dunfell
After passing 'ipv6' into DISTRO_FEATURES, ip6tables gets installed.
~# podman run hello-world
....
[ 207.201607] cni-podman0: port 1(veth6b661354) entered disabled state
Error: systemd cgroup flag
After passing 'ipv6' into DISTRO_FEATURES, ip6tables gets installed.
~# podman run hello-world
....
[ 207.201607] cni-podman0: port 1(veth6b661354) entered disabled state
Error: systemd cgroup flag
|
By
Fabio Estevam
·
#6828
·
|
|
Re: [PATCH] ceph: inherit pkgconfig.bbclass
I think you should refer to this oe-core commit instead:
https://git.openembedded.org/openembedded-core/commit/?id=8e26252b45b7660c7c67c702411bdec187a76ffc
I think you should refer to this oe-core commit instead:
https://git.openembedded.org/openembedded-core/commit/?id=8e26252b45b7660c7c67c702411bdec187a76ffc
|
By
Martin Jansa
·
#6827
·
|
|
[PATCH] ceph: inherit pkgconfig.bbclass
From: Kai Kang <kai.kang@...>
According to oe-core commit
652fdf8719 sstate: Allow validation of sstate singatures against list of keys
pkgconfig-native is not deployed in sysroot by
From: Kai Kang <kai.kang@...>
According to oe-core commit
652fdf8719 sstate: Allow validation of sstate singatures against list of keys
pkgconfig-native is not deployed in sysroot by
|
By
kai
·
#6826
·
|
|
ip6tables executable not getting installed in dunfell
Hi,
I am running the dunfell branch and I notice
that ip6tables is not getting installed:
# podman run hello-world
Trying to pull docker.io/library/hello-world...
Getting image source
Hi,
I am running the dunfell branch and I notice
that ip6tables is not getting installed:
# podman run hello-world
Trying to pull docker.io/library/hello-world...
Getting image source
|
By
Fabio Estevam
·
#6825
·
|
|
nsenter installation in dunfell
Hi Bruce,
Could you please cherry-pick the following commit into
Hi Bruce,
Could you please cherry-pick the following commit into
|
By
Fabio Estevam
·
#6824
·
|
|
Re: Building crun does not feth everything in do_fetch
#meta-virtualization
All of those dependencies are already specified in the recipe, and in
any integration/build testing that I've done, they are all picked up
properly.
libocispec is directly specified in the SRC_URI
All of those dependencies are already specified in the recipe, and in
any integration/build testing that I've done, they are all picked up
properly.
libocispec is directly specified in the SRC_URI
|
By
Bruce Ashfield
·
#6823
·
|
|
Building crun does not feth everything in do_fetch
#meta-virtualization
I recently discovered a couple of issues with building crun.
The first issue is when using a proxy to download source. crun depends on libocispec which is a git sub-module. The proxy environment
I recently discovered a couple of issues with building crun.
The first issue is when using a proxy to download source. crun depends on libocispec which is a git sub-module. The proxy environment
|
By
Marc Wiz
·
#6822
·
|
|
Re: [hardknott][PATCH] k3s: Bump to v1.20.11+k3s2
Ooops. My mistake, I read that version number as 1.21, not 1.20.
This is fine for hardknott and won't interfere with my master /
release branch bumps.
Bruce
--
- Thou shalt not follow the NULL
Ooops. My mistake, I read that version number as 1.21, not 1.20.
This is fine for hardknott and won't interfere with my master /
release branch bumps.
Bruce
--
- Thou shalt not follow the NULL
|
By
Bruce Ashfield
·
#6821
·
|
|
Re: [hardknott][PATCH] k3s: Bump to v1.20.11+k3s2
We can't bump hardknott ahead of master, but as it turns out, I
already have pending k*s updates for master, so I can cherry pick them
to the stable branches after I'm finished testing.
Bruce
--
-
We can't bump hardknott ahead of master, but as it turns out, I
already have pending k*s updates for master, so I can cherry pick them
to the stable branches after I'm finished testing.
Bruce
--
-
|
By
Bruce Ashfield
·
#6820
·
|
|
[hardknott][PATCH] k3s: Bump to v1.20.11+k3s2
Signed-off-by: Diego Sueiro <diego.sueiro@...>
---
recipes-containers/k3s/k3s_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-containers/k3s/k3s_git.bb
Signed-off-by: Diego Sueiro <diego.sueiro@...>
---
recipes-containers/k3s/k3s_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-containers/k3s/k3s_git.bb
|
By
Diego Sueiro
·
#6819
·
|
|
Re: [PATCH] xen: add missing pkgconfig inherit
merged.
Bruce
In message: [meta-virtualization] [PATCH] xen: add missing pkgconfig inherit
on 12/10/2021 Ross Burton wrote:
merged.
Bruce
In message: [meta-virtualization] [PATCH] xen: add missing pkgconfig inherit
on 12/10/2021 Ross Burton wrote:
|
By
Bruce Ashfield
·
#6818
·
|
|
[PATCH] xen: add missing pkgconfig inherit
New oe-core pulls in less default dependencies[1], so add an explicit
inherit of pkgconfig as it is needed to configure Xen.
[1]
New oe-core pulls in less default dependencies[1], so add an explicit
inherit of pkgconfig as it is needed to configure Xen.
[1]
|
By
Ross Burton <ross@...>
·
#6817
·
|
|
Re: [hardknott][PATCH] openvswitch: Security fix for CVE-2021-36980
Sorry for this late rely due to a long vocation.
Thanks for remainding.
I notice the ovs has been updated to 2.15.1, thanks a lot.
Cheers,
Yanfei
Sorry for this late rely due to a long vocation.
Thanks for remainding.
I notice the ovs has been updated to 2.15.1, thanks a lot.
Cheers,
Yanfei
|
By
Xu, Yanfei
·
#6816
·
|
|
Re: [PATCH 2/2] xen, rpi4: Use PARTUUID for rootfs discovery
Thanks for posting a way of handling this. I've encountered the same unpredictable device enumeration and had been looking into whether switching the sdhci_iproc driver to PROBE_FORCE_SYNCHRONOUS
Thanks for posting a way of handling this. I've encountered the same unpredictable device enumeration and had been looking into whether switching the sdhci_iproc driver to PROBE_FORCE_SYNCHRONOUS
|
By
Christopher Clark
·
#6815
·
|
|
Re: [PATCH 1/2] xen, rpi4: Fix syntax in linux-yocto bbappend
Reviewed-by: Christopher Clark <christopher.w.clark@...>
Tested-by: Christopher Clark <christopher.w.clark@...>
Agreed! Thanks, Luca!
Christopher
Reviewed-by: Christopher Clark <christopher.w.clark@...>
Tested-by: Christopher Clark <christopher.w.clark@...>
Agreed! Thanks, Luca!
Christopher
|
By
Christopher Clark
·
#6814
·
|
|
Re: [PATCH 1/2] xen, rpi4: Fix syntax in linux-yocto bbappend
FYI: Christopher is having a look at these updates.
I just wanted to let everyone know that they haven't been missed.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness
FYI: Christopher is having a look at these updates.
I just wanted to let everyone know that they haven't been missed.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness
|
By
Bruce Ashfield
·
#6813
·
|
|
Re: Docker 20.10.3 breaks due to iptables v1.8.7 (legacy) incompatibility
#meta-virtualization
Adding kernel-modules did the trick, the docker daemon issued iptables command now works and supports --to-destination for dnat.
Thank-you Bruce for taking the time to explain, I've learned a ton in
Adding kernel-modules did the trick, the docker daemon issued iptables command now works and supports --to-destination for dnat.
Thank-you Bruce for taking the time to explain, I've learned a ton in
|
By
Stephen
·
#6812
·
|