chown failed in Quick Start in kolla-ansible
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
New
|
Undecided
|
Unassigned |
Bug Description
This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:
- [x] This doc is inaccurate in this way:
Section: Install Kolla-ansible for deployment or evaluation
Step 2, the command "sudo chown $USER:$USER /etc/kolla" failed with the following error:
chown: invalid group: ‘myUserName:
- [ ] This is a doc addition request.
- [x] I have a fix to the document that I can paste below including example: input and output.
A fix could be
sudo chown -R $(id -u):$(id -g) /etc/kolla
If you have a troubleshooting or support issue, use the following resources:
- The mailing list: https:/
- IRC: 'openstack' channel on OFTC
-------
Release: 13.1.0.dev75 on 2021-11-15 10:26:00
SHA: a995d50760c929e
Source: https:/
URL: https:/
could you give the id command output ? most time, the group_name is also ok.