From: Ben Widawsky <ben@bwidawsk.net>
To: Dan McCabe <zen3d.linux@gmail.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: Post-mortem crash analysis on SNB laptop?
Date: Wed, 22 Jun 2011 10:50:41 -0700 [thread overview]
Message-ID: <20110622175041.GC5157@bwgnt.jf.intel.com> (raw)
In-Reply-To: <4E0227DC.3060706@gmail.com>
On Wed, Jun 22, 2011 at 10:35:24AM -0700, Dan McCabe wrote:
> My SNB laptop completely locks up every now and then (maybe twice a
> day). Is there any good way to look at post-mortem data to help my
> diagnose this issue.
>
> I've seen discussions suggesting that I ssh into the machine, but I
> can't even do that.
>
> TIA
>
> cheers, danm
Netconsole is nice for capturing the last dying breaths (with the
appropriate drm.debug flags, I usually use 0x6, but I guess 0xe is the
safest).
Assuming netconsole is built as a module, you can run something like
this on the crashing machine:
modprobe netconsole netconsole=6665@${IP_ADDRESS}/eth0,6666@${REMOTE_IP}/${REMOTE_MAC}
And this on some remote machine:
netcat -u -l -p 6666
next prev parent reply other threads:[~2011-06-22 17:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-22 17:35 Post-mortem crash analysis on SNB laptop? Dan McCabe
2011-06-22 17:49 ` Chris Wilson
2011-06-22 17:50 ` Ben Widawsky [this message]
2011-06-22 18:08 ` Chris Wilson
2011-06-22 18:14 ` Ben Widawsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110622175041.GC5157@bwgnt.jf.intel.com \
--to=ben@bwidawsk.net \
--cc=intel-gfx@lists.freedesktop.org \
--cc=zen3d.linux@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.