Margus Sipria
Margus Sipria
We had this problem another way around... have also Dispatch in our project, can't update it to newest (using AHC 2.1.x+ (now 2.4.4)). That library didn't find new properties required...
Eviction isn't problem, you can make changes to version as long API does not change with version change. Adding them as Runtime would mean that everybody must declare dependencies and...
Just managed to get this same error after upgrading from `3.1.0` to `3.2.0`. No info what causes it. ``` [info] Instrumenting 11 classes to /home/margus.sipria/workspace/project/app/macros/target/scala-2.12/jacoco/instrumented-classes [debug] instrumenting products: /home/margus.sipria/workspace/project/app/macros/target/scala-2.12/classes [debug]...
@stewartsmith is strongswan still under consideration after libreswan was added with https://docs.aws.amazon.com/linux/al2023/release-notes/relnotes-2023.3.20231218.html . would like to still use strongswan configurations but also get patches from Amazon.
Got this same problem, did't even notice it right away. With next metadata update cfn got stuck with retry loop, not even running next steps. Would have been bad to...
we have had this code basically 8 years, from Amazon Linux 1: [cloudformation.template.txt](https://github.com/user-attachments/files/16014208/cloudformation.template.txt) example of that is still up in example document. https://s3.amazonaws.com/cloudformation-templates-us-east-1/LAMP_Single_Instance.template (json) It has worked 8+ years, but...
basically ```bash $ systemctl enable cfn-hup Failed to enable unit: Unit file cfn-hup.service does not exist. $ yum downgrade aws-cfn-bootstrap-2.0-29.amzn2023.noarch # download log $ systemctl enable cfn-hup $ echo $?...
``` $ uname -a Linux host-test1.localdomain 6.1.92-99.174.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 4 15:43:46 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux ``` original ami used for this machine was `ami-04fe22dfadec6f0b6` (`eu-west-1`)...
Found this same thing, upgraded to newest and still same problem. Logger has signatures ```java public void error(String msg); public void error(String format, Object arg); public void error(String format, Object...