xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: kishore kumar <bodkekumar@gmail.com>
To: "Pasi Kärkkäinen" <pasik@iki.fi>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>,
	xen-devel@lists.xensource.com, xen-users@lists.xensource.com,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Subject: Re: [Xen-devel] Xen Dom U kernel
Date: Thu, 22 Apr 2010 13:39:57 -0700	[thread overview]
Message-ID: <s2u9f975f341004221339kb171c41ey8f5f3efc24280a2c@mail.gmail.com> (raw)
In-Reply-To: <20100422202521.GL1878@reaktio.net>


[-- Attachment #1.1: Type: text/plain, Size: 3165 bytes --]

I did below steps
make menuconfig
make
make modules_install install
/sbin/depmod -a 2.6.33
/sbin/mkinitrd --with xen-blkfront --with xen-netfront
/boot/initrd-xenu.img    2.6.33

still the same problem.


On Thu, Apr 22, 2010 at 1:25 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote:

> On Thu, Apr 22, 2010 at 01:08:54PM -0700, kishore kumar wrote:
> >    I tried
> >    mkinitrd --with xen-blkfront --with xen-netfront /boot/initrd-xenu.img
> >     2.6.33
> >    It complaints No module xen-blkfront found for kernel 2.6.33,
> aborting.
> >
> >    I dont see xen-blkfront.ko in my /lib/modules/2.633/drivers/block .
>  Am I
> >    looking at the right place?
> >
>
> Have you done "depmod -a <kernelversion>" before running mkinitrd ?
>
> -- Pasi
>
> >    Thank You.
> >
> >    On Thu, Apr 22, 2010 at 12:53 PM, Pasi Kärkkäinen <[1]pasik@iki.fi>
> wrote:
> >
> >      On Thu, Apr 22, 2010 at 11:31:25AM -0700, kishore kumar wrote:
> >      >    I am trying create ramdisk image for my domU image from Konrad
> git
> >      >    repository.
> >      >
> >      >    mkinitrd --with xenblk --with xennet /boot/initrd-xenu.img
>  2.6.33
> >      >    I get No module xenblk found for kernel 2.6.33, aborting.
> >      >    Can you please let me know what could be the problem??
> >      >
> >      >    I have CONFIG_XEN_BLKDEV_FRONTEND=y
> >      >    CONFIG_XEN_NETDEV_FRONTEND=y in my .config as well.
> >      >
> >
> >      Xen modules in upstream [2]kernel.org (pvops) kernels are not
> called
> >      xennet or xenblk.
> >      They're called xen-blkfront and xen-netfront in pvops kernels.
> >
> >      You can easily verify be checking under
> /lib/modules/<kernelversion>/
> >
> >      -- Pasi
> >      >    Thank You.
> >      >    On Tue, Apr 20, 2010 at 6:45 PM, Konrad Rzeszutek Wilk
> >      >    <[1][3]konrad.wilk@oracle.com> wrote:
> >      >
> >      >      On Tue, Apr 20, 2010 at 05:09:29PM -0700, kishore kumar
> wrote:
> >      >      > I did git pull and did
> >      >      > make
> >      >      > make modules_install install.
> >      >      >   Is this the problem with xen blkdevices not loaded?  Can
> you
> >      let me
> >      >      know
> >      >
> >      >      So now you are hitting another problem. This looks
> >      >      to be this one:
> >      >
> >       [2][4]
> http://lists.xensource.com/archives/html/xen-devel/2010-04/msg00897.html
> >      >
> >      >      Please follow the whole thread and select the right config
> >      options.
> >      >
> >      > References
> >      >
> >      >    Visible links
> >      >    1. mailto:[5]konrad.wilk@oracle.com
> >      >    2.
> >      [6]
> http://lists.xensource.com/archives/html/xen-devel/2010-04/msg00897.html
> >
> > References
> >
> >    Visible links
> >    1. mailto:pasik@iki.fi
> >    2. http://kernel.org/
> >    3. mailto:konrad.wilk@oracle.com
> >    4.
> http://lists.xensource.com/archives/html/xen-devel/2010-04/msg00897.html
> >    5. mailto:konrad.wilk@oracle.com
> >    6.
> http://lists.xensource.com/archives/html/xen-devel/2010-04/msg00897.html
>

[-- Attachment #1.2: Type: text/html, Size: 4746 bytes --]

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

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

  reply	other threads:[~2010-04-22 20:39 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-09 23:13 Xen Dom U kernel kishore kumar
2010-04-14 16:14 ` [Xen-devel] " Pasi Kärkkäinen
2010-04-14 16:58   ` kishore kumar
2010-04-14 17:14     ` Pasi Kärkkäinen
2010-04-14 17:58 ` Jeremy Fitzhardinge
2010-04-16 22:24   ` [Xen-devel] " kishore kumar
2010-04-17 12:22     ` Pasi Kärkkäinen
2010-04-19 19:08       ` kishore kumar
2010-04-19 19:27         ` Pasi Kärkkäinen
2010-04-19 21:29           ` listmail
2010-04-19 23:28             ` kishore kumar
2010-04-20  3:25               ` listmail
2010-04-20 22:27           ` kishore kumar
2010-04-20 22:38             ` Konrad Rzeszutek Wilk
2010-04-20 22:53               ` [Xen-devel] " kishore kumar
2010-04-20 23:39                 ` Konrad Rzeszutek Wilk
2010-04-21  0:09                   ` [Xen-devel] " kishore kumar
2010-04-21  1:45                     ` Konrad Rzeszutek Wilk
2010-04-22 18:31                       ` kishore kumar
2010-04-22 19:53                         ` Pasi Kärkkäinen
2010-04-22 20:08                           ` [Xen-devel] " kishore kumar
2010-04-22 20:25                             ` Pasi Kärkkäinen
2010-04-22 20:39                               ` kishore kumar [this message]
2010-04-22 20:48                                 ` Pasi Kärkkäinen
2010-04-22 21:35                                   ` kishore kumar
2010-04-22 21:47                                     ` Konrad Rzeszutek Wilk
2010-04-23  0:15                                       ` kishore kumar
2010-04-23  1:36                                         ` Konrad Rzeszutek Wilk
2010-04-23 17:51                                           ` kishore kumar
2010-04-23 18:04                                             ` Konrad Rzeszutek Wilk
2010-04-23 18:09                                               ` kishore kumar
2010-04-23 18:34                                                 ` Sander Eikelenboom
2010-04-23 18:39                                                   ` kishore kumar
2010-04-23 20:08                                                     ` Konrad Rzeszutek Wilk
2010-04-23 20:27                                                       ` [Xen-devel] " kishore kumar
2010-04-23 20:37                                                         ` Konrad Rzeszutek Wilk
2010-04-23 20:48                                                           ` kishore kumar
  -- strict thread matches above, loose matches on Subject: below --
2010-04-23 19:42 [Xen-devel] " Nick Couchman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s2u9f975f341004221339kb171c41ey8f5f3efc24280a2c@mail.gmail.com \
    --to=bodkekumar@gmail.com \
    --cc=jeremy@goop.org \
    --cc=konrad.wilk@oracle.com \
    --cc=pasik@iki.fi \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-users@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).