kernel: general protection (in ld-2.7.so)

Isu

New member
Joined
Jun 29, 2010
Messages
3
Hello,

I got this message, if the the DA (1.36.0) check my hostname every night:

Code:
Aug 13 09:09:01 adesz kernel: [617859.792404] sh[13556] general protection ip:b7794aa8 sp:bfffe5c8 error:0 in ld-2.7.so[b7780000+1a000]
Aug 13 09:09:01 adesz kernel: [617859.816410] sendmail[13557] general protection ip:b778daa8 sp:bfffe0a8 error:0 in ld-2.7.so[b7779000+1a000]

DA try to send a message ("This is e-mail notification to warn you that your hostname is setup improperly on your system."), but the sendmail (exim) give the same problem.

Somebody knows what is this?

Any information:

Code:
adesz:~# uname -a
Linux adesz.spotcom.hu 2.6.26-2-686 #1 SMP Mon Jun 21 05:58:44 UTC 2010 i686 GNU/Linux

Thank you,
Isu
 
solution

I found the solution, incredible, I was looking for the solution until 4 days :cool:

This command is your friend:

HTML:
rm /dev/null
HTML:
mknod -m 0666 /dev/null c 1 3
 
Back
Top