|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: Problems building a xen0 kernel on Suse 9.3
Dear Robbie
> Have you seen Gert Knorr's reply to Xen-users?
Yes, but I could not do anything with it, now I can!
>
>http://lists.xensource.com/archives/html/xen-users/2005-05/msg00443.html
>
> Thank you Gert!
>
> I think you are on the right track using KOTD, but
> are you aware that
> that you need two pieces to get sources that you can
> build the SuSE
> Xen kernel from?
No I was not, so thanks alot!
>
>
ftp://your.suse.mirror.here/pub/projects/kernel/kotd/i386/HEAD/kernel-xen-2.6.11.10-20050524103609.abuild-extra.tar.gz
>
>
ftp://your.suse.mirror.here/pub/projects/kernel/kotd/i386/HEAD/kernel-source-2.6.11.10-20050524103609.src.rpm
>
> In fact I tried using the stuff in following place
> instead:
>
>
ftp://your.suse.mirror.here/pub/projects/kernel/kotd/9.3-i386/SL93_BRANCH/
I just downloaded
kernel-source-2.6.11.4-SL93_BRANCH_20050525084504.src.rpm
kernel-xen-2.6.11.4-SL93_BRANCH_20050525084504.abuild-extra.tar.gz
...
> i.e. not kernel-source-<version>.i586.rpm
> but kernel-source-<version>.src.rpm
> and kernel-xen-<version>.abuild-extra.tar.gz
>
> you need to do
>
> rpm -i kernel-source-<version>.src.rpm
> cat kernel-xen-<version>.abuild-extra.tar.gz | \
> (cd /usr/src/packages/SOURCE/ && tar xf - )
here I am stuck:
1. I only have /usr/src/packages/SOURCES/
^ (typo?)
2. the cat ... command line bails out:
cat kernel-xen-....abuild-extra.tar.gz | (cd
/usr/src/packages/SOURCES/ && tar xf - )
tar: Archive is compressed. Use -z option
tar: Error is not recoverable: exiting now
You might see from this: I am no linux guru
Any help on this?
> Then either build using rpmbuild and the
> kernel-xen.spec file
> or manually with make ARCH=xen config ; make
> ARCH=xen
>
> Remember to set CONFIG_BLK_DEV_MD=y
>
> I am busy compiling this at the moment :)
I'd love to be too!
greets chris and thanks for your and Gerd's help so
far
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden:
http://mail.yahoo.de
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|