devgeniem / gdev

Helper script for developing containerized web applications.
https://devgeniem.github.io/gdev/
MIT License
29 stars 16 forks source link

gdev update fails on gdev-env directory permissions #37

Closed villesiltala closed 7 years ago

villesiltala commented 7 years ago

Updating gdev fails on gdev-env permissions check with the following error:

{"failed": true, "msg": "timeout waiting for privilege escalation password prompt:\n\nWe trust you have received the usual lecture from the local System\nAdministrator. It usually boils down to these three things:\n\n    #1) Respect the privacy of others.\n    #2) Think before you type.\n    #3) With great power comes great responsibility.\n\n[sudo via ansible, key=zikfihyxghhcpipjhoffvakhdltgavqx] password: "}
villesiltala commented 7 years ago

This was a sudoers problem. Cleaning up my /etc/sudoers from custom rules (actually non of which were gdev related) and restarting the mac fixed it and the update ran successfully.