@related : Bug Kernel Linux Shell

I suspect this problem makes my programs to load very slow can you tell me what is wrong with my Debian (knoppix hdd) system ?

#rzr@nrv:rzr/$ strace echo
execve("/bin/echo", [["echo"]], [[/* 42 vars */]]) = 0
uname({sys="Linux", node="nrv", ...})   = 0
brk(0)                                  = 0x804bc8c
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/mmx/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such  file or directory)
stat64("/usr/lib/tls/i686/mmx/cmov", 0xbffff0c8) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686/mmx", 0xbffff0c8) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
etc etc etc

I solved this trouble , I have some bad path that override def ones

echo $LD_LIBRARY_PATH

bc.so.6”, O_RDONLY) = -1 ENOENT (No such file or directory)

stat64("/usr/lib/tls/i686/mmx", 0xbffff0c8) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
etc etc etc

I solved this trouble , I have some bad path that override def ones

echo $LD_LIBRARY_PATH

MORE

link.txt · Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki