I have tried most all of that (should have mentioned that in the previous
post, my bad.)
Following is the output for each:
# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 192 1 r----- 99.0
#xm destroy fc5t2xen
Error: Domain 'fc5t2xen' not found when running 'xm destroy'
xm create fc5t2xen
Using config file "/etc/xen/fc5t2xen".
Error: [Errno 17] File exists
The config file was created with xenguest-install.py and its contents are as
follows:
# cat /etc/xen/fc5t2xen
# Automatically generated xen config file
name = "fc5t2xen"
memory = "256"
disk = [ 'file:/opt/xen/fc5t2xen.disk,xvda,w' ]
vif = [ 'mac=00:16:3e:00:3f:02' ]
bootloader="/usr/bin/pygrub"
on_reboot = 'restart'
on_crash = 'restart'
I have shutdown and cold booted the machine in the hopes that the process
would clean up whatever problem exists, but no go. I've tried cleaning up
(deleting) xen related /tmp and /var/run and rebooting as well. I'm sure I
probably could have done more damage than good deleting some of the stuff I
did, but a quick reboot afterwards and the system seems no worse for wear,
although the error is persisting.
----- Original Message -----
From: "Daniel Veillard" <veillard@xxxxxxxxxx>
To: "For testers of Fedora Core development releases"
<fedora-test-list@xxxxxxxxxx>
Sent: Sunday, February 12, 2006 7:45 PM
Subject: Re: cannot restart xen domain
On Sun, Feb 12, 2006 at 11:29:47AM +0900, Jason Montleon wrote:
I installed FC5T2 in a xen Domain. The install completed properly and
shutdown:
unmounting filesystems...
/mnt/runtime done
disabling /dev/loop0
/proc done
/dev/pts done
/sys done
/tmp/ramfs done
/selinux done
/mnt/sysimage/proc done
/mnt/sysimage/sys done
/mnt/sysimage/selinux done
/mnt/sysimage/dev done
/mnt/sysimage done
rebooting system
Restarting system.
If your install has exited, you can restart your guest by running
'xm create -c fc5t2xen'. Otherwise, you can reconnect to the console
by running 'xm console fc5t2xen'
When I try to run the command above I get the following:
# xm create -c fc5t2xen
Using config file "/etc/xen/fc5t2xen".
Error: [Errno 17] File exists
check with 'xm console fc5t2xen' that the doamin ain't running anymore,
then you can try to destroy it and then restart it
xm destroy fc5t2xen
xm create fc5t2xen
sometime a small delay exists between the time a command is launched and
the
time it's completed.
Daniel
--
Daniel Veillard | Red Hat http://redhat.com/
veillard@xxxxxxxxxx | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
--
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
To unsubscribe:
https://www.redhat.com/mailman/listinfo/fedora-test-list
--
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
To unsubscribe:
https://www.redhat.com/mailman/listinfo/fedora-test-list