"Gevorkov, Alla" wrote:
>
> Hello,
>
> I've tried to install and run lcrash on my machine, but got the following
> error:
>
> #lcrash -s /System.map-2.2.16-3 /tmp
> Error: kl_check_type() on dumpdev failed!
>
> Could you please help me to debug it?
>
> Thank you in advance,
> Alla Gevorkov
Hmmm ... looks like your -s arguments are wrong:
lcrash -s <dumpdev> <dumpdir>
So, /tmp can be right, if that's where you want to save your
crash dump, but <dumpdev> (the first argument after -s) needs
to be some device where the dump can be read from, such as
/dev/vmdump, or /dev/sda1, or wherever it is stored.
--Matt
|