[libvirt] libvir: Xen error : Domain not found: xenUnifiedDomainLookupByID

2008-08-26 Thread mantra UNIX
Hi, After rebooting/shutdown/poweroff a domU any of the "virsh" commands display the above error message. Only way to get rid of it is via "reboot", this sucks ! I am using RHEL5.2 with all the updates applied. Whats the alternative ? -- Regards, mantra - Instrument of Thought -- Libvir-list ma

[libvirt] Re: [augeas-devel] PATCH: Add a augeas lens for libvirtd.conf

2008-08-26 Thread David Lutterkort
On Tue, 2008-08-26 at 22:01 +0100, Daniel P. Berrange wrote: > > While I can see why it is useful to gather these entries logically, it's not > > very optimised for the parser. Eventually, all this will be compiled into a > > huge regexp, so it's more efficient to regroup entries by type and feed t

[libvirt] Re: [augeas-devel] PATCH: Add a augeas lens for libvirtd.conf

2008-08-26 Thread David Lutterkort
On Tue, 2008-08-26 at 22:37 +0200, Raphaƫl Pinson wrote: > Hi Daniel, > > On Tue, Aug 26, 2008 at 10:05 PM, Daniel P. Berrange > <[EMAIL PROTECTED]> wrote: > THis patch is intended to be committed to libvirt, so the > config file rules > are distributed alongside libvirt. I

[libvirt] Re: [augeas-devel] PATCH: Add a augeas lens for libvirtd.conf

2008-08-26 Thread David Lutterkort
On Tue, 2008-08-26 at 21:05 +0100, Daniel P. Berrange wrote: > Now instead of telling people > > 'edit /etc/libvirt/libvirtd.conf and change listen_tls to 1, >and auth_tls to sasl' > > we can say run > ># augtool set /files/e

[libvirt] Re: [augeas-devel] PATCH: Add a augeas lens for libvirtd.conf

2008-08-26 Thread Daniel P. Berrange
On Tue, Aug 26, 2008 at 10:37:02PM +0200, Rapha?l Pinson wrote: > On Tue, Aug 26, 2008 at 10:05 PM, Daniel P. Berrange <[EMAIL PROTECTED]>wrote: > > THis patch is intended to be committed to libvirt, so the config file rules > > are distributed alongside libvirt. I'm CC'ing augeas-devel for feedbac

[libvirt] PATCH: Add a augeas lens for libvirtd.conf

2008-08-26 Thread Daniel P. Berrange
Augeas is a awesome config file manipulation tool. libvirtd has a config file. libvirtd meet augeas; augeas meet libvirt. Now instead of telling people 'edit /etc/libvirt/libvirtd.conf and change listen_tls to 1, and auth_tls to sasl' we can say run # augtool

RE: [libvirt] DISREGARD Problems starting XEN HVM with libvirt

2008-08-26 Thread Matthew Donovan
It turns out everything was booting, they just weren't configured to give a console or display a GUI window. -matthew > -Original Message- > From: Matthew Donovan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 26, 2008 9:25 AM > To: libvir-list@redhat.com > Subject: [libvirt] Problem

[libvirt] Problems starting XEN HVM with libvirt

2008-08-26 Thread Matthew Donovan
I've been having trouble getting a Xen HVM guest started using libvirt. I've tried Windows Vista, Fedora Core 8, and Fedora Core 6 guests. Domain 0 is FC 8. The only guest that starts correctly is the FC 6 guest. Has anyone else encountered something like this? Is there a master list of guest O

Re: [libvirt] PATCH: Allow specific FDs to be kept open in virExec()

2008-08-26 Thread Daniel P. Berrange
On Thu, Aug 21, 2008 at 02:58:30PM +0100, Daniel P. Berrange wrote: > With my recent patches to virExec(), all FDs except stdin/out/err are closed > before the child is exec'd to prevent accidental leaks. Of course I forgot > the one key place where we need to propagate FDs... The TAP devices passe