Hi all

I have installed fedorra dcore 6 xen.
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-1.2798.fc6xen #1 SMP Mon Oct 16 15:11:19 EDT 2006 i686 i686 i386 GNU/Linux

[root@localhost ~]# rpm -qa|grep xen
kernel-xen-2.6.18-1.2798.fc6
xen-3.0.3-0.1.rc3
xen-libs-3.0.3-0.1.rc3

[root@localhost ~]# rpm -qa|grep libvirt
libvirt-0.1.7-2
libvirt-python-0.1.7-2


virt-install  works the first time i boot...but on restart it gives the following error:

[root@localhost ~]# virt-install
Traceback (most recent call last):
  File "/usr/sbin/virt-install", line 396, in ?
    main()
  File "/usr/sbin/virt-install", line 329, in main
    guest = virtinst.ParaVirtGuest()
  File "/usr/lib/python2.4/site-packages/virtinst/ParaVirtGuest.py", line 37, in                                             __init__
    XenGuest.XenGuest.__init__(self, hypervisorURI=hypervisorURI)
  File "/usr/lib/python2.4/site-packages/virtinst/XenGuest.py", line 174, in __i                                            nit__
    self.conn = libvirt.open(hypervisorURI)
  File "/usr/lib/python2.4/site-packages/libvirt.py", line 39, in open
    if ret is None:raise libvirtError('virConnectOpen() failed')
libvirt.libvirtError: virConnectOpen() failed



I removed xen and reinstalled it with yum. Again it works the first time but gives error on restart.

Any ideas as to what may be the problem?
Thanks.