Re: bug database braindump from the kernel summit

2001-04-05 Thread Petr Baudis
> Why not have the /proc/config option but instead of being plain text, > make it binary with a userspace app that can interpret it? [snip] > You'd have > 2.4.3-pre3:110101 . . . . . > I think this is against UNIX/Linux philosophy... Why we wouldn't just providing all the interfa

Re: bug database braindump from the kernel summit

2001-04-03 Thread Miles Lane
Oliver Xymoron wrote: > > On Mon, 2 Apr 2001, Tom Leete wrote: > > > Oliver Xymoron wrote: > > > > > > On Sun, 1 Apr 2001, Jeff Garzik wrote: > > > > > > > On Sun, 1 Apr 2001, David Lang wrote: > > > > > if we want to get the .config as part of the report then we need to make > > > > > it part o

Re: bug database braindump from the kernel summit

2001-04-02 Thread Oliver Xymoron
On Mon, 2 Apr 2001, Jeff Garzik wrote: > Oliver Xymoron wrote: > > On Mon, 2 Apr 2001, Tom Leete wrote: > > > How about /lib/modules/$(uname -r)/build/.config ? It's already there. > > > It'd be great if we got away from the config being hidden too. > > When exporting it outside the kernel tree,

Re: bug database braindump from the kernel summit

2001-04-02 Thread Jeff Garzik
Oliver Xymoron wrote: > On Mon, 2 Apr 2001, Tom Leete wrote: > > How about /lib/modules/$(uname -r)/build/.config ? It's already there. > It'd be great if we got away from the config being hidden too. When exporting it outside the kernel tree, the '.' prefix should definitely be stripped... My

Re: bug database braindump from the kernel summit

2001-04-02 Thread Oliver Xymoron
On Mon, 2 Apr 2001, Tom Leete wrote: > Oliver Xymoron wrote: > > > > On Sun, 1 Apr 2001, Jeff Garzik wrote: > > > > > On Sun, 1 Apr 2001, David Lang wrote: > > > > if we want to get the .config as part of the report then we need to make > > > > it part of the kernel in some standard way (the old

Re: bug database braindump from the kernel summit

2001-04-02 Thread Tom Leete
Oliver Xymoron wrote: > > On Sun, 1 Apr 2001, Jeff Garzik wrote: > > > On Sun, 1 Apr 2001, David Lang wrote: > > > if we want to get the .config as part of the report then we need to make > > > it part of the kernel in some standard way (the old /proc/config flamewar) > > > it's difficult enough

Re: bug database braindump from the kernel summit

2001-04-02 Thread David Lang
<[EMAIL PROTECTED]>, > Manfred Spraul <[EMAIL PROTECTED]>, > Albert D . Cahalan <[EMAIL PROTECTED]>, [EMAIL PROTECTED], > [EMAIL PROTECTED] > Subject: Re: bug database braindump from the kernel summit > > "J . A . Magallon" wrote: > > Coul

Re: bug database braindump from the kernel summit

2001-04-02 Thread J . A . Magallon
On 04.03 Jeff Garzik wrote: > "J . A . Magallon" wrote: > > Could make part of the kernel scripts, or in one other > > standard software package, like modutils, so its versions are controlled > > There is value in putting it into the Linux kernel source tree, in > linux/scripts dir. But most v

Re: bug database braindump from the kernel summit

2001-04-02 Thread Jeff Garzik
"J . A . Magallon" wrote: > Could make part of the kernel scripts, or in one other > standard software package, like modutils, so its versions are controlled There is value in putting it into the Linux kernel source tree, in linux/scripts dir. But most vendors can and should take this script as

Re: bug database braindump from the kernel summit

2001-04-02 Thread Steven Walter
On Mon, Apr 02, 2001 at 06:26:45AM +0100, Richard Russon wrote: > On 01 Apr 2001 18:21:29 -0500, Jeff Garzik wrote: > > Let's hope it's not a flamewar, but here goes :) > > > > We -need- .config, but /proc/config seems like pure bloat. > > Don't ask me for sample code, but... > > The init code

Re: bug database braindump from the kernel summit

2001-04-02 Thread J . A . Magallon
On 04.02 Oliver Xymoron wrote: > > As a former proponent of /proc/config (I wrote one of the much-debated > patches), I tend to agree. Debian's make-kpkg does the right thing, namely > treating .config the same way it treats System-map, putting it in the > package and eventually installing it in

Re: bug database braindump from the kernel summit

2001-04-02 Thread Kai Henningsen
[EMAIL PROTECTED] (Ben Ford) wrote on 01.04.01 in <[EMAIL PROTECTED]>: > Why not have the /proc/config option but instead of being plain text, > make it binary with a userspace app that can interpret it? > > It could have a signature as to kernel version + patches and the rest > would be just bi

Re: bug database braindump from the kernel summit

