- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ERROR couldn't open /usr/lib/dld.sl
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 01:34 AM
03-28-2002 01:34 AM
i am getting the follwing message when i try to login to my HP machine
crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000023
The /usr is only 75% used..Any clues...whats happpening here .I am not able to login as a normal user.I can only login as root.
thnks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 01:42 AM
03-28-2002 01:42 AM
Re: ERROR couldn't open /usr/lib/dld.sl
Check the kernel parameters nprocs, maxusers.
I guess you reach the limit.
You can check using sar -v.
Regards,
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 01:43 AM
03-28-2002 01:43 AM
Re: ERROR couldn't open /usr/lib/dld.sl
I found one more thing
-r-xr-xr-x 1 2 kmem 155648 Nov 14 2000 dld.sl
the above o/p is ls -l dld.sl (/usr/lib) but in my other 11.11 system it is owned by bin:bin.I dunno know how this has become like that...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 01:47 AM
03-28-2002 01:47 AM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x399cee3e323bd5118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa0a8e7e60861d511abcd0090277a778c,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe8bbd06ed8c8d4118fef0090279cd0f9,00.html
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 03:24 AM
03-28-2002 03:24 AM
Re: ERROR couldn't open /usr/lib/dld.sl
Why? :
> $ grep 23 /usr/include/sys/errno.h
> #define ENFILE 23 /* File table overflow */
...
> $
See also the errno(2) manual page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 03:24 AM
03-28-2002 03:24 AM
Re: ERROR couldn't open /usr/lib/dld.sl
error 23 is file table overflow , just increase kernel parameter nfile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 03:44 AM
03-28-2002 03:44 AM
Re: ERROR couldn't open /usr/lib/dld.sl
thnks
Kulvinder