* privcmd_fault with WinXP
@ 2009-05-22 12:22 Michael David Crawford
2009-05-22 12:24 ` Michael David Crawford
0 siblings, 1 reply; 5+ messages in thread
From: Michael David Crawford @ 2009-05-22 12:22 UTC (permalink / raw)
To: xen-devel@lists.xensource.com
I'm getting a little better at figuring out problems on my own.
I'm using the 3.4.0 Xen kernel, but with the Linux git xen-tip/master
sources. Are they expected to be compatible?
I'll give xen-tip/next a try.
I really want to be able to run a recent Linux because it has a driver
for my 3ware 9690SA RAID. The 2.6.18 kernel doesn't. I took a stab at
backporting it, but haven't gotten my backport to actually work yet.
So far I can start a WinXP SP3 HVM DomU. A window appears, turns grey,
then disappears. Each time I try this, dmesg shows a line like these:
privcmd_fault: vma=ffff88008a971840 7fc99b128000-7fc99b228000,
pgoff=0, uv=00007fc99b128000
privcmd_fault: vma=ffff8800919f2c60 7f8e7162e000-7f8e7172e000,
pgoff=0, uv=00007f8e7162e000
privcmd_fault: vma=ffff88008a88a4d0 7ffe0da4e000-7ffe0db4e000,
pgoff=0, uv=00007ffe0da4e000
If there's anything I could do to help debug this, just let me know.
There was a post about what I think is the same bug at:
http://lists.xensource.com/archives/html/xen-devel/2009-04/msg00104.html
That post includes a call trace - my dmesg doesn't have one. My system
doesn't crash - the DomU just exits but nothing else bad happens.
My box is a Core 2 Quad Xeon, e5420 or some such, 8 GB FB-DIMM,
Supermicro X7DWA-N motherboard.
Hope This Helps!
Mike
--
Michael David Crawford
mdc@prgmr.com
prgmr.com - We Don't Assume You Are Stupid.
Xen-Powered Virtual Private Servers: http://prgmr.com/xen
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: privcmd_fault with WinXP
2009-05-22 12:22 privcmd_fault with WinXP Michael David Crawford
@ 2009-05-22 12:24 ` Michael David Crawford
2009-05-22 13:30 ` William Pitcock
0 siblings, 1 reply; 5+ messages in thread
From: Michael David Crawford @ 2009-05-22 12:24 UTC (permalink / raw)
To: xen-devel@lists.xensource.com
Michael David Crawford wrote:
> I'm using the 3.4.0 Xen kernel, but with the Linux git xen-tip/master
> sources. Are they expected to be compatible?
Sorry, I should have said that my xen-tip/master Linux is my Dom0.
Other than not launching HVM DomUs it works just fine. I haven't yet
tried any paravirtualized DomUs.
Mike
--
Michael David Crawford
mdc@prgmr.com
prgmr.com - We Don't Assume You Are Stupid.
Xen-Powered Virtual Private Servers: http://prgmr.com/xen
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: privcmd_fault with WinXP
2009-05-22 12:24 ` Michael David Crawford
@ 2009-05-22 13:30 ` William Pitcock
2009-05-22 13:50 ` Michael David Crawford
2009-05-24 10:12 ` Ian Campbell
0 siblings, 2 replies; 5+ messages in thread
From: William Pitcock @ 2009-05-22 13:30 UTC (permalink / raw)
To: Michael David Crawford; +Cc: xen-devel@lists.xensource.com
On Fri, 2009-05-22 at 05:24 -0700, Michael David Crawford wrote:
> Michael David Crawford wrote:
> > I'm using the 3.4.0 Xen kernel, but with the Linux git xen-tip/master
> > sources. Are they expected to be compatible?
>
> Sorry, I should have said that my xen-tip/master Linux is my Dom0.
> Other than not launching HVM DomUs it works just fine. I haven't yet
> tried any paravirtualized DomUs.
The lack of working HVM is a known issue at the moment. It is being
worked on. Ian Campbell has patches for it in the
git://xenbits.xensource.com/people/ianc/linux-2.6.git repository, branch
for-jeremy/privcmd.
William
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: privcmd_fault with WinXP
2009-05-22 13:30 ` William Pitcock
@ 2009-05-22 13:50 ` Michael David Crawford
2009-05-24 10:12 ` Ian Campbell
1 sibling, 0 replies; 5+ messages in thread
From: Michael David Crawford @ 2009-05-22 13:50 UTC (permalink / raw)
To: William Pitcock; +Cc: xen-devel@lists.xensource.com
William Pitcock wrote:
> The lack of working HVM is a known issue at the moment. It is being
> worked on. Ian Campbell has patches for it in the
> git://xenbits.xensource.com/people/ianc/linux-2.6.git repository, branch
> for-jeremy/privcmd.
Hot Damn.
I got the xen-tip/next sources and am using the result as my Dom0. It
is from 2.6.30-r6; the xen-tip/master is rc3.
The WinXP SP3 installer booted right up! Ian's work must have been
merged into xen-tip/next already.
I'm at the "Welcome to Setup" screen right now.
I am so excited! I have NEVER been so happy to run Windoze(TM).
I've been running the unstable Dom0 for two or three weeks now, and
haven't had any trouble at all with Linux itself.
I'll try BeOS 5 Pro next. That one's a bastard to virtualize.
Mike
--
Michael David Crawford
mdc@prgmr.com
prgmr.com - We Don't Assume You Are Stupid.
Xen-Powered Virtual Private Servers: http://prgmr.com/xen
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: privcmd_fault with WinXP
2009-05-22 13:30 ` William Pitcock
2009-05-22 13:50 ` Michael David Crawford
@ 2009-05-24 10:12 ` Ian Campbell
1 sibling, 0 replies; 5+ messages in thread
From: Ian Campbell @ 2009-05-24 10:12 UTC (permalink / raw)
To: William Pitcock; +Cc: xen-devel@lists.xensource.com, Michael David Crawford
On Fri, 2009-05-22 at 09:30 -0400, William Pitcock wrote:
> On Fri, 2009-05-22 at 05:24 -0700, Michael David Crawford wrote:
> > Michael David Crawford wrote:
> > > I'm using the 3.4.0 Xen kernel, but with the Linux git xen-tip/master
> > > sources. Are they expected to be compatible?
> >
> > Sorry, I should have said that my xen-tip/master Linux is my Dom0.
> > Other than not launching HVM DomUs it works just fine. I haven't yet
> > tried any paravirtualized DomUs.
>
> The lack of working HVM is a known issue at the moment. It is being
> worked on. Ian Campbell has patches for it in the
> git://xenbits.xensource.com/people/ianc/linux-2.6.git repository, branch
> for-jeremy/privcmd.
Those fixes are now in Jeremy's tree too, in the xen-tip/next branch.
Ian.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-05-24 10:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22 12:22 privcmd_fault with WinXP Michael David Crawford
2009-05-22 12:24 ` Michael David Crawford
2009-05-22 13:30 ` William Pitcock
2009-05-22 13:50 ` Michael David Crawford
2009-05-24 10:12 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.