hard link error on /proc post-install

Discussion in 'Installation/Configuration' started by chris.sharman, Dec 14, 2005.

  1. chris.sharman

    chris.sharman New Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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
     
  3. falko

    falko Super Moderator ISPConfig Developer

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

Share This Page