Hi! I''ve been migrating almost all of my servers to xen this week and it''s been quite a pleasure. Now I''m trying to get openafs workin under a debian 2.6.11 domU, and I can''t get either the 1.4-RC8 stock tarball or the openafs-modules-source package shipping with sarge. I''m trying to do the compile under the domU; i''ve been using the /usr/src/xen-2.0/linux-2.6.11-xenU tree as my kernel source. Has anyone gotten afs working under a xen domu, or have any insight into compiling kernel modules in domUs? Thanks again, ...Eric _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi! I''ve been migrating almost all of my servers to xen this week and it''s been quite a pleasure. Now I''m trying to get openafs workin under a debian 2.6.11 domU, and I can''t get either the 1.4-RC8 stock tarball or the openafs-modules-source package shipping with sarge. I''m trying to do the compile under the domU; i''ve been using the /usr/src/xen-2.0/linux-2.6.11-xenU tree as my kernel source. Has anyone gotten afs working under a xen domu, or have any insight into compiling kernel modules in domUs? Thanks again, ...Eric _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
you need to export ARCH=xen , then it works also the configure script has a bug , it symlinks to asm-i386 instead of asm-xen ... you have to fix manual that after configure has finished Sven Eric Jonas <jonas@MIT.EDU> Sent by: xen-users-bounces@lists.xensource.com 10/21/05 10:02 PM To xen-users@lists.xensource.com cc Subject [Xen-users] openafs/debian under xen2? Hi! I''ve been migrating almost all of my servers to xen this week and it''s been quite a pleasure. Now I''m trying to get openafs workin under a debian 2.6.11 domU, and I can''t get either the 1.4-RC8 stock tarball or the openafs-modules-source package shipping with sarge. I''m trying to do the compile under the domU; i''ve been using the /usr/src/xen-2.0/linux-2.6.11-xenU tree as my kernel source. Has anyone gotten afs working under a xen domu, or have any insight into compiling kernel modules in domUs? Thanks again, ...Eric _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> you need to export ARCH=xen , then it works also the configure script has > a bug , it symlinks to asm-i386 instead of asm-xen ... > you have to fix manual that after configure has finishedI did that with both the 1.2.13 source and the 1.4.0-RC8 source, and I''m still getting various errors; is the linux-2.6.11-xenU the proper chunk of linux source to be using? ...Eric _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
hmm , can''t tell you exactly how it is in your environment. i have created dom0 and domU from scratch kernel sources, after i created domU i copied the full source path down into the booted domU then i run ./configure with --with-linux-kernel-headers=/usr/src/mykernelsourece fix the symlink make make install depmod -ae /etc/init.d/openafs-client start that''s it .-) Sven Eric Jonas <jonas@MIT.EDU> 10/21/05 11:33 PM To Sven Oehme/Germany/IBM@IBMDE cc Eric Jonas <jonas@MIT.EDU>, xen-users@lists.xensource.com Subject Re: [Xen-users] openafs/debian under xen2?> you need to export ARCH=xen , then it works also the configure scripthas> a bug , it symlinks to asm-i386 instead of asm-xen ... > you have to fix manual that after configure has finishedI did that with both the 1.2.13 source and the 1.4.0-RC8 source, and I''m still getting various errors; is the linux-2.6.11-xenU the proper chunk of linux source to be using? ...Eric _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users