xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ashish Bijlani <ashish.bijlani@gmail.com>
To: xen-devel@lists.xensource.com
Cc: brendan@cs.ubc.ca
Subject: remus error
Date: Sat, 27 Feb 2010 22:54:48 -0500	[thread overview]
Message-ID: <ec55b17e1002271954u24ff87cbt5bb397d3b8f9d783@mail.gmail.com> (raw)

Hi,

I fail to use remus with xen-unstable (4.0.0-rc4)+ Linux-2.6-pvops:

# sudo remus -i 100 PVM 192.168.1.3
modprobe sch_queue
FATAL: Module sch_queue not found.

When I try to build sch_queue module by making entry for
linux-2.6-pvops in remus/kmod/Makefile

"
ifeq ($(KERNELS),linux-2.6-pvops)
LINUX_VER=2.6-pvops
endif
"

I get the following error:

  CC [M]  /home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.o
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:19:26:
error: linux/config.h: No such file or directory
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c: In
function ‘is_foreign’:
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:50:
error: implicit declaration of function ‘xen_feature’
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:50:
error: ‘XENFEAT_auto_translated_physmap’ undeclared (first use in this
function)
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:50:
error: (Each undeclared identifier is reported only once
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:50:
error: for each function it appears in.)
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:51:
error: ‘phys_to_machine_mapping’ undeclared (first use in this
function)
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:51:
error: ‘FOREIGN_FRAME_BIT’ undeclared (first use in this function)
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c: In
function ‘skb_remove_foreign_references’:
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:74:
error: implicit declaration of function ‘kmap_skb_frag’
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:74:
warning: assignment makes pointer from integer without a cast
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:78:
error: implicit declaration of function ‘kunmap_skb_frag’
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c: In
function ‘queue_change’:
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:172:
error: implicit declaration of function ‘netif_schedule’
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:172:
error: ‘struct Qdisc’ has no member named ‘dev’
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c: At top level:
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:190:
warning: initialization from incompatible pointer type
/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:191:
warning: initialization from incompatible pointer type
make[6]: *** [/home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.o]
Error 1
make[5]: *** [_module_/home/ashish/xen/xen-unstable.hg/tools/remus/kmod] Error 2
make[4]: *** [sub-make] Error 2
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/ashish/xen/xen-unstable.hg/build-linux-2.6-pvops_x86_64'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/ashish/xen/xen-unstable.hg/tools/remus/kmod'
make[1]: *** [subdir-all-kmod] Error 2
make[1]: Leaving directory `/home/ashish/xen/xen-unstable.hg/tools/remus'
make: *** [subdirs-all] Error 2


Any ideas how to fix these?

Thanks,
Ashish

             reply	other threads:[~2010-02-28  3:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-28  3:54 Ashish Bijlani [this message]
2010-02-28  5:47 ` remus error Jeremy Fitzhardinge
2010-03-04  6:50   ` Ashish Bijlani
2010-03-04  7:09     ` Brendan Cully
2010-03-04  7:16       ` Ashish Bijlani
2010-03-04  7:46         ` Brendan Cully
2010-03-04  7:59           ` Ashish Bijlani
2010-03-04  8:54             ` Ashish Bijlani
  -- strict thread matches above, loose matches on Subject: below --
2010-07-07  8:54 taojiang628
2010-07-07 18:07 ` Shriram Rajagopalan

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=ec55b17e1002271954u24ff87cbt5bb397d3b8f9d783@mail.gmail.com \
    --to=ashish.bijlani@gmail.com \
    --cc=brendan@cs.ubc.ca \
    --cc=xen-devel@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).