We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the flow is reaching the point to create the user, smbpasswd fails with :
TASK [gluster.features/roles/ctdb : Set smb password] ***************************************************************************************************************************************** fatal: [kubluster]: FAILED! => {"changed": true, "msg": "non-zero return code", "rc": 1, "stderr": "Shared connection to kubluster closed.\r\n", "stderr_lines": ["Shared connection to kubluster closed."], "stdout": "\r\n/bin/sh: 1: 1.1: not found\r\n/bin/sh: 1: AES256: not found\r\n/bin/sh: 1: 1.1: not found\r\n/bin/sh: 1: AES256: not found\r\nFailed to open /var/lib/samba/private/secrets.tdb\r\n", "stdout_lines": ["", "/bin/sh: 1: 1.1: not found", "/bin/sh: 1: AES256: not found", "/bin/sh: 1: 1.1: not found", "/bin/sh: 1: AES256: not found", "Failed to open /var/lib/samba/private/secrets.tdb"]}
It seems that 'clustering=yes' is the root cause. Commenting out the line allows the change of the pass.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the flow is reaching the point to create the user, smbpasswd fails with :
It seems that 'clustering=yes' is the root cause. Commenting out the line allows the change of the pass.
The text was updated successfully, but these errors were encountered: