Hi all<br><br>I have installed fedorra dcore 6 xen.<br>[root@localhost ~]# uname -a<br>Linux localhost.localdomain 2.6.18-1.2798.fc6xen #1 SMP Mon Oct 16 15:11:19 EDT 2006 i686 i686 i386 GNU/Linux<br><br>[root@localhost ~]# rpm -qa|grep xen
<br>kernel-xen-2.6.18-1.2798.fc6<br>xen-3.0.3-0.1.rc3<br>xen-libs-3.0.3-0.1.rc3<br><br>[root@localhost ~]# rpm -qa|grep libvirt<br>libvirt-0.1.7-2<br>libvirt-python-0.1.7-2<br><br><br>virt-install  works the first time i boot...but on restart it gives the following error:
<br><br>[root@localhost ~]# virt-install<br>Traceback (most recent call last):<br>  File "/usr/sbin/virt-install", line 396, in ?<br>    main()<br>  File "/usr/sbin/virt-install", line 329, in main<br>
    guest = virtinst.ParaVirtGuest()<br>  File "/usr/lib/python2.4/site-packages/virtinst/ParaVirtGuest.py", line 37, in                                             __init__<br>    XenGuest.XenGuest.__init__(self, hypervisorURI=hypervisorURI)
<br>  File "/usr/lib/python2.4/site-packages/virtinst/XenGuest.py", line 174, in __i                                            nit__<br>    self.conn = libvirt.open(hypervisorURI)<br>  File "/usr/lib/python2.4/site-packages/libvirt.py", line 39, in open
<br>    if ret is None:raise libvirtError('virConnectOpen() failed')<br>libvirt.libvirtError: virConnectOpen() failed<br><br><br><br>I removed xen and reinstalled it with yum. Again it works the first time but gives error on restart.
<br><br>Any ideas as to what may be the problem? <br>Thanks.<br>