This list is for discussing Kerberos as implemented in OpenSolaris.  You
should find a more appropriate mail list to which to send your query.

On Thu, May 08, 2008 at 05:35:32AM -0700, Carlos Almeida wrote:
> While trying create same DomU(s), I have currently working  in Nevada 
> b86/b87, all fail with same problem (hvm or pv), using xm create and also 
> virt-install, example output for s10u5 hvm:
> 
> calmeida at lap-calmeida:~$ pfexec virt-install -n s10u5 --hvm -r 1024 --vnc 
> --file /dev/zvol/dsk/rpool/domains/s10u5 -s 16 -c /var/tmp/s10u5.iso
> 
> Starting install...
> libvir: Xen Daemon error : GET operation failed: 
> libvir: Xen Daemon error : GET operation failed: 
> libvir: Xen Daemon error : POST operation failed: (xend.err 'Device 0 (vif) 
> could not be connected. Hotplug scripts not working.')
> Traceback (most recent call last):
>   File "/usr/bin/virt-install", line 657, in ?
>     main()
>   File "/usr/bin/virt-install", line 606, in main
>     dom = guest.start_install(conscb,progresscb)
>   File "/usr/lib/python2.4/vendor-packages/virtinst/Guest.py", line 638, in 
> start_install
>     return self._do_install(consolecb, meter)
>   File "/usr/lib/python2.4/vendor-packages/virtinst/Guest.py", line 655, in 
> _do_install
>     self.domain = self.conn.createLinux(install_xml, 0)
>   File "/usr/lib/python2.4/vendor-packages/libvirt.py", line 585, in 
> createLinux
>     if ret is None:raise libvirtError('virDomainCreateLinux() failed', 
> conn=self)
> libvirt.libvirtError: virDomainCreateLinux() failed POST operation failed: 
> (xend.err 'Device 0 (vif) could not be connected. Hotplug scripts not 
> working.')
> 
> calmeida at lap-calmeida:~$ pfexec dladm show-ether
> LINK            PTYPE    STATE    AUTO  SPEED-DUPLEX                    PAUSE
> bge0            current  up       yes   10M-f                           none
> 
> calmeida at lap-calmeida:~$ pfexec xm list
> Name                                        ID   Mem VCPUs      State   
> Time(s)
> Domain-0                                     0  3888     2     r-----   3058.0
> 
> calmeida at lap-calmeida:~$ pfexec xm log
> [2008-05-08 13:23:16 10931] DEBUG (XendDomainInfo:1014) 
> XendDomainInfo.handleShutdownWatch
> [2008-05-08 13:23:16 10931] DEBUG (DevController:150) Waiting for devices vif.
> [2008-05-08 13:23:16 10931] DEBUG (DevController:155) Waiting for 0.
> [2008-05-08 13:23:16 10931] DEBUG (DevController:589) hotplugStatusCallback 
> /local/domain/0/backend/vif/16/0/hotplug-status.
> [2008-05-08 13:24:56 10931] ERROR (SrvBase:88) Request wait_for_devices 
> failed.
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/vendor-packages/xen/web/SrvBase.py", line 85, in 
> perform
>     return op_method(op, req)
>   File "/usr/lib/python2.4/vendor-packages/xen/xend/server/SrvDomain.py", 
> line 85, in op_wait_for_devices
>     return self.dom.waitForDevices()
>   File "/usr/lib/python2.4/vendor-packages/xen/xend/XendDomainInfo.py", line 
> 585, in waitForDevices
>     self.getDeviceController(devclass).waitForDevices()
>   File "/usr/lib/python2.4/vendor-packages/xen/xend/server/DevController.py", 
> line 151, in waitForDevices
>     return map(self.waitForDevice, self.deviceIDs())
>   File "/usr/lib/python2.4/vendor-packages/xen/xend/server/DevController.py", 
> line 164, in waitForDevice
>     raise VmError("Device %s (%s) could not be connected. "
> VmError: Device 0 (vif) could not be connected. Hotplug scripts not working.
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:1785) 
> XendDomainInfo.destroy: domid=16
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:1804) 
> XendDomainInfo.destroyDomain(16)
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:1462) Removing vif/0
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:589) 
> XendDomainInfo.destroyDevice: deviceClass = vif, device = vif/0
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:1462) Removing vbd/768
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:589) 
> XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/768
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:1462) Removing vbd/5632
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:589) 
> XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/5632
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:1462) Removing vkbd/0
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:589) 
> XendDomainInfo.destroyDevice: deviceClass = vkbd, device = vkbd/0
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:1462) Removing vfb/0
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:589) 
> XendDomainInfo.destroyDevice: deviceClass = vfb, device = vfb/0
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:1462) Removing console/0
> [2008-05-08 13:24:56 10931] DEBUG (XendDomainInfo:589) 
> XendDomainInfo.destroyDevice: deviceClass = console, device = console/0
> 
>  Any thing that I should know about?
>  Thanks & Regards,
> 
>  Carlos Almeida,
> --
> This messages posted from opensolaris.org
> _______________________________________________
> kerberos-discuss mailing list
> kerberos-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/kerberos-discuss

-- 
Will Fiveash
Sun Microsystems Inc.
http://opensolaris.org/os/project/kerberos/

Reply via email to