* VaibhaV [linux-india] <22/06/01 11:39 +0530>:
> > Also it shows an error message saying :
> > kernel: Unable to load interpreter /lib/ld-linux.so.2

> I have the same problem with one of my clients where I deployed a RH 6.2
> machine. I also got several other reports about the same problem. But the
> only difference in my case was that the machine did not log any error
> message on the screen or with syslog.
 
See, you know that dynamically linked ELF executables have an interpreter
field, which names the dynamic loader (ld-linux.so.2 in this case).

When this error is thrown it means that the system has so little free memory
left (even after extremely heavy paging, if you will observe) that it cannot
even load ld-linux.so.2

Fix is basically to find what's hogging so much memory and kill it, to
format your system to use a swap partition / increase the swap partition,
etc.

        --suresh

-- 
Suresh Ramasubramanian  <-->  mallet <at> efn <dot> org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to