Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to su

Status
Not open for further replies.

jocasio

IS-IT--Management
Oct 11, 2002
88
US
Hey Gang:

I've been recently experiencing some very bizarre behavior on my HP UNIX. I have server app that for some strange reason keeps dropping my user's connections. In addition, if I go in as root and try to su, I receive the following error:

ERROR couldn't open /usr/lib/dld.sl errno:000000023

Does any one know what this message is? Are my drives going bad?

Please let me know

Thanks

jocasio
 
I also wanted to add that if I try to log on as any other user (except root), I receive the following mgs:

ERROR couldn't open /usr/lib/dld.sl errno:000000023

Thanks for you help!

jocasio
 
jocasio,

From what I have read, it seems as though it is a file table overflow. The way to find the reason for the problem: from '/usr/include/sys/errno.h' :
#define ENFILE 23 /* File table overflow */

Try raising the nfile parameter and the problem should go away.



Hope this helps.

John
 
johngiggs:

Thanks for the reply. Yes, it was a table overflow issue. What I did was increased the maxuser parameter, which also increased nfile parameter.

Thanks

jocasio
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top