|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] domU not starting...
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
|
|
|
|
|