2001-04-02 Thread Oliver Xymoron
On Sun, 1 Apr 2001, Jeff Garzik wrote: > On Sun, 1 Apr 2001, David Lang wrote: > > if we want to get the .config as part of the report then we need to make > > it part of the kernel in some standard way (the old /proc/config flamewar) > > it's difficult enough sometimes for the sysadmin of a box

Re: bug database braindump from the kernel summit

2001-04-02 Thread Rogier Wolff
Larry McVoy wrote: > The other main thing was to define some sort of structure to the > bug report and try and get the use to categorize if they could. > In an ideal world, we would use the maintainers file and the > stack traceback to cc the bug to the maintainer. I think

Re: bug database braindump from the kernel summit

2001-04-02 Thread Olaf Titz
> 1) The idea of letting a bug "expire" is a good one. One way to do this > is to incorporate some form of user-base moderation into the bug > database. Unlike some of the forum systems, there's no reason why we can't > have tiers of moderators: "maintainers" are the clearinghouse people for >

Re: bug database braindump from the kernel summit

2001-04-01 Thread Richard Russon
On 01 Apr 2001 18:21:29 -0500, Jeff Garzik wrote: > Let's hope it's not a flamewar, but here goes :) > > We -need- .config, but /proc/config seems like pure bloat. Don't ask me for sample code, but... The init code for many drivers is freed up after it's used. Could we apply the same technique

Re: bug database braindump from the kernel summit

2001-04-01 Thread David Lang
Miles, if the system is just sending the config info it may not be a problem, but take the microsoft example, how do you know the bug report is just sending info that is relevent to the system and not trying to discover everything that you have installed in your system (in our case we can't be loo

Re: bug database braindump from the kernel summit

2001-04-01 Thread Miles Lane
David Lang wrote: > > On Sun, 1 Apr 2001, Larry McVoy wrote: > > when generating the auto bug reports make sure that the system tells the > user exactly what data is being sent. > > sending a large chunk of unknown data off the machine is a big concern to > many people. Yeah. This is a good p

Re: bug database braindump from the kernel summit

2001-04-01 Thread Miles Lane
Jeff Garzik wrote: > /proc/pci data alone with every bug report is usually invaluable. It > gives you a really good idea of the general layout of the system, and > you can often catch or become aware of related hardware characteristics > which I often see requests for the output of "lspci -vv

Re: bug database braindump from the kernel summit

2001-04-01 Thread Ben Ford
Why not have the /proc/config option but instead of being plain text, make it binary with a userspace app that can interpret it? It could have a signature as to kernel version + patches and the rest would be just bits. Instead of: CONFIG_X86=y CONFIG_ISA=y # CONFIG_SBUS is not set CONFIG_UID1

Re: bug database braindump from the kernel summit

2001-04-01 Thread Jeff Garzik
On Sun, 1 Apr 2001, David Lang wrote: > On Sun, 1 Apr 2001, Jeff Garzik wrote: > > /sbin/installkernel copies stuff into /boot, appending a version number. > > One way might be to have this script also copy the kernel config. > could be, /sbin/installkernel doesn't exist on my systems arch/i386/

Re: bug database braindump from the kernel summit

2001-04-01 Thread David Lang
Jeff, my point was that not all systems will have this script. also it won't do you any good if the system you are compiling on is not the same system the kernel will be running on but we are starting the wrong discussion here :-) David Lang On Sun, 1 Apr 2001, Jeff Garzik wrote: > On Sun, 1 A

Re: bug database braindump from the kernel summit

2001-04-01 Thread David Lang
AIL PROTECTED]>, > Albert D. Cahalan <[EMAIL PROTECTED]>, [EMAIL PROTECTED], > [EMAIL PROTECTED] > Subject: Re: bug database braindump from the kernel summit > > On Sun, 1 Apr 2001, David Lang wrote: > > /proc/config may be bloat, but we do need a way for the ke

Re: bug database braindump from the kernel summit

2001-04-01 Thread David Lang
Jeff, if the sysadmin had anything to do with setting up the box I would agree with you, but there are cases where one person will boot a machine and another will then need to find out what is going on. I have seen systems with multiple kernels available on boot get booted from the wrong kernel

Re: bug database braindump from the kernel summit

2001-04-01 Thread Jeff Garzik
On Sun, 1 Apr 2001, Larry McVoy wrote: > Problem details > Bug report quality [...] > But the main thing was to extract all the info we could > automatically. One thing was the machine config (hardware and > at least kernel version). The other thing was extract any oops >

Re: bug database braindump from the kernel summit

2001-04-01 Thread Jeff Garzik
On Sun, 1 Apr 2001, David Lang wrote: > /proc/config may be bloat, but we do need a way for the kernel config to > be tied to the kernel image that is running, however it is made available. /sbin/installkernel copies stuff into /boot, appending a version number. One way might be to have this scri

Re: bug database braindump from the kernel summit

2001-04-01 Thread Jeff Garzik
On Sun, 1 Apr 2001, David Lang wrote: > if we want to get the .config as part of the report then we need to make > it part of the kernel in some standard way (the old /proc/config flamewar) > it's difficult enough sometimes for the sysadmin of a box to know what > kernel is running on it, let alon

