All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] Xen 3.0.4-rc1
@ 2006-12-13  9:49 Keir Fraser
  2006-12-13 17:06 ` Alex Williamson
  2006-12-14 10:41 ` Pasi Kärkkäinen
  0 siblings, 2 replies; 6+ messages in thread
From: Keir Fraser @ 2006-12-13  9:49 UTC (permalink / raw)
  To: xen-devel

Folks,

The first release candidate for 3.0.4 is ready. Please download and test:
 http://xenbits.xensource.com/xen-3.0.4-testing.hg

The aim is still for final release before christmas.

 -- Keir

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

* Re: [ANNOUNCE] Xen 3.0.4-rc1
  2006-12-13  9:49 [ANNOUNCE] Xen 3.0.4-rc1 Keir Fraser
@ 2006-12-13 17:06 ` Alex Williamson
  2006-12-13 17:10   ` Keir Fraser
  2006-12-14 10:41 ` Pasi Kärkkäinen
  1 sibling, 1 reply; 6+ messages in thread
From: Alex Williamson @ 2006-12-13 17:06 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel

On Wed, 2006-12-13 at 09:49 +0000, Keir Fraser wrote:
> Folks,
> 
> The first release candidate for 3.0.4 is ready. Please download and test:
>  http://xenbits.xensource.com/xen-3.0.4-testing.hg
> 
> The aim is still for final release before christmas.

Hi Keir,

   Does this imply that xen-unstable.hg is out of freeze mode or will
xen-unstable.hg get pulled into the new testing tree again before
release?  Thanks,

	Alex

-- 
Alex Williamson                             HP Open Source & Linux Org.

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

* Re: [ANNOUNCE] Xen 3.0.4-rc1
  2006-12-13 17:06 ` Alex Williamson
@ 2006-12-13 17:10   ` Keir Fraser
  0 siblings, 0 replies; 6+ messages in thread
From: Keir Fraser @ 2006-12-13 17:10 UTC (permalink / raw)
  To: Alex Williamson, Keir Fraser; +Cc: xen-devel

On 13/12/06 17:06, "Alex Williamson" <alex.williamson@hp.com> wrote:

> Hi Keir,
> 
>    Does this imply that xen-unstable.hg is out of freeze mode or will
> xen-unstable.hg get pulled into the new testing tree again before
> release?  Thanks,

Same as 3.0.3 - there'll be at least one more sweep through.

I really want to get 3.0.4 out next week, so we really do need people
testing the bits!

 -- Keir

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

* Re: [ANNOUNCE] Xen 3.0.4-rc1
  2006-12-13  9:49 [ANNOUNCE] Xen 3.0.4-rc1 Keir Fraser
  2006-12-13 17:06 ` Alex Williamson
@ 2006-12-14 10:41 ` Pasi Kärkkäinen
  2006-12-14 11:34   ` Keir Fraser
  1 sibling, 1 reply; 6+ messages in thread
From: Pasi Kärkkäinen @ 2006-12-14 10:41 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel

On Wed, Dec 13, 2006 at 09:49:01AM +0000, Keir Fraser wrote:
> Folks,
> 
> The first release candidate for 3.0.4 is ready. Please download and test:
>  http://xenbits.xensource.com/xen-3.0.4-testing.hg
> 
> The aim is still for final release before christmas.
> 

Hi!

I installed 3.0.4-testing.hg inside a VMware GSX virtual machine running
Debian 3.1 sarge x86 32bit. 

3.0.3 worked fine in the same box.

3.0.4-rc1 gives me this:

$ xm list
Traceback (most recent call last):
  File "/usr/sbin/xm", line 8, in ?
    from xen.xm import main
  File "/root/stuff/xen/xen-3.0.4-testing.hg/dist/install/usr/lib/python/xen/xm/main.py", line 48, in ?
    from xen.util import security
  File "/root/stuff/xen/xen-3.0.4-testing.hg/dist/install/usr/lib/python/xen/util/security.py", line 25, in ?
    from xen.lowlevel import acm
