Re: [ovirt-users] FC20 vdsmd broken after latest yum update

2014-06-25 Thread Dan Kenigsberg
On Tue, Jun 24, 2014 at 07:00:17PM +, Markus Stockhausen wrote:
  Von: Bob Doolittle [b...@doolittle.us.com]
  Gesendet: Dienstag, 24. Juni 2014 15:56
  An: Dan Kenigsberg; Markus Stockhausen
  Cc: ovirt-users
  Betreff: Re: [ovirt-users] FC20 vdsmd broken after latest yum update
  
  Is there a bugID that can be tracked?
 
 Hopefully opened correctly:  
 https://bugzilla.redhat.com/show_bug.cgi?id=1112830

Thanks. I've closed it, as Douglas reports that he has built
python-cpopen-1.3-3.fc20 with a fix. Please reopen if it's still buggy.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] FC20 vdsmd broken after latest yum update

2014-06-25 Thread Markus Stockhausen
Hello,

having no Fedora account a cannot give positive karma. So feedback this way:

- Installed python + libs 2.7.5-12 and python-cpopen 1.3-3
- started VDSM 
- host activated
- VM migrated to host and back
- host put into mainteneance mode

Everything without errors. So looks fine up to now.

Markus

Von: Douglas Schilling Landgraf [dougsl...@redhat.com]
Gesendet: Dienstag, 24. Juni 2014 23:23
An: Dan Kenigsberg; Markus Stockhausen
Cc: ovirt-users
Betreff: Re: [ovirt-users] FC20 vdsmd broken after latest yum update

On 06/24/2014 04:35 AM, Dan Kenigsberg wrote:
 On Tue, Jun 24, 2014 at 07:53:13AM +, Markus Stockhausen wrote:
 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, line 
 251, in isconfigured
  if c.getName() in args.modules and not c.isconfigured()
File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
 103, in isconfigured
  self._exec_libvirt_configure(check_if_configured)
File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
 78, in _exec_libvirt_configure
  raw=True,
File /usr/lib64/python2.7/site-packages/vdsm/utils.py, line 645, in 
 execCmd
  deathSignal=deathSignal, childUmask=childUmask)
File /usr/lib64/python2.7/site-packages/cpopen/__init__.py, line 50, in 
 __init__
  stderr=PIPE)
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 mentioned 
 above).
 Any idea what is going wrong?

 Francesco knows, and he has posted a fix to cpopen yesterday
 (posted to the devel list under the subject F20 python 2.7.5-12 breaks
 cpopen).

 I hope Yaniv releases a quick fix. Until then, either fix cpopen locally
 or downgrade python.

Hi,

I have build the last python-cpopen available which includes the fix.

If possible please test and give karma to it so we can move to stable as
soon as possible.

python-cpopen-1.3-3.fc20 for Fedora 20
https://admin.fedoraproject.org/updates/python-cpopen-1.3-3.fc20

Thanks!

--
Cheers
Douglas

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


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] FC20 vdsmd broken after latest yum update

2014-06-25 Thread Douglas Schilling Landgraf

On 06/25/2014 04:06 PM, Markus Stockhausen wrote:

Hello,

having no Fedora account a cannot give positive karma. So feedback this way:

- Installed python + libs 2.7.5-12 and python-cpopen 1.3-3
- started VDSM
- host activated
- VM migrated to host and back
- host put into mainteneance mode

Everything without errors. So looks fine up to now.


Thanks for the feedback Markus! Looking forward to receive the karmas 
and push it to stable branch in Fedora asap.


--
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] FC20 vdsmd broken after latest yum update

2014-06-24 Thread Markus Stockhausen
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, line 
251, in isconfigured
if c.getName() in args.modules and not c.isconfigured()
  File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
103, in isconfigured
self._exec_libvirt_configure(check_if_configured)
  File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 78, 
in _exec_libvirt_configure
raw=True,
  File /usr/lib64/python2.7/site-packages/vdsm/utils.py, line 645, in execCmd
deathSignal=deathSignal, childUmask=childUmask)
  File /usr/lib64/python2.7/site-packages/cpopen/__init__.py, line 50, in 
__init__
stderr=PIPE)
  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 mentioned 
above).
Any idea what is going wrong?

Markus


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


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] FC20 vdsmd broken after latest yum update

