All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [Xen-devel] Xen 3.0.0 released!
@ 2005-12-07 21:32 Ian Pratt
  2005-12-07 21:40 ` Paul Dorman
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Ian Pratt @ 2005-12-07 21:32 UTC (permalink / raw)
  To: Adam Heath; +Cc: Xen-devel, xen-users, ian.pratt

> I've had 3.0-unstable debs prepared for awhile now; hadn't 
> uploaded them, for several reasons:
> 
> 1) xen-unstable required a 2.6.12 base kernel; this no longer 
> exists in
>    debian, so it wasn't possible for me to build-depend on 
> it, so I could
>    create a standard unified-diff.

Do you have 2.6.14? You could build based on linux-2.6-xen.hg, but this
hasn't has s much testing (we know of at least on issue on x86_64)
 
> 2) vif-route.sh is buggy; it doesn't handle the case where 
> multiple adapters
>    exist.  So, dom0_ip(and the functions it calls) ends up 
> returning 2 ip
>    addresses, which makes ifconfig complain.
> 
>    I've got a fix hot-patched on our deployed server, I'll be 
> sending that
>    soon.

Please post it, thanks.
 
> 3) It appeared that when I tried the final 3.0.0 release, 
> that xenstored was
>    very sick.  I had a previous(20051116 snapshot) installed, 
> and the tdb file
>    was corrupted(sorta).  xenstore-list / shows to local 
> paths, but no vm nor
>    tools.  Removing the file 'fixed' this.  I'm not certain 
> exactly what
>    happend, tho.

It's possible that the install scripts should delete the database when
performing an upgrade. I don't think there have been any format changes
in a while, though.

> 5) I see it's not possible to have both a xen microkernel 
> that supports both
>    pae and non-pae.  For individuals who are compiling 
> themselves, that's
>    fine; they can select which they want.

Yep, no real way round that. Most users are already trained to this
thanks to it being a compile time option in Linux.
 
>    Also, what other options are available, that would require multiple
>    compiles?  Also, I don't see a concise list of what config 
> options I can
>    tweak for xen itself; the documentation is a bit poor in 
> that regard(pae
>    isn't even mentioned in the documentation; you have to 
> read a separate
>    README).

Having a debug/verbose build of xen is sometimes handy for debugging
things, but since debug builds are deliberatly combatitive its probably
not a good idea for production. 

Ian

^ permalink raw reply	[flat|nested] 16+ messages in thread
* RE: Xen 3.0.0 released!
@ 2005-12-06 17:52 Ian Pratt
  0 siblings, 0 replies; 16+ messages in thread
From: Ian Pratt @ 2005-12-06 17:52 UTC (permalink / raw)
  To: Cihula, Joseph, Xen-devel, xen-users

> For those of us working on bug fixes for the 3.0.x releases, 
> how would you like us to submit the patches?  One against 
> 3.0-testing.hg and another against xen-unstable.hg?

I think its best off sending patches against unstable, for us to cherry
pick into testing.

Thanks,
Ian
 
> Joseph Cihula
> (Linux) Software Security Architect
> Open Source Technology Center
> Intel Corp.
> 
> *** These opinions are not necessarily those of my employer ***
> 
> On Monday, December 05, 2005 4:58 AM,  Ian Pratt <> wrote:
> 
> > Folks,
> > 
> > Now seems a good time to call a Xen 3.0.0 release!  We've 
> been seeing 
> > good stability on the XenRT regression tests for the last couple of 
> > weeks, and the number of bug reports submitted to bugzilla have 
> > dropped right down. It's time to get a bigger group of 
> people to start 
> > beating up on it...
> > 
> > mercurial source: http://xenbits.xensource.com/xen-3.0-testing.hg
> > 
> > Along with the usual binary install tarball, we've created a new 
> > live-iso demo CD, and some RPM packages for common linux distros. 
> > Among the RPM downloads are 'xen-friendly' glibc packages.
> > See http://www.xensource.com/xen/downloads
> > 
> > [Please use the Torrent versions if you can; http downloads require 
> > email registration so we can control server load over the next few 
> > days.]
> > 
> > I expect we'll be spinning fixes to the 3.0 series fairly 
> frequently 
> > over the next few weeks. You'll be able to find the very latest 
> > updates by pulling source from the 3.0-testing.hg tree, or 
> using the 
> > nightly builds.
> > 
> > For the next few weeks, the xen-unstable.hg tree will be 
> used to test 
> > further releases in the 3.0.x series (we'll checkin the version of 
> > linux 2.6.14 that has xen as a sub-arch that's currently sitting in 
> > linux-2.6-xen.hg), before forking off to become the 3.1 development 
> > branch once things have settled down on 3.0.
> > 
> > As usual, please send those bug reports to the mailing lists and 
> > bugzilla!
> > 
> > Best,
> > Ian
> > 
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> 

^ permalink raw reply	[flat|nested] 16+ messages in thread
* RE: Xen 3.0.0 released!
@ 2005-12-06 17:36 Ian Pratt
  0 siblings, 0 replies; 16+ messages in thread
From: Ian Pratt @ 2005-12-06 17:36 UTC (permalink / raw)
  To: Michael Holzt, Xen-devel

 
> > Now seems a good time to call a Xen 3.0.0 release!
> 
> The source code download tar.gz seems to disagree, as it 
> contains an 'xen-unstable' directory. You probably want to 
> change that :-)

Oops, probably worth updating that to be at least "xen-3.0-testing". 

Thanks,
Ian
 

^ permalink raw reply	[flat|nested] 16+ messages in thread
* RE: Xen 3.0.0 released!
@ 2005-12-06  1:48 Cihula, Joseph
  0 siblings, 0 replies; 16+ messages in thread
From: Cihula, Joseph @ 2005-12-06  1:48 UTC (permalink / raw)
  To: Ian Pratt, Xen-devel, xen-users

Ian,

For those of us working on bug fixes for the 3.0.x releases, how would
you like us to submit the patches?  One against 3.0-testing.hg and
another against xen-unstable.hg?

Joseph Cihula
(Linux) Software Security Architect
Open Source Technology Center
Intel Corp.

*** These opinions are not necessarily those of my employer ***

On Monday, December 05, 2005 4:58 AM,  Ian Pratt <> wrote:

> Folks,
> 
> Now seems a good time to call a Xen 3.0.0 release!  We've been seeing
> good stability on the XenRT regression tests for the last couple of
> weeks, and the number of bug reports submitted to bugzilla have
> dropped right down. It's time to get a bigger group of people to start
> beating up on it...
> 
> mercurial source: http://xenbits.xensource.com/xen-3.0-testing.hg
> 
> Along with the usual binary install tarball, we've created a new
> live-iso demo CD, and some RPM packages for common linux
> distros. Among the RPM downloads are 'xen-friendly' glibc packages.
> See http://www.xensource.com/xen/downloads
> 
> [Please use the Torrent versions if you can; http downloads require
> email registration so we can control server load over the next few
> days.]
> 
> I expect we'll be spinning fixes to the 3.0 series fairly frequently
> over the next few weeks. You'll be able to find the very latest
> updates by pulling source from the 3.0-testing.hg tree, or using the
> nightly builds.
> 
> For the next few weeks, the xen-unstable.hg tree will be used to test
> further releases in the 3.0.x series (we'll checkin the version of
> linux 2.6.14 that has xen as a sub-arch that's currently sitting in
> linux-2.6-xen.hg), before forking off to become the 3.1 development
> branch once things have settled down on 3.0.
> 
> As usual, please send those bug reports to the mailing lists and
> bugzilla!
> 
> Best,
> Ian
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Xen 3.0.0 released!
@ 2005-12-05 12:57 Ian Pratt
  2005-12-05 23:01 ` Michael Holzt
  0 siblings, 1 reply; 16+ messages in thread