Re: bug database braindump from the kernel summit

2001-04-01 Thread David Lang
On Sun, 1 Apr 2001, Jeff Garzik wrote: > Date: Sun, 1 Apr 2001 17:48:34 -0500 (CDT) > From: Jeff Garzik <[EMAIL PROTECTED]> > To: Manfred Spraul <[EMAIL PROTECTED]> > Cc: Albert D. Cahalan <[EMAIL PROTECTED]>, [EMAIL PROTECTED], > [EMAIL PROTECTED] > Sub

Re: bug database braindump from the kernel summit

2001-04-01 Thread Jeff Garzik
On Sun, 1 Apr 2001, Manfred Spraul wrote: > From: "Jeff Garzik" <[EMAIL PROTECTED]> > > > > /proc/pci data alone with every bug report is usually invaluable. > > Even if the bug is a compile error? In fact, yes. Having the tuple of: .config, /proc/pci, and compile error output, you can see addi

Re: bug database braindump from the kernel summit

2001-04-01 Thread Stephen Satchell
At 10:54 AM 4/1/01 -0700, Larry McVoy wrote: > - one key observation: let bugs "expire" much like news expires. If > nobody has been whining enough that it gets into the high signal > bug db then it probably isn't real. We really want a way where no > activity means let it

Re: bug database braindump from the kernel summit

2001-04-01 Thread Manfred Spraul
From: "Jeff Garzik" <[EMAIL PROTECTED]> > > /proc/pci data alone with every bug report is usually invaluable. Even if the bug is a compile error? E.g. BUG REPORT (a real one, I didn't have the time yet to post a patch): kernel versions: tested with 2.4.2-ac24, afaics 2.4.3 is also affected Descr

Re: bug database braindump from the kernel summit

2001-04-01 Thread David Lang
On Sun, 1 Apr 2001, Larry McVoy wrote: when generating the auto bug reports make sure that the system tells the user exactly what data is being sent. sending a large chunk of unknown data off the machine is a big concern to many people. David Lang - To unsubscribe from this list: send the lin

Re: bug database braindump from the kernel summit

2001-04-01 Thread Jeff Garzik
On Sun, 1 Apr 2001, Albert D. Cahalan wrote: > Manfred Spraul writes: > > [Larry McVoy] > > >> There was a lot of discussion about possible tools > >> that would dig out the /proc/pci info > > I think the tools should not dig too much information out of the system. > > I remember some Microsoft

Re: bug database braindump from the kernel summit

2001-04-01 Thread David Lang
ROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: bug database braindump from the kernel summit > > On Sun, 1 Apr 2001, Larry McVoy wrote: > > when generating the auto bug reports make sure that the system tells the > user exactly what data is being sent. > > sending a

Re: bug database braindump from the kernel summit

2001-04-01 Thread Jeff Garzik
On Sun, 1 Apr 2001, Manfred Spraul wrote: > > There was a lot of discussion about possible tools > > that would dig out the /proc/pci info > > I think the tools should not dig too much information out of the system. > I remember some Microsoft (win98 beta?) bugtracking software that > insisted on

Re: bug database braindump from the kernel summit

2001-04-01 Thread Albert D. Cahalan
Gregory Maxwell writes: > On Sun, Apr 01, 2001 at 03:43:52PM -0400, Albert D. Cahalan wrote: >> I'm really sick of being buried in useless information. The signal >> gets lost in the noise. It is easy to discard automatically generated >> bug reports, and way too annoying to wade through the crud

Re: bug database braindump from the kernel summit

2001-04-01 Thread Gregory Maxwell
On Sun, Apr 01, 2001 at 03:43:52PM -0400, Albert D. Cahalan wrote: > I'm really sick of being buried in useless information. The signal > gets lost in the noise. It is easy to discard automatically generated > bug reports, and way too annoying to wade through the crud. > > When network connection

Re: bug database braindump from the kernel summit

2001-04-01 Thread Albert D. Cahalan
Manfred Spraul writes: > [Larry McVoy] >> There was a lot of discussion about possible tools >> that would dig out the /proc/pci info > > I think the tools should not dig too much information out of the system. > I remember some Microsoft (win98 beta?) bugtracking software that > insisted on send

Re: bug database braindump from the kernel summit

2001-04-01 Thread Albert D. Cahalan
> Problem details > Bug report quality > There was lots of discussion on this. The main agreement was that we > wanted the bug reporting system to dig out as much info as possible > and prefill that. There was a lot of discussion about possible tools > that would dig

Re: bug database braindump from the kernel summit

2001-04-01 Thread Manfred Spraul
> There was a lot of discussion about possible tools > that would dig out the /proc/pci info I think the tools should not dig too much information out of the system. I remember some Microsoft (win98 beta?) bugtracking software that insisted on sending a several hundert kB long compressed blob wit