Marco Fortina

Results 21 comments of Marco Fortina

> Regarding coredns, I prefer to stay on 1.8.6 till the next kubespray version which will support 1.25 (in which coredns is upgraded to [1.9.3](https://github.com/kubernetes/kubernetes/pull/110488)) otherwise we already had a...

Here client messages with debug5 on: ``` [postgres@cs1 data]$ /usr/pgsql-14/bin/repmgr -f /etc/repmgr/14/repmgr.conf service status DEBUG: CommitTransaction(1) name: unnamed; blockState: STARTED; state: INPROGRESS, xid/subid/cid: 0/1/0 DEBUG: StartTransaction(1) name: unnamed; blockState: DEFAULT;...

And here server log with debug5 on: ``` 2024-01-19 13:25:39 CET [3263]: [19-1] user=,db= DEBUG: forked new backend, pid=3450 socket=10 2024-01-19 13:25:39 CET [3450]: [1-1] user=[unknown],db=[unknown] LOG: connection received: host=192.168.1.53...

OS info: ``` [root@cs1 ~]# cat /etc/redhat-release CentOS Stream release 8 [root@cs1 ~]# cat /etc/os-release NAME="CentOS Stream" VERSION="8" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="8" PLATFORM_ID="platform:el8" PRETTY_NAME="CentOS Stream 8" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:8" HOME_URL="https://centos.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/"...

> @marcofortina I don't think reverting here is an option. You should work on a specific ubuntu fix, rather than changing other products done

without this PR: ``` Title Ensure that System Accounts Do Not Run a Shell Upon Login Rule xccdf_org.ssgproject.content_rule_no_shelllogin_for_systemaccounts Result fail ``` with this PR: ``` Title Ensure that System Accounts...

> @teacup-on-rockingchair could you check the failing test? Not sure it is a new issue or not. I'm not sure, but it seams that rule evaluation for `xccdf_org.ssgproject.content_rule_no_shelllogin_for_systemaccounts` fails on...

> for firewall rules you will need to use a tailoring file to select the firewall you want. By default the profile is enabled for nftables only. Hello! Could you...