* Re: Plain 2.4.5 VM...
@ 2001-05-29 2:32 G. Hugh Song
2001-05-29 4:10 ` Jakob Østergaard
0 siblings, 1 reply; 25+ messages in thread
From: G. Hugh Song @ 2001-05-29 2:32 UTC (permalink / raw)
To: linux-kernel
Jeff Garzik wrote:
>
> Ouch! When compiling MySql, building sql_yacc.cc results in a ~300M
> cc1plus process size. Unfortunately this leads the machine with 380M of
> RAM deeply into swap:
>
> Mem: 381608K av, 248504K used, 133104K free, 0K shrd, 192K
> buff
> Swap: 255608K av, 255608K used, 0K free 215744K
> cached
>
> Vanilla 2.4.5 VM.
>
This bug known as the swap-reclaim bug has been there for a while since
around 2.4.4. Rick van Riel said that it is in the TO-DO list.
Because of this, I went back to 2.2.20pre2aa1 on UP2000 SMP.
IMHO, the current 2.4.* kernels should still be 2.3.*. When this bug
is removed, I will come back to 2.4.*.
Regards,
Hugh
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM...
2001-05-29 2:32 Plain 2.4.5 VM G. Hugh Song
@ 2001-05-29 4:10 ` Jakob Østergaard
2001-05-29 4:26 ` safemode
` (3 more replies)
0 siblings, 4 replies; 25+ messages in thread
From: Jakob Østergaard @ 2001-05-29 4:10 UTC (permalink / raw)
To: G. Hugh Song; +Cc: linux-kernel
On Tue, May 29, 2001 at 11:32:09AM +0900, G. Hugh Song wrote:
>
> Jeff Garzik wrote:
> >
> > Ouch! When compiling MySql, building sql_yacc.cc results in a ~300M
> > cc1plus process size. Unfortunately this leads the machine with 380M of
> > RAM deeply into swap:
> >
> > Mem: 381608K av, 248504K used, 133104K free, 0K shrd, 192K
> > buff
> > Swap: 255608K av, 255608K used, 0K free 215744K
> > cached
> >
> > Vanilla 2.4.5 VM.
> >
>
> This bug known as the swap-reclaim bug has been there for a while since
> around 2.4.4. Rick van Riel said that it is in the TO-DO list.
> Because of this, I went back to 2.2.20pre2aa1 on UP2000 SMP.
>
> IMHO, the current 2.4.* kernels should still be 2.3.*. When this bug
> is removed, I will come back to 2.4.*.
Just keep enough swap around. How hard can that be ?
Really, it's not like a memory leak or something. It's just "late reclaim".
If Linux didn't do over-commit, you wouldn't have been able to run that job
anyway.
It's not a bug. It's a feature. It only breaks systems that are run with "too
little" swap, and the only difference from 2.2 till now is, that the definition
of "too little" changed.
--
................................................................
: jakob@unthought.net : And I see the elder races, :
:.........................: putrid forms of man :
: Jakob Østergaard : See him rise and claim the earth, :
: OZ9ABN : his downfall is at hand. :
:.........................:............{Konkhra}...............:
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM...
2001-05-29 4:10 ` Jakob Østergaard
@ 2001-05-29 4:26 ` safemode
2001-05-29 4:38 ` Jeff Garzik
2001-05-29 4:46 ` G. Hugh Song
` (2 subsequent siblings)
3 siblings, 1 reply; 25+ messages in thread
From: safemode @ 2001-05-29 4:26 UTC (permalink / raw)
To: Jakob Østergaard, G. Hugh Song; +Cc: linux-kernel
On Tuesday 29 May 2001 00:10, Jakob Østergaard wrote:
> > > Mem: 381608K av, 248504K used, 133104K free, 0K shrd, 192K
> > > buff
> > > Swap: 255608K av, 255608K used, 0K free 215744K
> > > cached
> > >
> > > Vanilla 2.4.5 VM.
> It's not a bug. It's a feature. It only breaks systems that are run with
> "too little" swap, and the only difference from 2.2 till now is, that the
> definition of "too little" changed.
Sorry but if ~250MB is too little ... it _is_ a bug. I think everyone would
agree that 250MB of swap in use is far far far too much. If this is a
feature, it is one nobody would want.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM...
2001-05-29 4:26 ` safemode
@ 2001-05-29 4:38 ` Jeff Garzik
2001-05-29 6:04 ` Mike Galbraith
2001-05-29 14:06 ` Gerhard Mack
0 siblings, 2 replies; 25+ messages in thread
From: Jeff Garzik @ 2001-05-29 4:38 UTC (permalink / raw)
To: Jakob Østergaard; +Cc: safemode, G. Hugh Song, linux-kernel
> On Tuesday 29 May 2001 00:10, Jakob Østergaard wrote:
>
> > > > Mem: 381608K av, 248504K used, 133104K free, 0K shrd, 192K
> > > > buff
> > > > Swap: 255608K av, 255608K used, 0K free 215744K
> > > > cached
> > > >
> > > > Vanilla 2.4.5 VM.
>
> > It's not a bug. It's a feature. It only breaks systems that are run with
> > "too little" swap, and the only difference from 2.2 till now is, that the
> > definition of "too little" changed.
I am surprised as many people as this are missing,
* when you have an active process using ~300M of VM, in a ~380M machine,
2/3 of the machine's RAM should -not- be soaked up by cache
* when you have an active process using ~300M of VM, in a ~380M machine,
swap should not be full while there is 133M of RAM available.
The above quoted is top output, taken during the several minutes where
cc1plus process was ~300M in size. Similar numbers existed before and
after my cut-n-paste, so this was not transient behavior.
I can assure you, these are bugs not features :)
--
Jeff Garzik | Disbelief, that's why you fail.
Building 1024 |
MandrakeSoft |
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM...
2001-05-29 4:10 ` Jakob Østergaard
2001-05-29 4:26 ` safemode
@ 2001-05-29 4:46 ` G. Hugh Song
2001-05-29 4:57 ` Jakob Østergaard
2001-05-29 7:13 ` Marcelo Tosatti
2001-05-29 9:10 ` Alan Cox
3 siblings, 1 reply; 25+ messages in thread
From: G. Hugh Song @ 2001-05-29 4:46 UTC (permalink / raw)
To: Jakob �stergaard; +Cc: linux-kernel
Jakob,
My Alpha has 2GB of physical memory. In this case how much swap space
should
I assign in these days of kernel 2.4.*? I had had trouble with 1GB of
swap space
before switching back to 2.2.20pre2aa1.
Thanks
--
G. Hugh Song
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM...
2001-05-29 4:46 ` G. Hugh Song
@ 2001-05-29 4:57 ` Jakob Østergaard
0 siblings, 0 replies; 25+ messages in thread
From: Jakob Østergaard @ 2001-05-29 4:57 UTC (permalink / raw)
To: G. Hugh Song; +Cc: linux-kernel
On Tue, May 29, 2001 at 01:46:28PM +0900, G. Hugh Song wrote:
> Jakob,
>
> My Alpha has 2GB of physical memory. In this case how much swap space
> should
> I assign in these days of kernel 2.4.*? I had had trouble with 1GB of
> swap space
> before switching back to 2.2.20pre2aa1.
If you run a single mingetty and bash session, you need no swap.
If you run four 1GB processes concurrently, I would use ~5-6G of swap to be on
the safe side.
Swap is very cheap, even if measured in gigabytes. Go with the sum of the
largest process foot-prints you can imagine running on your system, and then
add some. Be generous. It's not like unused swap space is going to slow the
system down - it's a nice extra little safety to have. It's beyond me why
anyone would run a system with marginal swap.
On a compile box here with 392 MB physical, I have 900 MB swap. This
accomodates multiple concurrent 100-300 MB compile jobs. Never had a problem.
Oh, and I didn't have to change my swap setup between 2.2 and 2.4.
--
................................................................
: jakob@unthought.net : And I see the elder races, :
:.........................: putrid forms of man :
: Jakob Østergaard : See him rise and claim the earth, :
: OZ9ABN : his downfall is at hand. :
:.........................:............{Konkhra}...............:
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM...
2001-05-29 4:38 ` Jeff Garzik
@ 2001-05-29 6:04 ` Mike Galbraith
2001-05-29 14:06 ` Gerhard Mack
1 sibling, 0 replies; 25+ messages in thread
From: Mike Galbraith @ 2001-05-29 6:04 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Jakob Østergaard, safemode, G. Hugh Song, linux-kernel
On Tue, 29 May 2001, Jeff Garzik wrote:
> > On Tuesday 29 May 2001 00:10, Jakob Østergaard wrote:
> >
> > > > > Mem: 381608K av, 248504K used, 133104K free, 0K shrd, 192K
> > > > > buff
> > > > > Swap: 255608K av, 255608K used, 0K free 215744K
> > > > > cached
> > > > >
> > > > > Vanilla 2.4.5 VM.
> >
> > > It's not a bug. It's a feature. It only breaks systems that are run with
> > > "too little" swap, and the only difference from 2.2 till now is, that the
> > > definition of "too little" changed.
>
> I am surprised as many people as this are missing,
>
> * when you have an active process using ~300M of VM, in a ~380M machine,
> 2/3 of the machine's RAM should -not- be soaked up by cache
Emphatic yes. We went from cache collapse to cache bloat. IMHO, the
bugfix for collapse exposed other problems. I posted a patch which
I believe demonstrated that pretty well. (i also bet Rik a virtual
beer that folks would knock on his mailbox when 2.4.5 was released.
please cc him somebody.. i want my brewski;)
-Mike
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM...
2001-05-29 4:10 ` Jakob Østergaard
2001-05-29 4:26 ` safemode
2001-05-29 4:46 ` G. Hugh Song
@ 2001-05-29 7:13 ` Marcelo Tosatti
2001-05-29 9:10 ` Alan Cox
3 siblings, 0 replies; 25+ messages in thread
From: Marcelo Tosatti @ 2001-05-29 7:13 UTC (permalink / raw)
To: Jakob Østergaard; +Cc: G. Hugh Song, linux-kernel
On Tue, 29 May 2001, Jakob Østergaard wrote:
>
> It's not a bug. It's a feature. It only breaks systems that are run with "too
> little" swap, and the only difference from 2.2 till now is, that the definition
> of "too little" changed.
Its just a balancing change, actually. You can tune the code to reap cache
aggressively.
"just put more swap and you're OK" is not the answer, IMO.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM...
2001-05-29 4:10 ` Jakob Østergaard
` (2 preceding siblings ...)
2001-05-29 7:13 ` Marcelo Tosatti
@ 2001-05-29 9:10 ` Alan Cox
2001-05-29 15:37 ` elko
3 siblings, 1 reply; 25+ messages in thread
From: Alan Cox @ 2001-05-29 9:10 UTC (permalink / raw)
To: Jakob Østergaard; +Cc: G. Hugh Song, linux-kernel
> It's not a bug. It's a feature. It only breaks systems that are run w=
> ith "too
> little" swap, and the only difference from 2.2 till now is, that the de=
> finition
> of "too little" changed.
its a giant bug. Or do you want to add 128Gb of unused swap to a full kitted
out Xeon box - or 512Gb to a big athlon ???
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM...
2001-05-29 4:38 ` Jeff Garzik
2001-05-29 6:04 ` Mike Galbraith
@ 2001-05-29 14:06 ` Gerhard Mack
1 sibling, 0 replies; 25+ messages in thread
From: Gerhard Mack @ 2001-05-29 14:06 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Jakob Østergaard, safemode, G. Hugh Song, linux-kernel
> * when you have an active process using ~300M of VM, in a ~380M machine,
> 2/3 of the machine's RAM should -not- be soaked up by cache
>
> * when you have an active process using ~300M of VM, in a ~380M machine,
> swap should not be full while there is 133M of RAM available.
>
> The above quoted is top output, taken during the several minutes where
> cc1plus process was ~300M in size. Similar numbers existed before and
> after my cut-n-paste, so this was not transient behavior.
>
> I can assure you, these are bugs not features :)
>
Ive seen that here too but every report I've sent on that has been
dismissed as "that's what it's supposed to do"
--
Gerhard Mack
gmack@innerfire.net
<>< As a computer I find your faith in technology amusing.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM...
2001-05-29 9:10 ` Alan Cox
@ 2001-05-29 15:37 ` elko
2001-05-29 20:09 ` Plain 2.4.5 VM... (and 2.4.5-ac3) Vincent Stemen
0 siblings, 1 reply; 25+ messages in thread
From: elko @ 2001-05-29 15:37 UTC (permalink / raw)
To: linux-kernel
On Tuesday 29 May 2001 11:10, Alan Cox wrote:
> > It's not a bug. It's a feature. It only breaks systems that are run w=
> > ith "too
> > little" swap, and the only difference from 2.2 till now is, that the de=
> > finition
> > of "too little" changed.
>
> its a giant bug. Or do you want to add 128Gb of unused swap to a full
> kitted out Xeon box - or 512Gb to a big athlon ???
this bug is biting me too and I do NOT like it !
if it's a *giant* bug, then why is LK-2.4 called a *stable* kernel ??
--
Elko Holl
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
2001-05-29 15:37 ` elko
@ 2001-05-29 20:09 ` Vincent Stemen
2001-05-29 20:16 ` Alan Cox
0 siblings, 1 reply; 25+ messages in thread
From: Vincent Stemen @ 2001-05-29 20:09 UTC (permalink / raw)
To: elko, linux-kernel; +Cc: Jacky Liu
On Tuesday 29 May 2001 10:37, elko wrote:
> On Tuesday 29 May 2001 11:10, Alan Cox wrote:
> > > It's not a bug. It's a feature. It only breaks systems that are run
> > > w= ith "too
> > > little" swap, and the only difference from 2.2 till now is, that the
> > > de= finition
> > > of "too little" changed.
> >
> > its a giant bug. Or do you want to add 128Gb of unused swap to a full
> > kitted out Xeon box - or 512Gb to a big athlon ???
>
> this bug is biting me too and I do NOT like it !
>
> if it's a *giant* bug, then why is LK-2.4 called a *stable* kernel ??
This has been my complaint ever since the 2.2.0 kernel. I did not see
a reasonably stable release until 2.2.12. I do not understand why
code with such serious reproducible problems is being introduced into
the even numbered kernels. What happened to the plan to use only the
odd numbered kernels for debugging and refinement of the code? I
never said anything because I thought the the kernel developers would
eventually get back on track after the mistakes of the 2.2.x kernels
but it has been years now and it still has not happened. I do not
wish sound un-appreciative to those that have put so much wonderful
work into the Linux kernel but this is the same thing we criticize
Microsoft for. Putting out production code that obviously is not
ready. Please lets not earn the same reputation of such commercial
companies.
By the way, The 2.4.5-ac3 kernel still fills swap and runs out of
memory during my morning NFS incremental backup. I got this message
in the syslog.
May 29 06:39:15 (none) kernel: Out of Memory: Killed process 23502
(xteevee).
For some reason xteevee is commonly the process that gets killed. My
understanding is that it is part of Xscreensaver, but it was during my
backup.
This was the output of 'free' after I got up and found the swap
completely full. By that time the memory was in a reasonable state
but the swap space is still never being released.
total used free shared buffers cached
Mem: 255960 220668 35292 292 110960 80124
-/+ buffers/cache: 29584 226376
Swap: 40124 40112 12
Configuration
-------------
AMD K6-2/450
256Mb RAM
2.4.5-ac3 Kernel compiled with egcs-1.1.2.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
2001-05-29 20:09 ` Plain 2.4.5 VM... (and 2.4.5-ac3) Vincent Stemen
@ 2001-05-29 20:16 ` Alan Cox
2001-05-29 21:36 ` Vincent Stemen
0 siblings, 1 reply; 25+ messages in thread
From: Alan Cox @ 2001-05-29 20:16 UTC (permalink / raw)
To: Vincent Stemen; +Cc: elko, linux-kernel, Jacky Liu
> a reasonably stable release until 2.2.12. I do not understand why
> code with such serious reproducible problems is being introduced into
> the even numbered kernels. What happened to the plan to use only the
Who said it was introduced ?? It was more 'lurking' than introduced. And
unfortunately nobody really pinned it down in 2.4test.
> By the way, The 2.4.5-ac3 kernel still fills swap and runs out of
> memory during my morning NFS incremental backup. I got this message
> in the syslog.
2.4.5-ac doesn't do some of the write throttling. Thats one thing I'm still
working out. Linus 2.4.5 does write throttling but Im not convinced its done
the right way
> completely full. By that time the memory was in a reasonable state
> but the swap space is still never being released.
It wont be, its copied of memory already in apps. Linus said 2.4.0 would need
more swap than ram when he put out 2.4.0.
Alan
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
2001-05-29 20:16 ` Alan Cox
@ 2001-05-29 21:36 ` Vincent Stemen
2001-05-30 6:02 ` Mike Galbraith
2001-05-30 20:16 ` Rik van Riel
0 siblings, 2 replies; 25+ messages in thread
From: Vincent Stemen @ 2001-05-29 21:36 UTC (permalink / raw)
To: Alan Cox, Vincent Stemen; +Cc: linux-kernel
On Tuesday 29 May 2001 15:16, Alan Cox wrote:
> > a reasonably stable release until 2.2.12. I do not understand why
> > code with such serious reproducible problems is being introduced into
> > the even numbered kernels. What happened to the plan to use only the
>
> Who said it was introduced ?? It was more 'lurking' than introduced. And
> unfortunately nobody really pinned it down in 2.4test.
>
I fail to see the distinction. First of all, why was it ever released
as 2.4-test? That question should probably be directed at Linus. If
it is not fully tested, then it should be released it as an odd
number. If it already existed in the odd numbered development kernel
and was known, then it should have never been released as a production
kernel until it was resolved. Otherwise, it completely defeats the
purpose of having the even/odd numbering system.
I do not expect bugs to never slip through to production kernels, but
known bugs that are not trivial should not, and serious bugs like
these VM problems especially should not.
> > By the way, The 2.4.5-ac3 kernel still fills swap and runs out of
> > memory during my morning NFS incremental backup. I got this message
> > in the syslog.
>
> 2.4.5-ac doesn't do some of the write throttling. Thats one thing I'm
> still working out. Linus 2.4.5 does write throttling but Im not convinced
> its done the right way
>
> > completely full. By that time the memory was in a reasonable state
> > but the swap space is still never being released.
>
> It wont be, its copied of memory already in apps. Linus said 2.4.0 would
> need more swap than ram when he put out 2.4.0.
>
I do not like that at all. I should not have to have to tie up a
bunch of extra hard drive space for swap if I have plenty of RAM for
90% of my usage. During the 2.0.x days I was always able to run with
a small swap or no swap at all when I had 80-128Mb RAM and it was
always rock solid. It seems to me that the swap space should just add
to your virtual memory and the size ratio between swap and RAM should
not matter.
- Vincent Stemen
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
2001-05-29 21:36 ` Vincent Stemen
@ 2001-05-30 6:02 ` Mike Galbraith
2001-05-30 19:58 ` Vincent Stemen
2001-05-30 20:16 ` Rik van Riel
1 sibling, 1 reply; 25+ messages in thread
From: Mike Galbraith @ 2001-05-30 6:02 UTC (permalink / raw)
To: Vincent Stemen; +Cc: Alan Cox, linux-kernel
On Tue, 29 May 2001, Vincent Stemen wrote:
> On Tuesday 29 May 2001 15:16, Alan Cox wrote:
> > > a reasonably stable release until 2.2.12. I do not understand why
> > > code with such serious reproducible problems is being introduced into
> > > the even numbered kernels. What happened to the plan to use only the
> >
> > Who said it was introduced ?? It was more 'lurking' than introduced. And
> > unfortunately nobody really pinned it down in 2.4test.
> >
>
> I fail to see the distinction. First of all, why was it ever released
> as 2.4-test? That question should probably be directed at Linus. If
> it is not fully tested, then it should be released it as an odd
> number. If it already existed in the odd numbered development kernel
> and was known, then it should have never been released as a production
> kernel until it was resolved. Otherwise, it completely defeats the
> purpose of having the even/odd numbering system.
>
> I do not expect bugs to never slip through to production kernels, but
> known bugs that are not trivial should not, and serious bugs like
> these VM problems especially should not.
And you can help prevent them from slipping through by signing up as a
shake and bake tester. Indeed, you can make your expectations reality
absolutely free of charge, <microfont> and or compensation </microfont>
what a bargain!
X ___________________ ;-)
-Mike
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
2001-05-30 6:02 ` Mike Galbraith
@ 2001-05-30 19:58 ` Vincent Stemen
2001-05-30 20:11 ` Alan Cox
` (3 more replies)
0 siblings, 4 replies; 25+ messages in thread
From: Vincent Stemen @ 2001-05-30 19:58 UTC (permalink / raw)
To: Mike Galbraith; +Cc: Alan Cox, Linus Torvalds, linux-kernel
On Wednesday 30 May 2001 01:02, Mike Galbraith wrote:
> On Tue, 29 May 2001, Vincent Stemen wrote:
> > On Tuesday 29 May 2001 15:16, Alan Cox wrote:
> > > > a reasonably stable release until 2.2.12. I do not understand why
> > > > code with such serious reproducible problems is being introduced
> > > > into the even numbered kernels. What happened to the plan to use
> > > > only the
> > >
> > > Who said it was introduced ?? It was more 'lurking' than introduced.
> > > And unfortunately nobody really pinned it down in 2.4test.
> >
> > I fail to see the distinction. First of all, why was it ever released
> > as 2.4-test? That question should probably be directed at Linus. If
> > it is not fully tested, then it should be released it as an odd
> > number. If it already existed in the odd numbered development kernel
> > and was known, then it should have never been released as a production
> > kernel until it was resolved. Otherwise, it completely defeats the
> > purpose of having the even/odd numbering system.
> >
> > I do not expect bugs to never slip through to production kernels, but
> > known bugs that are not trivial should not, and serious bugs like
> > these VM problems especially should not.
>
> And you can help prevent them from slipping through by signing up as a
> shake and bake tester. Indeed, you can make your expectations reality
> absolutely free of charge, <microfont> and or compensation </microfont>
> what a bargain!
>
> X ___________________ ;-)
>
> -Mike
The problem is, that's not true. These problems are not slipping
through because of lack of testers. As Alan said, the VM problem has
been lurking, which means that it was known already. We currently
have no development/production kernel distinction and I have not been
able to find even one stable 2.4.x version to run on our main
machines. Reverting back to 2.2.x is a real pain because of all the
surrounding changes which will affect our initscripts and other system
configuration issues, such as Unix98 pty's, proc filesystem
differences, device numbering, etc.
I have the greatest respect and appreciation for Linus, Alan, and all
of the other kernel developers. My comments are not meant to
criticize, but rather to point out some the problems I see that are
making it so difficult to stabilize the kernel and encourage them to
steer back on track.
Here are some of the problems I see:
There was far to long of a stretch with to much code dumped into both
the 2.2 and 2.4 kernels before release. There needs to be a smaller
number changes between major releases so that they can be more
thoroughly tested and debugged. In the race to get it out there they
are making the same mistakes as Microsoft, releasing production
kernels with known serious bugs because it is taking to long and they
want to move on forward. I enjoy criticizing Microsoft so much for
the same thing that I do not want to have to stop in order to not
sound hypocritical :-). The Linux community has built a lot of it's
reputation on not making these mistakes. Please lets try not to
destroy that.
They are disregarding the even/odd versioning system.
For example:
There was a new 8139too driver added to the the 2.4.5 (I think) kernel
which Alan Cox took back out and reverted to the old one in his
2.4.5-ac? versions because it is apparently causing lockups.
Shouldn't this new driver have been released in a 2.5.x development
kernel and proven there before replacing the one in the production
kernel? I haven't even seen a 2.5.x kernel released yet.
Based on Linus's original very good plan for even/odd numbers, there
should not have been 2.4.0-test? kernels either. This was another
example of the rush to increment to 2.4 long before it was ready.
There was a long stretch of test kernels and and now we are all the
way to 2.4.5 and it is still not stable. We are repeating the 2.2.x
process all over again. It should have been 2.3.x until the
production release was ready. If they needed to distinguish a code
freeze for final testing, it could be done with a 4th version
component (2.3.xx.xx), where the 4 component is incremented for final
bug fixes.
- Vincent Stemen
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
2001-05-30 19:58 ` Vincent Stemen
@ 2001-05-30 20:11 ` Alan Cox
2001-05-30 20:17 ` Mike Galbraith
` (2 subsequent siblings)
3 siblings, 0 replies; 25+ messages in thread
From: Alan Cox @ 2001-05-30 20:11 UTC (permalink / raw)
To: Vincent Stemen; +Cc: Alan Cox, Linus Torvalds, linux-kernel, Mike Galbraith
> There was a new 8139too driver added to the the 2.4.5 (I think) kernel
> which Alan Cox took back out and reverted to the old one in his
> 2.4.5-ac? versions because it is apparently causing lockups.
> Shouldn't this new driver have been released in a 2.5.x development
> kernel and proven there before replacing the one in the production
> kernel? I haven't even seen a 2.5.x kernel released yet.
Nope. The 2.4.3 one is buggy too - but differently (and it turns out a
little less) buggy. Welcome to software.
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
2001-05-29 21:36 ` Vincent Stemen
2001-05-30 6:02 ` Mike Galbraith
@ 2001-05-30 20:16 ` Rik van Riel
1 sibling, 0 replies; 25+ messages in thread
From: Rik van Riel @ 2001-05-30 20:16 UTC (permalink / raw)
To: Vincent Stemen; +Cc: Alan Cox, linux-kernel
On Tue, 29 May 2001, Vincent Stemen wrote:
> I do not like that at all. I should not have to have to tie up a
> bunch of extra hard drive space for swap if I have plenty of RAM for
> 90% of my usage. During the 2.0.x days I was always able to run with
> a small swap or no swap at all
I don't like it either, but I have not had the time
yet to write a patch to fix this. Unfortunately the
rest of the world didn't seem to have time to write
a patch either so we'll have to live with the problem
for a while more.
Rik
--
Virtual memory is like a game you can't win;
However, without VM there's truly nothing to lose...
http://www.surriel.com/ http://distro.conectiva.com/
Send all your spam to aardvark@nl.linux.org (spam digging piggy)
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
2001-05-30 19:58 ` Vincent Stemen
2001-05-30 20:11 ` Alan Cox
@ 2001-05-30 20:17 ` Mike Galbraith
2001-05-31 3:47 ` Vincent Stemen
2001-05-30 20:30 ` Rik van Riel
[not found] ` <991254700.786.0.camel@tux.bitfreak.net>
3 siblings, 1 reply; 25+ messages in thread
From: Mike Galbraith @ 2001-05-30 20:17 UTC (permalink / raw)
To: Vincent Stemen; +Cc: Alan Cox, Linus Torvalds, linux-kernel
On Wed, 30 May 2001, Vincent Stemen wrote:
> On Wednesday 30 May 2001 01:02, Mike Galbraith wrote:
> > On Tue, 29 May 2001, Vincent Stemen wrote:
> > > On Tuesday 29 May 2001 15:16, Alan Cox wrote:
> > > > > a reasonably stable release until 2.2.12. I do not understand why
> > > > > code with such serious reproducible problems is being introduced
> > > > > into the even numbered kernels. What happened to the plan to use
> > > > > only the
> > > >
> > > > Who said it was introduced ?? It was more 'lurking' than introduced.
> > > > And unfortunately nobody really pinned it down in 2.4test.
> > >
> > > I fail to see the distinction. First of all, why was it ever released
> > > as 2.4-test? That question should probably be directed at Linus. If
> > > it is not fully tested, then it should be released it as an odd
> > > number. If it already existed in the odd numbered development kernel
> > > and was known, then it should have never been released as a production
> > > kernel until it was resolved. Otherwise, it completely defeats the
> > > purpose of having the even/odd numbering system.
> > >
> > > I do not expect bugs to never slip through to production kernels, but
> > > known bugs that are not trivial should not, and serious bugs like
> > > these VM problems especially should not.
> >
> > And you can help prevent them from slipping through by signing up as a
> > shake and bake tester. Indeed, you can make your expectations reality
> > absolutely free of charge, <microfont> and or compensation </microfont>
> > what a bargain!
> >
> > X ___________________ ;-)
> >
> > -Mike
>
> The problem is, that's not true. These problems are not slipping
> through because of lack of testers. As Alan said, the VM problem has
Sorry, that's a copout. You (we) had many chances to notice. Don't
push the problems back onto developers.. it's our problem.
> been lurking, which means that it was known already. We currently
Yes, it has been lurking (imho. do some work, and you'll not be able
to avoid developing an imHo. the more work you do, the larger font
you'll want to use for the H)
> have no development/production kernel distinction and I have not been
> able to find even one stable 2.4.x version to run on our main
> machines. Reverting back to 2.2.x is a real pain because of all the
So work on it.
> surrounding changes which will affect our initscripts and other system
> configuration issues, such as Unix98 pty's, proc filesystem
> differences, device numbering, etc.
>
> I have the greatest respect and appreciation for Linus, Alan, and all
> of the other kernel developers. My comments are not meant to
> criticize, but rather to point out some the problems I see that are
> making it so difficult to stabilize the kernel and encourage them to
> steer back on track.
Me too.. but my comment stands. You can make a diference.
> Here are some of the problems I see:
>
> There was far to long of a stretch with to much code dumped into both
> the 2.2 and 2.4 kernels before release. There needs to be a smaller
> number changes between major releases so that they can be more
> thoroughly tested and debugged. In the race to get it out there they
> are making the same mistakes as Microsoft, releasing production
> kernels with known serious bugs because it is taking to long and they
> want to move on forward. I enjoy criticizing Microsoft so much for
> the same thing that I do not want to have to stop in order to not
> sound hypocritical :-). The Linux community has built a lot of it's
> reputation on not making these mistakes. Please lets try not to
> destroy that.
>
> They are disregarding the even/odd versioning system.
> For example:
> There was a new 8139too driver added to the the 2.4.5 (I think) kernel
> which Alan Cox took back out and reverted to the old one in his
> 2.4.5-ac? versions because it is apparently causing lockups.
> Shouldn't this new driver have been released in a 2.5.x development
> kernel and proven there before replacing the one in the production
> kernel? I haven't even seen a 2.5.x kernel released yet.
>
> Based on Linus's original very good plan for even/odd numbers, there
> should not have been 2.4.0-test? kernels either. This was another
> example of the rush to increment to 2.4 long before it was ready.
> There was a long stretch of test kernels and and now we are all the
> way to 2.4.5 and it is still not stable. We are repeating the 2.2.x
> process all over again. It should have been 2.3.x until the
> production release was ready. If they needed to distinguish a code
> freeze for final testing, it could be done with a 4th version
> component (2.3.xx.xx), where the 4 component is incremented for final
> bug fixes.
Sorry, I disagree with every last bit. Either you accept a situation
or you try to do something about it.
-Mike
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
2001-05-30 19:58 ` Vincent Stemen
2001-05-30 20:11 ` Alan Cox
2001-05-30 20:17 ` Mike Galbraith
@ 2001-05-30 20:30 ` Rik van Riel
2001-05-31 3:11 ` Vincent Stemen
[not found] ` <991254700.786.0.camel@tux.bitfreak.net>
3 siblings, 1 reply; 25+ messages in thread
From: Rik van Riel @ 2001-05-30 20:30 UTC (permalink / raw)
To: Vincent Stemen; +Cc: Mike Galbraith, Alan Cox, Linus Torvalds, linux-kernel
On Wed, 30 May 2001, Vincent Stemen wrote:
> The problem is, that's not true. These problems are not slipping
> through because of lack of testers. As Alan said, the VM problem has
> been lurking, which means that it was known already.
Fully agreed, it went through because of a lack of hours
per day and the fact that the priority of developers was
elsewhere.
For me, for example, the priorities have mostly been with
bugs that bothered me or that bothered Conectiva's customers.
If you _really_ feel this strongly about the bug, you could
either try to increase the number of hours a day for all of
us or you could talk to my boss about hiring me as a consultant
to fix the problem for you on an emergency basis :)
The other two alternatives would be either waiting until
somebody gets around to fixing the bug or sending in a patch
yourself.
Trying to piss off developers has adverse effect on all four
of the methods above :)
Rik
--
Virtual memory is like a game you can't win;
However, without VM there's truly nothing to lose...
http://www.surriel.com/ http://distro.conectiva.com/
Send all your spam to aardvark@nl.linux.org (spam digging piggy)
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
[not found] ` <991254700.786.0.camel@tux.bitfreak.net>
@ 2001-05-30 21:59 ` Vincent Stemen
0 siblings, 0 replies; 25+ messages in thread
From: Vincent Stemen @ 2001-05-30 21:59 UTC (permalink / raw)
To: Ronald Bultje; +Cc: linux-kernel
Ronald Bultje writes:
> On 30 May 2001 14:58:57 -0500, Vincent Stemen wrote:
> > There was a new 8139too driver added to the the 2.4.5 (I think) kernel
> > which Alan Cox took back out and reverted to the old one in his
> > 2.4.5-ac? versions because it is apparently causing lockups.
> > Shouldn't this new driver have been released in a 2.5.x development
> > kernel and proven there before replacing the one in the production
> > kernel? I haven't even seen a 2.5.x kernel released yet.
>
> If every driver has to go thorugh the complete development cycle (of 2+
> years), I'm sure very little driver writers will be as motivated as they
> are now - it takes ages before they see their efforts "rewarded" with a
> place in the kernel.
> The ideal case is that odd-numbered kernels are "for testing" and
> even-numbered kernels are stable. However, this is only theory. In
> practice, you can't rule out all bugs. And you can't test all things for
> all cases and every test case, the linux community doesn't have the
> manpower for that. And to prevent a complete driver development cycle
> taking 2+ years, you have to compromise.
>
> If you would take 2+ years for a single driver development cycle, nobody
> would be interested in linux since the new devices would only be
> supported by a stable kernel two years after their release. See the
> point? To prevent that, you need to compromise. and thus, sometimes, you
> have some crashes.
I agree with everything you say up till this point, but you are
arguing against a point I never made. First of all, bugs like the
8139too lockup was found within the first day or two of release in the
2.4.3 kernel. Also, most show stopper bugs such as the VM problems
are found fairly quickly. Even if it takes a long time to figure out
how to fix them, I do not think they should be pushed on through into
production kernels until they are until they are fixed. I already
said that I do not expect minor bugs not to slip through. However, if
they are minor, they can usually be fixed quickly once they are
discovered and it is no big deal if they make it into a production
kernel.
> That's why there's still 2.2.x - that's purely stable
> and won't crash as fast as 2.4.x, but misses the "newest
> cutting-edge-technology device support" and "newest technology" (like
> new SMP handling , ReiserFS, etc... But it *is* stable.
>
The reason I suggested more frequent major production releases is so
that you don't have to go back to a 2 or 3 year old kernel and loose
out on years worth of new features to have any stability. One show
stopper bug like the VM problems would not be as much of a problem if
there was a stable production kernel that we could run that was only 4
or 6 months old.
> > Based on Linus's original very good plan for even/odd numbers, there
> > should not have been 2.4.0-test? kernels either. This was another
> > example of the rush to increment to 2.4 long before it was ready.
> > There was a long stretch of test kernels and and now we are all the
> > way to 2.4.5 and it is still not stable. We are repeating the 2.2.x
> > process all over again.
>
> Wrong again.
> 2.3.x is for development, adding new things, testing, adding, testing,
> changing, testing, etc.
Which is the same point I made.
> 2.4-test is for testing only, it's some sort of feature freeze.
Agreed. My only point here was that it suggests that there are only
minor bugs left to be solved before the production release by setting
the version to 2.4-test. That is one of the reasons I made the
suggestion to keep it in the 2.3 range, since there were actually
serious VM problems still upon the production 2.4 release.
> 2.4.x is for final/stable 2.4.
> It's a standard *nix development cycle. That's how everyone does it.
My point exactly.
>
> Regards,
>
> Ronald Bultje
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
2001-05-30 20:30 ` Rik van Riel
@ 2001-05-31 3:11 ` Vincent Stemen
0 siblings, 0 replies; 25+ messages in thread
From: Vincent Stemen @ 2001-05-31 3:11 UTC (permalink / raw)
To: Rik van Riel, Vincent Stemen; +Cc: Mike Galbraith, linux-kernel
On Wednesday 30 May 2001 15:30, Rik van Riel wrote:
> On Wed, 30 May 2001, Vincent Stemen wrote:
> > The problem is, that's not true. These problems are not slipping
> > through because of lack of testers. As Alan said, the VM problem has
> > been lurking, which means that it was known already.
>
> Fully agreed, it went through because of a lack of hours
> per day and the fact that the priority of developers was
> elsewhere.
>
> For me, for example, the priorities have mostly been with
> bugs that bothered me or that bothered Conectiva's customers.
>
> If you _really_ feel this strongly about the bug, you could
> either try to increase the number of hours a day for all of
I sure wish I could :-).
> us or you could talk to my boss about hiring me as a consultant
> to fix the problem for you on an emergency basis :)
> The other two alternatives would be either waiting until
> somebody gets around to fixing the bug or sending in a patch
> yourself.
>
> Trying to piss off developers has adverse effect on all four
> of the methods above :)
>
Why should my comments piss anybody off? I am just trying to point
out a problem, as I see it, an offer suggestions for improvement.
Other developers will either agree with me or they wont.
Contributions are not made only through writing code. I contribute
through code, bug reports, ideas, and suggestions. I would love to
dive in and try to help fix some of the kernel problems but my hands
are just to full right now.
My comments are not meant to rush anybody and I am not criticizing how
long it is taking. I know everybody is doing everything they can just
like I am, and they are doing a terrific job. I am just suggesting a
modification to the way the kernels are distributed that is more like
the early versions that I hoped would allow us to maintain a stable
kernel for distributions and production machines.
- Vincent Stemen
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
2001-05-30 20:17 ` Mike Galbraith
@ 2001-05-31 3:47 ` Vincent Stemen
2001-05-31 6:18 ` Mike Galbraith
0 siblings, 1 reply; 25+ messages in thread
From: Vincent Stemen @ 2001-05-31 3:47 UTC (permalink / raw)
To: Mike Galbraith; +Cc: linux-kernel, Alan Cox, Linus Torvalds
On Wednesday 30 May 2001 15:17, Mike Galbraith wrote:
> On Wed, 30 May 2001, Vincent Stemen wrote:
> > On Wednesday 30 May 2001 01:02, Mike Galbraith wrote:
> > > On Tue, 29 May 2001, Vincent Stemen wrote:
> > > > On Tuesday 29 May 2001 15:16, Alan Cox wrote:
> > > > > > a reasonably stable release until 2.2.12. I do not understand
> > > > > > why code with such serious reproducible problems is being
> > > > > > introduced into the even numbered kernels. What happened to
> > > > > > the plan to use only the
> > > > >
> > > > > Who said it was introduced ?? It was more 'lurking' than
> > > > > introduced. And unfortunately nobody really pinned it down in
> > > > > 2.4test.
> > > >
> > > > I fail to see the distinction. First of all, why was it ever
> > > > released as 2.4-test? That question should probably be directed at
> > > > Linus. If it is not fully tested, then it should be released it as
> > > > an odd number. If it already existed in the odd numbered
> > > > development kernel and was known, then it should have never been
> > > > released as a production kernel until it was resolved. Otherwise,
> > > > it completely defeats the purpose of having the even/odd numbering
> > > > system.
> > > >
> > > > I do not expect bugs to never slip through to production kernels,
> > > > but known bugs that are not trivial should not, and serious bugs
> > > > like these VM problems especially should not.
> > >
> > > And you can help prevent them from slipping through by signing up as
> > > a shake and bake tester. Indeed, you can make your expectations
> > > reality absolutely free of charge, <microfont> and or compensation
> > > </microfont> what a bargain!
> > >
> > > X ___________________ ;-)
> > >
> > > -Mike
> >
> > The problem is, that's not true. These problems are not slipping
> > through because of lack of testers. As Alan said, the VM problem has
>
> Sorry, that's a copout. You (we) had many chances to notice. Don't
> push the problems back onto developers.. it's our problem.
>
How is that a copout? The problem was noticed. I am only suggesting
that we not be in such a hurry to put code in the production kernels
until we are pretty sure it works well enough, and that we release
major production versions more often so that they do not contain 2 or
3 years worth of new code making it so hard to debug. We probably
should have had 2 or 3 code freezes and production releases since
2.2.x. As I mentioned in a previous posting, this way we do not have
to run a 2 or 3 year old kernel in order to have reasonable stability.
> > Here are some of the problems I see:
> >
> > There was far to long of a stretch with to much code dumped into both
> > the 2.2 and 2.4 kernels before release. There needs to be a smaller
> > number changes between major releases so that they can be more
> > thoroughly tested and debugged. In the race to get it out there they
> > are making the same mistakes as Microsoft, releasing production
> > kernels with known serious bugs because it is taking to long and they
> > want to move on forward. I enjoy criticizing Microsoft so much for
> > the same thing that I do not want to have to stop in order to not
> > sound hypocritical :-). The Linux community has built a lot of it's
> > reputation on not making these mistakes. Please lets try not to
> > destroy that.
> >
> > They are disregarding the even/odd versioning system.
> > For example:
> > There was a new 8139too driver added to the the 2.4.5 (I think) kernel
> > which Alan Cox took back out and reverted to the old one in his
> > 2.4.5-ac? versions because it is apparently causing lockups.
> > Shouldn't this new driver have been released in a 2.5.x development
> > kernel and proven there before replacing the one in the production
> > kernel? I haven't even seen a 2.5.x kernel released yet.
> >
> > Based on Linus's original very good plan for even/odd numbers, there
> > should not have been 2.4.0-test? kernels either. This was another
> > example of the rush to increment to 2.4 long before it was ready.
> > There was a long stretch of test kernels and and now we are all the
> > way to 2.4.5 and it is still not stable. We are repeating the 2.2.x
> > process all over again. It should have been 2.3.x until the
> > production release was ready. If they needed to distinguish a code
> > freeze for final testing, it could be done with a 4th version
> > component (2.3.xx.xx), where the 4 component is incremented for final
> > bug fixes.
>
> Sorry, I disagree with every last bit. Either you accept a situation
> or you try to do something about it.
>
> -Mike
I am spending a lot of time testing new kernels, reporting bugs and
offering suggestions that I think may improve on the stability of
production kernels. Is this not considered doing something about it?
It is necessary to point out where one sees a problem in order to
offer possible solutions for improvement.
- Vincent
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
2001-05-31 3:47 ` Vincent Stemen
@ 2001-05-31 6:18 ` Mike Galbraith
0 siblings, 0 replies; 25+ messages in thread
From: Mike Galbraith @ 2001-05-31 6:18 UTC (permalink / raw)
To: Vincent Stemen; +Cc: linux-kernel, Alan Cox, Linus Torvalds
On Wed, 30 May 2001, Vincent Stemen wrote:
> On Wednesday 30 May 2001 15:17, Mike Galbraith wrote:
> > On Wed, 30 May 2001, Vincent Stemen wrote:
> > > On Wednesday 30 May 2001 01:02, Mike Galbraith wrote:
> > > > On Tue, 29 May 2001, Vincent Stemen wrote:
> > > > > On Tuesday 29 May 2001 15:16, Alan Cox wrote:
> > > > > > > a reasonably stable release until 2.2.12. I do not understand
> > > > > > > why code with such serious reproducible problems is being
> > > > > > > introduced into the even numbered kernels. What happened to
> > > > > > > the plan to use only the
> > > > > >
> > > > > > Who said it was introduced ?? It was more 'lurking' than
> > > > > > introduced. And unfortunately nobody really pinned it down in
> > > > > > 2.4test.
> > > > >
> > > > > I fail to see the distinction. First of all, why was it ever
> > > > > released as 2.4-test? That question should probably be directed at
> > > > > Linus. If it is not fully tested, then it should be released it as
> > > > > an odd number. If it already existed in the odd numbered
> > > > > development kernel and was known, then it should have never been
> > > > > released as a production kernel until it was resolved. Otherwise,
> > > > > it completely defeats the purpose of having the even/odd numbering
> > > > > system.
> > > > >
> > > > > I do not expect bugs to never slip through to production kernels,
> > > > > but known bugs that are not trivial should not, and serious bugs
> > > > > like these VM problems especially should not.
> > > >
> > > > And you can help prevent them from slipping through by signing up as
> > > > a shake and bake tester. Indeed, you can make your expectations
> > > > reality absolutely free of charge, <microfont> and or compensation
> > > > </microfont> what a bargain!
> > > >
> > > > X ___________________ ;-)
> > > >
> > > > -Mike
> > >
> > > The problem is, that's not true. These problems are not slipping
> > > through because of lack of testers. As Alan said, the VM problem has
> >
> > Sorry, that's a copout. You (we) had many chances to notice. Don't
> > push the problems back onto developers.. it's our problem.
> >
>
> How is that a copout? The problem was noticed. I am only suggesting
> that we not be in such a hurry to put code in the production kernels
> until we are pretty sure it works well enough, and that we release
> major production versions more often so that they do not contain 2 or
> 3 years worth of new code making it so hard to debug. We probably
> should have had 2 or 3 code freezes and production releases since
> 2.2.x. As I mentioned in a previous posting, this way we do not have
> to run a 2 or 3 year old kernel in order to have reasonable stability.
I don't think you or I can do a better job of release management than
Linus and friends, so there's no point in us discussing it. If you
want to tell Linus, Alan et al how to do it 'right', you go do that.
-Mike
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: Plain 2.4.5 VM... (and 2.4.5-ac3)
@ 2001-05-31 17:23 Benjamin Redelings I
0 siblings, 0 replies; 25+ messages in thread
From: Benjamin Redelings I @ 2001-05-31 17:23 UTC (permalink / raw)
To: linux-kernel
Vincent Stemen wrote:
> The problem is, that's not true. These problems are not slipping
> through because of lack of testers.
Just to add some sanity to this thread, I have been using the 2.4.x
kernels ever since they came out, on my personal workstation and on some
workstations that I administrate for fellow students in my department
here at UCLA. They have basically worked fine for me. They are not
perfect, but many of the 2.4.x releases have been a big improvement over
the 2.2.x releases. For one, 2.4.x actually can tell which pages are
not used, and swap out unused daemons, which helps a lot on a 64Mb box :)
-BenR
--
Einstein did not prove that everything is relative.
Einstein explained how the speed of light could be constant.
Benjamin Redelings I <>< http://www.bol.ucla.edu/~bredelin/
^ permalink raw reply [flat|nested] 25+ messages in thread
end of thread, other threads:[~2001-05-31 17:22 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-29 2:32 Plain 2.4.5 VM G. Hugh Song
2001-05-29 4:10 ` Jakob Østergaard
2001-05-29 4:26 ` safemode
2001-05-29 4:38 ` Jeff Garzik
2001-05-29 6:04 ` Mike Galbraith
2001-05-29 14:06 ` Gerhard Mack
2001-05-29 4:46 ` G. Hugh Song
2001-05-29 4:57 ` Jakob Østergaard
2001-05-29 7:13 ` Marcelo Tosatti
2001-05-29 9:10 ` Alan Cox
2001-05-29 15:37 ` elko
2001-05-29 20:09 ` Plain 2.4.5 VM... (and 2.4.5-ac3) Vincent Stemen
2001-05-29 20:16 ` Alan Cox
2001-05-29 21:36 ` Vincent Stemen
2001-05-30 6:02 ` Mike Galbraith
2001-05-30 19:58 ` Vincent Stemen
2001-05-30 20:11 ` Alan Cox
2001-05-30 20:17 ` Mike Galbraith
2001-05-31 3:47 ` Vincent Stemen
2001-05-31 6:18 ` Mike Galbraith
2001-05-30 20:30 ` Rik van Riel
2001-05-31 3:11 ` Vincent Stemen
[not found] ` <991254700.786.0.camel@tux.bitfreak.net>
2001-05-30 21:59 ` Vincent Stemen
2001-05-30 20:16 ` Rik van Riel
-- strict thread matches above, loose matches on Subject: below --
2001-05-31 17:23 Benjamin Redelings I
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox