1834188 Members
2797 Online
110064 Solutions
New Discussion

Re: magic number wrong

 
SOLVED
Go to solution
Mary Ann Lipa
Valued Contributor

magic number wrong

hi,
is this message a threat?
i am seeing this on dmesg, but i cant find it on syslog.log and on any LVM related devices/filesystems...
is it safe to reboot my server?
thanks!
dan
Which is worse, smoking or picking your nose in a public place?
3 REPLIES 3
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: magic number wrong

The entire message would help. A bad magic number normally means that an executable for a mismatched platform is trying to execute and failing. For example, you might be trying to execute 64-bit code on a 32-bit processor (or even the wrong processor family) but this could be a programming message that a data file contains invalid checksums. There are just not enough data to know.
If it ain't broke, I can fix that.
Eknath
Trusted Contributor

Re: magic number wrong

Hi,

here magic number wrong means there is a discrepancy between the kernel booted and the present kernel located in the file /hp-ux. i.e. If you have modified the kernel and have not yet rebooted the system. Reboot the server in attended mode, but before that make sure you have a working kernel...

Cheers!!!
eknath
Mary Ann Lipa
Valued Contributor

Re: magic number wrong

Thanks!
message was gone after we restarted teh server.
Which is worse, smoking or picking your nose in a public place?