Chitlesh GOORAH
2006-Jun-20 16:18 UTC
[Fedora-xen] libvir: Xen Daemon error : POST operation failed: No such domain xenboxa
Hai there,
xenguest-install.py is failing each time. Below are more details about
my problem:
-bash-3.1# uname -r
2.6.16-1.2133_FC5xen0
-bash-3.1# rpm -qa | grep xen
kernel-xen0-2.6.16-1.2133_FC5
xen-3.0.2-0.FC5.3
-bash-3.1# /usr/sbin/xenguest-install.py
What is the name of your virtual machine? xenbox
How much RAM should be allocated (in megabytes)? 512
What would you like to use as the disk (path)? /home/chitlesh/xenbox
What is the install location? http://mirrors.kernel.org/fedora/core/5/i386/os
Starting install...
libvir: Xen Daemon error : POST operation failed: No such domain xenboxa
Failed to get devices for domain xenbox
Traceback (most recent call last):
File "/usr/sbin/xenguest-install.py", line 460, in ?
main()
File "/usr/sbin/xenguest-install.py", line 451, in main
start_paravirt_install(name, ram, disk, mac, uuid, src, options.extra)
File "/usr/sbin/xenguest-install.py", line 331, in
start_paravirt_install
dom = conn.createLinux(cfgxml, 0)
File "/usr/lib/python2.4/site-packages/libvirt.py", line 207, in
createLinux
if ret is None:raise libvirtError(''virDomainCreateLinux()
failed'')
libvirt.libvirtError: virDomainCreateLinux() failed
-bash-3.1# /usr/sbin/xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 256 1 r----- 941.0
Checking for xendomains:/etc/init.d/xendomains: line 69:
log_failure_msg: command not found
i already did xm mem-set 0 256
What should I do to overcome this ?
Chitlesh
--
http://clunixchit.blogspot.com
Daniel Veillard
2006-Jun-20 16:30 UTC
Re: [Fedora-xen] libvir: Xen Daemon error : POST operation failed: No such domain xenboxa
On Tue, Jun 20, 2006 at 06:18:32PM +0200, Chitlesh GOORAH wrote:> Hai there, > > xenguest-install.py is failing each time. Below are more details about > my problem: > > > -bash-3.1# uname -r > 2.6.16-1.2133_FC5xen0 > > -bash-3.1# rpm -qa | grep xen > kernel-xen0-2.6.16-1.2133_FC5 > xen-3.0.2-0.FC5.3make sure you have libvirt-0.1.0 installed. Daniel -- Daniel Veillard | Red Hat http://redhat.com/ veillard@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
Chitlesh GOORAH
2006-Jun-20 16:39 UTC
Re: [Fedora-xen] libvir: Xen Daemon error : POST operation failed: No such domain xenboxa
On 6/20/06, Daniel Veillard <veillard@redhat.com> wrote:> > make sure you have libvirt-0.1.0 installed. > > Daniel >libvirt is installed -bash-3.1# rpm -qa | grep libvirt libvirt-python-0.1.0-1.FC5 libvirt-devel-0.1.0-1.FC5 libvirt-0.1.0-1.FC5 libvirt-debuginfo-0.1.0-1.FC5 -- http://clunixchit.blogspot.com