ramz@hotmail.ru
2008-May-30 00:06 UTC
[Xen-users] Building Xen 3.2.1 from source on openSUSE 10.3
Dear List Colleagues: I have fresh installed openSUSE 10.3 on computer with CPU Intel C2D E8400. My current kernel is: # uname -a Linux suse01 2.6.22.17-0.1-default #1 SMP 2008/02/10 20:01:04 UTC x86_64 x86_64 x86_64 GNU/Linux System was installed only with these packages (I just copied from YaST): i ¦Base System i ¦Enhanced Base System i ¦YaST System Administration i ¦YaST Installation Packages i ¦Software Management i ¦Base Development I downloaded xen-3.2.1.tar.gz from http://xen.org/download/ to /usr/src, and ran the commands: # tar zxf xen-3.2.1.tar.gz # cd xen-3.2.1 Then I read the README file and ran the command: # make world At the end i got this error: ------------------------------------------------- select-repository: Searching `.:..'' for linux-2.6.18-xen.hg select-repository: Ignoring `.'' buildconfigs/select-repository: line 35: hg: command not found select-repository: Unable to determine Xen repository parent. make[3]: *** [linux-2.6.18-xen.hg/.valid-src] Error 1 make[3]: Leaving directory `/usr/src/xen-3.2.1'' make[2]: *** [linux-2.6-xen-install] Error 2 make[2]: Leaving directory `/usr/src/xen-3.2.1'' make[1]: *** [install-kernels] Error 1 make[1]: Leaving directory `/usr/src/xen-3.2.1'' make: *** [world] Error 2 ------------------------------------------------- What should I do next ? Maybe - install other packages under YaST or download them manually and try again run command ''make world'' ? Please advise. -- Regards, ramz mailto:ramz@hotmail.ru _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
ramz@hotmail.ru
2008-May-30 22:46 UTC
[Xen-users] RE: Building Xen 3.2.1 from source on openSUSE 10.3
Hello, I have some search in Google and found some trick: [Xen-users] Compiling Xen-3.2.0 http://lists.xensource.com/archives/html/xen-users/2008-01/msg00633.html I ran the command ''make clean'' under /usr/src/xen-3.2.1 Then I installed package ''mercurial 0.9.4'' and ''python-devel 2.5.1'' under YaST. Then I ran the command: hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg and after that the commands ''make world'', and ''make install'' completed succsesfully. But in /boot/grub/menu.lst I can''t found any new records regarding new xen kernel. What I''m doing wrong ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Emre ERENOGLU
2008-May-30 22:52 UTC
Re: [Xen-users] RE: Building Xen 3.2.1 from source on openSUSE 10.3
Check /boot to see if Xen Dom0 kernel is there. Then add your entry to the menu.lst yourself, as far as I know, install script doesn''t touch the menu.lst file. Emre On Sat, May 31, 2008 at 12:46 AM, <ramz@hotmail.ru> wrote:> Hello, > > I have some search in Google and found some trick: > [Xen-users] Compiling Xen-3.2.0 > http://lists.xensource.com/archives/html/xen-users/2008-01/msg00633.html > > I ran the command ''make clean'' under /usr/src/xen-3.2.1 > Then I installed package ''mercurial 0.9.4'' and ''python-devel 2.5.1'' > under YaST. > Then I ran the command: > hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg > > and after that the commands ''make world'', and ''make install'' completed > succsesfully. > > But in /boot/grub/menu.lst I can''t found any new records regarding new > xen kernel. > What I''m doing wrong ? > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Emre _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users