From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [ANNOUNCE] Xen 3.0.4-rc1 Date: Thu, 14 Dec 2006 11:34:14 +0000 Message-ID: References: <20061214104102.GC32315@edu.joroinen.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20061214104102.GC32315@edu.joroinen.fi> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Pasi K=?ISO-8859-1?B?5A==?=rkk=?ISO-8859-1?B?5A==?=inen , Keir Fraser Cc: xen-devel List-Id: xen-devel@lists.xenproject.org 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=E4rkk=E4inen" wrote: > $ xm list > Traceback (most recent call last): > File "/usr/sbin/xm", line 8, in ? > from xen.xm import main > File=20 > "/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=20 > "/root/stuff/xen/xen-3.0.4-testing.hg/dist/install/usr/lib/python/xen/uti= l/sec > urity.py", line 25, in ? > from xen.lowlevel import acm > ImportError: libxenctrl.so.3.0: cannot handle TLS data >=20 > I don't have /lib/tls directory (it's renamed). >=20 > Any ideas?=20