All of lore.kernel.org
 help / color / mirror / Atom feed
* Using Debian packages
@ 2005-03-15 14:24 Lars E. D. Jensen
  2005-03-15 22:28 ` Ted Hilts
  2005-03-17 14:45 ` Nuutti Kotivuori
  0 siblings, 2 replies; 15+ messages in thread
From: Lars E. D. Jensen @ 2005-03-15 14:24 UTC (permalink / raw)
  To: xen-devel

Hi list

I'm about to install XenLinux on Debian. And I noticed this repository was 
submitted to this list a while ago:

http://people.debian.org/~doogie/xen/

Does the 2.0.5 packages (kernel-patch-xen_2.0.5-1_i386.deb) apply to Debian 
kernels in the Sarge tree which is 2.6.8 at the moment?

If so, is it possible to build a domU kernel using the debian packages too?

Or should I manually compile a domU from the original Xen 2.0.5 source?

Thanks.

-- 
Med venlig hilsen / Best regards
Lars E. D. Jensen 
lars@dangvard.dk


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: Using Debian packages
@ 2005-03-17 23:11 Ian Pratt
  2005-03-17 23:19 ` michal urbanski
  0 siblings, 1 reply; 15+ messages in thread
From: Ian Pratt @ 2005-03-17 23:11 UTC (permalink / raw)
  To: michal urbanski, xen-devel; +Cc: Mike Wray, ian.pratt

 

Please can you see if there's a more helpful error report in
/var/log/xend.log or /var/log/xend-debug.log

Thanks,
Ian

> I gave up on compiling a kernel the debian way... once I applied the
> xen patch by running /usr/src/kernel-patches/i386/apply/xen from
> /usr/src/linux, I did the whole "make ARCH=xen" and manually 
> copied the
> resulting vmlinuz to /boot/vmlinuz-2.6.10-xen0.
> 
> Now, has anyone else had problems with these debian packages? 
> I've built
> a U kernel with my same config, and am using this as my vm config:
> 
> kernel = "/boot/vmlinuz-2.6.10-xenU"
> memory = 256 
> name = "test"
> disk = ['file:/var/lib/xen/diskimages/test_disk,sda1,w']
> disk = ['file:/var/lib/xen/diskimages/test_swap_disk,sda2,w']
> root = "/dev/sda1 rw"
> restart = 'never'
> 
> but whenever I try "xm create -f vm_test", all I get is:
> 
> Using config file "./vm_test".
> Error: Not Found
> 
> Any possible explanations? Have I done something braindead in my vm
> config?
> 
> -michal urbanski
> 
> 
> On Thu, Mar 17, 2005 at 04:48:08PM +0100, Lars E. D. Jensen wrote:
> > Onsdag den 16. marts 2005 09:17 skrev Ian Pratt:
> > > > Does the 2.0.5 packages (kernel-patch-xen_2.0.5-1_i386.deb)
> > > > apply to Debian
> > > > kernels in the Sarge tree which is 2.6.8 at the moment?
> > > >
> > > > If so, is it possible to build a domU kernel using the debian
> > > > packages too?
> > >
> > > If you've got a kernel built with all the drivers as modules, then
> > > there's little point building a separate domU kernel -- 
> just use the
> > > same for privileged and unprivileged domains.
> > 
> > Hmmm... I really have problems using those packages.
> > 
> > Is there someone who is using those packages, if so... how 
> do you use them?
> > 
> > What kernel-source (from where) are you patching?
> > 
> > Maybe a small step-by-step guide would be good.
> > 
> > My problem is that I can't get a kernel compiled "the 
> debian way" ... into a 
> > debian package.
> > 
> > I'm not sure if I should use vanilla or not, but I've 
> downloaded the vanilla 
> > 2.6.10 which kernel-patch-xen_2.0.5-1_i386.deb is for (I 
> think). I've 
> > installed kernel-patch-xen_2.0.5-1_i386.deb and then copied 
> my .config into 
> > source directory and run:
> > make-kpkg --added-patches=xen --revision=xenserver.0.1 kernel_image
> > 
> > It compiles fine, but is this the right way of doing it if 
> I want a debian 
> > package?
> > 
> > "make ARCH=xen menuconfig" fails since there is no xen arch 
> in vanilla.
> > 
> > Also I get this when trying to install the 2.0.5 Debian packages:
> > Python C API version mismatch for module xen.lowlevel.xu: 
> This Python has API 
> > version 1012, module xen.lowlevel.xu has version 1011.
> > 
> > Thanks.
> > 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: Using Debian packages
@ 2005-03-16  8:17 Ian Pratt
  2005-03-17 15:48 ` Lars E. D. Jensen
  2005-03-18 21:23 ` Lars E. D. Jensen
  0 siblings, 2 replies; 15+ messages in thread
From: Ian Pratt @ 2005-03-16  8:17 UTC (permalink / raw)
  To: Lars E. D. Jensen, xen-devel; +Cc: ian.pratt

> Does the 2.0.5 packages (kernel-patch-xen_2.0.5-1_i386.deb) 
> apply to Debian 
> kernels in the Sarge tree which is 2.6.8 at the moment?
> 
> If so, is it possible to build a domU kernel using the debian 
> packages too?

If you've got a kernel built with all the drivers as modules, then
there's little point building a separate domU kernel -- just use the
same for privileged and unprivileged domains.


Ian


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Using Debian packages
@ 2005-03-15 14:15 Lars E. D. Jensen
  0 siblings, 0 replies; 15+ messages in thread
From: Lars E. D. Jensen @ 2005-03-15 14:15 UTC (permalink / raw)
  To: xen-devel

Hi list

I'm about to install XenLinux on Debian. And I noticed this repository was 
submitted to this list a while ago:

http://people.debian.org/~doogie/xen/

Does the 2.0.5 packages (kernel-patch-xen_2.0.5-1_i386.deb) apply to Debian 
kernels in the Sarge tree which is 2.6.8 at the moment?

If so, is it possible to build a domU kernel using the debian packages too?

Or should I manually compile a domU from the original Xen 2.0.5 source?

Thanks.

-- 
Med venlig hilsen / Best regards
Lars E. D. Jensen 
lars@dangvard.dk


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2005-03-20 17:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-15 14:24 Using Debian packages Lars E. D. Jensen
2005-03-15 22:28 ` Ted Hilts
2005-03-17 14:45 ` Nuutti Kotivuori
  -- strict thread matches above, loose matches on Subject: below --
2005-03-17 23:11 Ian Pratt
2005-03-17 23:19 ` michal urbanski
2005-03-18  0:03   ` Adam Heath
2005-03-18  0:43     ` michal urbanski
2005-03-18 17:26       ` Adam Heath
2005-03-16  8:17 Ian Pratt
2005-03-17 15:48 ` Lars E. D. Jensen
2005-03-17 19:55   ` Nuutti Kotivuori
2005-03-17 22:26   ` michal urbanski
2005-03-18 21:23 ` Lars E. D. Jensen
2005-03-19  3:32   ` Mark Williamson
2005-03-19 10:45     ` Lars E. D. Jensen
2005-03-19 11:14       ` Nuutti Kotivuori
2005-03-19 12:06         ` Lars E. D. Jensen | DCmedia
2005-03-20 17:34           ` Nuutti Kotivuori
2005-03-15 14:15 Lars E. D. Jensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.