On Mon, Aug 16, 2021 at 12:38 PM francesco--- via Devel <devel@ovirt.org> wrote:
> in a new deployed host (Centos8, oVirt 4.4) with python module 
> ovirt-engine-sdk-python 4.4.15 I was unable to use the Python SDK API. The 
> script hanged in the connection test, with the following strace:

Which script?
What was the output of the script?
Most scripts log to example.log, do you have any clue there?
Some scripts support --debug option to log more info to the log. Did you use it?

If you run strace, use:

    strace -f -tt -T -o output.strace command ...

And share the complete trace.

This will show all threads/child processes and add timestamps and syscalls
elapsed times.

Nir
_______________________________________________
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/77CYNCUVZ2YJ2FQBLHIWPR632ORAUSM5/

Reply via email to