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 wrote: > > On Mon, Feb

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

2014-02-03 Thread Dan CaJacob
On Mon, Feb 3, 2014 at 5:56 PM, Michael DeHaan wrote: > Can you please share the relevant command lines and playbook snippets that > got you there? > It's a pretty big role-based system. Can I share it with you privately? (Also can we see the output in the context of the run?) > I don't think

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

2014-02-03 Thread Michael DeHaan
Can you please share the relevant command lines and playbook snippets that got you there? (Also can we see the output in the context of the run?) Ansible version? I see su, so I'm not sure if you are using the new 1.5 su keyword or are running su instead the playbook, etc. Thanks! On Mon, Fe

[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 mess