search for: device_hotplug_child_death_cb

Displaying 3 results from an estimated 3 matches for "device_hotplug_child_death_cb".

2016 Apr 05
1
Xen custom vifname
...OS - 4.6.1 Open vSwitch When i specify custom name of the domU NIC than it refues to start vif = [ 'vifname=vNIC1' ] libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: /etc/xen/scripts/vif-openvswitch online [10168] exited with error status 1 libxl: error: libxl_device.c:1084:device_hotplug_child_death_cb: script: ip link set vif38.0 name vNIC1 failed libxl: error: libxl_create.c:1381:domcreate_attach_vtpms: unable to add nic devices libxl: error: libxl.c:1591:libxl__destroy_domid: non-existant domain 38 libxl: error: libxl.c:1549:domain_destroy_callback: unable to destroy guest with domid 38 libxl:...
2012 Dec 24
3
vif-route issue with HVM domU only
...CATION: 4KB PAGES: 0x0000000000000200 2MB PAGES: 0x00000000000000f5 1GB PAGES: 0x0000000000000000 online type_if=vif add type_if=tap libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: /etc/xen/scripts/vif-route add [22326] exited with error status 1 libxl: error: libxl_device.c:979:device_hotplug_child_death_cb: script: /etc/xen/scripts/vif-route failed; error detected. libxl: error: libxl_create.c:1097:domcreate_attach_pci: unable to add nic devices offline type_if=vif remove type_if=tap libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: /etc/xen/scripts/vif-route remove [22432] exited with er...
2025 May 24
0
Bug#1106420: xen-utils-common: block-iscsi script doesn't work when iqn is a prefix of an existing iqn
Package: xen-utils-common Version: 4.17.5+23-ga4e5191dc0-1+deb12u1 Severity: normal two issues with block-iscsi 1. If the iqn that is being used as a disk device is a prefix of an existing in use iqn then xl create will fail with libxl: error: libxl_device.c:1337:device_hotplug_child_death_cb: script: Device already opened My fix is to match a space before and after the iqn. iscsiadm -m session | grep ' iqn.xen17:trixie17 ' tcp: [32] [fd01:8b0:bfcd:100:230:18ff:fe08:5ad6]:3260,1 iqn.xen17:trixie17 (non-flash) Without the trailing space: iscsiadm -m session | grep 'iqn.xen...