[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

/etc/magic



A couple of the entries in /etc/magic for ELF core files seem to be
wrong on my system.  Running "file core" always says

ELF 32-bit LSB core file of '#' (signal 4096)...

After fooling around with od output for a while, I found that changing
the lines

>>>576  string          >\0             of '%s'
>>>400  lelong          >0              (signal %d),

of /etc/magic to

>>>640  string          >\0             of '%s'
>>>464  lelong          >0              (signal %d),

seems to fix the problem.  Can anyone confirm that this is correct?

Thanks,

Andrew Booker
andy@Virginia.EDU

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: