I'm replying to the list (I guess it's what you wanted, since you've wrote
that in English).
As I wrote before, what I know is from xen-unstable from a month ago, keep
that in mind.
It's just a guess, but you might have TLS support somehow broken in your OS
(either that or xen-tools is currently broken, dunno).
The problem on disabling TLS by brute force (the tls-disabled thing) is that
xen-tools needs that, so you need to compile xen-tools without TLS.
Since there's no "./configure --dont-use-tls" in xen-tools, in order to do
that you have to modify the code and make it work without using TLS.
I've got a patch here if you want, but it's against the aforementioned
xen-unstable snapshot.
About the warnings, you're talking about the ones which basically say 'xen
will work but things will be slower'?
If is that so, you'll need to switch glibc to one with a 'xen-friendly' TLS
patch (and stuff in initrd and other static binaries will need recompilation,
obviously).
Em Dom 08 Abr 2007 22:23, você escreveu:
> > We're using an old distro with broken TLS support. Unfortunately
> > xen-tools started to require TLS from 3.0.4.
> > I don't know the state of Xen-unstable right now, but about a month ago
> > the only TLS code was related to xen-tools logging. Some parts were
> > somewhat reversible to the 3.0.3 way and other ones were simply disabled.
> > Kludgy but works.
>
> I´m still confused... should I update the TLS libs or disable
> something inside XEN? If I should disable something, what should it
> be?
>
> > Em Dom 08 Abr 2007 21:22, Christian Lyra escreveu:
> > > hi there
> > >
> > > I just build a xen unstable today, and found that I couldnt start
> > > xend. It give me this error:
> > >
> > > from xen.xend.server import SrvDaemon
> > > import xen.lowlevel.xc
> > > ImportError
> > > libxenctrl.so.3.0: cannot handle TLS data
> > >
> > > I tried to move /lib/tls.disabled to /lib/tls and it started to work,
> > > but complains about the TLS stuff...
> > >
> > > it´s supposed to work this way? Xen unstable is trying to get rid of
> > > the tls restriction?
--
Daniel Mealha Cabrita
Divisao de Suporte Tecnico
AINFO / Reitoria / UTFPR
http://www.utfpr.edu.br
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|