ImportError: libxenctrl.so.3.0: cannot handle TLS data

I don't have /lib/tls directory (it's renamed). 

Any ideas? 

-- Pasi

>  -- Keir
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

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

* Re: [ANNOUNCE] Xen 3.0.4-rc1
  2006-12-14 10:41 ` Pasi Kärkkäinen
@ 2006-12-14 11:34   ` Keir Fraser
  2006-12-14 11:40     ` Pasi Kärkkäinen
  0 siblings, 1 reply; 6+ messages in thread
From: Keir Fraser @ 2006-12-14 11:34 UTC (permalink / raw)
  To: Pasi Kärkkäinen, Keir Fraser; +Cc: xen-devel


Libxenctrl now needs TLS, so you need to use a glibc that supports TLS but
is compiled with nonegseg or understands the kernel hint. We'll investigate
providing a suitable glibc package for debian stable for the 3.0.4 release.

 -- Keir

On 14/12/06 10:41, "Pasi Kärkkäinen" <pasik@iki.fi> wrote:

> $ xm list
> Traceback (most recent call last):
>   File "/usr/sbin/xm", line 8, in ?
>     from xen.xm import main
>   File 
> "/root/stuff/xen/xen-3.0.4-testing.hg/dist/install/usr/lib/python/xen/xm/main.
> py", line 48, in ?
>     from xen.util import security
>   File 
> "/root/stuff/xen/xen-3.0.4-testing.hg/dist/install/usr/lib/python/xen/util/sec
> urity.py", line 25, in ?
>     from xen.lowlevel import acm
> ImportError: libxenctrl.so.3.0: cannot handle TLS data
> 
> I don't have /lib/tls directory (it's renamed).
> 
> Any ideas? 

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

* Re: [ANNOUNCE] Xen 3.0.4-rc1
  2006-12-14 11:34   ` Keir Fraser
@ 2006-12-14 11:40     ` Pasi Kärkkäinen
  0 siblings, 0 replies; 6+ messages in thread
From: Pasi Kärkkäinen @ 2006-12-14 11:40 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel

On Thu, Dec 14, 2006 at 11:34:14AM +0000, Keir Fraser wrote:
> 
> Libxenctrl now needs TLS, so you need to use a glibc that supports TLS but
> is compiled with nonegseg or understands the kernel hint. We'll investigate
> providing a suitable glibc package for debian stable for the 3.0.4 release.
> 

OK, thanks for the information! This should be mentioned in the release
notes / readme / faq for 3.0.4.

-- Pasi

>  -- Keir
> 
> On 14/12/06 10:41, "Pasi Kärkkäinen" <pasik@iki.fi> wrote:
> 
> > $ xm list
> > Traceback (most recent call last):
> >   File "/usr/sbin/xm", line 8, in ?
> >     from xen.xm import main
> >   File 
> > "/root/stuff/xen/xen-3.0.4-testing.hg/dist/install/usr/lib/python/xen/xm/main.
> > py", line 48, in ?
> >     from xen.util import security
> >   File 
> > "/root/stuff/xen/xen-3.0.4-testing.hg/dist/install/usr/lib/python/xen/util/sec
> > urity.py", line 25, in ?
> >     from xen.lowlevel import acm
> > ImportError: libxenctrl.so.3.0: cannot handle TLS data
> > 
> > I don't have /lib/tls directory (it's renamed).
> > 
> > Any ideas? 
> 

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

end of thread, other threads:[~2006-12-14 11:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-13  9:49 [ANNOUNCE] Xen 3.0.4-rc1 Keir Fraser
2006-12-13 17:06 ` Alex Williamson
2006-12-13 17:10   ` Keir Fraser
2006-12-14 10:41 ` Pasi Kärkkäinen
2006-12-14 11:34   ` Keir Fraser
2006-12-14 11:40     ` Pasi Kärkkäinen

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.