Ask a Question related to Linux / Unix Administration, Design and Development.
-
Alex Shi #1
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
-
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? -
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... -
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... -
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:... -
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... -
Robert Melson #2
Re: man command get error message
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Saturday 07 August 2004 16:45, Alex Shi wrote:
man 3 fgets> 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
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



Reply With Quote

