Alexander Fokin

Results 15 comments of Alexander Fokin

I have the analogical problem! Windows Server 2012 AD, Ubuntu 12.04, Nginx 1.6.2 with nginx-auth-ldap. The part of the error: 2015/04/07 19:24:12 [error] 2784#0: *3 http_auth_ldap: ldap_search_ext() request failed (1:...

How to use `nonsensitive` with null_resource? I don't have variables marked as `sensitive = true`, however null_resource output is: `(local-exec): (output suppressed due to sensitive value in config)` p.s. fixed....

I have the same issue in Openshift.

I solved it in `v2.3.2` using `Topology=false` here: https://github.com/hetznercloud/csi-driver/blob/dfe6183f4d0fddeefdff8069b1c09eeb38113b33/deploy/kubernetes/hcloud-csi.yml#L225 and added `hostNetwork: true` in `DaemonSet` on line 298: https://github.com/hetznercloud/csi-driver/blob/dfe6183f4d0fddeefdff8069b1c09eeb38113b33/deploy/kubernetes/hcloud-csi.yml#L298

@SS67 check SELinux status and try to disable it - in my case it worked: https://github.com/saltstack/salt/issues/66438#issuecomment-2098282580

It seems that python versions must match. I was able to get onedir installation on FCOS and Minion connected to Master.

I found another issue on FCOS: `SELinux`. While the `Enforcing` policy is set, salt-minion can't connect to a salt-master. However, the documentation is extremely old (it contains examples for CentOS/RHEL...

SELinux denies these actions (bunch of them in the output): ``` # ausearch -m AVC,USER_AVC,SELINUX_ERR,USER_SELINUX_ERR -ts today time->Tue May 7 16:00:17 2024 type=AVC msg=audit(1715097617.514:1641): avc: denied { name_connect } for...

All described issues with Minion/Master connections and SELinux are on FCOS `39.20231101.3.0` and `39.20240210.3.0` versions. The latest FCOS version `39.20240407.3.0` (as of today) doesn't have such problems, everything works out...