[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Raq3 - kernel: Unable to load interpreter /lib/ld-linux.so.2
- Subject: Re: [cobalt-users] Raq3 - kernel: Unable to load interpreter /lib/ld-linux.so.2
- From: Goetz Lohmann <goetz.lohmann@xxxxxx>
- Date: Mon Nov 24 18:42:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Jon schrieb:
>Hello,
>
>This popped up in the logs today but am unsure as to the meaining
>of it. Occurs during a bootup.
>
>Any help would be good,
>
>regards
>
>Jon
>
>
>
Maybe you are overcome the max open files limit. Dynamically linked
elf-executables (*.so)
contain an "interpreter" field, that typically names the dynamic
loadermeans e.g. /lib/ld-linux.so.
This can't be opend mainly in fact in lack of memory. To get over this,
drop some huge memory
and filehandle consuming programs by stopping them or, try the command
to stock up the open
files limit:
echo 32768 > /proc/sys/fs/file-max