Displaying 7 results from an estimated 7 matches for "node_device".
Did you mean:
nbd_device
2020 Sep 28
1
Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'
...get udev device for syspath '/sys/devices/virtual/dmi/id' or '/sys/class/dmi/id'
error : daemonRunStateInit:799 : Driver state initialization failed
The relevant function udevGetDMIData in libvirt:
https://github.com/libvirt/libvirt/blob/cb09344a2cccc0cc9bcefa3cb53d7af45ba92631/src/node_device/node_device_udev.c#L1726
I don't understand what's happening, as this initialization failure only happens when I boot on the Xen kernel.
Also, the /sys/class/dmi* paths are not exposed on Xen.
Note: Running on Xen 4.12.1
Any ideas ?
Thanks !
2018 Oct 02
1
Libvirt 4.2.0 hang on destination on live migration cancel
.../lib64/libc.so.6
Thread 2 (Thread 0x2ae64dec8700 (LWP 15632)):
#0 0x00002ae63d97ed0d in recvmsg () from /lib64/libpthread.so.0
#1 0x00002ae63e9caef0 in udev_monitor_receive_device () from
/lib64/libudev.so.0
#2 0x00002ae64be26864 in udevEventHandleThread (opaque=<value optimized
out>) at node_device/node_device_udev.c:1623
#3 0x00002ae63b2c0075 in virThreadHelper (data=<value optimized out>) at
util/virthread.c:206
---Type <return> to continue, or q <return> to quit---
#4 0x00002ae63d977aa1 in start_thread () from /lib64/libpthread.so.0
#5 0x00002ae63e4d893d in clone () fr...
2018 Jun 13
0
"virsh" list
...ead_cond_wait@@GLIBC_2.3.2 ()
at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007fcf4e17ee36 in virCondWait (c=c@entry=0x7fcf3400cc90,
m=m@entry=0x7fcf3400cc50) at util/virthread.c:154
#2 0x00007fcf405498a0 in udevEventHandleThread (opaque=<optimized out>)
at node_device/node_device_udev.c:1606
#3 0x00007fcf4e17ec02 in virThreadHelper (data=<optimized out>)
at util/virthread.c:206
#4 0x00007fcf4ca26494 in start_thread (arg=0x7fcf3a4e8700)
at pthread_create.c:333
#5 0x00007fcf4c768acf in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97...
2017 Dec 22
2
Re: [BUG] Not exiting media forced a promptly close of libvirt 3.10
...() from
/lib64/libpthread.so.0
No symbol table info available.
#1 0x00007f0d5892176a in virCondWait (c=c@entry=0x7f0d40017a20,
m=m@entry=0x7f0d400179e0) at util/virthread.c:154
ret = <optimized out>
#2 0x00007f0d4bebb5e8 in udevEventHandleThread (opaque=<optimized out>)
at node_device/node_device_udev.c:1729
priv = 0x7f0d400179d0
device = <optimized out>
__FUNCTION__ = "udevEventHandleThread"
#3 0x00007f0d589212b2 in virThreadHelper (data=<optimized out>) at
util/virthread.c:206
args = 0x0
local = {func = 0x7f0...
2010 Jul 05
0
Release of libvirt-0.8.2
...e (Daniel P. Berrange)
- Fix handling of disk backing stores with cgroups (Daniel P. Berrange)
- Fix possible crash in handling IO Error event (Daniel P. Berrange)
- Fix monitor ref counting when adding event handle (Jiri Denemark)
- Remove watches before calling REMOTE_PROC_CLOSE (Jiri Denemark)
- node_device: udev: Fix PCI product/vendor swappage (Cole Robinson)
- virsh: schedinfo --set invalid=value would simply ignore the option (Jim Meyering)
- Remove unused nwfilter field from struct remote_error (Matthew Booth)
- util: fix va_start usage bug (Eric Blake)
- Don't wipe generated iface target in...
2017 Dec 22
2
[BUG] Not exiting media forced a promptly close of libvirt 3.10
Hello,
In the .xml file I use a media which is no longer available.
In the past, I got the information media not available and the
creation of the VM was stopped - O.k. behavior.
Since 3.10 the libvirtd stopped promptly and all open
consoles windows and the virt-manager closed promptly.
For diagnose:
etcsvms1:/kvm/CS8200/M5 # coredumpctl
TIME PID UID GID SIG
2011 Jun 06
0
Release of libvirt-0.9.2
...tion (Daniel P. Berrange)
- Ensure we always read a full buffer in tunnelled migration (Daniel P. Berrange)
- phyp: avoid a crash (Eric Blake)
- stream: avoid use-after-free (Eric Blake)
- virsh: Fix uninitialized variable warning (Matthias Bolte)
- libxl: fix typos in previous patch (Eric Blake)
- node_device: avoid null dereference on error (Eric Blake)
- tests: avoid crash when run under gcov (Eric Blake)
- Fix two uninitialized variable warnings (Matthias Bolte)
- apparmor: Fix uninitalized variable warning in virt-aa-helper (Matthias Bolte)
- Fix qemuMigrationToFile nonull annotation (Daniel P. Berr...