| View previous topic :: View next topic |
| Author |
Message |
Man-wai Chang ToDie (33.6 Guest
|
Posted: Wed Oct 29, 2008 7:35 am Post subject: Re: kernel 2.6.27 is a disaster |
|
|
| Quote: | I can say I never have had to wait that long, there was one case on the
PowerPC that I had to wait until a x.z.y.Q version was relesed before I
could upgrade safely (the gigabit driver broke). I do suggest you start
with a fresh config and the 2.6.27..4.
Surely it will go well, don't enable too much of the new stuff, try to
be conservative with SLAB/SLUB.
|
I have been using latest kernel for many years without problem. But this
2.6.27.x series of kernel really does not work well on my P3-700. I have
tried 2.6.27, 2.6.27.1, 2.6.27.2 as well as 2.6.27.3. All crashed after
about 1 day of operation.
Maybe some options need to be disabled to use 2.6.27 kernels on old
hardware... didn't find anything with Google, though.
Maybe 2.6.28 ....
--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.1) Linux 2.6.26.7
^ ^ 15:17:01 up 17:34 0 users load average: 1.00 1.01 1.00
不借貸! 不詐騙! 不援交! 不打交! 不打劫! 不自殺! 請考慮綜援 (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa |
|
| |
|
Back to top |
Dan C Guest
|
Posted: Wed Oct 29, 2008 5:42 pm Post subject: Re: kernel 2.6.27 is a disaster |
|
|
On Wed, 29 Oct 2008 15:20:48 +0800, Man-wai Chang ToDie (33.6k) wrote:
| Quote: | I have been using latest kernel for many years without problem. But this
2.6.27.x series of kernel really does not work well on my P3-700. I have
tried 2.6.27, 2.6.27.1, 2.6.27.2 as well as 2.6.27.3. All crashed after
about 1 day of operation.
Maybe some options need to be disabled to use 2.6.27 kernels on old
hardware... didn't find anything with Google, though.
|
Or maybe you just don't know how to properly build a kernel.
| Quote: | User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
|
Yup, looks like that's it.
--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
The Usenet Improvement Project: http://improve-usenet.org |
|
| |
|
Back to top |
Beej Jorgensen Guest
|
Posted: Wed Oct 29, 2008 6:42 pm Post subject: Re: kernel 2.6.27 is a disaster |
|
|
Dan C <youmustbejoking@lan.invalid> wrote:
| Quote: | User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
Yup, looks like that's it.
|
Aaagh! It's too early in the morning to drink!
Speaking of not building kernels correctly, I'd been doing "make
oldconfig" for ages; what a Godsend, right? About a month ago I was
watching the build go by, and I was seeing all this stuff I never would
have asked for. So I popped into the config and unchecked a mountain of
drivers and other things (e.g. mobo fix workarounds) that were just not
required for my machine.
So either oldconfig glossed over this stuff, or I missed it all when I
was doing the oldconfig. Does make oldconfig automatically Y/M certain
items without prompting? I thought it didn't.
-Beej |
|
| |
|
Back to top |
Beej Jorgensen Guest
|
Posted: Thu Oct 30, 2008 3:45 am Post subject: Re: kernel 2.6.27 is a disaster |
|
|
Man-wai Chang ToDie (33.6k) <toylet.toylet@gmail.com> wrote:
| Quote: | I usually removed most SCSI and network card drivers. If you could
reduce the kernel size to about 1 Mbytes, then you don't need a initrd
image.
|
I'm ashamed to admit that I don't know that much about initrd. I don't
use it (I don't think--no mention of it in lilo.conf--I just build the
few drivers necessary to boot into the kernel), and my kernel is well
over 1 MB compressed.
What's the size limit about?
-Beej |
|
| |
|
Back to top |
Beej Jorgensen Guest
|
Posted: Thu Oct 30, 2008 3:55 am Post subject: Re: kernel 2.6.27 is a disaster |
|
|
Dan C <youmustbejoking@lan.invalid> wrote:
| Quote: | I don't believe that it does. I have also used "make oldconfig"
forever, and haven't noticed what you describe.
|
I think the most likely thing is that I got impatient during one update
and just got a little too happy with the return key.
| Quote: | Every now and then when I feel ambitious, I'll go through the whole
thing again and look for things I might want to change.
|
The current kernel config is certainly a monster compared to days gone
by.
But it was about time I went through and cleaned up the kernel and
scripts, anyway. This machine has been upgraded every release since
Slackware 9.0 and there were just a few too many things being complained
about on bootup.
-Beej |
|
| |
|
Back to top |
Dan C Guest
|
Posted: Thu Oct 30, 2008 7:36 am Post subject: Re: kernel 2.6.27 is a disaster |
|
|
On Wed, 29 Oct 2008 18:42:57 +0000, Beej Jorgensen wrote:
| Quote: | Speaking of not building kernels correctly, I'd been doing "make
oldconfig" for ages; what a Godsend, right? About a month ago I was
watching the build go by, and I was seeing all this stuff I never would
have asked for. So I popped into the config and unchecked a mountain of
drivers and other things (e.g. mobo fix workarounds) that were just not
required for my machine.
So either oldconfig glossed over this stuff, or I missed it all when I
was doing the oldconfig. Does make oldconfig automatically Y/M certain
items without prompting? I thought it didn't.
|
I don't believe that it does. I have also used "make oldconfig" forever,
and haven't noticed what you describe. I suspect you just missed a
section when you did the original "make menuconfig" and it's carried over
for a while.
Every now and then when I feel ambitious, I'll go through the whole thing
again and look for things I might want to change. Usually don't see
anything unexpected.
--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
The Usenet Improvement Project: http://improve-usenet.org |
|
| |
|
Back to top |
Man-wai Chang ToDie (33.6 Guest
|
Posted: Thu Oct 30, 2008 7:36 am Post subject: Re: kernel 2.6.27 is a disaster |
|
|
| Quote: | Maybe some options need to be disabled to use 2.6.27 kernels on old
hardware... didn't find anything with Google, though.
Or maybe you just don't know how to properly build a kernel.
|
Back when I was using Caldera OpenLinux and older versions of Ubuntu, I
used a script to compile the kernel. Now, i am using make-kpkg. Both
methods have been working fine until this 2.6.27!
OK, tell me, Monk Dan: what option(s) in .config affected the stability
of the kernel on my slow P3-700+Asus CUBX PC?
--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.1) Linux 2.6.26.7
^ ^ 10:52:01 up 1 day 13:09 1 user load average: 1.14 1.15 1.15
不借貸! 不詐騙! 不援交! 不打交! 不打劫! 不自殺! 請考慮綜援 (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa |
|
| |
|
Back to top |
Man-wai Chang ToDie (33.6 Guest
|
Posted: Thu Oct 30, 2008 7:36 am Post subject: Re: kernel 2.6.27 is a disaster |
|
|
| Quote: | So either oldconfig glossed over this stuff, or I missed it all when I
was doing the oldconfig. Does make oldconfig automatically Y/M certain
items without prompting? I thought it didn't.
|
I usually removed most SCSI and network card drivers. If you could
reduce the kernel size to about 1 Mbytes, then you don't need a initrd
image.
--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.1) Linux 2.6.26.7
^ ^ 10:55:01 up 1 day 13:12 1 user load average: 1.12 1.14 1.14
不借貸! 不詐騙! 不援交! 不打交! 不打劫! 不自殺! 請考慮綜援 (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa |
|
| |
|
Back to top |
Dan C Guest
|
Posted: Thu Oct 30, 2008 7:36 am Post subject: Re: kernel 2.6.27 is a disaster |
|
|
On Thu, 30 Oct 2008 10:56:30 +0800, Man-wai Chang ToDie (33.6k) wrote:
| Quote: | So either oldconfig glossed over this stuff, or I missed it all when I
was doing the oldconfig. Does make oldconfig automatically Y/M certain
items without prompting? I thought it didn't.
I usually removed most SCSI and network card drivers. If you could
reduce the kernel size to about 1 Mbytes, then you don't need a initrd
image.
|
The size of the kernel has *nothing* to do with whether you need an initrd
image or not, you clueless Win-droid. My current kernel (2.6.27.3) is
about 2.2Mb, and requires no initrd. The *only* reason you would ever
need an initrd is if the drivers you need for startup (such as filesystem)
are not included in the kernel.
Now run along and update your virus definitions, or whatever it is that
you Win-tards do with your computers.
--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
The Usenet Improvement Project: http://improve-usenet.org |
|
| |
|
Back to top |
Man-wai Chang ToDie (33.6 Guest
|
Posted: Thu Oct 30, 2008 7:36 am Post subject: Re: kernel 2.6.27 is a disaster |
|
|
| Quote: | The size of the kernel has *nothing* to do with whether you need an initrd
image or not, you clueless Win-droid. My current kernel (2.6.27.3) is
about 2.2Mb, and requires no initrd. The *only* reason you would ever
need an initrd is if the drivers you need for startup (such as filesystem)
are not included in the kernel.
|
I believe it's you who is/was clueless, Monk Dan. You were repeating
what I said in a different way only. :)
--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.1) Linux 2.6.26.7
^ ^ 12:07:01 up 1 day 14:24 2 users load average: 1.00 1.06 1.07
不借貸! 不詐騙! 不援交! 不打交! 不打劫! 不自殺! 請考慮綜援 (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa |
|
| |
|
Back to top |
J.O. Aho Guest
|
Posted: Thu Oct 30, 2008 3:42 pm Post subject: Re: kernel 2.6.27 is a disaster |
|
|
Beej Jorgensen wrote:
| Quote: | Man-wai Chang ToDie (33.6k) <toylet.toylet@gmail.com> wrote:
I usually removed most SCSI and network card drivers. If you could
reduce the kernel size to about 1 Mbytes, then you don't need a initrd
image.
I'm ashamed to admit that I don't know that much about initrd. I don't
use it (I don't think--no mention of it in lilo.conf--I just build the
few drivers necessary to boot into the kernel), and my kernel is well
over 1 MB compressed.
What's the size limit about?
|
In the old days there was a 2M limitation on the size of the kernel.
--
//Aho |
|
| |
|
Back to top |
Man-wai Chang ToDie (33.6 Guest
|
Posted: Thu Oct 30, 2008 5:34 pm Post subject: Re: kernel 2.6.27 is a disaster |
|
|
| Quote: | What's the size limit about?
In the old days there was a 2M limitation on the size of the kernel.
|
Now that USB drives are so big, is there still a limitation?
Vi$ta could load drivers from a NTFS partition during installation. What
about Linux? Still relying on a floppy diskette?
--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.1) Linux 2.6.26.7
^ ^ 20:34:01 up 1 day 22:51 2 users load average: 1.10 1.13 1.05
不借貸! 不詐騙! 不援交! 不打交! 不打劫! 不自殺! 請考慮綜援 (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa |
|
| |
|
Back to top |
J.O. Aho Guest
|
Posted: Thu Oct 30, 2008 7:21 pm Post subject: Re: kernel 2.6.27 is a disaster |
|
|
Man-wai Chang ToDie (33.6k) wrote:
| Quote: | What's the size limit about?
In the old days there was a 2M limitation on the size of the kernel.
Now that USB drives are so big, is there still a limitation?
|
No, the limitation is gone, at least in the last half of the 2.6 series
of kernels.
| Quote: | Vi$ta could load drivers from a NTFS partition during installation. What
about Linux? Still relying on a floppy diskette?
|
During installation Linux usually reads the drivers from the CD-Rom/DVD
media.
--
//Aho |
|
| |
|
Back to top |
Mark Madsen Guest
|
Posted: Fri Oct 31, 2008 12:45 am Post subject: Re: kernel 2.6.27 is a disaster |
|
|
On Wed, 29 Oct 2008 18:42:57 +0000, Beej Jorgensen wrote:
| Quote: | So either oldconfig glossed over this stuff, or I missed it all when I
was doing the oldconfig. Does make oldconfig automatically Y/M certain
items without prompting? I thought it didn't.
|
If there is new stuff that isn't flagged in your oldconfig then the build
assumes the default answer, which is mostly "Y". |
|
| |
|
Back to top |
Dan C Guest
|
Posted: Fri Oct 31, 2008 7:34 am Post subject: Re: kernel 2.6.27 is a disaster |
|
|
On Thu, 30 Oct 2008 12:07:43 +0800, Man-wai Chang ToDie (33.6k) wrote:
| Quote: | The size of the kernel has *nothing* to do with whether you need an initrd
image or not, you clueless Win-droid. My current kernel (2.6.27.3) is
about 2.2Mb, and requires no initrd. The *only* reason you would ever
need an initrd is if the drivers you need for startup (such as filesystem)
are not included in the kernel.
I believe it's you who is/was clueless, Monk Dan. You were repeating
what I said in a different way only.
|
Ummm, no. Wrong again, n00b. It's interesting that you clipped out what
you said before, rather than quoting it in your reply. I'll put it back
in here below:
| Quote: | I usually removed most SCSI and network card drivers. If you could
reduce the kernel size to about 1 Mbytes, then you don't need a initrd
image.
|
Right there is a direct quote of what you said. You *clearly* stated that
if you reduce the kernel to about 1Mb, you don't need an initrd. That
statement is absolutely wrong, and you can't twist it any other way.
Like I said, run along and play with your toy "operating system", you
drooling Win-droid. You don't know shit about Linux, and never will.
--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
The Usenet Improvement Project: http://improve-usenet.org |
|
| |
|
Back to top |
|