2014-06-24 Thread Markus Stockhausen
 Von: users-boun...@ovirt.org [users-boun...@ovirt.org] im Auftrag von 
 Markus Stockhausen [stockhau...@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, line 
 251, in isconfigured
 if c.getName() in args.modules and not c.isconfigured()
   File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
 103, in isconfigured
 self._exec_libvirt_configure(check_if_configured)
   File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
 78, in _exec_libvirt_configure
 raw=True,
   File /usr/lib64/python2.7/site-packages/vdsm/utils.py, line 645, in 
 execCmd
 deathSignal=deathSignal, childUmask=childUmask)
   File /usr/lib64/python2.7/site-packages/cpopen/__init__.py, line 50, in 
 __init__
 stderr=PIPE)
   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 mentioned 
 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


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


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] FC20 vdsmd broken after latest yum update

2014-06-24 Thread Dan Kenigsberg
On Tue, Jun 24, 2014 at 07:53:13AM +, Markus Stockhausen wrote:
 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, line 
 251, in isconfigured
 if c.getName() in args.modules and not c.isconfigured()
   File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
 103, in isconfigured
 self._exec_libvirt_configure(check_if_configured)
   File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
 78, in _exec_libvirt_configure
 raw=True,
   File /usr/lib64/python2.7/site-packages/vdsm/utils.py, line 645, in 
 execCmd
 deathSignal=deathSignal, childUmask=childUmask)
   File /usr/lib64/python2.7/site-packages/cpopen/__init__.py, line 50, in 
 __init__
 stderr=PIPE)
   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 mentioned 
 above).
 Any idea what is going wrong?

Francesco knows, and he has posted a fix to cpopen yesterday
(posted to the devel list under the subject F20 python 2.7.5-12 breaks
cpopen).

I hope Yaniv releases a quick fix. Until then, either fix cpopen locally
or downgrade python.

Regards,
Dan.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] FC20 vdsmd broken after latest yum update

2014-06-24 Thread Bob Doolittle

Is there a bugID that can be tracked?

On 06/24/2014 04:35 AM, Dan Kenigsberg wrote:

On Tue, Jun 24, 2014 at 07:53:13AM +, Markus Stockhausen wrote:

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, line 
251, in isconfigured
 if c.getName() in args.modules and not c.isconfigured()
   File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
103, in isconfigured
 self._exec_libvirt_configure(check_if_configured)
   File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
78, in _exec_libvirt_configure
 raw=True,
   File /usr/lib64/python2.7/site-packages/vdsm/utils.py, line 645, in execCmd
 deathSignal=deathSignal, childUmask=childUmask)
   File /usr/lib64/python2.7/site-packages/cpopen/__init__.py, line 50, in 
__init__
 stderr=PIPE)
   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 mentioned 
above).
Any idea what is going wrong?

Francesco knows, and he has posted a fix to cpopen yesterday
(posted to the devel list under the subject F20 python 2.7.5-12 breaks
cpopen).

I hope Yaniv releases a quick fix. Until then, either fix cpopen locally
or downgrade python.

Regards,
Dan.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] FC20 vdsmd broken after latest yum update

2014-06-24 Thread Douglas Schilling Landgraf

On 06/24/2014 04:35 AM, Dan Kenigsberg wrote:

On Tue, Jun 24, 2014 at 07:53:13AM +, Markus Stockhausen wrote:

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, line 
251, in isconfigured
 if c.getName() in args.modules and not c.isconfigured()
   File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
103, in isconfigured
 self._exec_libvirt_configure(check_if_configured)
   File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
78, in _exec_libvirt_configure
 raw=True,
   File /usr/lib64/python2.7/site-packages/vdsm/utils.py, line 645, in execCmd
 deathSignal=deathSignal, childUmask=childUmask)
   File /usr/lib64/python2.7/site-packages/cpopen/__init__.py, line 50, in 
__init__
 stderr=PIPE)
   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 mentioned 
above).
Any idea what is going wrong?


Francesco knows, and he has posted a fix to cpopen yesterday
(posted to the devel list under the subject F20 python 2.7.5-12 breaks
cpopen).

I hope Yaniv releases a quick fix. Until then, either fix cpopen locally
or downgrade python.


Hi,

I have build the last python-cpopen available which includes the fix.

If possible please test and give karma to it so we can move to stable as 
soon as possible.


python-cpopen-1.3-3.fc20 for Fedora 20
https://admin.fedoraproject.org/updates/python-cpopen-1.3-3.fc20

Thanks!

--
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users