-
Notifications
You must be signed in to change notification settings - Fork 11
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
Quickstart issue #24
Comments
Hi mmichau, nice to hear from you. |
cat /etc/os-release |
Thanks. Next, please describe the server you are installing on. For example
Is it a new server with nothing on it, or has it been in production for a long time?
I suspect the user
|
An old PC with a fresh install of Ubuntu. command ls -al /home gives two users, mine and ubuntu (not created by me) |
I would be curious to find out what's going on. But anyway, for now, try setting |
Hi I tried to install everything using a Quickstart method but Ansible failed on the task:
TASK [sdarwin.vnc : Create .vnc dirs] ****************************************** failed: [127.0.0.1] (item={'username': 'ubuntu', 'usergroup': 'ubuntu', 'vnc_num': 1, 'vnc_default_password': 'mypassword'}) => {"ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": {"usergroup": "ubuntu", "username": "ubuntu", "vnc_default_password": "mypassword", "vnc_num": 1}, "mode": "0755", "msg": "chown failed: failed to look up user ubuntu", "owner": "root", "path": "/home/ubuntu/.vnc", "size": 2, "state": "directory", "uid": 0}
How to manage this error? Is it something to change in the code or in my system?
The text was updated successfully, but these errors were encountered: