LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   man error (https://www.linuxquestions.org/questions/linux-general-1/man-error-33964/)

juno 10-27-2002 11:53 PM

man error
 
When i run Ħ°man lsĦħ , it shows the below error, how to solve? Thx.

/usr/bin/nroff: /usr/bin/nroff: Too many open files in system

GT I.N.C 10-28-2002 02:21 AM

Re: man error
 
Quote:

Originally posted by juno
When i run Ħ°man lsĦħ
Is it just me...or does that look weird?, as in weird characters?

Garry

Mik 10-28-2002 02:24 AM

Does the user who you are trying to view the man pages with have a low limit set on the amount of allowed open files? Usually set with ulimit, 'ulimit -a' should list all the limits. How ever you usually can't change this limit. So you should probably be checking what kind of files are being held open. Maybe close a few programs if necessary. Are there any programs open which forget to close file descriptors? You can check all the used file descriptors with the command 'lsof'.


All times are GMT -5. The time now is 05:37 AM.