From: Ian Pratt @ 2005-12-05 12:57 UTC (permalink / raw)
  To: Xen-devel, xen-users; +Cc: ian.pratt


Folks,

Now seems a good time to call a Xen 3.0.0 release!  We've been seeing
good stability on the XenRT regression tests for the last couple of
weeks, and the number of bug reports submitted to bugzilla have
dropped right down. It's time to get a bigger group of people to start
beating up on it...

mercurial source: http://xenbits.xensource.com/xen-3.0-testing.hg

Along with the usual binary install tarball, we've created a new
live-iso demo CD, and some RPM packages for common linux
distros. Among the RPM downloads are 'xen-friendly' glibc packages.
See http://www.xensource.com/xen/downloads

[Please use the Torrent versions if you can; http downloads require
email registration so we can control server load over the next few
days.]

I expect we'll be spinning fixes to the 3.0 series fairly frequently
over the next few weeks. You'll be able to find the very latest
updates by pulling source from the 3.0-testing.hg tree, or using the
nightly builds. 

For the next few weeks, the xen-unstable.hg tree will be used to test
further releases in the 3.0.x series (we'll checkin the version of
linux 2.6.14 that has xen as a sub-arch that's currently sitting in
linux-2.6-xen.hg), before forking off to become the 3.1 development
branch once things have settled down on 3.0.

As usual, please send those bug reports to the mailing lists and
bugzilla!

Best,
Ian

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

end of thread, other threads:[~2006-01-19 18:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-07 21:32 [Xen-devel] Xen 3.0.0 released! Ian Pratt
2005-12-07 21:40 ` Paul Dorman
2006-01-19 12:42   ` [Xen-users] RE: Xen 3.0.0 released / cannot select device drivers Pasi Kärkkäinen
2006-01-19 13:40     ` Vincent Hanquez
2006-01-19 18:45       ` Pasi Kärkkäinen
2005-12-07 21:43 ` Xen 3.0.0 released! Michael Holzt
2005-12-07 22:37   ` Adam Heath
2005-12-07 22:40     ` Michael Holzt
2005-12-08  0:59       ` Adam Heath
2005-12-07 22:36 ` Adam Heath
2005-12-08 15:55   ` [Xen-devel] " Ewan Mellor
  -- strict thread matches above, loose matches on Subject: below --
2005-12-06 17:52 Ian Pratt
2005-12-06 17:36 Ian Pratt
2005-12-06  1:48 Cihula, Joseph
2005-12-05 12:57 Ian Pratt
2005-12-05 23:01 ` Michael Holzt

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.