------=_NextPartTM-000-b0110091-50a1-49a9-aa37-5e2b7115ab46
Content-Type: multipart/alternative;
boundary="_000_12EF8D94C6F8734FB2FF37B9FBEDD1735862D3C9EXCHANGEcollogi_"
--_000_12EF8D94C6F8734FB2FF37B9FBEDD1735862D3C9EXCHANGEcollogi_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Von: users-bounces(a)ovirt.org [users-bounces(a)ovirt.org]" im
Auftrag von "M=
arkus Stockhausen [stockhausen(a)collogia.de]
Gesendet: Dienstag, 24. Juni 2014 09:53
An: ovirt-users
Betreff: [ovirt-users] FC20 vdsmd broken after latest yum update
Hi,
after a maintenance of one of our hosts, vdsmd does not start anymore.
Error could be narrowed down to the following command:
[root ~]# /usr/bin/vdsm-tool is-configured
Traceback (most recent call last):
File "/usr/bin/vdsm-tool", line 145, in <module>
sys.exit(main())
File "/usr/bin/vdsm-tool", line 142, in main
return tool_command[cmd]["command"](*args[1:])
File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", li=
ne 251, in isconfigured
if c.getName() in args.modules and not c.isconfigured()
File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", li=
ne 103, in isconfigured
self._exec_libvirt_configure("check_if_configured")
File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", li=
ne 78, in _exec_libvirt_configure
raw=3DTrue,
File "/usr/lib64/python2.7/site-packages/vdsm/utils.py", line 645, in e=
xecCmd
deathSignal=3DdeathSignal, childUmask=3DchildUmask)
File "/usr/lib64/python2.7/site-packages/cpopen/__init__.py", line 50, =
in __init__
stderr=3DPIPE)
File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
TypeError: _execute_child_v275() takes exactly 17 arguments (18 given)
We are on Ovirt 3.4.2. FC20 Hypervisor node is fully patched (as mentione=
d
above).
Any idea what is going wrong?
Markus
Hello,
seems to be a wrong call in /usr/lib64/python2.7/subprocess.py with python-=
libs-2.7.5-12
New coding:
try:
self._execute_child(args, executable, preexec_fn, close_fds,
cwd, env, universal_newlines,
startupinfo, creationflags, shell, to_close=
,
p2cread, p2cwrite,
c2pread, c2pwrite,
errread, errwrite)
Old coding:
try:
self._execute_child(args, executable, preexec_fn, close_fds,
cwd, env, universal_newlines,
startupinfo, creationflags, shell,
p2cread, p2cwrite,
c2pread, c2pwrite,
errread, errwrite)
to_close is a new parameter. Going back to old python & libs version fixed =
it.
Markus
--_000_12EF8D94C6F8734FB2FF37B9FBEDD1735862D3C9EXCHANGEcollogi_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<html dir=3D"ltr">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html;
charset=3Diso-8859-=
1">
<style id=3D"owaParaStyle" type=3D"text/css">=0A=
<!--=0A=
p=0A=
{margin-top:0;=0A=
margin-bottom:0}=0A=
-->=0A=
P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi=3D"0" fpstyle=3D"1">
<div style=3D"direction: ltr;font-family: Tahoma;color: #000000;font-size: =
10pt;"><b>> Von:</b> users-bounces(a)ovirt.org
[users-bounces(a)ovirt.org]&q=
uot; im Auftrag von "Markus Stockhausen [stockhausen(a)collogia.de]<br>
<div style=3D"font-family: Times New Roman; color: #000000; font-size: 16px=
">
<div style=3D"direction: ltr;" id=3D"divRpF868519"><font
color=3D"#000000" =
face=3D"Tahoma" size=3D"2"><b><b>>
</b>Gesendet:</b> Dienstag, 24. Juni 2014 09:53<br>
</font><font color=3D"#000000" face=3D"Tahoma"
size=3D"2"><b><b>> </b>An=
:</b> ovirt-users<br>
</font><font color=3D"#000000" face=3D"Tahoma"
size=3D"2"><b><b>> </b>Be=
treff:</b> [ovirt-users] FC20 vdsmd broken after latest yum update<br>
</font><b>> </b></div>
<div></div>
<div>
<div style=3D"direction:ltr; font-family:Tahoma; color:#000000; font-size:1=
0pt"><b>>
</b>Hi,<br>
<b>> </b><br>
<b>> </b>after a maintenance of one of our hosts, vdsmd does not start
a=
nymore.<br>
<b>> </b>Error could be narrowed down to the following
command:<br>
<b>> </b><br>
<b>> </b>[root ~]# /usr/bin/vdsm-tool is-configured<br>
<b>> </b>Traceback (most recent call last):<br>
<b>> </b> File "/usr/bin/vdsm-tool", line
145, in <mo=
dule><br>
<b>> </b> sys.exit(main())<br>
<b>> </b> File "/usr/bin/vdsm-tool", line
142, in main<b=
r>
<b>> </b> return
tool_command[cmd]["command"=
](*args[1:])<br>
<b>> </b> File
"/usr/lib64/python2.7/site-packages/vdsm/tool/=
configurator.py", line 251, in isconfigured<br>
<b>> </b> if c.getName() in args.modules
and not c.isc=
onfigured()<br>
<b>> </b> File
"/usr/lib64/python2.7/site-packages/vdsm/tool/=
configurator.py", line 103, in isconfigured<br>
<b>> </b>
self._exec_libvirt_configure("check_if_=
configured")<br>
<b>> </b> File
"/usr/lib64/python2.7/site-packages/vdsm/tool/=
configurator.py", line 78, in _exec_libvirt_configure<br>
<b>> </b> raw=3DTrue,<br>
<b>> </b> File
"/usr/lib64/python2.7/site-packages/vdsm/utils=
.py", line 645, in execCmd<br>
<b>> </b> deathSignal=3DdeathSignal,
childUmask=3Dchil=
dUmask)<br>
<b>> </b> File
"/usr/lib64/python2.7/site-packages/cpopen/__i=
nit__.py", line 50, in __init__<br>
<b>> </b> stderr=3DPIPE)<br>
<b>> </b> File
"/usr/lib64/python2.7/subprocess.py", lin=
e 711, in __init__<br>
<b>> </b> errread, errwrite)<br>
<b>> </b>TypeError: _execute_child_v275() takes exactly 17 arguments
(18=
given)<br>
<b>> </b><br>
<b>> </b>We are on Ovirt 3.4.2. FC20 Hypervisor node is fully patched
(a=
s mentioned above).<br>
<b>> </b>Any idea what is going wrong?<br>
<b>> </b><br>
<b>> </b>Markus<br>
<br>
Hello,<br>
<br>
seems to be a wrong call in /usr/lib64/python2.7/subprocess.py with python-=
libs-2.7.5-12<br>
<br>
New coding:<br>
try:<br>
self._ex=
ecute_child(args, executable, preexec_fn, close_fds,<br>
&nb=
sp; =
cwd, env,
universal_newlines,<br>
&nb=
sp; =
startupinfo, creationflags,
shell, to_=
close,<br>
&nb=
sp; =
p2cread, p2cwrite,<br>
&nb=
sp; =
c2pread, c2pwrite,<br>
&nb=
sp; =
errread, errwrite)<br>
Old coding:<br>
try:<br>
self._ex=
ecute_child(args, executable, preexec_fn, close_fds,<br>
&nb=
sp; =
cwd, env,
universal_newlines,<br>
&nb=
sp; =
startupinfo, creationflags,
shell,<br>
&nb=
sp; =
p2cread, p2cwrite,<br>
&nb=
sp; =
c2pread, c2pwrite,<br>
&nb=
sp; =
errread, errwrite)<br>
<br>
to_close is a new parameter. Going back to old python & libs version fi=
xed it.<br>
<br>
Markus<br>
<br>
</div>
</div>
</div>
</div>
</body>
</html>
--_000_12EF8D94C6F8734FB2FF37B9FBEDD1735862D3C9EXCHANGEcollogi_--
------=_NextPartTM-000-b0110091-50a1-49a9-aa37-5e2b7115ab46
Content-Type: text/plain;
name="InterScan_Disclaimer.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="InterScan_Disclaimer.txt"
****************************************************************************
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.
Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln
Vorstand:
Kadir Akin
Dr. Michael Höhnerbach
Vorsitzender des Aufsichtsrates:
Hans Kristian Langva
Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.
Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln
executive board:
Kadir Akin
Dr. Michael Höhnerbach
President of the supervisory board:
Hans Kristian Langva
Registry office: district court Cologne
Register number: HRB 52 497
****************************************************************************
------=_NextPartTM-000-b0110091-50a1-49a9-aa37-5e2b7115ab46--