Yet another bad release from upstream (https://github.com/ansible/ansible/issues/24035). The gist is that if become_method=su and become=true then Ansible will fail to escalate and return a ERROR[Timeout (12s) waiting for privilege escalation prompt: ]
Yet another bad release from upstream (https://github.com/ansible/ansible/issues/24035). The gist is that if become_method=su and become=true then Ansible will fail to escalate and return a ERROR[Timeout (12s) waiting for privilege escalation prompt: ]
This ansible version is buggy https://github.com/ansible/ansible/issues/23016
Also hitting the https://github.com/ansible/ansible/issues/23016 bug.
works for me and solves #1364609
works for me and solves #1364609
working for me. Upstream problem seems to be fixed as hilighting >>> if "!abcdefghijklmnop!" equ "" echo hi <<< no longer hangs
working for me.
Verified. This solves the 'unknown encoding: binary' issue.
Verified. This solves the 'unknown encoding: binary' issue
Verified. This solves the 'unknown encoding: binary'
mysqllvm is working as expected. I can no longer reproduce the 'unknown encoding: binary' error.
mysqldump is working as expected.
working as expected
Working for me. No problem detecting DV(format)/DV(video) ; MPEG-4(format)/JPEG(Video)/QuickTime TC ; JPEG(format-raw)
working fine for me
working.
[tester@fedora23 ~]$ nova help network-list
usage: nova network-list
List networks
[tester@fedora23 ~]$ nova network-list 2> /dev/null
+--------------------------------------+---------+------+
| ID | Label | CIDR |
+--------------------------------------+---------+------+
| 00000000-0000-0000-0000-000000000000 | public | |
| 11111111-1111-1111-1111-111111111111 | private | |
+--------------------------------------+---------+------+
[tester@fedora23 ~]$ nova help network-create
usage: nova network-create <network_label> <cidr>
Create a network
Positional arguments:
<network_label> Network label (ex. my_new_network)
<cidr> IP block to allocate from (ex. 172.16.0.0/24 or
2001:DB8::/64)
[tester@fedora23 ~]$ nova network-create test23 172.16.23.0/24 2> /dev/null
+----------+--------------------------------------+
| Property | Value |
+----------+--------------------------------------+
| cidr | 172.16.23.0/24 |
| id | 3baca11a-6a5e-4394-9d6e-8b9dec6501d5 |
| label | test23 |
+----------+--------------------------------------+
[tester@fedora23 ~]$ nova network-list 2> /dev/null
+--------------------------------------+---------+----------------+
| ID | Label | CIDR |
+--------------------------------------+---------+----------------+
| 00000000-0000-0000-0000-000000000000 | public | |
| 11111111-1111-1111-1111-111111111111 | private | |
| 3baca11a-6a5e-4394-9d6e-8b9dec6501d5 | test23 | 172.16.23.0/24 |
+--------------------------------------+---------+----------------+
[tester@fedora23 ~]$ nova help network-show
usage: nova network-show <network_id>
Show a network
Positional arguments:
<network_id> ID of network
[tester@fedora23 ~]$ nova network-show 3baca11a-6a5e-4394-9d6e-8b9dec6501d5 2> /dev/null
+----------+--------------------------------------+
| Property | Value |
+----------+--------------------------------------+
| cidr | 172.16.23.0/24 |
| id | 3baca11a-6a5e-4394-9d6e-8b9dec6501d5 |
| label | test23 |
+----------+--------------------------------------+
[tester@fedora23 ~]$ nova help network-delete
usage: nova network-delete <network_id>
Delete a network
Positional arguments:
<network_id> ID of network
[tester@fedora23 ~]$ nova network-delete 3baca11a-6a5e-4394-9d6e-8b9dec6501d5 2> /dev/null
[tester@fedora23 ~]$ nova network-list 2> /dev/null
+--------------------------------------+---------+------+
| ID | Label | CIDR |
+--------------------------------------+---------+------+
| 00000000-0000-0000-0000-000000000000 | public | |
| 11111111-1111-1111-1111-111111111111 | private | |
+--------------------------------------+---------+------+
^^^
works.
[tester@fedora22 ~]$ nova network-list 2> /dev/null
+--------------------------------------+---------+------+
| ID | Label | CIDR |
+--------------------------------------+---------+------+
| 00000000-0000-0000-0000-000000000000 | public | |
| 11111111-1111-1111-1111-111111111111 | private | |
+--------------------------------------+---------+------+
[tester@fedora22 ~]$ nova help network-create 2> /dev/null
usage: nova network-create <network_label> <cidr>
Create a network
Positional arguments:
<network_label> Network label (ex. my_new_network)
<cidr> IP block to allocate from (ex. 172.16.0.0/24 or
2001:DB8::/64)
[tester@fedora22 ~]$ nova network-create test22 172.16.22.0/24 2> /dev/null
+----------+--------------------------------------+
| Property | Value |
+----------+--------------------------------------+
| cidr | 172.16.22.0/24 |
| id | 180cb7f8-c137-4e04-b3f9-e66bac4e86ce |
| label | test22 |
+----------+--------------------------------------+
[tester@fedora22 ~]$ nova network-list 2> /dev/null
+--------------------------------------+---------+----------------+
| ID | Label | CIDR |
+--------------------------------------+---------+----------------+
| 00000000-0000-0000-0000-000000000000 | public | |
| 11111111-1111-1111-1111-111111111111 | private | |
| 180cb7f8-c137-4e04-b3f9-e66bac4e86ce | test22 | 172.16.22.0/24 |
+--------------------------------------+---------+----------------+
[tester@fedora22 ~]$ nova network-show 180cb7f8-c137-4e04-b3f9-e66bac4e86ce 2> /dev/null
+----------+--------------------------------------+
| Property | Value |
+----------+--------------------------------------+
| cidr | 172.16.22.0/24 |
| id | 180cb7f8-c137-4e04-b3f9-e66bac4e86ce |
| label | test22 |
+----------+--------------------------------------+
[tester@fedora22 ~]$ nova network-delete 180cb7f8-c137-4e04-b3f9-e66bac4e86ce 2> /dev/null
[tester@fedora22 ~]$ nova network-list 2> /dev/null
+--------------------------------------+---------+------+
| ID | Label | CIDR |
+--------------------------------------+---------+------+
| 00000000-0000-0000-0000-000000000000 | public | |
| 11111111-1111-1111-1111-111111111111 | private | |
+--------------------------------------+---------+------+
Works as expected and it fixes the errors described on the bug reports.