Displaying 5 results from an estimated 5 matches for "addhardware".
2015 Mar 17
1
KVM guest not running but cannot stop either
...s device could not be attached to the running machine. Would you
like to make the device available after the next guest shutdown?
Requested operation is not valid: cannot do live update a device on
inactive domain
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/addhardware.py", line
1095, in add_device
self.vm.attach_device(self._dev)
File "/usr/share/virt-manager/virtManager/domain.py", line 756, in
attach_device
self._backend.attachDevice(devxml)
File "/usr/lib64/python2.6/site-packages/libvirt.py", line 403, in
attachDevice...
2020 Jan 18
3
USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
...n
error: failed to load cgroup BPF prog: Operation not permitted
virt-manager returns basically the same error, but for completeness'
sake, here it is:
failed to load cgroup BPF prog: Operation not permitted
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/addhardware.py", line 1327, in _add_device
self.vm.attach_device(dev)
File "/usr/share/virt-manager/virtManager/object/domain.py", line 920, in attach_device
self._backend.attachDevice(devxml)
File "/usr/lib/python3.8/site-packages/libvirt.py", line 590, in attachDevice...
2012 Jan 31
3
Setting up serial ports on kvm guests
...Port: 0xd050, IRQ: 17
But, in virt-manage, when I try to add a serial device to
the guest as the physical character device /dev/ttyS1 I
get this error and the device is not added.
XML error: unknown device type
Traceback (most recent call last):
File
"/usr/share/virt-manager/virtManager/addhardware.py",
line 1026, in add_device
self.vm.attach_device(self._dev)
File "/usr/share/virt-manager/virtManager/domain.py",
line 698, in attach_device
self._backend.attachDevice(devxml)
File "/usr/lib64/python2.6/site-packages/libvirt.py",
line 400, in attachDevice...
2020 Jan 21
0
Re: USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
...sically the same error, but for completeness'
> > > sake, here it is:
> > >
> > > failed to load cgroup BPF prog: Operation not permitted
> > >
> > > Traceback (most recent call last):
> > > File "/usr/share/virt-manager/virtManager/addhardware.py", line 1327, in _add_device
> > > self.vm.attach_device(dev)
> > > File "/usr/share/virt-manager/virtManager/object/domain.py", line 920, in attach_device
> > > self._backend.attachDevice(devxml)
> > > File "/usr/lib/python3.8/s...
2020 Jan 21
2
Re: USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
...r completeness'
> > > > sake, here it is:
> > > >
> > > > failed to load cgroup BPF prog: Operation not permitted
> > > >
> > > > Traceback (most recent call last):
> > > > File "/usr/share/virt-manager/virtManager/addhardware.py", line 1327, in _add_device
> > > > self.vm.attach_device(dev)
> > > > File "/usr/share/virt-manager/virtManager/object/domain.py", line 920, in attach_device
> > > > self._backend.attachDevice(devxml)
> > > > File "...