1825691 Members
3449 Online
109686 Solutions
New Discussion

/usr/lib/dld.sl error

 
SOLVED
Go to solution
Greta Blamire
Frequent Advisor

/usr/lib/dld.sl error

I made some major changes to the database, but none to the operating system, but since I have started getting these errors:
Any one have an idea what's going on? I searched the forums but didn't see anything on /usr/lib/dld.sl errors.
Of course the /usr/lib/dld.sl file is there and with correct ownership and permissions.
Errors:
crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000023
.profile[66]: test: Specify a parameter with this command.
.profile[66]: test: Specify a parameter with this command.
.profile[68]: Cannot create a pipe.
thanks for your help!
If you can't face the facts, change them!
5 REPLIES 5
Carol Garrett
Trusted Contributor
Solution

Re: /usr/lib/dld.sl error

Looks like youve overflowed the kernel parameter nfile.
Use the dmesg command, what errors are listed ?
file: table is full ?

If so see how full using sar -v 1 1 and look for the file-sz column. Use sam to increase nfile and reboot.
Alex Glennie
Honored Contributor

Re: /usr/lib/dld.sl error

 
Rainer_1
Honored Contributor

Re: /usr/lib/dld.sl error

this could be the cause of a file table overflow.
Look in /var/adm/syslog/syslog.log if you see there any releated messages.
If so you have to increase kernel parameters

nfile
and possibly also
nproc

This requires a reboot
Rita C Workman
Honored Contributor

Re: /usr/lib/dld.sl error

Greta Blamire
Frequent Advisor

Re: /usr/lib/dld.sl error

Ok, problem solved, thanks to Carol, Alex, Rainer, & Rita. Alex, you give new meaning to the phrase "complete answer"! Thanks again everyone, I think I'll reveiw all my kernal parameters now.
If you can't face the facts, change them!