All of lore.kernel.org
 help / color / mirror / Atom feed
* xen-unstable and pvops kernel
@ 2010-01-04 23:25 Mike Collins
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Collins @ 2010-01-04 23:25 UTC (permalink / raw)
  To: xen-devel

Hello everyone.  As I am new to this group I'll be short and try to
explain what I'm doing with enough detail so that someone might be able
to help me out.  First off I have successfully compiled xen-unstable and
downloaded Jeremy's pvops kernel, 2.6.31.6.  I have configured it to the
best of my ability and run built and installed it.  I have executed
mkinitrd, at first this complained about ahci and two usb modules
missing.  I have since found the CONFIG settings to compile them as
modules and now no errors.  I am running Centos 5.3 64bit and have root
installed on a LVM Group and a LV that's formatted with ext3.  My
problem is that the kernel and initrd can't seem to find my LVM Group or
LV's, naturally.  I am at a loss, since I don't have a serial port or
anyway of seeing anything during boot, it's scrolling a bunch of stuff
accross the screen.  How can I troubleshoot this?  Do I need to extract
the initrd img file and start looking at the init scripts to see if it's
not loading LVM or something like that?  Any pointers would be great!
Mike

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xen-unstable and pvops kernel
@ 2010-01-05  0:06 mdlabriola
  2010-01-05  0:10 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 5+ messages in thread
From: mdlabriola @ 2010-01-05  0:06 UTC (permalink / raw)
  To: Mike Collins, xen-devel-bounces, xen-devel

[-- Attachment #1: Type: text/plain, Size: 1825 bytes --]

Sorry for the top-post...

I had a similar problem on FC5 that was because of some deprecated sysfs stuff.  There's a compatibility setting for those of us with really old userland tools (like LVM)... Don't remember the exact name of it off hand.  I'll look it up when I get to work tomorrow.

-Mike

------Original Message------
From: Mike Collins
Sender: xen-devel-bounces@lists.xensource.com
To: xen-devel@lists.xensource.com
Subject: [Xen-devel] xen-unstable and pvops kernel
Sent: Jan 4, 2010 18:25

Hello everyone.  As I am new to this group I'll be short and try to
explain what I'm doing with enough detail so that someone might be able
to help me out.  First off I have successfully compiled xen-unstable and
downloaded Jeremy's pvops kernel, 2.6.31.6.  I have configured it to the
best of my ability and run built and installed it.  I have executed
mkinitrd, at first this complained about ahci and two usb modules
missing.  I have since found the CONFIG settings to compile them as
modules and now no errors.  I am running Centos 5.3 64bit and have root
installed on a LVM Group and a LV that's formatted with ext3.  My
problem is that the kernel and initrd can't seem to find my LVM Group or
LV's, naturally.  I am at a loss, since I don't have a serial port or
anyway of seeing anything during boot, it's scrolling a bunch of stuff
accross the screen.  How can I troubleshoot this?  Do I need to extract
the initrd img file and start looking at the init scripts to see if it's
not loading LVM or something like that?  Any pointers would be great!
Mike


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel



---
Michael D Labriola
21 Rip Van Winkle Cir
Warwick, RI 02886
401-316-9844

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xen-unstable and pvops kernel
  2010-01-05  0:06 mdlabriola
@ 2010-01-05  0:10 ` Konrad Rzeszutek Wilk
  2010-01-05  0:44   ` Mike Collins
  2010-01-05  2:07   ` Mike Collins
  0 siblings, 2 replies; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-01-05  0:10 UTC (permalink / raw)
  To: mdlabriola; +Cc: xen-devel, Mike Collins, xen-devel-bounces

On Tue, Jan 05, 2010 at 12:06:39AM +0000, mdlabriola@yahoo.com wrote:
> Sorry for the top-post...
> 
> I had a similar problem on FC5 that was because of some deprecated sysfs stuff.  There's a compatibility setting for those of us with really old userland tools (like LVM)... Don't remember the exact name of it off hand.  I'll look it up when I get to work tomorrow.

CONFIG_SYSFS_DEPRECATED=y

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xen-unstable and pvops kernel
  2010-01-05  0:10 ` Konrad Rzeszutek Wilk
@ 2010-01-05  0:44   ` Mike Collins
  2010-01-05  2:07   ` Mike Collins
  1 sibling, 0 replies; 5+ messages in thread
From: Mike Collins @ 2010-01-05  0:44 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, mdlabriola, xen-devel-bounces

Thanks. Trying that now.  Will update as soon as I rebuild.
Mike
On Mon, 2010-01-04 at 19:10 -0500, Konrad Rzeszutek Wilk wrote:
> On Tue, Jan 05, 2010 at 12:06:39AM +0000, mdlabriola@yahoo.com wrote:
> > Sorry for the top-post...
> > 
> > I had a similar problem on FC5 that was because of some deprecated sysfs stuff.  There's a compatibility setting for those of us with really old userland tools (like LVM)... Don't remember the exact name of it off hand.  I'll look it up when I get to work tomorrow.
> 
> CONFIG_SYSFS_DEPRECATED=y

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xen-unstable and pvops kernel
  2010-01-05  0:10 ` Konrad Rzeszutek Wilk
  2010-01-05  0:44   ` Mike Collins
@ 2010-01-05  2:07   ` Mike Collins
  1 sibling, 0 replies; 5+ messages in thread
From: Mike Collins @ 2010-01-05  2:07 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, mdlabriola, xen-devel-bounces

Ok, got it working with using the below setting.  Now I can boot into
pvops kernel dom0.  Of course, I'm now getting the dreaded xenfs busy or
already mounted error and am getting a no such device back
from /dev/rtc.  Seems like CentOS is just too old for all the new
fangled things in this kernel.  I will research this tomorrow night and
maybe look into grabbing a newer OS in the meantime.
Mike

On Mon, 2010-01-04 at 19:10 -0500, Konrad Rzeszutek Wilk wrote:
> On Tue, Jan 05, 2010 at 12:06:39AM +0000, mdlabriola@yahoo.com wrote:
> > Sorry for the top-post...
> > 
> > I had a similar problem on FC5 that was because of some deprecated sysfs stuff.  There's a compatibility setting for those of us with really old userland tools (like LVM)... Don't remember the exact name of it off hand.  I'll look it up when I get to work tomorrow.
> 
> CONFIG_SYSFS_DEPRECATED=y

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-01-05  2:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 23:25 xen-unstable and pvops kernel Mike Collins
  -- strict thread matches above, loose matches on Subject: below --
2010-01-05  0:06 mdlabriola
2010-01-05  0:10 ` Konrad Rzeszutek Wilk
2010-01-05  0:44   ` Mike Collins
2010-01-05  2:07   ` Mike Collins

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.