[ansible-project] Error after deployment: -su: /dev/null: Permission denied

2014-02-03 Thread Dan CaJacob
I recently got some errors on the end nodes I was deploying to. Error is: -su: /dev/null: Permission denied, which in general seems to be recoverable after a reboot. It looks like the /dev/null file is just deleted somehow. Has anyone else seen this? Very weird. -- You received this

Re: [ansible-project] Error after deployment: -su: /dev/null: Permission denied

2014-02-03 Thread Dan CaJacob
keyword or are running su instead the playbook, etc. I don't think I use su anywhere explicitly (shelled out), but my roles do sometimes change user. Thanks! On Mon, Feb 3, 2014 at 5:55 PM, Dan CaJacob dan.caja...@gmail.com wrote: I recently got some errors on the end nodes I was deploying

Re: [ansible-project] Error after deployment: -su: /dev/null: Permission denied

2014-02-03 Thread Dan CaJacob
This turned out to be a script error, where I was rm'ing a file that occassionally is /dev/null Ansible was in no way responsible. Sorry for the false alarm and thanks for the awesome software! Very Respectfully, Dan CaJacob On Mon, Feb 3, 2014 at 6:08 PM, Dan CaJacob dan.caja...@gmail.com