* xen 2.0.x and debian
@ 2005-01-20 0:39 Adam Heath
0 siblings, 0 replies; 9+ messages in thread
From: Adam Heath @ 2005-01-20 0:39 UTC (permalink / raw)
To: xen-devel
I plan on releasing(by release, I mean upload to debian itself) the xen debs
tomorrow evening. 2.4.28 is not in debian yet, so there won't be a patch for
that, only 2.6.10.
Initially, I'll only be uploading 2.0.1. But this weekend I'll probably
upload 2.0.3 versions. Afterwards, I'll start sending the patches I've done
to the build system(make install DESTDIR=`pwd`/foo kinda stuff, mostly).
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: xen 2.0.x and debian
@ 2005-01-20 0:47 James Harper
2005-01-20 2:11 ` Adam Heath
0 siblings, 1 reply; 9+ messages in thread
From: James Harper @ 2005-01-20 0:47 UTC (permalink / raw)
To: Adam Heath, xen-devel
>
> I plan on releasing(by release, I mean upload to debian itself) the
xen
> debs tomorrow evening. 2.4.28 is not in debian yet, so there won't be
> a patch for that, only 2.6.10.
*wild cheering and applause*
> Initially, I'll only be uploading 2.0.1. But this weekend I'll
probably
> upload 2.0.3 versions. Afterwards, I'll start sending the patches
I've
> done to the build system(make install DESTDIR=`pwd`/foo kinda stuff,
> mostly).
Can you give a quick summary on how it all hangs together in debian?
Will there be packages for the user mode stuff and a kernel-patch for
the kernel stuff so I can just build a xen with a make-kpkg? How does it
differ from Brian's effort?
Thanks
James
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: xen 2.0.x and debian
2005-01-20 0:47 James Harper
@ 2005-01-20 2:11 ` Adam Heath
0 siblings, 0 replies; 9+ messages in thread
From: Adam Heath @ 2005-01-20 2:11 UTC (permalink / raw)
To: James Harper; +Cc: xen-devel@lists.sourceforge.net
On Thu, 20 Jan 2005, James Harper wrote:
> >
> > I plan on releasing(by release, I mean upload to debian itself) the
> xen
> > debs tomorrow evening. 2.4.28 is not in debian yet, so there won't be
> > a patch for that, only 2.6.10.
>
> *wild cheering and applause*
I got a private email tonight, asking when I'd release. So, I set a
timeframe.
> > Initially, I'll only be uploading 2.0.1. But this weekend I'll
> probably
> > upload 2.0.3 versions. Afterwards, I'll start sending the patches
> I've
> > done to the build system(make install DESTDIR=`pwd`/foo kinda stuff,
> > mostly).
>
> Can you give a quick summary on how it all hangs together in debian?
> Will there be packages for the user mode stuff and a kernel-patch for
> the kernel stuff so I can just build a xen with a make-kpkg? How does it
> differ from Brian's effort?
Yes, make-kpkg works. I've got these debs installed on the 2 2.0 machines we
have here(haven't converted the 1.2 box yet).
make-kpkg places the kernels in /boot. You call it by:
make-kpkg kernel-image --arch xen
adam@gradall:~/code/xen/xen-2.0.1+2.0.2$ cat debian/control
Source: xen
Maintainer: Adam Heath <doogie@brainfood.com>
Section: admin
Priority: optional
Standards-Version: 3.6.1.0
Build-Depends: latex2html, tgif, debhelper (>= 4)
Package: xen
Architecture: i386
Depends: python2.3-twisted, python2.3, libxen-python, python,
${shlibs:Depends}
Description: foo
bar
Package: libxen2.0
Architecture: i386
Depends: ${shlibs:Depends}
Description: foo
bar
Package: libxen-dev
Architecture: i386
Depends: libxen2.0 (= ${Source-Version})
Description: foo
bar
Package: xen-docs
Architecture: all
Description: foo
bar
Package: libxen-python
Architecture: i386
Depends: ${shlibs:Depends}
Description: foo
bar
Package: kernel-patch-xen
Architecture: i386
Depends: ${kpatch:Depends}
Description: foo
bar
I need to fill in the descriptions(copied from the earlier debs). Also need
to build it in a chroot, and verify the build-depends, and installation
depends.
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: xen 2.0.x and debian
@ 2005-02-01 2:58 James Harper
2005-02-01 3:16 ` Travis Newman
2005-02-05 7:48 ` Adam Heath
0 siblings, 2 replies; 9+ messages in thread
From: James Harper @ 2005-02-01 2:58 UTC (permalink / raw)
To: Adam Heath; +Cc: xen-devel
> > > I plan on releasing(by release, I mean upload to debian itself)
the
> > xen
> > > debs tomorrow evening. 2.4.28 is not in debian yet, so there
won't be
> > > a patch for that, only 2.6.10.
> >
> > *wild cheering and applause*
>
> I got a private email tonight, asking when I'd release. So, I set a
> timeframe.
>
Any progress on this?
James
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: xen 2.0.x and debian
2005-02-01 2:58 xen 2.0.x and debian James Harper
@ 2005-02-01 3:16 ` Travis Newman
2005-02-05 7:48 ` Adam Heath
1 sibling, 0 replies; 9+ messages in thread
From: Travis Newman @ 2005-02-01 3:16 UTC (permalink / raw)
To: xen-devel
James Harper wrote:
>>>>I plan on releasing(by release, I mean upload to debian itself)
>
> the
>
>>>xen
>>>
>>>>debs tomorrow evening. 2.4.28 is not in debian yet, so there
>
> won't be
>
>>>>a patch for that, only 2.6.10.
>>>
>>>*wild cheering and applause*
>>
>>I got a private email tonight, asking when I'd release. So, I set a
>>timeframe.
>>
>
Which Xen version is this?
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: xen 2.0.x and debian
@ 2005-02-01 3:16 Tom Hibbert
2005-02-02 14:47 ` Nuutti Kotivuori
0 siblings, 1 reply; 9+ messages in thread
From: Tom Hibbert @ 2005-02-01 3:16 UTC (permalink / raw)
To: James Harper, Adam Heath; +Cc: xen-devel
I think we are waiting on 2.6.10 to get accepted into testing.
If you're tired of waiting you can build the debs yourself (like I did
:)
http://people.debian.org/~doogie/xen_2.0.3-0.diff.gz
Thanks
Tom
-----Original Message-----
From: xen-devel-admin@lists.sourceforge.net
[mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of James Harper
Sent: Tuesday, 1 February 2005 3:58 p.m.
To: Adam Heath
Cc: xen-devel@lists.sourceforge.net
Subject: RE: [Xen-devel] xen 2.0.x and debian
> > > I plan on releasing(by release, I mean upload to debian itself)
the
> > xen
> > > debs tomorrow evening. 2.4.28 is not in debian yet, so there
won't be
> > > a patch for that, only 2.6.10.
> >
> > *wild cheering and applause*
>
> I got a private email tonight, asking when I'd release. So, I set a
> timeframe.
>
Any progress on this?
James
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time by
over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: xen 2.0.x and debian
2005-02-01 3:16 Tom Hibbert
@ 2005-02-02 14:47 ` Nuutti Kotivuori
2005-02-05 7:57 ` Adam Heath
0 siblings, 1 reply; 9+ messages in thread
From: Nuutti Kotivuori @ 2005-02-02 14:47 UTC (permalink / raw)
To: xen-devel
Tom Hibbert wrote:
> I think we are waiting on 2.6.10 to get accepted into testing. If
> you're tired of waiting you can build the debs yourself (like I did
> :)
>
> http://people.debian.org/~doogie/xen_2.0.3-0.diff.gz
Please add 'dh-kpatches' to build-deps.
-- Naked
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: xen 2.0.x and debian
2005-02-01 2:58 xen 2.0.x and debian James Harper
2005-02-01 3:16 ` Travis Newman
@ 2005-02-05 7:48 ` Adam Heath
1 sibling, 0 replies; 9+ messages in thread
From: Adam Heath @ 2005-02-05 7:48 UTC (permalink / raw)
To: James Harper; +Cc: xen-devel@lists.sourceforge.net
On Tue, 1 Feb 2005, James Harper wrote:
> > > > I plan on releasing(by release, I mean upload to debian itself)
> the
> > > xen
> > > > debs tomorrow evening. 2.4.28 is not in debian yet, so there
> won't be
> > > > a patch for that, only 2.6.10.
> > >
> > > *wild cheering and applause*
> >
> > I got a private email tonight, asking when I'd release. So, I set a
> > timeframe.
> >
>
> Any progress on this?
Got busy(extremely) with work, and a few things in life(as it always happens).
However, I've rebased against 2.0.4(see the patches I just sent).
Also, my list filters were broken for about a week. I've just now fixed them.
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: xen 2.0.x and debian
2005-02-06 0:31 ` Adam Heath
@ 2005-02-06 6:54 ` Tupshin Harper
0 siblings, 0 replies; 9+ messages in thread
From: Tupshin Harper @ 2005-02-06 6:54 UTC (permalink / raw)
To: doogie, xen-devel
Adam Heath wrote:
>
> Ok, I've uploaded to debian's experimental tree. This is to make certain it
> doesn't blow up when people install it(even tho I'm using it locally).
>
> The main problem with it is that it doesn't do upgrades from 1.2 at all.
I grabbed all of the 2.0.4-2 debs in that directory and tried to do a
dpkg --install *
I got:
dpkg: error processing xen_2.0.4-2_i386.deb (--install):
trying to overwrite `/usr/share/doc/xen/examples/xmexample1', which is
also in package xen-docs
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Works with force-overwrite, but I assume that shouldn't be necessary
-Tupshin
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-02-06 6:54 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-01 2:58 xen 2.0.x and debian James Harper
2005-02-01 3:16 ` Travis Newman
2005-02-05 7:48 ` Adam Heath
-- strict thread matches above, loose matches on Subject: below --
2005-02-01 3:16 Tom Hibbert
2005-02-02 14:47 ` Nuutti Kotivuori
2005-02-05 7:57 ` Adam Heath
2005-02-06 0:31 ` Adam Heath
2005-02-06 6:54 ` Tupshin Harper
2005-01-20 0:47 James Harper
2005-01-20 2:11 ` Adam Heath
2005-01-20 0:39 Adam Heath
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.