Bug 892219
| Summary: | [abrt] ansible-0.8-1.fc17: managers.py:759:_callmethod:IOError: [Errno 104] Connection reset by peer | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rui Gouveia <rui.gouveia> | ||||||||||||
| Component: | ansible | Assignee: | Tim Bielawa <tbielawa> | ||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||
| Priority: | unspecified | ||||||||||||||
| Version: | 17 | CC: | maxim, tbielawa | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | x86_64 | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| Whiteboard: | abrt_hash:06240506ee8c735c127d3078ccd92afcb24694e7 | ||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2013-02-25 02:55:28 UTC | Type: | --- | ||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||
| Documentation: | --- | CRM: | |||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
| Embargoed: | |||||||||||||||
| Attachments: |
|
||||||||||||||
Created attachment 673165 [details]
File: executable
Created attachment 673166 [details]
File: dso_list
Created attachment 673167 [details]
File: environ
Created attachment 673168 [details]
File: core_backtrace
Created attachment 673169 [details]
File: smolt_data
Not sure what the exact problem is here. I recommend trying out 1.0 (just released) and retrying what you were doing before. Please file an issue with $UPSTREAM [1] if you are still having problems. [1] https://github.com/ansible/ansible/issues?milestone=&page=1&state=open |
Description of problem: Interrupted with CTRL+C right after starting. Version-Release number of selected component: ansible-0.8-1.fc17 Additional info: libreport version: 2.0.18 abrt_version: 2.0.18 cmdline: /usr/bin/python /usr/bin/ansible-playbook -vvvv -i hosts-tests web-hosting.yml kernel: 3.6.10-2.fc17.x86_64 backtrace: :managers.py:759:_callmethod:IOError: [Errno 104] Connection reset by peer : :Traceback (most recent call last): : File "/usr/bin/ansible-playbook", line 164, in <module> : sys.exit(main(sys.argv[1:])) : File "/usr/bin/ansible-playbook", line 135, in main : pb.run() : File "/usr/lib/python2.7/site-packages/ansible/playbook/__init__.py", line 193, in run : if not self._run_play(play): : File "/usr/lib/python2.7/site-packages/ansible/playbook/__init__.py", line 397, in _run_play : if not self._run_task(play, task, False): : File "/usr/lib/python2.7/site-packages/ansible/playbook/__init__.py", line 266, in _run_task : results = self._run_task_internal(task) : File "/usr/lib/python2.7/site-packages/ansible/playbook/__init__.py", line 240, in _run_task_internal : results = runner.run() : File "/usr/lib/python2.7/site-packages/ansible/runner/__init__.py", line 674, in run : results = self._parallel_exec(hosts) : File "/usr/lib/python2.7/site-packages/ansible/runner/__init__.py", line 611, in _parallel_exec : while not result_queue.empty(): : File "<string>", line 2, in empty : File "/usr/lib64/python2.7/multiprocessing/managers.py", line 759, in _callmethod : kind, result = conn.recv() :IOError: [Errno 104] Connection reset by peer : :Local variables in innermost frame: :self: <AutoProxy[Queue] object, typeid 'Queue' at 0x18a0bd0> :args: () :methodname: 'empty' :kwds: {} :conn: <read-write Connection, handle 4>