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
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