[Fedora-xen] Xen status for FC7

Richard W.M. Jones rjones at redhat.com
Mon Jul 2 08:59:30 UTC 2007


Frank Morane wrote:
> I still can't get a console BUT I can access via ssh the booted domU; 
> then I saw nash using 95% of the cpu and I killed it.
> 
> The problem is that this is far from what I want since I cannot access 
> the domU via a console, when I try I get these:
> 
> printk: 185 messages suppressed.
> 4gb seg fixup, process ntpd (pid 1230), cs:ip 73:008ac17a
[...]
> and yes I have the "hwcap 0 nosegneg" in /etc/ld.so.conf.
> There is critical information missing to get older generation (Centos 4) 
> domU booting on late FC5, FC6 and FC7.

nosegneg only works if the kernel supports it, and as far as I can find 
out, this capability was only added relatively recently (earlier this year).

http://www.uwsg.iu.edu/hypermail/linux/kernel/0704.2/2872.html

In addition, this flags affects how (or rather, which) glibc is 
dynamically linked in to the binary.  /sbin/nash is statically linked, 
but /usr/sbin/ntpd is dynamically linked (at least on FC6, and I expect 
on FC5 too).

So if you're getting the above messages concerning ntpd, then it sounds 
a lot like you're still linking to a version of glibc which is using 
negative offsets with segment register overrides, which is something 
that Xen has to emulate, slowly.

As to how to fix this: In Debian the fix is well-known.  Rename the 
directory /lib/tls (on 64 bit Fedora: /lib64/tls) as /lib/tls.disabled, 
and reboot the domU.

Rich.

-- 
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3237 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/fedora-xen/attachments/20070702/dc56b542/attachment.bin>


More information about the Fedora-xen mailing list