On Sat, 29 Mar 2008 16:35:23 -0600 "Raphael Geissert" <[EMAIL PROTECTED]> wrote:
> ...But the output message is not quite the same. Could you please provide > me with a strace? Attached is the output of: strace -o /tmp/kgb.log kgb hda1.tar.kgb hda1.tar I saw this error repeats a bit: % grep ld.so.nohwcap /tmp/kgb.log | uniq -c 5 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) What is 'ld.so.nohwcap'? A man page says: % man ld.so | grep -nA 2 ld.so.nohwcap 161: /etc/ld.so.nohwcap When this file is present the dynamic linker will 162- load the non-optimized version of a library, even 163- if the CPU supports the optimized version. OK, It toggles some library optimization. So I made a dummy file: # as root % echo foo > /etc/ld.so.nohwcap And tried again, same result. Its somewhat different 'strace' is also attached ("test2"). Probably not a good lead. HTH...
kgb.log.gz
Description: Binary data
kgb_test2.log.gz
Description: Binary data