Displaying 5 results from an estimated 5 matches for "libvirt_driver_nodedev".
2013 Nov 12
0
newer libvirt version issues
...virDriverLoadModule:78 : failed to load module
/usr/lib64/libvirt/connection-driver/libvirt_driver_storage.so
/usr/lib64/libvirt/connection-driver/libvirt_driver_storage.so:
undefined symbol: virAsprintf
error : virDriverLoadModule:78 : failed to load module
/usr/lib64/libvirt/connection-driver/libvirt_driver_nodedev.so
/usr/lib64/libvirt/connection-driver/libvirt_driver_nodedev.so:
undefined symbol: virNodeDeviceList
31677: error : virDriverLoadModule:78 : failed to load module
/usr/lib64/libvirt/connection-driver/libvirt_driver_secret.so
/usr/lib64/libvirt/connection-driver/libvirt_driver_secret.so: undef...
2018 Jan 17
1
Re: Could not destroy domain, current job is remoteDispatchConnectGetAllDomainStats
...rom /lib64/libc.so.6
Thread 17 (Thread 0x7fd3967fc700 (LWP 2858)):
#0 0x00007fd3bbc1f746 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007fd3bc5b3016 in virCondWait () from /usr/lib64/libvirt.so.0
#2 0x00007fd3a6589a20 in ?? () from
/usr/lib64/libvirt/connection-driver/libvirt_driver_nodedev.so
#3 0x00007fd3bc5b2de2 in ?? () from /usr/lib64/libvirt.so.0
#4 0x00007fd3bbc186b3 in start_thread () from /lib64/libpthread.so.0
#5 0x00007fd3bb94c76f in clone () from /lib64/libc.so.6
Thread 16 (Thread 0x7fd3977fe700 (LWP 2854)):
#0 0x00007fd3bbc1f746 in pthread_cond_wait@@GLIBC_2.3.2 () f...
2014 Aug 26
2
Compile error on centos 7 : undefined reference to `virConnectNetworkEventRegisterAnyCheckACL'
...0:54 journal: failed to load module
/usr/lib/libvirt/connection-driver/libvirt_driver_storage.so
/usr/lib/libvirt/connection-driver/libvirt
_driver_storage.so: undefined symbol: virConnectListAllStoragePoolsCheckACL
Aug 25 19:00:54 journal: failed to load module
/usr/lib/libvirt/connection-driver/libvirt_driver_nodedev.so
/usr/lib/libvirt/connection-driver/libvirt
_driver_nodedev.so: undefined symbol: virConnectListAllNodeDevicesCheckACL
Aug 25 19:00:54 journal: failed to load module
/usr/lib/libvirt/connection-driver/libvirt_driver_secret.so
/usr/lib/libvirt/connection-driver/libvirt_
driver_secret.so: undefine...
2018 Jan 17
4
Could not destroy domain, current job is remoteDispatchConnectGetAllDomainStats
Hello libvirt-users list,
We're catching the same bug since 3.4.0 version (3.3.0 works OK).
So, we have process that is permanently connected to libvirtd via socket
and it is collecting stats, listening to events and control the VPSes.
When we try to 'shutdown' a number of VPSes we often catch the bug. One of
VPSes sticks in 'in shutdown' state, no related 'qemu'
2019 Feb 04
2
Installing libvirt and Xen on Red Hat 7.5
...usr/lib64/libvirt/connection-driver/
total 2664
-rwxr-xr-x 1 root root 115976 Jun 5 2018 libvirt_driver_interface.so
-rwxr-xr-x 1 root root 292008 Jun 5 2018 libvirt_driver_lxc.so
-rwxr-xr-x 1 root root 169424 Jun 5 2018 libvirt_driver_network.so
-rwxr-xr-x 1 root root 119720 Jun 5 2018 libvirt_driver_nodedev.so
-rwxr-xr-x 1 root root 174216 Jun 5 2018 libvirt_driver_nwfilter.so
-rwxr-xr-x 1 root root 1545344 Jun 5 2018 libvirt_driver_qemu.so
-rwxr-xr-x 1 root root 86616 Jun 5 2018 libvirt_driver_secret.so
-rwxr-xr-x 1 root root 202568 Jun 5 2018 libvirt_driver_storage.so
But I couldn'...