| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 [Xen-users] Re: error: (22, 'Invalid argument')
 
To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>From: "Serge Dubrouski" <sergeyfd@xxxxxxxxx>Date: Mon, 5 Jun 2006 08:20:11 -0600Delivery-date: Mon, 05 Jun 2006 07:20:47 -0700Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;	b=kRn6+aFlJxClrM7GjF3nihCXPJW7VCclAb8qvN+3jQ3X8xG1l8i89m72VpW0o12BqTWKD1KfyGUFGfkvCnbfHLkDpORNMDartx3edqvZMbebonIZek0MPwtHDc2D7RYr7ZgW7p1zt5h1VD0dQvVc5JBJQ0JP0FCRSiRVluBZwd4=List-id: Xen user discussion <xen-users.lists.xensource.com> 
 
Ok, that was my mistake. PAE was enabled in Dom0 but not in DomU.
On 6/2/06, Serge Dubrouski <sergeyfd@xxxxxxxxx> wrote:
 
Hello -
I have a really strange problem:
Hardware: DELL PE830 with PentiumD VT Enabled.
XEN: 3.0.2
Windows XP DomU in VT mode works just fine. However when I try to
start paravirtualized Linux it always gives me an error:
[2006-06-02 12:11:36 xend.XendDomainInfo] ERROR (XendDomainInfo:190)
Domain construction failed
                   Traceback (most recent call last):
                              File
"/usr/lib/python/xen/xend/XendDomainInfo.py", line 183, in create
     vm.initDomain()
            File "/usr/lib/python/xen/xend/XendDomainInfo.py", line
1225, in initDomain       channel_details = self.image.createImage()
                                File
"/usr/lib/python/xen/xend/image.py", line 118, in createImage
     return self.createDomain()
            File "/usr/lib/python/xen/xend/image.py", line 137, in
createDomain               result = self.buildDomain()
                                 File
"/usr/lib/python/xen/xend/image.py", line 188, in buildDomain
     features       = self.features)
          error: (22, 'Invalid argument')
                   [2006-06-02 12:11:36 xend.XendDomainInfo] DEBUG
(XendDomainInfo:1327) XendDomainInfo.destroy: domid=12
                                        [2006-06-02 12:11:36
xend.XendDomainInfo] DEBUG (XendDomainInfo:1335)
XendDomainInfo.destroyDomain(12)
                  [2006-06-02 12:11:36 xend] ERROR (xmlrpclib2:124)
(22, 'Invalid argument')      Traceback (most recent call last):
                                        File
"/usr/lib/python/xen/util/xmlrpclib2.py", line 103, in
_marshaled_dispatch
I copied the root image file and xen.conf file for that Linux image
form another machine where it works just fine. That old machine
doesn't support VT and I have 5 or 6 paravirtualized DomU there. Does
it mean that one cannot combine VT and non-VT domains on one machine?
Thanks.
Serge.
 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
 
 |