WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] domU not starting...

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] domU not starting...
From: Ernst Bachmann <e.bachmann@xxxxxxxx>
Date: Tue, 30 Aug 2005 21:16:56 +0200
Delivery-date: Tue, 30 Aug 2005 19:14:59 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <002d01c5ad90$3cbe5690$ba01a8c0@microsof1694f4>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <002d01c5ad90$3cbe5690$ba01a8c0@microsof1694f4>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8.1
Hi,

On Tuesday 30 August 2005 20:25, admin@xxxxxxxxxxxxxxxx wrote:

> I get an error regarding /lib/tls [even though i copied /lib/tls to
> /lib/tls.disabled on the host machine and domU image] it then says
> "Continuing, Restarting System."

I hope you MOVE'd it, copying won't help anything since the plan is to get rid 
of the libs stored in /lib/tls.

> You can see a snippit below:
>
> EXT3-fs: mounted filesystem with ordered data mode.
> VFS: Mounted root (ext3 filesystem) readonly.
> Freeing unused kernel memory: 156k freed
> Warning: unable to open an initial console.
>
>   ***************************************************************
>   ***************************************************************
>   ** WARNING: Currently emulating unsupported memory accesses  **
>   **          in /lib/tls libraries. The emulation is very     **
>   **          slow. To ensure full performance you should      **
>   **          execute the following as root:                   **
>   **          mv /lib/tls /lib/tls.disabled                    **
>   ** Offending process: init (pid=1)                           **
>   ***************************************************************
>   ***************************************************************

Three possible reasons:
 - you didn't remove the /lib/tls directory
 - init is statically linked against a tls glibc, you can safely ignore the 
warning if its only init, or recompile it.
 - your compiler generated some code to access tls on its own, and that code 
looks to xen like an nptl glibc. in that case, recompile with 
"-mno-tls-direct-seg-refs" (available in gcc-3.4.4 or newer)


I'm not that familiar with FC4, tho, so the problem might be something 
completely different...


HTH
/Ernst

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>