Thanks Brian.

Ansible 1.5 is an out of date version of Ansible.  In particular, there are
security fixes you want to be using on the 1.6 line, and the current
version is 1.6.10.

Please see if you see this same problem in 1.6.10, and please supply
version specifics about your RHEL host.

However, I haven't /ever/ seen an md5 error from a RHEL host, so this may
require some further checking.

The md5 validation flag on fetch is different than the general md5
operations ansible uses to decide if certain files need to be transferred
and so on.

It may be true there is a error down the path where flat=yes and
fail_on_missing are added, so if you can still reproduce this on 1.6.10 or
the development branch, please let us know and we can try to reproduce
this.

If that situation is in fact true, filing a ticket at
github.com/ansible/ansible would be ideal.

Thanks!


On Fri, Aug 1, 2014 at 9:51 PM, Brian Richards <[email protected]>
wrote:

>
> TASK: [name | Copying Build to local host]
> ************************************
> warning: md5sum command failed unusually, please report this to the list
> so it can be fixed
> command: [u'(/usr/bin/md5sum
> /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz 2>/dev/null)',
> u'(/sbin/md5sum -q /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz
> 2>/dev/null)', u'(/usr/bin/digest -a md5
> /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz 2>/dev/null)',
> u'(/sbin/md5 -q /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz
> 2>/dev/null)', u'(/usr/bin/md5 -n
> /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz 2>/dev/null)',
> u'(/bin/md5 -q /var/lib/jenkins/jobs/name_qa/workspace/rel/icda.tar.gz
> 2>/dev/null)', u'(/usr/bin/csum -h MD5
> /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz 2>/dev/null)',
> u'(/bin/csum -h MD5 /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz
> 2>/dev/null)']
> ----
> output: {'stdout': '', 'stderr': '', 'rc': 255}
>
> Here is what I was trying to run:
>
> - name: Copying Build to local host
>   fetch: src=/var/lib/jenkins/jobs/name_{{ my_environment
> }}/workspace/rel/name.tar.gz dest=/tmp/{{my_environment}}/ flat=yes
> fail_on_missing=yes
>   delegate_to: hostvars[groups['buildservers'][0]]
>
> Basically I was just trying to copy a build from our build server to my
> local box while running the name task.
>
> I even tried to turn off the validate_md5 flag and I still got the same
> error.
>
> FYI I'm using ansible 1.5 with a mac host and a centos source and a rhel
> target.
>
> --
> 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 [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/79aa66cc-e944-4ac4-b247-9d954d932bfa%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/79aa66cc-e944-4ac4-b247-9d954d932bfa%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CA%2BnsWgzWmC%3D87p9RjM-XXuWtaS5D8VewbYyXUugYr1Mp%2BLD%2BSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to