1837526 Members
3608 Online
110117 Solutions
New Discussion

corrupt dld.sl file

 
SOLVED
Go to solution

corrupt dld.sl file

Hi everybody,

I seem to have an corrupt dld.sl file on a B132L running 10.20. I can boot in sigle user mode but nothing more. The error message is:

crt0; mmap failed for dld (text) errno:000000013

Is it enough to copy the file from another machine? Or is there more?

Thanks,
Aleks
3 REPLIES 3
RAC_1
Honored Contributor

Re: corrupt dld.sl file

I do not think that it is corrupt. mmap filed means call for memory map failed. there cuold be multiple reasons why it failed.

When you get this error? Can you start the program with tusc, you will get more details on this error.

To rule out corrupted dld.sl, check byte size with other system's dld.sl.

Also what are your maxtsiz, maxdsiz and maxssiz settings? When you get this error, what is the swapinfo output?
Also are you up to date on dld.sl patches?

Not to forget, 10.20 is absolute now.

Anil
There is no substitute to HARDWORK
Robert-Jan Goossens
Honored Contributor
Solution

Re: corrupt dld.sl file

Hi Alex,

errorno 13 is a permission problem,

Could you check the permissions of

# ll -d /lib/dld.sl
-r-xr-xr-x 1 bin bin 126976 Sep 24 1999 /lib/dld.sl

# ll -d /
drwxr-xr-x 20 root root 1024 Apr 14 17:42 /

# ll -d /lib
dr-xr-xr-x 4 bin bin 1024 Oct 23 12:11 /lib

Kind regards,
Robert-Jan

Re: corrupt dld.sl file

It was indeed a problem with permissions.

Thanks!