| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] xen headers xcp kernel
 
To: xen-users@xxxxxxxxxxxxxxxxxxxFrom: Peter den Hartog <peterdenhartog@xxxxxxxxx>Date: Tue, 10 Aug 2010 22:01:06 +0200Delivery-date: Tue, 10 Aug 2010 13:03:16 -0700Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;	h=mime-version:in-reply-to:references:from:date:message-id:subject:to	:content-type;	b=Y/McCroGtuz7eOhAUReSWyRhRrO3QjsRmakPgHipEw7SDo/Pfn+I5KzthdavUbp79e	EBe2CAX5YguFIKWzKhmHVY5j/c4bXMM0IAkWHSE+rxdlImKpEPnMkmu2ISZug0sD9RJz	6GEfZ4aWfrJchGnKl9CSVe0ia7i4OZaPfqcL0=List-id: Xen user discussion <xen-users.lists.xensource.com> Fixed :)Â
 
 Did it like this -> 
 1) Download source ISO:http://www.xen.org/files/XenCloud/Software/0.5/sources/source-1.isoÂ
 2) Mount the iso unpack kernel source (src.rpm) for needed kernel prop dom0 folder.
 3) Copy it to /usr/src/linux to target XCP host
 4) remove citrix broken repo and enable centos repos.
 5) install gcc, make, binutils, etc.
 6) compile kernel sources ->
 cat /proc/config.gz /usr/src/linux/.config
 make menuconfig
 make sure to load the .config file, then save & exit
 make (now get some coffee, this will take forever :D)
 now your done! you can compile any software you would like.
 
 Thanks for helping me out On Tue, Aug 10, 2010 at 11:40 AM, Peter den Hartog <peterdenhartog@xxxxxxxxx>  wrote: 
Ok i've downloaded that file and unpacked it, but i can't seem to locate the headers.ÂI'll try to clarify what i'm trying to do here. I got Dahdi drivers (for Asterisk) that i need to compile. It fails after 2 seconds with the message that they can't find my kernel headers. 
 The method you descripe doesn't work for me, or i'm doing something wrong! 
 Can you give me some more advice, thanks!
 
 Peter 
On Mon, Aug 9, 2010 at 3:32 PM, Peter den Hartog <peterdenhartog@xxxxxxxxx>  wrote: 
awesome! Thanks alot, i'll check it out--On Mon, Aug 9, 2010 at 3:18 PM, George Shuklin <george.shuklin@xxxxxxxxx>  wrote:
 Good day.
 Just few days ago I was solve this problem with outdates e1000 drivers.
 
 My solution:
 1) Download source ISO:
 http://www.xen.org/files/XenCloud/Software/0.5/sources/source-1.iso
 2) Unpack kernel source (src.rpm) for needed kernel.
 3) Copy it to /usr/src/linux to target XCP host
 4) remove citrix broken repo and enable centos repos.
 5) install gcc, make, binutils, etc.
 6) compile kernel sources (modprep usually enough), configuration for
 compilation avaible from /proc/config.gz.
 6) use ./configure option to specify path (most of scripts will search
 in /usr/src/linux).
 
 Ð ÐÐÐ, 09/08/2010 Ð 15:08 +0200, Peter den Hartog ÐÐÑÐÑ:
 
 > hello guys,>
 >
 > i was wondering where and if i can find the xen kernel headers for the
 > latest stable XCP (0.5)
 > i need these because i have to compile a kernel module.
 >
 >
 > Thanks!
 > Peter
 >
 
Groet // Kind regards,
 Peter den Hartog
 
-- Groet // Kind regards,Peter den Hartog-- Groet // Kind regards,Peter den Hartog_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |