Bernd Finger
Bernd Finger
Just encountered the same problem, using bpftrace v0.9.2 on RHEL 8.2. Interestingly, I can solve the problem by adding one more (otherwise superfluous) line of variable assignment, like in the...
> @berndfinger, please rename `--ftype_ext` at least to `--ftype-ext` so the options are consistent. I personally prefer something different like `--ftype --print-file-name` > > What do you think? Both suggestions...
@myllynen Can you please mention the role name and maybe also the location in the yml file where you found the wrong check?
Copy of https://github.com/linux-system-roles/sap-hana-preconfigure/issues/195#issuecomment-908175852 (comment by [berndfinger](https://github.com/berndfinger)): See also SAP note [2753418](https://launchpad.support.sap.com/#/notes/2753418).
According to SAP note [2753418](https://launchpad.support.sap.com/#/notes/2753418) version 22, SAP 2.0 HANA SPS 06 is using the system timer implementation due to the improved performance with newer Linux kernel versions. So maybe...
Note: I used the wrong link for `specs` in the initial comment. I have modified it to point to the correct page.
@jodonnel Can you please ask your customer to check if https://github.com/sap-linuxlab/community.sap_install/blob/5b920752aa818fcd9fe96ce740bffaa314baf99e/roles/sap_swpm/tasks/swpm/detect_variables.yml#L25 fixes the problem as well? It's already in the current main branch. That code assumes that there is a...
@ja9fuchs Thanks for reporting this. I already successfully tested with `\s`. See also https://github.com/sap-linuxlab/community.sap_install/blob/d36cc155dc82fdb1848b1f36d6dbbedb9d06a3ab/roles/sap_general_preconfigure/tasks/RedHat/generic/configure-etc-hosts.yml#L57 and https://github.com/sap-linuxlab/community.sap_install/blob/d36cc155dc82fdb1848b1f36d6dbbedb9d06a3ab/roles/sap_maintain_etc_hosts/tasks/update_host_present.yml#L86 .
Let's keep this open until I (or someone else) has fixed it or modified the doc. Thanks @kallass @s11s11 for your investigation!
We could just skip all the `*extracted*` directories when setting file permissions and ownership. At the time when the file and directory permissions are set by the role, permissions and...