PDA

View Full Version : hard link error on /proc post-install


chris.sharman
14th December 2005, 11:31
Just installed clean the current core4 dvd (June '05).
Installed everything (doubtless overkill - but should I care?)
Not done much else.
Got the following looking to configure apache:
# find / -name 'httpd.conf' -print
find: WARNING: Hard link count is wrong for /proc: this may be a bug in your fil esystem driver. Automatically turning on find's -noleaf option. Earlier result s may have failed to include directories that should have been searched.

How do I repair it ?
How did it get broken ?
Should I be worried ?
I'm new to Fedora Linux.
Thanks
Chris

till
14th December 2005, 11:37
I think thats not a problem, as the error is reported for /proc. Proc is no normal filesystem, its a pseudo filesystem generated by the kernel.

If you search your httpd.conf i recommend the command locate, its much faster then find because it uses a database of all files.

Try:

locate httpd.conf

falko
14th December 2005, 12:24
If you search your httpd.conf i recommend the command locate, its much faster then find because it uses a database of all files.

Try:

locate httpd.conf
Before you run locate httpd.conf, you should run updatedb