On Sun, 29 Oct 2006 23:27:03 +0000 Daniel wrote:
DPB> > Unfortunately, I'm seeing the same behavior (printk messages suppressed,
DPB> > 4GB fixup, etc.) on a completely "stock" FC5 install. No debian or
Ubuntu
DPB> > here...
DPB>
DPB> Ok, so you're seeing these messages in the guest only - you're not seeing
DPB> any of these messages in the Dom0 host too ?
I've been seeing these in my Dom0 syslog, but figured I wanted to at least get
a guest booting before I complained about anything else..
DPB> Can you check to see whether ldconfig has correctly cached the nosegneg
DPB> versions of the libraries. For example, you should see something similar
DPB> to this:
DPB>
DPB> # ldconfig -p | grep segneg
DPB> libthread_db.so.1 (libc6, hwcap: 0x0018000000000000, OS ABI: Linux 2.6.9)
=> /lib/i686/nosegneg/libthread_db.so.1
DPB> librt.so.1 (libc6, hwcap: 0x0018000000000000, OS ABI: Linux 2.6.9) =>
/lib/i686/nosegneg/librt.so.1
DPB> libpthread.so.0 (libc6, hwcap: 0x0018000000000000, OS ABI: Linux 2.6.9) =>
/lib/i686/nosegneg/libpthread.so.0
DPB> libm.so.6 (libc6, hwcap: 0x0018000000000000, OS ABI: Linux 2.6.9) =>
/lib/i686/nosegneg/libm.so.6
DPB> libc.so.6 (libc6, hwcap: 0x0018000000000000, OS ABI: Linux 2.6.9) =>
/lib/i686/nosegneg/libc.so.6
DPB>
DPB> There should be a file in /etc/ld.so.conf.d/kernelcaps-???? matching your
DPB> live kernel version which has the following setting:
DPB>
DPB> hwcap 0 nosegneg
I get that output from the grep, and have that file w/those contents.
One 'odd' thing about this config.. the initial install and testing was done
on a PIII, but the disc was moved to another machine and is now running on an
AMD Athalon....