[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: locates Datenbank leer



André Bischof schrieb:
Frank Terbeck schrieb:
...

Tag Andre,
du könntest einmal

% sh -x /usr/bin/updatedb


ich hab außerdem mal folgendes gemacht, das scheint doch das Problem genauer einzugrenzen (ld.so?):

root@linux:/var/cache/locate# strace -e trace=file /usr/bin/updatedb
execve("/usr/bin/updatedb", ["/usr/bin/updatedb"], [/* 16 vars */]) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=94120, ...}) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libncurses.so.5", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/tls/libdl.so.2", O_RDONLY)   = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/tls/libc.so.6", O_RDONLY)    = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=1266800, ...}) = 0
open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3
open("/etc/mtab", O_RDONLY)             = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=588, ...}) = 0
open("/proc/meminfo", O_RDONLY)         = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
stat64("/var/cache/locate", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/bin/updatedb", O_RDONLY|O_LARGEFILE) = 3
fstat64(255, {st_mode=S_IFREG|0755, st_size=8637, ...}) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
stat64("/var/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/bin/rm", {st_mode=S_IFREG|0755, st_size=28828, ...}) = 0
stat64("/bin/rm", {st_mode=S_IFREG|0755, st_size=28828, ...}) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
--- SIGCHLD (Child exited) @ 0 (0) ---
stat64("/var/cache/locate/locatedb.n", {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
stat64("/bin/rm", {st_mode=S_IFREG|0755, st_size=28828, ...}) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/bin/mv", {st_mode=S_IFREG|0755, st_size=52328, ...}) = 0
stat64("/bin/mv", {st_mode=S_IFREG|0755, st_size=52328, ...}) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/bin/chmod", {st_mode=S_IFREG|0755, st_size=30676, ...}) = 0
stat64("/bin/chmod", {st_mode=S_IFREG|0755, st_size=30676, ...}) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---

Ist bei mir die ld.so kaputt? Ich finde:

root@linux:/var/cache/locate# la /etc/ld.so.
ld.so.cache      ld.so.conf       ld.so.hwcappkgs

Fehlt da was?

Viele Grüße
André



Reply to: