I noticed this while upgrading from 3.21.4 to 3.21.5 as well.
--
Markus
--
You received this message because you are subscribed to the Google Groups "help-cfengine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to help-cfengin...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/help-cfengine/87e1a57d-4e2c-4b27-a160-ca1815a3a739n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/help-cfengine/a40e51d2-6edb-4a23-b43e-011864c83a8a%40surf.nl.
![]() | Craig Comstock (he/him)
CFEngineer/Digger | CFEngine Kansas, USA |
![]() ![]() ![]() | Northern.tech | Securing the world's connected devices |
Hey Beto,
You mentioned trying this …
"control_executor_mailfilter_exclude": { "value": [ ".*no package_method attribute.*" ]
That looks like Augments format to me. Specifically, it looks like the newer format of the variables
key. Is this in def.json
or is it in host_specific.json
? (ref https://docs.cfengine.com/docs/3.21/reference-language-concepts-augments.html#augments-files)
If it's in host_specific.json
then I think you will need to adjust it to specify the default
namespace and the def
bundle scope like this:
"default:def.control_executor_mailfilter_exclude": { "value": [ ".*no package_method attribute.*" ]
Another thing to be sure of is that cf-execd
has been re-started since you changed that setting.
We see these messages in email and /var/cfengine/outputs.
If the mailfitler exclude is properly picked up you should not see them in email, just in /var/cfengine/outputs
.
We have inform => "true" in controls/cf_agent.cf
Generally I discourage that for unattended periodic executions, especially combined with email it can create a lot of noise that mail admins might not love (but depends very much on your scale, and how many changes CFEngine is generally making).
--
You received this message because you are subscribed to the Google Groups "help-cfengine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to help-cfengin...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/help-cfengine/0a369387-a155-4440-983f-a242e8f1566cn%40googlegroups.com.
Hi David,
Why introduce such a visible change just before EOL-ing a release-series?
As with most bugs, we didn't expect the change to introduce a problem.
I know 3.18 is now EOL. But given that this NEW BUG was introduced at the last minute, please could the fix (presumably CFE-4398) be applied (cherry-picked) to the 3.18 series? Please?
I can't see that we would pick up maintenance for the EOL branch do builds and cut a new release. It doesn't make sense for us to pick changes back to 3.18.x that we have no intention of releasing but you could certainly pick the changes back to 3.18 and build yourself.
These sort of things are something we generally would consider doing for enterprise customers as one-off builds. Beyond that it might be possible to do as paid development / professional services / extended support.
Happy Feature Friday #41, and Happy Holidays!
We've already come a long way since being locked on 3.10 and non-MPF a few years ago; just before Christmas I had introduced our first ever use of "trigger_upgrade" to pull some recalcitrant straggling machines up to 3.18. Indeed, it was my jumping to 3.18.8 for this exercise on them (and a couple of others) that introduced this fresh problem there.