Displaying 2 results from an estimated 2 matches for "dtxrfn".
Did you mean:
ctorfn
2018 Nov 19
2
[PATCH] common/mltools: Add a debug statement when we try to run a non-existent program.
...x -i disk fedora-28.img -o openstack -oo server-id=foo
virt-v2v: libguestfs 1.39.11fedora=29,release=1.fc29,libvirt (x86_64)
libvirt version: 4.5.0
virt-v2v: error: openstack: precheck failed, there may be a problem with
authentication, see earlier error messages
rm -rf '/var/tmp/null.dTxRFN'
Notice there is no "earlier error message".
After this commit the error changes to:
openstack: executable not found
virt-v2v: error: openstack: precheck failed, there may be a problem with
authentication, see earlier error messages
---
common/mltools/tools_utils.ml | 8 ++++...
2018 Nov 20
0
Re: [PATCH] common/mltools: Add a debug statement when we try to run a non-existent program.
...o openstack -oo server-id=foo
> virt-v2v: libguestfs 1.39.11fedora=29,release=1.fc29,libvirt (x86_64)
> libvirt version: 4.5.0
> virt-v2v: error: openstack: precheck failed, there may be a problem with
> authentication, see earlier error messages
> rm -rf '/var/tmp/null.dTxRFN'
>
> Notice there is no "earlier error message".
>
> After this commit the error changes to:
>
> openstack: executable not found
> virt-v2v: error: openstack: precheck failed, there may be a problem with
> authentication, see earlier error messages
>...