Re: [Libvir] Compiling libvirt v0.3.2 on centos5

2007-09-04 Thread Richard W.M. Jones
I've installed a fresh CentOS 5.0 (x86-64) and did: (1) Create ~/.rpmmacros ~/rpm directory structure as described in Dan's email. (2) yum install rpm-build rpm-devel python-devel xen-devel \ libxml2-devel readline-devel ncurses-devel gnutls-devel \ gcc (3) wget

[Libvir] [PATCH] Remove warning when dumping XML from an inactive domain with Xen 3.1

2007-09-04 Thread Richard W.M. Jones
# virsh dumpxml solaris32fv libvir: Xen Daemon error : failed Xen syscall xenDaemonDomainDumpXML domain ID 0 and xendConfigVersion 3 0 [ and dump proceeds as normal ] The patch just removes the false error message and makes a note that this still needs a real fix later. Rich. --