-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Ansible Role
sap_swpm
OS Family
SLES
Ansible Controller - Python version
python3 --version
3.6.15
python3.11 --version
3.11.13
Ansible-core version
ansible-core | 2.16.0
Bug Description
When performing an UpToDate installation with SUM, I receive the following error in the step "Checking the status of SUM (BIND_PATCH)":
TASK [community.sap_install.sap_swpm : Checking the status of SUM (BIND_PATCH)] ***
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (60 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (59 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (58 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (57 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (56 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (55 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (54 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (53 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (52 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (51 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (50 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (49 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (48 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (47 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (46 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (45 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (44 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (43 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (42 retries left).
FAILED - RETRYING: [SAP]: Checking the status of SUM (BIND_PATCH) (41 retries left).
fatal: [SAP]: UNREACHABLE! =>
{
"changed": false,
"msg": "Failed to create temporary directory.
In some cases, you may have been able to authenticate and did not have permissions on the target directory.
Consider changing the remote tmp path in ansible.cfg to a path rooted in \"/tmp\", for more error information use -vvv.
Failed command was:
( umask 77 && mkdir -p \"` echo /tmp `\"
&& mkdir \"` echo /tmp/ansible-tmp-1765031130.8066328-3947948-46034691601514 `\"
&& echo ansible-tmp-1765031130.8066328-3947948-46034691601514=\"` echo /tmp/ansible-tmp-1765031130.8066328-3947948-46034691601514 `\" ),
exited with result -13",
"unreachable": true
}
When I open SUM, the process is stuck at 10% and is waiting for me to click Next.
Bug reproduction
The problem can be reproduced with every update process. I always have to open SUM manually and confirm the step at 10% by clicking Next.
Community participation
Unfortunately I am not in a position to help with the bug fix
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working