From: Jesper Juhl <jesper.juhl@gmail.com>
To: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Cc: Cal Peake <cp@absolutedigital.net>,
akpm@osdl.org, linux-kernel@vger.kernel.org,
paolo.ciarrocchi@gmail.com, rdunlap@xenotime.net,
Paul TT <paultt@bilug.linux.it>
Subject: Re: [PATCH] 2.6.13-mm3 ort v.b6 (OOPS Reporting Tool), try2
Date: Thu, 15 Sep 2005 17:36:34 +0200 [thread overview]
Message-ID: <200509151736.35050.jesper.juhl@gmail.com> (raw)
In-Reply-To: <4327FD7B.1040300@bilug.linux.it>
On Wednesday 14 September 2005 12:37, Paul TT wrote:
> Cal Peake wrote:
>
> >On Wed, 14 Sep 2005, Michal Piotrowski wrote:
> >
> >
> >
> >>Hi Andrew,
> >>I think, that this maybe useful for oops hunters :)
> >>
> >>Paolo, Paul, Randy, Jesper, Cal please sign it.
> >>
> >>Regards,
> >>Michal Piotrowski
> >>
> >>Signed-off-by: Michal K. K. Piotrowski <michal.k.k.piotrowski@gmail.com>
> >>
> >>
> >
> >Signed-off-by: Cal Peake <cp@absolutedigital.net>
> >
> >
> Signed-off-by: Paul TT <paultt@bilug.linux.it>
>
Apply the small patch below on top of it, and you can add
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
--- linux-2.6.14-rc1/scripts/ort.sh.orig 2005-09-15 17:32:02.000000000 +0200
+++ linux-2.6.14-rc1/scripts/ort.sh 2005-09-15 17:33:08.000000000 +0200
@@ -98,12 +98,12 @@
}
check_which() {
- WHICH=`which $1`
+ WHICH=`which $1 2> /dev/null`
if [ "$WHICH" != "" ]
then
echo -e " [available]"
else
- echo
+ echo -e " [not available]"
fi
}
@@ -859,8 +859,7 @@
OOPS Reporting Tool $VER
-www.wsi.edu.pl/~piotrowskim/
-/files/ort/beta/
+http://www.wsi.edu.pl/~piotrowskim/files/ort/beta/
EOF
}
next prev parent reply other threads:[~2005-09-15 15:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-13 23:40 [PATCH] 2.6.13-mm3 ort v.b6 (OOPS Reporting Tool), try2 Michal Piotrowski
2005-09-14 4:22 ` Randy.Dunlap
2005-09-14 8:38 ` Cal Peake
2005-09-14 10:37 ` Paul TT
2005-09-14 13:29 ` Paolo Ciarrocchi
2005-09-15 15:36 ` Jesper Juhl [this message]
2005-09-15 23:58 ` Michal Piotrowski
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=200509151736.35050.jesper.juhl@gmail.com \
--to=jesper.juhl@gmail.com \
--cc=akpm@osdl.org \
--cc=cp@absolutedigital.net \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.k.k.piotrowski@gmail.com \
--cc=paolo.ciarrocchi@gmail.com \
--cc=paultt@bilug.linux.it \
--cc=rdunlap@xenotime.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox