New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Immediate failure when running Ansible with Mitogen #319
Comments
Very curious :/ What version of Ubuntu are you running? Is it a fairly default install, or perhaps you have some security enhancements enabled? Thanks for the report! |
This looks like Ubuntu 14.04 going by the kernel version. |
Yep, it's 14.04. I's an AWS image: ami-9707c7f5 which as far as I'm aware is a standard 14.04 install. |
Thanks for the AMI hint.. will investigate this evening
…On 24 July 2018 at 13:08, Guy Knights ***@***.***> wrote:
Yep, it's 14.04. I's an AWS image: ami-9707c7f5 which as far as I'm aware
is a standard 14.04 install.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#319 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAJCyoGO42yqB8lZG2ABD7j_jVctAGrks5uJ37PgaJpZM4VdS5T>
.
|
Oh very exciting! This isn't a target problem, it's a Windows Subsystem for Linux problem. Okay, makes a ton more sense. Give me overnight to set up a new test environment. Thanks for the report! |
Attempting to fix issue on WSL. Closes #71
This will shortly be on the master branch and will make it into the next release. To be updated when a new release is made, subscribe to https://networkgenomics.com/mail/mitogen-announce/ Thanks for reporting this! |
No worries, and thanks for the fast troubleshooting and fix! |
Just an update, I pulled the latest changes in the master branch and this is working for me now. Thanks again! |
I think this problem might be back. I'm trying to run this on WSL using mitogen 2.5 with ansible 2.7.7 and getting the following during the Gather Facts step.
|
I am trying Mitogen with Ansible out for the first time but when I run it I get the following error dump immediately after it starts to run the first task:
Setup
Controller
Uname: Linux XXXXXXXXXX 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014 x86_64 x86_64 x86_64 GNU/Linux
Ansible:
ansible 2.4.6.0 (stable-2.4 9d08bc8242) last updated 2018/07/16 11:49:56 (GMT -700)
config file = /root/.ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/ansible/lib/ansible
executable location = /usr/local/ansible/bin/ansible
python version = 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
Notes: Added 'strategy_plugins = /path/to/mitogen-0.2.1/ansible_mitogen/plugins/strategy' to defaults and ran ansible-playbook with 'ANSIBLE_STRATEGY=mitogen_linear' set.
Host(s)
Uname: Linux XXXXXXXXXXXX 3.13.0-153-generic #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Python 2.7.6
The text was updated successfully, but these errors were encountered: