Displaying 6 results from an estimated 6 matches for "cpopen".
Did you mean:
popen
2016 Mar 30
2
virt-v2v become zombie via python cpopen on error
...method,
I am pretty sure that its not virt-v2v problem because when I run it from the
shell virt-v2v exit with an error, still maybe someone have an idea....
I wrote a small python script that encounter the problem:
----------------------------------------------------------------------------
from cpopen import CPopen
env = {'LIBGUESTFS_BACKEND': 'direct'}
cmd = ['/usr/bin/virt-v2v', '-ic',
'vpx://....', '-o',
'local', '-os', '/tmp', '-of', 'raw', '-oa', 'sparse',
'--pas...
2016 Mar 30
2
Re: virt-v2v become zombie via python cpopen on error
...because when I run it from the
>> shell virt-v2v exit with an error, still maybe someone have an idea....
>>
>> I wrote a small python script that encounter the problem:
>>
>> ----------------------------------------------------------------------------
>> from cpopen import CPopen
>>
>> env = {'LIBGUESTFS_BACKEND': 'direct'}
>> cmd = ['/usr/bin/virt-v2v', '-ic',
>> 'vpx://....', '-o',
>> 'local', '-os', '/tmp', '-of', 'raw', '-o...
2016 Mar 30
2
Re: [ovirt-devel] virt-v2v become zombie via python cpopen on error
...ell virt-v2v exit with an error, still maybe someone have an idea....
> >>>
> >>> I wrote a small python script that encounter the problem:
> >>>
> >>> ----------------------------------------------------------------------------
> >>> from cpopen import CPopen
> >>>
> >>> env = {'LIBGUESTFS_BACKEND': 'direct'}
> >>> cmd = ['/usr/bin/virt-v2v', '-ic',
> >>> 'vpx://....', '-o',
> >>> 'local', '-os', '/tmp...
2016 Mar 30
0
Re: [ovirt-devel] virt-v2v become zombie via python cpopen on error
...th an error, still maybe someone have an idea....
>> >>>
>> >>> I wrote a small python script that encounter the problem:
>> >>>
>> >>> ----------------------------------------------------------------------------
>> >>> from cpopen import CPopen
>> >>>
>> >>> env = {'LIBGUESTFS_BACKEND': 'direct'}
>> >>> cmd = ['/usr/bin/virt-v2v', '-ic',
>> >>> 'vpx://....', '-o',
>> >>> 'local', '...
2016 Mar 30
0
Re: [ovirt-devel] virt-v2v become zombie via python cpopen on error
...from the
>>> shell virt-v2v exit with an error, still maybe someone have an idea....
>>>
>>> I wrote a small python script that encounter the problem:
>>>
>>> ----------------------------------------------------------------------------
>>> from cpopen import CPopen
>>>
>>> env = {'LIBGUESTFS_BACKEND': 'direct'}
>>> cmd = ['/usr/bin/virt-v2v', '-ic',
>>> 'vpx://....', '-o',
>>> 'local', '-os', '/tmp', '-of', ...
2016 Mar 30
0
Re: virt-v2v become zombie via python cpopen on error
...its not virt-v2v problem because when I run it from the
> shell virt-v2v exit with an error, still maybe someone have an idea....
>
> I wrote a small python script that encounter the problem:
>
> ----------------------------------------------------------------------------
> from cpopen import CPopen
>
> env = {'LIBGUESTFS_BACKEND': 'direct'}
> cmd = ['/usr/bin/virt-v2v', '-ic',
> 'vpx://....', '-o',
> 'local', '-os', '/tmp', '-of', 'raw', '-oa', 'spars...