search for: configmod

Displaying 20 results from an estimated 28 matches for "configmod".

Did you mean: configmode
2008 Jun 16
3
Error when make linux-2.6-xenU-build
...diretório `/usr/src/xen-3.2.1/build-linux-2.6.18-xenU_x86_32'' make[1]: ** [build] Erro 2 make[1]: Saindo do diretório `/usr/src/xen-3.2.1'' make: ** [linux-2.6-xenU-install] Erro 2 XEN:/usr/src/xen-3.2.1# make linux-2.6-xenU-build Why? i´m doing this: make linux-2.6-xen0-config CONFIGMODE=menuconfig make linux-2.6-xen0-build make linux-2.6-xenU-config CONFIGMODE=menuconfig make linux-2.6-xenU-build Whats the right way to compile xen-3.2.1 ? make prep-kernels KERNELS="linux-2.6-xen0" make linux-2.6-xen0-config CONFIGMODE=menuconfig make linux-2.6-xen0-build make dist KER...
2009 Mar 26
7
error while compiling xen
Hi, I am facing the below error while compiling dom0. Please guide. root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config CONFIGMODE=menuconfig make -f buildconfigs/mk.linux-2.6-xen0 config make[1]: Entering directory `/usr/src/xen-3.3.1'' set -e ; \ if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \ __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg .:..) ; \ if [ -d ${__repo} ] ; then \...
2006 Aug 31
5
Custom kernel
The first time I installed xen there were two kernels, this time with 3.0.2, there is only one kernel, everything works. I can boot my dom0 and my domU''s using this one kernel but if I want to build a custom kernel for my domU''s but I am not sure from what I read on how to go about it. Will I end up with a new kernel other than my single kernel? Should I do the kernel config in
2007 May 29
8
Building XEN with different config PROBLEM
Hello. Up to version 3.0.4, I did the following to get two xen kernels (dom0 and domU) with my own config: wget http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/... make xen make tools make docs make linux-2.6-xen0-config CONFIGMODE=menuconfig make linux-2.6-xen0-build make linux-2.6-xen0-install make linux-2.6-xen0-dist make linux-2.6-xenU-config CONFIGMODE=menuconfig make linux-2.6-xenU-build make linux-2.6-xenU-install make linux-2.6-xenU-dist make KERNELS="linux-2.6-xen0 linux-2.6-xenU" dist cd dist/ tar czvf .....
2008 Jul 17
2
compile xen 3.2.1 problem
Hi,all, when I download xen3.2.1 source code from this url: http://bits.xensource.com/oss-xen/release/3.2.1/xen-3.2.1.tar.gz then I want compile it on my Debian testing(kernel 2.6.24-1-686) when I run this command to compile xen0''s kernel, #make linux-2.6-xen-config CONFIGMODE=menuconfig make -f buildconfigs/mk.linux-2.6-xen config make[1]: Entering directory `/tmp/xen-3.2.1'' set -e ; \ if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \ __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg .:..) ; \ if [ -d ${__repo} ] ; then \ echo &quo...
2008 Oct 02
1
Does linux-2.6.18-xen.hg support SATA?
Hi, Does linux-2.6.18-xen.hg support SATA? When I config the linux-2.6.18-xen.hg with: # make linux-2.6-xen-config CONFIGMODE=menuconfig there is no option such as: Device Drivers -> (M)Serial ATA (prod) and Parallel ATA (experimental) drivers -> Is there any patch for linux-2.6.18-xen.hg? Thanks, Jeff.Gu _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.c...
2008 Jul 10
1
Boot fails unless "noacpi" option is present.
...Q in dom0''s config file. The original kernel do not provide a config file so I used a existing config file from my working linux (I have OpenSUSE 11 working on my machine with linux-2.6.25.5 kernel) and copied it as .config file in the source tree and then ran the make linux-2.6-xen-config CONFIGMODE=menuconfig and changed the options to configure it for the Xen (i.e. I changed the Power Managment Support and chose CPU Frequency Scaling, add SATA disk drivers to the kernel and etc.). I am attaching the new config file as well as the diff file between existing config file from my working linux...
2008 Oct 09
4
Problems at installing Xen 3.3.0
...doing that in the following steps 1. download xen from http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz 2. # tar -zxf xen-3.3.0;cd xen-3.3.0 3. # make world ......succeed 4. # cp /boot/config-2.6.18-53.el5 build-linux-2.6.18-xen_x86_64/.config 5. # make linux-2.6-xen-config CONFIGMODE=menuconfig (or xconfig) # make linux-2.6-xen-build # make linux-2.6-xen-install 6. # depmod 2.6.18.8-xen # mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod --builtin=ata_piix initrd-2.6.18.8-xen.img 2.6.18.8-xen # cp initrd-2.6.18.8-xen.img /boot/ 7. configure grub: defau...
2009 Aug 25
14
3.4-testing : Kernel panic on bootup (mount: could not find filesystem /dev/root/)
...-testing version without much problems in CentOS 5.3 running on quadcore Intel Nahelam processors using the following installation steps (as in the README) : <steps> hg clone http://xenbits.xensource.com/xen-3.4-testing.hg` cd xen-unstable.hg make world make install make linux-2.6-xen-config CONFIGMODE=menuconfig make linux-2.6-xen-build make linux-2.6-xen-install depmod 2.6.18.8-xen mkinitrd -v -f --with=ahci --with=sd_mod --with=scsi_mod --allow-missing initrd-2.6.18-xen.img 2.6.18.8-xen cp initrd-2.6.18-xen.img /boot </steps> After the installation, I updated the grub with the followin...
2006 Jun 03
4
xentop.c error
Just downloaded the xen-unstable and updated it using mercurial. When i try to do a make install on a Celeron D 64bit processor, i get the following error: xentop.c:291: error: `KEY_DOWN'' undeclared (first use in this function) xentop.c:294: error: `KEY_UP'' undeclared (first use in this function) xentop.c:314: error: `KEY_BACKSPACE'' undeclared (first use in this
2006 Jun 12
6
Xen3.0, LSI MegaRaid, Debian
Hello, Problem: Debian(linux-image-xen-686) Dom0 does not boot from LSI MegaRaid I''m sorry, because I don''t know if I''m at the right place to ask for a solution for my problem, because it might be Debian related. Nethertheless I try: Xen Kernel are in Debian Unstable for a month or so. I''m running an Etch (testing) machine here and I wanted to try out
2011 Jan 05
7
Xen Netloop module missing
Hi, I was hoping someone on this forums could help me out with a problem I was facing with Xen. When I compiled the kernel for Xen-3.1.3 using "make world"(I know this is an old version but I need to use it for some compatibility issues), the kernel was missing the Xen netloop module. There was no /kernel/drivers/xen/netback/netloop.ko in the newly compiled kernel. I think we would
2006 Feb 01
1
AW: "make xconfig" for Dom0 not working
...xconfig" under linux-2.6.12-xen0: Makefile:448: /root/xen/xen-unstable.hg/linux-2.6.12-xen0/arch/xen/Makefile: No such file or directory make: *** No rule to make target `/root/xen/xen-unstable.hg/linux-2.6.12-xen0/arch/xen/Makefile''. Stop. I tried "make linux-2.6-xen-config CONFIGMODE=xconfig" but that seems to only change DomU. Is there another way of changing the configuration of Dom0? Thanks, Aravindh Puthiyaparambil Unisys Tredyffrin, PA Phone 610-648-2416 E-Mail:  aravindh.puthiyaparambil@unisys.com _______________________________________________ Xen-users mailin...
2007 Apr 10
0
[Xen-SmartIO] Make Install crashed - Infiniband Drivers
Hi, I have a problem while doing a "make linux-2.6-xen-install". First of all, i did a "make linux-2.6-xen-config CONFIGMODE=menuconfig" I chose in Device Drivers menu -> Infiniband Support : If i choose all the options in module or built-in, i get the same results with make install. This error appears : -------------------------------------------------------------------- CC [M] drivers/infiniband/ib_xen_b...
2008 Oct 01
0
How could I add the pata_marvell module for linux-2.6.18-xen? [ An error when creating the initial ramdist ]
...or Xen generated from the source code. $mkinitrd -v -f initrd-2.6.18.8-xen.img 2.6.18.8-xen blablabla... Looking for deps of module pata_marvell No module pata_marvell found for kernel 2.6.18.8-xen, aborting. I guess I should re-edit the config file of linux-2.6.18-xen: $make linux-2.6-xen-config CONFIGMOD=menuconfig Which module I should added in the config menu in order to make it work? Or are there other things I should do? Thanks, Jeff.Gu _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jul 08
0
virt-manager problem on Ubuntu
Hello, everyone! I installed xen3.2.0 on Ubuntu and meet some problem. After the following commands make all make linux-2.6-xen0-config CONFIGMODE=menuconfig make linux-2.6-xen0-build make linux-2.6-xen0-install I got xen-3.2.0.gz vmlinuz-2.6.18.8-xen0 etc. and put them to /boot, then I modified the menu.lst title Xen 3.2.0 / Ubuntu 8.04, kernel 2.6.18.8-xen0 root (hd0,8) kernel /boot/xen-3.2.0.gz module /boot/vmlinuz-2.6.18.8-xen...
2006 Apr 27
1
Xen capable linux-tree-2.6.16 deb?
Hi, has anyone build a linux-2.6.16 deb that can be used to compile xen? The default unstable package does not seem to have any xen patches included, only the /debian/arch/amd64/xen dir for the .config files. MfG Goswin
2006 Feb 20
1
help VMX guest and networking xen 3.0.1
...Linux Paravirtualized Guest (xenU) shows the interface eth0 without any problem. I adjusted the .config file for the xen0 domain. I added EHCI support and USB mass storage, and also support for SMP machines. I did it using the following command: In the xen directory: make linux-2.6-xen0-config CONFIGMODE=menuconfig make linux-2.6-xen0-build make linux-2.6-xen0-install And reboot. What options are needed in the .config file for Xen0 in order to create the virtual network devices in the VMX guests? Thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xens...
2008 Sep 30
3
Problem using Xen - SATA
Hi, I have an Slackware 12.1 running on Intel Core2Quad, 4 Gb RAM. (The result of dmesg is attached on this e-mail) I have downloaded ''Xen 3.3.0 official source distribution tarball'' from www.xen.org. Run make world, make install. Have no errors. Installed GRUB correctly and added the following lines on menu.list: title Xen 3.3 root (hd0,1) kernel /xen.gz dom0_mem = 262144
2008 Oct 23
14
Problem with VT-d on Mainboard Intel DQ45CB
...mmon_1.0.1-5.1~bpo40+1_all.deb dpkg -i ./mercurial_1.0.1-5.1~bpo40+1_amd64.deb Xen source: wget http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz Xen kernel tree: hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg Kernel Config: Defaults apart from make linux-2.6-xen-config CONFIGMODE=menuconfig change XEN->"PCI-device backend driver" from "M" to "*". According to messages on the WEB compiling the backend driver fixed into the kernel is required in order to get pciback.hide running via kernel parameter. GRUB config: title Xe...