I successfully installed a fc5 test3 guest, using the anaconda install
method via the xenguest-install.py script. Now when I try and
start the guest, I get
[root@xentest1 ~]# xm create -c guest1
Using config file "/etc/xen/guest1".
Error: [Errno 17] File exists
even though this guest has never been started.
[root@xentest1 ~]# xm list
Name
ID Mem(MiB) VCPUs State Time(s)
Domain-0
0 192 1
r----- 873.0
[root@xentest1 ~]# xm destroy guest1
Error: Domain 'guest1' not found when running 'xm destroy'.
Any ideas?