From: David Ford <david@linux.com>
To: Matthias Juchem <juchem@uni-mannheim.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: bugreporting script - second try
Date: Thu, 11 Jan 2001 14:28:25 -0800 [thread overview]
Message-ID: <3A5E3389.DAA29EAC@linux.com> (raw)
In-Reply-To: <Pine.LNX.4.30.0101111300440.21849-100000@gandalf.math.uni-mannheim.de>
[-- Attachment #1: Type: text/plain, Size: 1990 bytes --]
Matthias Juchem wrote:
> On Wed, 10 Jan 2001, Richard Torkar wrote:
>
> > I do not have any PPP, and no kdb installed on that machine, neither do I
> > have procinfo. Shouldn't it say N/A or not found instead of the above? The
> > ppp part is not true ;-).
>
> > Other thing I thought about was the Ctrl-D thingy when entering text.
> > What if ppl don't have any text to enter? Shouldn't is say on each line
> > that if you don't have anything to write then just write N/A and press
> > Ctrl-D? Because pressing Ctrl-D directly doesn't do any good.
>
> Could you please check the new version here:
>
> http://www.brightice.de/src/bugreport.sh
problem: exits top level shell if no filename is specified, annoyance
aesthetics: cat: /proc/scsi/scsi: No such file or directory, simple
aesthetics: GNU make 3.79.1,
problem: Linux libc5 C Library 5@..
aesthetics: Linux libc6 C Library 2.2,
problem: Linux C++ library 27@..
problem: Net-tools
problem: PPP file
aesthetics: .config, recommend stripping the ^CONFIG_ and =, combine all 'y'
and 'm'
example fix for C library:
sed \
'/C [lL]ibrary /!d; s/[^0-9]*\([0-9.]*\).*/\1/' \
/lib/libc.so.6
example fix for C++ library:
basename $(/usr/bin/ls -f /usr/i486-linux-libc5/lib/libg++.so.27 \
|gawk '{print $NF}')
example fix for GNU make:
make --version|sed '/version/!d; s/[^0-9]*\([0-9.]*\).*/\1/'
example fix for net-tools:
1) hostname from sh-utils:
hostname --version|sed '/GNU sh/!d; s/[^0-9]*\([0-9.]*\).*/\1/'
2) ifconfig from net-tools:
ifconfig --version 2>&1|sed '/net\-tools/!d; s/[^0-9]*\([0-9.]*\).*/\1/'
pppd requires a proper /etc/ppp/options file before printing the version, if
you have devfs and a disconnecting modem, i.e. usb modem, it must be
attached for the /dev entry or pppd will refuse to run.
I prefer using e2fsck to report the version:
e2fsck -V 2>&1 |sed '/e2fsck/!d; s/e2fsck [^0-9]*\([0-9.]*\).*/\1/'
---
-d
[-- Attachment #2: Card for David Ford --]
[-- Type: text/x-vcard, Size: 274 bytes --]
begin:vcard
n:Ford;David
x-mozilla-html:TRUE
url:www.blue-labs.org
adr:;;;;;;
version:2.1
email;internet:david@blue-labs.org
title:Blue Labs Developer
note;quoted-printable:GPG key: http://www.blue-labs.org/david@nifty.key=0D=0A
x-mozilla-cpt:;9952
fn:David Ford
end:vcard
next prev parent reply other threads:[~2001-01-11 22:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-10 20:43 bugreporting script - second try Matthias Juchem
2001-01-10 21:18 ` Richard Torkar
2001-01-10 21:26 ` Richard Torkar
2001-01-10 21:33 ` Matthias Juchem
2001-01-11 12:12 ` Matthias Juchem
2001-01-11 14:14 ` Rafael E. Herrera
2001-01-11 14:27 ` Matthias Juchem
2001-01-11 22:28 ` David Ford [this message]
2001-01-10 21:47 ` Mr. James W. Laferriere
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=3A5E3389.DAA29EAC@linux.com \
--to=david@linux.com \
--cc=juchem@uni-mannheim.de \
--cc=linux-kernel@vger.kernel.org \
/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.