public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] oops-tracing: mention digital photos
       [not found] <200511140302.jAE32voh027313@hera.kernel.org>
@ 2005-11-14 21:52 ` Dave Jones
  2005-11-14 21:56   ` Randy.Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Jones @ 2005-11-14 21:52 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Andrew Morton, Linus Torvalds

On Sun, Nov 13, 2005 at 07:02:57PM -0800, Linux Kernel wrote:
 > tree 849707fda27c41466eabae0119d6386826ddb7dc
 > parent 113fab1386f0093602d9f48b424b945cafd3db23
 > author Diego Calleja <diegocg@gmail.com> Mon, 14 Nov 2005 08:07:40 -0800
 > committer Linus Torvalds <torvalds@g5.osdl.org> Mon, 14 Nov 2005 10:14:17 -0800
 > 
 > [PATCH] oops-tracing: mention digital photos
 > 
 > Signed-off-by: Andrew Morton <akpm@osdl.org>
 > Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Something I've found handy countless times when users do this..

Signed-off-by: Dave Jones <davej@redhat.com>

--- linus/Documentation/oops-tracing.txt~	2005-11-14 16:47:54.000000000 -0500
+++ linus/Documentation/oops-tracing.txt	2005-11-14 16:51:02.000000000 -0500
@@ -32,7 +32,10 @@ the disk is not available then you have 
     has restarted.  Messy but it is the only option if you have not
     planned for a crash. Alternatively, you can take a picture of
     the screen with a digital camera - not nice, but better than
-    nothing.
+    nothing.  If the messages scroll off the top of the console, you
+    may find that booting with a higher resolution (eg, vga=791)
+    will allow you to read more of the text. (Caveat: This needs vesafb,
+    so won't help for 'early' oopses)
 
 (2) Boot with a serial console (see Documentation/serial-console.txt),
     run a null modem to a second machine and capture the output there

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] oops-tracing: mention digital photos
  2005-11-14 21:52 ` [PATCH] oops-tracing: mention digital photos Dave Jones
@ 2005-11-14 21:56   ` Randy.Dunlap
  2005-11-15  8:58     ` Coywolf Qi Hunt
  0 siblings, 1 reply; 3+ messages in thread
From: Randy.Dunlap @ 2005-11-14 21:56 UTC (permalink / raw)
  To: Dave Jones; +Cc: Linux Kernel Mailing List, Andrew Morton, Linus Torvalds

On Mon, 14 Nov 2005, Dave Jones wrote:

> On Sun, Nov 13, 2005 at 07:02:57PM -0800, Linux Kernel wrote:
>  > tree 849707fda27c41466eabae0119d6386826ddb7dc
>  > parent 113fab1386f0093602d9f48b424b945cafd3db23
>  > author Diego Calleja <diegocg@gmail.com> Mon, 14 Nov 2005 08:07:40 -0800
>  > committer Linus Torvalds <torvalds@g5.osdl.org> Mon, 14 Nov 2005 10:14:17 -0800
>  >
>  > [PATCH] oops-tracing: mention digital photos
>  >
>  > Signed-off-by: Andrew Morton <akpm@osdl.org>
>  > Signed-off-by: Linus Torvalds <torvalds@osdl.org>
>
> Something I've found handy countless times when users do this..
>
> Signed-off-by: Dave Jones <davej@redhat.com>

I've mentioned that a few times also (to bug reporters),
but your doc. is better than mine was.

Acked-by: Randy Dunlap <rdunlap@xenotime.net>

> --- linus/Documentation/oops-tracing.txt~	2005-11-14 16:47:54.000000000 -0500
> +++ linus/Documentation/oops-tracing.txt	2005-11-14 16:51:02.000000000 -0500
> @@ -32,7 +32,10 @@ the disk is not available then you have
>      has restarted.  Messy but it is the only option if you have not
>      planned for a crash. Alternatively, you can take a picture of
>      the screen with a digital camera - not nice, but better than
> -    nothing.
> +    nothing.  If the messages scroll off the top of the console, you
> +    may find that booting with a higher resolution (eg, vga=791)
> +    will allow you to read more of the text. (Caveat: This needs vesafb,
> +    so won't help for 'early' oopses)
>
>  (2) Boot with a serial console (see Documentation/serial-console.txt),
>      run a null modem to a second machine and capture the output there
> -

-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] oops-tracing: mention digital photos
  2005-11-14 21:56   ` Randy.Dunlap
@ 2005-11-15  8:58     ` Coywolf Qi Hunt
  0 siblings, 0 replies; 3+ messages in thread
From: Coywolf Qi Hunt @ 2005-11-15  8:58 UTC (permalink / raw)
  To: Randy.Dunlap
  Cc: Dave Jones, Linux Kernel Mailing List, Andrew Morton,
	Linus Torvalds

On Mon, Nov 14, 2005 at 01:56:03PM -0800, Randy.Dunlap wrote:
> On Mon, 14 Nov 2005, Dave Jones wrote:
> 
> > On Sun, Nov 13, 2005 at 07:02:57PM -0800, Linux Kernel wrote:
> >  > tree 849707fda27c41466eabae0119d6386826ddb7dc
> >  > parent 113fab1386f0093602d9f48b424b945cafd3db23
> >  > author Diego Calleja <diegocg@gmail.com> Mon, 14 Nov 2005 08:07:40 -0800
> >  > committer Linus Torvalds <torvalds@g5.osdl.org> Mon, 14 Nov 2005 10:14:17 -0800
> >  >
> >  > [PATCH] oops-tracing: mention digital photos
> >  >
> >  > Signed-off-by: Andrew Morton <akpm@osdl.org>
> >  > Signed-off-by: Linus Torvalds <torvalds@osdl.org>
> >
> > Something I've found handy countless times when users do this..
> >
> > Signed-off-by: Dave Jones <davej@redhat.com>
> 
> I've mentioned that a few times also (to bug reporters),
> but your doc. is better than mine was.

I had come up to this idea before too, but never tried it. The higher
resolution mode is ugly and fb was buggy at that time (not sure now).

I wonder if it's feasible to implement panic messages showing cyclically,
or better like more (1).

	Coywolf

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-15  8:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200511140302.jAE32voh027313@hera.kernel.org>
2005-11-14 21:52 ` [PATCH] oops-tracing: mention digital photos Dave Jones
2005-11-14 21:56   ` Randy.Dunlap
2005-11-15  8:58     ` Coywolf Qi Hunt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox