Re: [ansible-project] Re: Weird /tmp file issue

2014-11-07 Thread Paul Becker
I'm not running pipelining, but I am running on CentOS. In any case, I'm up and running now. Thanks, Paul -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to an

Re: [ansible-project] Re: Weird /tmp file issue

2014-11-07 Thread Toshio Kuratomi
Ah, mention of ControlMaster makes me think of this: https://groups.google.com/forum/#!searchin/ansible-project/controlpersist/ansible-project/QUdxNK1zEH0/rQKnO827FUgJ Do you have pipelining enabled? If so, you might be running into the combination of updated CentOS6 openssh + pipelining bug that

Re: [ansible-project] Re: Weird /tmp file issue

2014-11-07 Thread Paul Becker
Ok, here's a followup. I added a statement to print the contents of the result variable in _make_tmp_path (in /runner/__init__.py) and then ran my playbook. The output is kind of long, but here it is: <10.250.1.55> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPe

Re: [ansible-project] Re: Weird /tmp file issue

2014-11-05 Thread Paul Becker
Thank you, we'll look at it over here. Paul On Wednesday, November 5, 2014 1:49:21 PM UTC-6, tkuratomi wrote: > > Looking through the code nothing's jumping out at me. The symptom you > describe where this sometimes works and sometimes doesn't screams race > condition but I'm not seeing where t

Re: [ansible-project] Re: Weird /tmp file issue

2014-11-05 Thread Toshio Kuratomi
Looking through the code nothing's jumping out at me. The symptom you describe where this sometimes works and sometimes doesn't screams race condition but I'm not seeing where that's happening. I think we'll need a reproducer in order to diagnose from our side. Failing that, if you're comfortabl

Re: [ansible-project] Re: Weird /tmp file issue

2014-11-05 Thread Paul Becker
Yes, set by /etc/ansible/ansible.cfg -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this group, send

Re: [ansible-project] Re: Weird /tmp file issue

2014-11-05 Thread Toshio Kuratomi
And you're setting that by modifying /etc/ansible/ansible.cfg? On Wed, Nov 5, 2014 at 11:12 AM, Paul Becker wrote: > remote_tmp = /tmp > > > On Wednesday, November 5, 2014 12:32:53 PM UTC-6, tkuratomi wrote: >> >> Shot in the dark: How are you setting remote_tmp? the default is >> $HOME/.ans

Re: [ansible-project] Re: Weird /tmp file issue

2014-11-05 Thread Paul Becker
remote_tmp = /tmp On Wednesday, November 5, 2014 12:32:53 PM UTC-6, tkuratomi wrote: > > Shot in the dark: How are you setting remote_tmp? the default is > $HOME/.ansible/tmp but your output is showing /tmp/ (in the places > where it's being properly inserted). > > -Toshio > > On Wed,

Re: [ansible-project] Re: Weird /tmp file issue

2014-11-05 Thread Toshio Kuratomi
Shot in the dark: How are you setting remote_tmp? the default is $HOME/.ansible/tmp but your output is showing /tmp/ (in the places where it's being properly inserted). -Toshio On Wed, Nov 5, 2014 at 7:58 AM, Paul Becker wrote: > Any thoughts at all why the /tmp folder on the PUT action is not

[ansible-project] Re: Weird /tmp file issue

2014-11-05 Thread Paul Becker
Any thoughts at all why the /tmp folder on the PUT action is not always being defined? Thank you, Paul -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansib

[ansible-project] Re: Weird /tmp file issue

2014-11-03 Thread Paul Becker
Sorry, here goes again: > Hello, > I'm running ansible-playbook 1.7.2 on Centos 6 and after running ok for > a couple of weeks, now I'm getting this: > PLAY [all] TASK: [Get stats] ***