Skip to content
New issue

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

File server with root userid fails #157

Open
ryoung1us opened this issue Jun 1, 2023 · 0 comments
Open

File server with root userid fails #157

ryoung1us opened this issue Jun 1, 2023 · 0 comments

Comments

@ryoung1us
Copy link

If a userid of root is used, the path of /home/root is attempted. If the use of root is allowed, it should use /root not /home/root.
If root is not "supported", it should be rejected by the code and it should be documented as never to use, instead of not recommended.

TASK [Set libvirt management to libvirt group instead of root.] ****************************************************************************************************
changed: [rdbkkvm4]
TASK [Create file for user's custom libvirt configurations.] *******************************************************************************************************
fatal: [rdbkkvm4]: FAILED! => {"changed": false, "msg": "Error, could not touch target: [Errno 2] No such file or directory: b'/home/root/.config/libvirt/libvirt.conf'", "path": "/home/root/.config/libvirt/libvirt.conf"}
PLAY RECAP *********************************************************************************************************************************************************
127.0.0.1 : ok=9 changed=4 unreachable=0 failed=0 skipped=31 rescued=0 ignored=0
rdbkkvm4 : ok=12 changed=7 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant