Re: [PATCH] new bug report script

Paul Gortmaker (p_gortmaker@yahoo.com)
Sun, 07 Jan 2001 08:42:57 -0500


Ulrich Drepper wrote:
>
> Matthias Juchem <matthias@gandalf.math.uni-mannheim.de> writes:
>
> > Or is the file name scheme reliable (/lib/libc.so.5.x.y)?
>
> Yes, since this was how HJ named the releases. You have to find out
> which version is actually used (there might be several .so files
> there).

Can also do:

$ strings /lib/libc.so.5|grep Linux
@(#) The Linux C library 5.4.33
$

BTW, people have a nasty habit of tacking their entire .config file
onto bug reports to linux-kernel. Can you mention "grep ^C .config"
somewhere in there (or have the script do it) since the number of
config options isn't going to decrease anytime soon...

Paul.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/