man command get error message

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default man command get error message

    Hi,

    I don't know what had happened with my system, but it seems like somthing
    wrong and caused many things behave strangely. One thing is for man: when
    running man it does not returns the help information but returns following

    fgets: No such file or directory
    Error reading man page /usr/share/man/path_to_the_command_man_page
    No manual entry for command

    I don't understand what this error means. Is fgets a shell command? As I
    know
    it is a function of C, Perl, PHP, etc..But why it gives such an error?

    Alex

    Alex Shi Guest

  2. Similar Questions and Discussions

    1. How To Supress Acrobat Error Message And Alert Message
      Is there any way to supress those pop up message? If can't, is there any way to catch it?
    2. Error Message When Sending Message In Windows Mail
      Am I the only one getting an error message when replying to a posted message using Windows Mail. Every time I send a message I get a popup error...
    3. command menu Error message
      when i try to access the command menu on dreamweaver mx 2004 i get a pop up message saying C:\Program Files\Macromedia\Dreamweaver MX...
    4. Error 403 Failed to read heders Error for long-runningCFMAIL and CFINDEX command
      I have two different pages with long-running scripts on which I am recieving the following error: Error - 403 Failed to read headers to server:...
    5. display message box in ASP.NET when delete command is fired
      I would like to display a message box that says; "You are about to delete this record. Is this what you want to do?" I want to do this when...
  3. #2

    Default Re: man command get error message

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Saturday 07 August 2004 16:45, Alex Shi wrote:
    > Hi,
    >
    > I don't know what had happened with my system, but it seems like
    > somthing wrong and caused many things behave strangely. One thing is
    > for man: when running man it does not returns the help information but
    > returns following
    >
    > fgets: No such file or directory
    > Error reading man page /usr/share/man/path_to_the_command_man_page
    > No manual entry for command
    >
    > I don't understand what this error means. Is fgets a shell command? As
    > I know
    > it is a function of C, Perl, PHP, etc..But why it gives such an error?
    >
    > Alex
    man 3 fgets

    fgets, gets -- get a line from a stream

    part of the standard C library.

    Sounds like your filesystem is corrupt or the manpages missing. Because
    of the specific message, I'd suspect corrupt. Can you do an ls
    on /usr/share/man?

    And what sort of UNIX are you running here? HPUP, Solaris, AIX, what?
    What versions? What happened to your system before you started noticing
    these problems? If you gave more information about your system and
    operating system you might get more help.

    - --
    Robert G. Melson Nothing is more terrible than
    Rio Grande MicroSolutions ignorance in action.
    El Paso, Texas Goethe
    melsonr(at)earthlink(dot)net
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.5 (FreeBSD)

    iD8DBQFBFW/GGX60pjRVDrMRAtOJAJ0Zb+uwMASh143JlI8/JfnnrqsHSwCfZHnj
    n3ezjWxvANBv0fjWwNy7Em8=
    =x/mG
    -----END PGP SIGNATURE-----
    Robert Melson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139