/var/log/messages strange error

Suurbier

Verified User
Joined
Apr 23, 2007
Messages
223
Code:
Nov 22 00:09:02 d1 kernel: dataskq[17458]: segfault at 1 ip 4285409b sp bf9600e4 error 4 in libc-2.5.so[427e4000+13f000]
Nov 22 00:10:01 d1 kernel: dataskq[17586]: segfault at 1 ip 4285409b sp bfc573e4 error 4 in libc-2.5.so[427e4000+13f000]
Nov 22 00:11:01 d1 kernel: dataskq[17702]: segfault at 1 ip 4285409b sp bfe2bdb4 error 4 in libc-2.5.so[427e4000+13f000]
Nov 22 00:12:01 d1 kernel: dataskq[17823]: segfault at 1 ip 4285409b sp bff5d6e4 error 4 in libc-2.5.so[427e4000+13f000]

CentOS 5.4 Final (with RAID1).
Linux d1.domain.ext 2.6.26 #6 SMP Thu Nov 12 14:28:36 CET 2009 i686 athlon i386 GNU/Linux

I am getting some weird error messages in my /var/log/messages.
I dont know what the problem could be, someone does?

Regards.
 
Hello,

Since the error is claiming the segfault is in libc, I would suspect you've likely got binaries for some other OS on your system.

Check:
Admin Level -> Licenses/Updates -> compiled on

and compare that to your OS version:
Code:
cat /etc/redhat-release
uname -m
If you need a different set of binaries, just email us, include your license ID, and a request to set the license to the OS you have. Be sure to include if your OS is 32 or 64-bit, as that matters. We'll then update your license and give you instructions to get the new binaries.

John
 
Back
Top