From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ashish Bijlani Subject: remus error Date: Sat, 27 Feb 2010 22:54:48 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: brendan@cs.ubc.ca List-Id: xen-devel@lists.xenproject.org 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=3D2.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 =91is_foreign=92: /home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:50: error: implicit declaration of function =91xen_feature=92 /home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:50: error: =91XENFEAT_auto_translated_physmap=92 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: =91phys_to_machine_mapping=92 undeclared (first use in this function) /home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:51: error: =91FOREIGN_FRAME_BIT=92 undeclared (first use in this function) /home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c: In function =91skb_remove_foreign_references=92: /home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:74: error: implicit declaration of function =91kmap_skb_frag=92 /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 =91kunmap_skb_frag=92 /home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c: In function =91queue_change=92: /home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:172: error: implicit declaration of function =91netif_schedule=92 /home/ashish/xen/xen-unstable.hg/tools/remus/kmod/sch_queue.c:172: error: =91struct Qdisc=92 has no member named =91dev=92 /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] Er= ror 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/km= od' 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