Re: [xen-discuss] odd error message from virt-manager

2009-09-01 Thread John Levon
On Tue, Sep 01, 2009 at 05:07:35PM -0600, Rich Reynolds wrote: > thoughts about taking the xml that was spewed by debug hacking it and > virtsh defin'ing it back in??? That'd work. regards john ___ xen-discuss mailing list xen-discuss@opensolaris.org

Re: [xen-discuss] odd error message from virt-manager

2009-09-01 Thread Rich Reynolds
john - thoughts about taking the xml that was spewed by debug hacking it and virtsh defin'ing it back in??? rich John Levon wrote: On Tue, Sep 01, 2009 at 04:02:48PM -0600, Rich Reynolds wrote: if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError

Re: [xen-discuss] odd error message from virt-manager

2009-09-01 Thread Rich Reynolds
john - thanx off to go hack some python.. ill post back resolution and changes.. rich John Levon wrote: On Tue, Sep 01, 2009 at 04:02:48PM -0600, Rich Reynolds wrote: if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError: invalid argument in virGetD

Re: [xen-discuss] odd error message from virt-manager

2009-09-01 Thread John Levon
On Tue, Sep 01, 2009 at 04:02:48PM -0600, Rich Reynolds wrote: > if ret is None:raise libvirtError('virDomainCreateLinux() failed', > conn=self) > libvirtError: invalid argument in virGetDomain > > on an attempt to build a new windows vista domain... > > what more do we need for analysis???

Re: [xen-discuss] odd error message from virt-manager

2009-09-01 Thread Rich Reynolds
so some additional stuff i thought would help: o...@nuptse:/var/lib/xen# virt-manager --no-fork --debug 2009-09-01 16:25:08,402 INFO Application startup 2009-09-01 16:25:08,801 DEBUGAbout to connect to uris ['xen:///'] 2009-09-01 16:25:08,806 DEBUGBonding masters are: [] 2009-09-01 16

[xen-discuss] odd error message from virt-manager

2009-09-01 Thread Rich Reynolds
hi - virt manager fail with the following: Unable to complete install 'libvirt.libvirtError invalid argument in virGetDomain Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/create.py", line 730, in do_install dom = guest.start_install(False, meter = meter)