Linux 2.2.8 73
KrON writes "Linux 2.2.8 Is being upp'ed to mirrors as we speak...
" A few people have noted that a 2.3 directory
has appeared on some of the mirrors, although it is
empty.
The reason computer chips are so small is computers don't eat much.
Prepatches (Score:1)
ftp.funet.fi and ftp.ca.kernel.org have 2.2.8 for you must-have-it-right-now-cant-wait-30-mins people
Upgrading RH6 to 2.2.8 problems... (Score:1)
make: *** No rule to make target `include/linux/autoconf.h', needed by `include/config/MARKER'. Stop.
[root@localhost linux]#
at one stage it was compiling then it told me I didnt have 'as86' command (near the end of a make bzImage)...
fuck
Re:Upgrading RH6 to 2.2.8 problems... (Score:1)
you're just missing header files ... (Score:1)
you need a few basic things installed iwhen you try to compile stuff
This is new and recommended (Score:1)
Re:you're just missing header files ... (Score:1)
My trick in de-rpming my kernel has been to remove all kernel packages but kernel-headers. Then go to
Jeff
Re:Link to a changelog please? (Score:2)
it's an interesting feeling... (Score:2)
sent out twelve hours before marked "please test"
and stuck it into the official kernel, without
saying a word.
Re:Is USB supported? (Score:2)
But that doesn't mean it won't be. The code is out there, ready for nice people to test. Uncomment it from config.in and have a go at it, and be sure to check out the project info at the new Linux-usb web site [linux-usb.org].
Linus is testing it (Score:1)
Re:Upgrading RH6 to 2.2.8 problems... (Score:1)
make menuconfig
make dep
I know that one of these does the trick (or at
least it did for my housemate)
Can anybody improve on this?
Re:Prepatches (Score:3)
I keep my thirst for upgrades/beta code quenched by occasionally booting my Mac into the latest dev version.
Re:Whining? Naww.. Ignorance, maybe. (Score:1)
Re:Upgrading RH6 to 2.2.8 problems... (Score:2)
Re:Prepatches (Score:3)
Re:Scheduler Enhancements (Score:2)
Re:don't bother (Score:1)
Re:Scheduler Enhancements (what are they?) (Score:2)
Re:Scheduler Enhancements for Apache (Score:1)
The funny thing is this probably won't affect the benchmarks at all. In the benchmarks, the web clients are all on fast LAN links, so they will quickly download the files and get on with the next request. In the real world your clients are on the other side of modems, ISDN connections and other bottlenecks like the Altantic and it takes them an appreciable time to get the data. So for a given bandwidth you have a lot more open connections ie a lot more Apache threads/processes. to get the data.
I wonder when there will be an Apache release that actually takes advantage of this.
Like SPECcpu (Score:1)
Of course, you also need realistic benchmarks.
Re:Is USB supported? - maybe sorta? (Score:2)
Just curious (Score:2)
Re:Upgrading RH6 to 2.2.8 problems... (Score:2)
Ummm
/dev
Re:You know what *this* means... (Score:1)
How to de-RPM your kernel tree (Score:1)
First off, simply install the bin86 package to get round your second error. For a quick and painless kernel build:
/boot/vmlinuz-new /boot/System.map-new /etc/lilo.conf
make mrproper
make menuconfig
(fiddle with those options)
make dep
make clean
make bzImage
cp arch/architecture/boot/bzImage
cp System.map
vi
(add stanza for new kernel)
/sbin/lilo
reboot
Once everything is running Ok, then you can remove the RedHat kernel RPM's (kernel, kernel-pcmcia-cs, kernel-headers, etc) using --nodeps if necessary. Edit Do make clean in your Linux source directory to recover some space, and wait in anticipation for the next kernel patch ...
Chris Wareham
That is probably the way to do it (Score:2)
/* Steinar */
Re:Prepatches (Score:1)
Sounds like... (Score:1)
Ya know that goofy little chimes sound Windows makes when it starts up? Well, you'll never guess the sound file I installed to replace it with... ;-)
Re:Is USB supported? - maybe sorta? (Score:1)
I still haven't gotten it running, tho, so YMMV. At boot time, it doesn't detect the USB keyboard. If you send SIGUSR1 to the uhci-control thread to dump some debugging info, it does detect the keyboard... but alas it still doesn't work.
-- Rob
Link to a changelog please? (Score:3)
Help with compiling? (Score:1)
ld -T arch/ppc/vmlinux.lds -Ttext 0xc0000000 -Bstatic arch/ppc/kernel/head.o init/main.o init/version.o \
/usr/src/linux-2.3.0/lib/lib.a \
--start-group \ arch/ppc/kernel/kernel.o arch/ppc/mm/mm.o arch/ppc/lib/lib.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.a drivers/misc/misc.a drivers/net/net.a drivers/scsi/scsi.a drivers/cdrom/cdrom.a drivers/sound/sound.a drivers/pci/pci.a drivers/macintosh/macintosh.a drivers/video/video.a \
--end-group \
-o vmlinux
arch/ppc/kernel/kernel.o: In function `sys_mmap':
arch/ppc/kernel/kernel.o(.text+0x4a38): undefined reference to `fget'
Now, man has references to fgetc, fgets, getc, getchar, gets, and ungetc, but there is no mention of 'fget'. Where does this come from? The code reference is apparently in syscalls.c as follows:
file = fget(fd);
where fd is an unsigned long in the function sys_mmap. Is there a simple answer here that I am missing? Where is the right place to ask such questions?
Changelog (Score:1)
http://edge.linuxhq.com/changelist.cgi?show=2.2
And for those who are really lazy:
Notes: Due to the changes in this kernel's buffer code, you may want to disable the update (bdflush) daemon
in your init scripts.
Documentation updates.
3c527 net card driver added.
MTRR support added for Cyrix 6x86, Cyrix 6x86MX, Cyrix mII, AMD K6-2 (stepping 8 or higher)
and K6-3.
Netwinder Rockwell WaveArtist sound system driver added.
#PCMCIA NE2000 net card driver added.
Major Netwinder (ARM) architecture.
Alpha architecture updates.
ARM architecture updates.
x86 IRQ code updates.
x86 MCA support updates.
Cyrix 6x86 coma bug workaround added.
x86 SMP code updates.
Large m68k architecture updates.
MIPS architecture updates.
Major PowerPC architecture updates.
Macintosh architecture updates.
SPARC architecture updates.
SPARC64 architecture updates.
Minor IDE driver update.
Ramdisk driver updates.
Generic Non-IDE CD-ROM driver updates.
Lineprinter driver updates.
PlanB frame grabber driver added.
Cadet radio card driver updates.
Zoltrix radio card driver updates: Radio strength and stereo scans now use somewhat less CPU.
minor SpecialX multiport serial board driver updates: It appears that IO base and IRQ are now
configurable with module parameters.
act2000 ISDN driver updates.
Parport driver updates.
de4x5 net card driver updates: Workaround for buggy SROM in Motorola embedded boards, PCI/EISA
probing order changed.
Locking changes in various drivers: SCSI drivers, net card drivers.
Minor EQL net device driver update.
ethertap net card driver updates.
PPP driver updates.
WaveLAN net card driver updates.
IBM MCA SCSI driver updates.
MegaRAID SCSI driver updates.
Generic SCSI driver updates.
ad1816 sound driver updates.
ESS sound driver updates.
USB driver updates: OHCI-HCD and OHCI-HCD virtual root hub support added.
USB mouse driver updates.
Minor Matrox framebuffer console driver updates: CHRP and PReP fixes.
Framebuffer console drivers updated.
Minor ADFS filesystem driver update.
Minor AutoFS update.
Minor a.out binary loader updates.
Minor ELF binary loader updates.
Filesystem buffer code updates.
Disk quota code updates.
ext2 filesystem driver updates.
VFS updates.
Minix filesystem driver updates.
NFS filesystem driver updates.
Minor QNX4 filesystem driver update.
Minor SMB filesystem driver update.
Memory management code updates.
Scheduler updates.
Net code updates.
ipv4 updates.
Minor ipv6 updates.
IRDA drivers updated.
SunRPC updates.
Unix domain sockets code updated.
Minor MenuConfig update.
XConfig updates.
********************************************
Superstition is a word the ignorant use to describe their ignorance. -Sifu
Whining? Naww.. Ignorance, maybe. (Score:1)
ipv4 updates
Filesystem buffer code updates
Minor IDE driver update
Locking changes in various drivers: SCSI drivers..
... they seem pretty important when you look at them, don't they? Or is there a difference between an update and a fix?
Re:Prepatches (Score:1)
Its depressing (Score:1)
Its real depressing when the frequency of reboots to an OS is dictated by the frequency of new features to it.
Though, I'd rather reboot my linux box every few weeks for an upgrade than reboot it for the same reason we reboot the NT server at work.
"Its recommended that NT be rebooted each week to flush out any crap that gets built up in it"... Hmmm, if I flushed NT any more, it would sound like a toliet.
Re:.debs (Score:1)
Isn't customised kernels one of linux's main advantages over the Win32 platform?
Scheduler Enhancements (Score:4)
I'd like to see what difference this one makes on the 'dreaded' Quad PIII/Quad 100mbit/Hardware RAID/>1GB RAM configuration that is soo popular lately in MS-sponsored 'benchmarks'...
Btw: Who thinks like me that it may be time for one or more larger Linux organisation (like Linux International, RedHat labs, and/or Suse) to setup a high-performance benchmark lab that can be used for in-house benchmarking, and kernel development and optimization of Linux by our cutting-edge Linux developers (linus, alan, david, andrea, donald, stephen, andre, richard, rick, and the o-so many others, including the samba, apache, and squid guys).
Re:2.2.8 problems (Score:1)
bdflush (Score:1)
Re:.debs (Score:1)
Re:Is USB supported? - maybe sorta? (Score:1)
.debs (Score:2)
Re:just what we need, more biased benchmarks (Score:1)
It would still be useful to see absolute ratings about what performance levels you could get for different levels of investment in hardware, and to document what kernel versions to favor/avoid, and what tuning tweaks were needed to get the various performance levels.
And besides... who said we were mature adults, anyway?
A really obvious good idea (Score:1)
Is USB supported? (Score:1)
I've looked (not very hard I'll admit) for a changelog or something to see whats in 2.2.8
Re:Is USB supported? - maybe sorta? (Score:1)
cutting edge change listing [linuxhq.com]
Simple USB driver added: You can't enable this option from the configuration yet. Maybe in 2.2.8.
but there is no changelog up yet for 2.2.8?
Re:Link to a changelog please? (Score:2)
Re:you're just missing header files ... (Score:1)
After that, NEVER use another RedHat kernel RPM.
Re:SMP support in latest kernels? (Score:1)
Re:just what we need, more biased benchmarks (Score:1)
There's no conflict of interest at all.
SMP support in latest kernels? (Score:1)
I am about to put together a dual proc pent II
and I want to make sure I get a rock solid
SMP kernel on it. Would 2.2.8 be the
way to go? or would another rev be more appropriate? How is smp support in 2.2.5..the
one that comes with redhat 6.0?
Thanks.. Mike
Re:ethertap (Score:1)
and then recompile... it should work fine then.
Re:You know what *this* means... (Score:1)
It's parody, not politics, my anonymously cowardly little friend! Don't hate me, I'm the ever-lovable gnulix guy!