bendem

Results 193 comments of bendem

~~That makes the JCE policy install fail with~~ ``` TASK [williamyeh.oracle-java : Check if JCE is already installed] ***************************************************************************************************************************** fatal: []: FAILED! => {"changed": false, "cmd": "/usr/lib/jvm/default-java/bin/jrunscript -e 'print (javax.crypto.Cipher.getMaxAllowedKeyLength(\"RC5\")...

https://tomcat.apache.org/tomcat-9.0-doc/config/host.html server.xml declares `Host`s inside `Engine`. A host will have a xml configuration created under `xmlBase`, which by default is `$CATALINA_BASE/conf//`. If you want to avoid tomcat trying to create...

Coming across this now, is there any way in python to no_proxy an ip range (like a 10.0.0.0/8)? According to this, no: https://about.gitlab.com/blog/2021/01/27/we-need-to-talk-no-proxy/#no_proxy. Article mentions curl discussion which is interesting...

Same problem here, after a quick search I couldn't quite pin point where the problem was coming from. EasyKV creates a request to watch a prefix [here](https://github.com/HeavyHorst/easykv/blob/32e90323410964ff1ccbc7e197902e6548942803/etcd/etcdv3/client.go#L93). The error comes...

This is one of the oldest issues still open and still very much something that we'd love to see. Has the way the providers work evolved in a way that...

To give some context, we are a public organisation, our DNS is handled by our MSP, which means each record change requires sending an email, waiting 1-4 hours for the...

[Postgres logs with timestamp](https://gist.github.com/bendem/09875c551270cf7a97c2e5221ef8e1ac) (1.472s database time).

Yes, that's what we've done for now, but as you said, it's not ideal since it's a global setting and hides other valid problems.

For what it's worth, we have the same problem with hashivault (https://github.com/TerryHowe/ansible-modules-hashivault/issues/234#issuecomment-1341133135)

> In my case ansible-lint is not complaining about FQCN but printing a warning when using `ara_playbook` Did you try specifying `ansible.legacy.ara_playbook` as suggested?