Linux 2.2.18 Released
If you haven't heard yet, another version of the Linux kernel has hit the mirrors. This is the first release to the 2.2 tree in quite some time, so it's probably worth updating on those machines which can afford a reboot. There's a whole bunch of changes, most notably the backport of USB code from the 2.4 tree, so all those neat-o USB devices you get over the holiday season won't be gathering dust.
The difference is, USB was not backported by Linus or Alan. It was backported by someone who wanted to get their USB devices working properly without waiting for 2.4 to come out.
Who says they would have worked on other components of 2.4 if they hadn't been working on this? They were scratching their paritcular itch.
I've never used linux on a mac before, but here's something to look for:
/usr/src/linux/configs. If that directory exists on your machine, copy one of the configs there into /usr/src/linux, and run a make oldconfig to just update the config options that have changed.
I believe Linux PPC is based on Redhat. Redhat likes leaving default config files in
If that dosen't work, maybe someone else has an idea.
to an early /. story -- 2.2.18 fixes the CPUID "bug" that causes problems for Linux on the Pentium IV.
Never meant half of the things I said to you. So you know, there's a half that might be true - G. Phillips
'mirrors' points right to www.kernel.org!
Alan Cox has pointed out that backporting is a wonderful tool for finding bugs and reviewing code. Makes a lot of sense, and if it means a more stable 2.4 in the long run, it's definitely a worthwhile investment.
Many of us would be happy if 2.4 was still another year away if it's better architected as a result.
Well, first of all, this isn't a security kernel release.So no need to upgrade for that reason.
But speaking of security updates; there really isn't any difference between running Linux and MS-windows servers, regarding security updates. In both cases, the sysadmin has to subscribe to his vendors security lists, read them, and apply the patches.
It is very easy, to apply new patches to eg. a Red Hat Linux box: get the files as described in the security mail. Instructions are provided in the mail, but in most cases, one just do a 'rpm -Fvh [filename]' This will update the system, if the program is installed.
There is even a program, that automatically fetch and update all the needed rpms for you.(this may require some setting up).
And if you want really easy upgrades, then pay a minor amount, and get priority access,web instructions and a nice graphical userinterface, for automatic security upgrades (Red Hat Network). As an ordinary web-surfer, this would basically mean, that you can forget about following security lists.
Regarding the hacking as described in:
http://www.securityfocus.com/news/122
"It's a story of great incompetence," said the hacker, a 25-year-old Dutch man who calls himself "Kane." "All the data taken from these computers was taken over the Internet. All the machines were exposed without any firewalls of any kind."
This has less to do, with security upgrades, than sheer incompetent network designing, and administration. Really basic stuff, like NAT/Masquerading, firewalls etc, would likely have prevented that hack.
just after the slashback with Two Kernel Monte comes the announcement for a new kernel threatening to obliterate uptimes around the world. :-)
-------------------------------------------
I like nonsense, it wakes up the brain cells.
-- Dr. Seuss
is different than both 2.2.17 and 2.4.0. I tried to post a patch to fix it here, but amusingly, slashdot's lamness filter rejected it.
.. whatver/everything, especially kswapd, in 2.2.16 and 2.2.17. It seems to have gone away with 2.2.18.
The two big things I like about 2.2.18 (I've been running the -pre kernels) is that they include a working, and version 3, NFS client, and the VM seems more stable. I used to get "VM: do_try_to_free_pages failed for"
________________________________________
Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
Yes, the Creative open-source drivers for the SB Live!/512 are very different than the current ones included in the kernel sources, and use an extra ac97_codec module, in addition to the emu10k1 module. I've extensively tested both, and I'd say that both performance and quality _sound_ better. I've also found the ones included in the 2.2.18 kernel to be a bit buggy, in addition to being outdated. Starting and stopping a .wav file with the 2.2.18 drivers often causes a small burst of static, which is simply unacceptable.
Interested in open source engine management for your Subaru?
Want to help? Write crawford@goingware.com I know how to code in a variety of languages, but I don't know squat about designing a database schema.
I thought something like this would be helpful after I subscribed to the linux-kernel mailing list for a while to report a bug in 2.4.0 and work with the kernel developers to get it fixed. The bug got fixed, but I sure got a lot of mail and it was a little hard getting the fix nailed down.
Michael D. Crawford
GoingWare Inc
-- Could you use my software consulting serv
This is good news..
I was wondering about the disadvantages of open source systems.
The problem is in security bugs (as in Red Hat) with people who are not IT professionals. One incident is the one at University of Washington Medical Center where a hacker gained access to thousands of medical records and confidential patient data. The start was with a Linux server in the Pathology Department:
http://www.securityfocus.com/news/122
The frequent updates are great, but I am thinking that some updates are starting to resemble those of Internet Explorer; in the IE case, less than 5% of users have the time or awareness to update their browsers and operating system. In Linux, a minority will face this problem, but it seems that it is the same issue.
I know that this is a bit different than the above topic, but I think that this problem will be more apparent with time.
- A.P.
--
* CmdrTaco is an idiot.
"Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
Let me just say that the NFS (network file system) support in 2.2.18 is vastly improved over the previous kernels. Alan rolled in the patches that most distros had been adding to the 2.2 kernel, fixed their bugs, and made me a very happy man. NFS v3 support is there for the taking, folks... enjoy.
Don't download everything, only download the bzip2 patch. Most 2.2.x relase patches are about a meg, and I've never had a problem getting one even after a big announcement.`
/usr/src
/usr/src/usr/src/linux-2.2.14.tar.bz2
/usr/src/linux
/usr/src/kernel/patch-2.2.15
/usr/src/kernel/patch-2.2.16
/usr/src/kernel/patch-2.2.17
/usr/src/kernel/patch-2.2.18
Here's a mangled section from a kernel maker script to give you an idea how simple using patches can be;
cd
tar Ixfv
cd
patch -p1 <
patch -p1 <
patch -p1 <
patch -p1 <
If you want to make this a little fancier, you can put in a loop that only decompresses the patches just before being applied and does not need hard coding like the above. Symlinks and other parts are also missing from the example above...and are not needed to get the job done.
For that matter, you can tar the whole patched release up once in a while when you get annoyed with all those extra patch files hanging around.
A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
Tell me what makes you so afraid
Of all those people you say you hate
The man wrote (most of) an operating system. If his socks were any higher, he'd be wearing pantyhose.
Who do Linus and Cox answer to?
Themselves. I think you're forgetting that this is a free operating system. In the "Real World" we answer to whoever's writing the paycheque. It's mildly nauseating to see people download their free iso and then complain about release dates.
I'd like to see some sort of body set up that has soveriegnty over Linus and Cox,
Okay, these people, who are working for free, aren't meeting you're timeline. You're solution is not to write a cheque or organize some other funding effort to encourage the development process or to pitch in yourself, but rather to demand some sort of "linux police force".
If you want to complain about customer service, I suggest you call your Sun sales representative
2 1337 4 u!
Keep in mind before upgrading that if you're running ReiserFS (as you should be =) ), the latest 2.2.17 won't patch correctly, be it 2.2.18 + patch or 2.2.17 + patch + 2.2.18 patch. These should be out imminently, however, so keep an eye on their web site. Also, be sure to check out opensource.creative.com for the latest EMU10K1, as the drivers are far more recent than the ones included in 2.2.18, and a great bit better, I've found. This is definitely worth the upgrade, for no other reason than the USB backporting, as well as the AGPgart and DRI drivers.
Interested in open source engine management for your Subaru?