Gaël
Gaël
Hi, I had the same issue. Did you try to launch it with root privilege via sudo ? Regards.
It runs perfectly on my new Fedora 36 and Ultrafine Display 24MD4KL Can you run the program through a debugger like gdb ? `# sudo gdb ./LG_ultrafine_brightness` then type "run"...
Still present with Wazuh 4.7.2 and agent on up-to-date Fedora 39
I have a[ PR](https://github.com/ceph/ceph-ansible/pull/7607/files) with the same goal. (But with unknown commits attached to it) Some group_names are also present in prometheus jinja file : - https://github.com/ceph/ceph-ansible/blob/main/roles/ceph-prometheus/templates/alertmanager.yml.j2 - https://github.com/ceph/ceph-ansible/blob/main/roles/ceph-prometheus/templates/prometheus.yml.j2 I...
You can manage lifecycle policies through the `aws_s3_bucket_lifecycle_configuration` resource. ``` aws_s3_bucket_lifecycle_configuration.this will be created resource "aws_s3_bucket_lifecycle_configuration" "this" { + bucket = "bucket_name" + expected_bucket_owner = (known after apply) + id...
The undocumented prerequisite is that the openstack user you use to launch terraform job MUST have **admin rights** on the S3 bucket ! The user "PUT" an object on the...