<div dir="ltr"><div><div>Thanks, this worked:<br><br>sudo yum downgrade jq-1.3-2.el7<br>sudo yum install -y yum-plugin-versionlock<br>sudo yum versionlock add jq<br><br></div>Regards,<br></div>Udi.<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 12, 2015 at 7:19 PM, John Trowbridge <span dir="ltr"><<a href="mailto:trown@redhat.com" target="_blank">trown@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 10/12/2015 12:04 PM, Udi Kalifon wrote:<br>
> I reprovisioned the machine, started over, and got the same error... So<br>
> cleaning up everything didn't help. Is there a way for me to apply the<br>
> needed patches and not wait for the new jq ?<br>
><br>
<br>
</span>It is actually old jq that you want. So you can downgrade jq to below<br>
1.5 and then versionlock it so that yum update will not touch it:<br>
<br>
sudo yum install -y yum-plugin-versionlock<br>
sudo yum versionlock add jq<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
> Thanks,<br>
> Udi.<br>
><br>
> On Mon, Oct 12, 2015 at 6:46 PM, John Trowbridge <<a href="mailto:trown@redhat.com">trown@redhat.com</a>> wrote:<br>
><br>
>><br>
>><br>
>> On 10/12/2015 11:06 AM, Wesley Hayutin wrote:<br>
>>> Several folks have been hitting this.<br>
>>> You most likely have a version of the rpm jq on the box that is not<br>
>>> compatible with rdo-manager<br>
>>> yum remove jq on the baremetal virtual host, clean up any other install<br>
>>> artifacts and restart.<br>
>>><br>
>><br>
>> Indeed, this is an issue with jq 1.5. There is a fix to tripleo for this<br>
>> [1], but it is blocked by tripleoci being unable to build the<br>
>> openstack-tripleo package. Once the revert [2] merges we should be good<br>
>> to get the jq 1.5 patch to pass CI.<br>
>><br>
>> [1] <a href="https://review.openstack.org/#/c/228034" rel="noreferrer" target="_blank">https://review.openstack.org/#/c/228034</a><br>
>> [2] <a href="https://review.openstack.org/#/c/233686" rel="noreferrer" target="_blank">https://review.openstack.org/#/c/233686</a><br>
>><br>
>>> On Mon, Oct 12, 2015 at 10:57 AM, Udi Kalifon <<a href="mailto:ukalifon@redhat.com">ukalifon@redhat.com</a>><br>
>> wrote:<br>
>>><br>
>>>> Hello,<br>
>>>><br>
>>>> We are encountering an error during instack-virt-setup:<br>
>>>><br>
>>>> ++ sudo virsh net-list --all --persistent<br>
>>>> ++ grep default<br>
>>>> ++ awk 'BEGIN{OFS=":";} {print $2,$3}'<br>
>>>> + default_net=active:yes<br>
>>>> + state=active<br>
>>>> + autostart=yes<br>
>>>> + '[' active '!=' active ']'<br>
>>>> + '[' yes '!=' yes ']'<br>
>>>> Domain seed has been undefined<br>
>>>><br>
>>>><br>
>>>> seed VM not running<br>
>>>><br>
>>>> seed VM not defined<br>
>>>> Created machine seed with UUID f59eb2f0-c7ac-429e-950c-df2fd4b6f301<br>
>>>> Seed VM created with MAC 52:54:00:05:af:0f<br>
>>>> parse error: Invalid string: control characters from U+0000 through<br>
>> U+001F<br>
>>>> must be escaped at line 32, column 30<br>
>>>><br>
>>>> Any ideas? I don't know which file causes this parse error, it's not the<br>
>>>> instack-virt-setup.<br>
>>>><br>
>>>> Thanks.<br>
>>>><br>
>>>> _______________________________________________<br>
>>>> Rdo-list mailing list<br>
>>>> <a href="mailto:Rdo-list@redhat.com">Rdo-list@redhat.com</a><br>
>>>> <a href="https://www.redhat.com/mailman/listinfo/rdo-list" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/rdo-list</a><br>
>>>><br>
>>>> To unsubscribe: <a href="mailto:rdo-list-unsubscribe@redhat.com">rdo-list-unsubscribe@redhat.com</a><br>
>>>><br>
>>><br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> Rdo-list mailing list<br>
>>> <a href="mailto:Rdo-list@redhat.com">Rdo-list@redhat.com</a><br>
>>> <a href="https://www.redhat.com/mailman/listinfo/rdo-list" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/rdo-list</a><br>
>>><br>
>>> To unsubscribe: <a href="mailto:rdo-list-unsubscribe@redhat.com">rdo-list-unsubscribe@redhat.com</a><br>
>>><br>
>><br>
><br>
</div></div></blockquote></div><br></div>