Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Hotplug scripts not working.



Hi all,

I've created following config file for a virtual machine:

# cat /usr/pkg/etc/xen/trial.hvm
kernel          = "/usr/pkg/lib/xen/boot/hvmloader"
builder         = 'hvm'
memory          = 128
name            = "trial"
device_model    = '/usr/pkg/libexec/qemu-dm'
vif             = [ 'type=ioemu, bridge=bridge0' ]
disk            = [ 'file=/var/xen/trial.img,ioemu:hda,w',
                    'file=/var/xen/ubuntu.iso,ioemu:hdd:cdrom,r' ]
boot            = 'd'

when starting the machine I got:

# xm create trial.hvm
Using config file "/usr/pkg/etc/xen/trial.hvm".
/usr/pkg/lib/python2.5/xmllib.py:9: DeprecationWarning: The xmllib
module is obsolete.  Use xml.sax instead.
  warnings.warn("The xmllib module is obsolete.  Use xml.sax instead.",
DeprecationWarning)
Error: Device 768 (vbd) could not be connected. Hotplug scripts not
working.

What are the hotplug scripts? Are they "/usr/pkg/etc/xen/scripts/*"? And
why they don't work?

Goran




Home | Main Index | Thread Index | Old Index