• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

WARNING: Hard link count is wrong

Hi...
ich bekomme beim find-Befehl folgende Fehlermeldung...

Code:
s15224193:~ # find / -name gd.so
find: WARNING: Hard link count is wrong for /proc/vz: this may be a bug in your filesystem driver.  Automatically turning on find's -noleaf option.  Earlier results may have failed to include directories that should have been searched.
/usr/lib/php/extensions/gd.so
s15224193:~ #

Meine Frage ist nun, wie kann ich soetwas reparieren?!

Danke für jeden Tip...[/code]
 

admine

Ultimate Guru
Das könnte auf Inkonsistenzen im Dateisystem hindeuten. Hast Du mal eine Dateisystemprüfung durchgeführt?
 

oc2pus

Ultimate Guru
startupboy schrieb:
Code:
s15224193:~ # find / -name gd.so
find: WARNING: Hard link count is wrong for /proc/vz: this may be a bug in your filesystem driver.  Automatically turning on find's -noleaf option.  Earlier results may have failed to include directories that should have been searched.
/usr/lib/php/extensions/gd.so
s15224193:~ #

this is actually a kernel bug, and it is safe to ignore it. More info (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=162418).

siehe auch man find, es ist unnötig /proc und /dev zu durchsuchen (es sei denn man sucht dort eine bestimmte Datei/Eintrag)
 
Oben