|
Re: [meta-virt][kirkstone][PATCH 1/1] ceph: Fix CVE-1021-3979
What about master ? Does it have the same issue ?
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
What about master ? Does it have the same issue ?
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
|
By
Bruce Ashfield
·
#7515
·
|
|
[meta-virt][kirkstone][PATCH 1/1] ceph: Fix CVE-1021-3979
Ceph-volume does not properly control key sizes.
Cherry-pick from github.com/ceph/ceph.git.
Signed-off-by: Joe Slater <joe.slater@...>
---
.../ceph/ceph/CVE-2021-3979.patch |
Ceph-volume does not properly control key sizes.
Cherry-pick from github.com/ceph/ceph.git.
Signed-off-by: Joe Slater <joe.slater@...>
---
.../ceph/ceph/CVE-2021-3979.patch |
|
By
Joe Slater
·
#7514
·
|
|
Re: [kirkstone][master][PATCH 2/4] kubernetes: install the binaries in OE standard places
I realize that.
No, I'm suggesting the smallest footprint change, but that is more for
the other recipes, versus the single use of it in this kubernetes
recipe.
That comment was more for the k3s
I realize that.
No, I'm suggesting the smallest footprint change, but that is more for
the other recipes, versus the single use of it in this kubernetes
recipe.
That comment was more for the k3s
|
By
Bruce Ashfield
·
#7513
·
|
|
Re: [kirkstone][master][PATCH 2/4] kubernetes: install the binaries in OE standard places
Bruce Ashfield <bruce.ashfield@...> escreveu no dia terça, 9/08/2022 à(s) 18:07:
kubernetes is installing all binaries files to ${D}/${bindir}:
install -m 755 -D
Bruce Ashfield <bruce.ashfield@...> escreveu no dia terça, 9/08/2022 à(s) 18:07:
kubernetes is installing all binaries files to ${D}/${bindir}:
install -m 755 -D
|
By
Jose Quaresma
·
#7512
·
|
|
Re: [kirkstone][master][PATCH 2/4] kubernetes: install the binaries in OE standard places
That could very well be it.
I'm really only interested in the BIN_PREFIX being set in those
recipes. The smallest
footprint change.
So as the series currently stands, it isn't something I'll
That could very well be it.
I'm really only interested in the BIN_PREFIX being set in those
recipes. The smallest
footprint change.
So as the series currently stands, it isn't something I'll
|
By
Bruce Ashfield
·
#7511
·
|
|
Re: [kirkstone][master][PATCH 2/4] kubernetes: install the binaries in OE standard places
Bruce Ashfield <bruce.ashfield@...> escreveu no dia terça, 9/08/2022 à(s) 16:05:
right, maybe you don't see the QA because it will only shon for files installed in /bin when usrmerge is enabled.
for
Bruce Ashfield <bruce.ashfield@...> escreveu no dia terça, 9/08/2022 à(s) 16:05:
right, maybe you don't see the QA because it will only shon for files installed in /bin when usrmerge is enabled.
for
|
By
Jose Quaresma
·
#7510
·
|
|
[kirkstone][master][PATCH] k3s: install the binaries in OE standard places
This will change the instalation path from "${exec_prefix}/local/bin"
to "${bindir}", that in OE-core moves the binaries from the
"/usr/local/bin" to the default "/usr/bin" path.
Update the systemd
This will change the instalation path from "${exec_prefix}/local/bin"
to "${bindir}", that in OE-core moves the binaries from the
"/usr/local/bin" to the default "/usr/bin" path.
Update the systemd
|
By
Jose Quaresma
·
#7509
·
|
|
[kirkstone][master][PATCH v2 3/3] kubernetes: replace tabs with spaces for identation
Signed-off-by: Jose Quaresma <jose.quaresma@...>
---
recipes-containers/kubernetes/kubernetes_git.bb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
Signed-off-by: Jose Quaresma <jose.quaresma@...>
---
recipes-containers/kubernetes/kubernetes_git.bb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
|
By
Jose Quaresma
·
#7508
·
|
|
[kirkstone][master][PATCH v2 2/3] kubernetes: install the binaries in OE standard places
- Install the binaries in the default "/usr/bin" and not in "/bin"
- The env BIN_PREFIX is there from the beginning but it is not defined,
also fix a fatal QA errors installed-vs-shipped (only
- Install the binaries in the default "/usr/bin" and not in "/bin"
- The env BIN_PREFIX is there from the beginning but it is not defined,
also fix a fatal QA errors installed-vs-shipped (only
|
By
Jose Quaresma
·
#7507
·
|
|
[kirkstone][master][PATCH v2 1/3] nerdctl: install the binaries in OE standard places
- Install the binaries in the default "/usr/bin" and not in "/bin"
- The env BIN_PREFIX is there from the beginning but it is not defined,
also fix a fatal QA errors installed-vs-shipped (only
- Install the binaries in the default "/usr/bin" and not in "/bin"
- The env BIN_PREFIX is there from the beginning but it is not defined,
also fix a fatal QA errors installed-vs-shipped (only
|
By
Jose Quaresma
·
#7506
·
|
|
Re: [kirkstone][master][PATCH 2/4] kubernetes: install the binaries in OE standard places
On Tue, Aug 9, 2022 at 10:21 AM Bruce Ashfield via
lists.yoctoproject.org
<bruce.ashfield=gmail.com@...> wrote:
aha. I see that k3s does set BIN_PREFIX, but it has been lost
On Tue, Aug 9, 2022 at 10:21 AM Bruce Ashfield via
lists.yoctoproject.org
<bruce.ashfield=gmail.com@...> wrote:
aha. I see that k3s does set BIN_PREFIX, but it has been lost
|
By
Bruce Ashfield
·
#7505
·
|
|
Re: [kirkstone][master][PATCH 2/4] kubernetes: install the binaries in OE standard places
The installed but not shipped, isn't inhibited anywhere that I know
of. Certainly not on poky, which is where most of the nightly builds
happen for this.
But that's not where they are going for all
The installed but not shipped, isn't inhibited anywhere that I know
of. Certainly not on poky, which is where most of the nightly builds
happen for this.
But that's not where they are going for all
|
By
Bruce Ashfield
·
#7504
·
|
|
Re: [kirkstone][master][PATCH 2/4] kubernetes: install the binaries in OE standard places
Bruce Ashfield <bruce.ashfield@...> escreveu no dia terça, 9/08/2022 à(s) 14:43:
By default with BIN_PREFIX="" the binaries seem to be installed on /bin/k8s-init so they will work as this is in the
Bruce Ashfield <bruce.ashfield@...> escreveu no dia terça, 9/08/2022 à(s) 14:43:
By default with BIN_PREFIX="" the binaries seem to be installed on /bin/k8s-init so they will work as this is in the
|
By
Jose Quaresma
·
#7503
·
|
|
Re: [kirkstone][master][PATCH 2/4] kubernetes: install the binaries in OE standard places
I'm building a plain OE + meta-virt. BIN_PREFIX isn't in the
environment anywhere (which is admittedly strange .. but that's
consistent with how it has been).
Also, there's no other reports of this
I'm building a plain OE + meta-virt. BIN_PREFIX isn't in the
environment anywhere (which is admittedly strange .. but that's
consistent with how it has been).
Also, there's no other reports of this
|
By
Bruce Ashfield
·
#7502
·
|
|
Re: [kirkstone][master][PATCH 2/4] kubernetes: install the binaries in OE standard places
Hi Bruce,
Bruce Ashfield <bruce.ashfield@...> escreveu no dia terça, 9/08/2022 à(s) 14:19:
Maybe because you have the BIN_PREFIX defined somewhere in your distro or local.conf
BIN_PREFIX is defined
Hi Bruce,
Bruce Ashfield <bruce.ashfield@...> escreveu no dia terça, 9/08/2022 à(s) 14:19:
Maybe because you have the BIN_PREFIX defined somewhere in your distro or local.conf
BIN_PREFIX is defined
|
By
Jose Quaresma
·
#7501
·
|
|
Re: [kirkstone][master][PATCH 2/4] kubernetes: install the binaries in OE standard places
You must have something different in your environment, I'm not seeing
any of these same issues.
Cheers,
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its
You must have something different in your environment, I'm not seeing
any of these same issues.
Cheers,
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its
|
By
Bruce Ashfield
·
#7500
·
|
|
Re: [kirkstone][master][PATCH 1/4] nerdctl: install the binaries in OE standard places
I'm building nerdctl constantly, and I'm not seeing this.
So until I can reproduce the issue, I can't merge this change.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness
I'm building nerdctl constantly, and I'm not seeing this.
So until I can reproduce the issue, I can't merge this change.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness
|
By
Bruce Ashfield
·
#7499
·
|
|
[kirkstone][master][PATCH 4/4] k3s: install the binaries in OE standard places
Signed-off-by: Jose Quaresma <jose.quaresma@...>
---
recipes-containers/k3s/k3s/k3s-agent.service | 4 ++--
recipes-containers/k3s/k3s/k3s.service | 4 ++--
Signed-off-by: Jose Quaresma <jose.quaresma@...>
---
recipes-containers/k3s/k3s/k3s-agent.service | 4 ++--
recipes-containers/k3s/k3s/k3s.service | 4 ++--
|
By
Jose Quaresma
·
#7498
·
|
|
[kirkstone][master][PATCH 3/4] kubernetes: replace tabs with spaces for identation
Signed-off-by: Jose Quaresma <jose.quaresma@...>
---
recipes-containers/kubernetes/kubernetes_git.bb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
Signed-off-by: Jose Quaresma <jose.quaresma@...>
---
recipes-containers/kubernetes/kubernetes_git.bb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
|
By
Jose Quaresma
·
#7497
·
|
|
[kirkstone][master][PATCH 2/4] kubernetes: install the binaries in OE standard places
- The env BIN_PREFIX is there from the beginning but there are no references to it,
also fix a fatal QA errors installed-vs-shipped.
ERROR:
- The env BIN_PREFIX is there from the beginning but there are no references to it,
also fix a fatal QA errors installed-vs-shipped.
ERROR:
|
By
Jose Quaresma
·
#7496
·
|