Linux 2.2.4 66
Phaid writes "As if you weren't already being flooded about this, linux 2.2.4 is out. Here's the official Announcement from The Man Himself.
There's a small problem with BSD Process Accounting that can be easily fixed with the patch. " You know the routine-go get'em.
How long until the 2.2.x series is considered done (Score:1)
How long until the 2.2.x series is considered done (Score:2)
Even if all bugs were removed from the kernel, there would still be new releases to add features and drivers. Frequent updates are what keep Linux on the cutting edge.
Interesting symmetry. (Score:1)
BTW, when are they starting the 2.3.x tree?
How long until the 2.2.x series is considered done (Score:1)
i'm sure some people still use the 1.2.x series, and i bet they patch it on their own. software development is never done. at best it pauses.
technical question? (Score:1)
- I can't nfs mount my home and mail directories onto my other machines unless I use "nolock"
- I can't send email using netscape on those other machines (which I suspect might have something to do with the NFS problem). The machine locks up pretty tight, and sometimes has to be rebooted when this happens.
Does anybody know if 2.2.4 fixes those problems?
(Hey, give me a break - my server machine is dog-slow and I don't want to spend 5 hours compiling a kernel if it doesn't fix anything).
technical question? (Score:2)
I had some problem mounting the NFS.
If everything (as in my case) is relying on NFS, it couses all the accounts to freeze.
My problem was that everything was exported as read-only
The solution I found is
on the
(rw,no_all_squash)
I hope this helps.
BTW, where can I find some info on the NFS development status ("minor changes" is not enought)?
Massimo
How long until the 2.2.x series is considered done (Score:1)
Otherwise, yeah... I've still got two boxen that run 1.2.13, because they don't have the resources to really cope with 2.0... they're both low-end 386es with 4M of RAM and hard drive sizes in the double digits.
Old software never dies...
Sparc merge (Score:1)
Kernel-of-the-week Club (Score:1)
The "Bladerunner release" (Score:2)
Big Deal (Score:1)
Let's dance, sing, and parade.
Why should Slashdot announce kernel updates?
If anything this is an item for linuxtoday, or maybe the quicky batches.
Anyone except for me thinks this is redundant?
---
The "Bladerunner release" (Score:1)
Where does Decker say that?
Not really (Score:1)
It's a lot more interesting to me than hearing about the latest start wars or whatever.
debs (Score:2)
Anyone using a Zip drive and a printer on par0? (Score:1)
If anyone else chains their printer onto their zip drive's pass-through port, I'd greatly appreciate any bonehead tips ("one at a time, bozo!") or other advice. I'd like to be able to print and use the zip drive without constantly shuffling cables, and the documentation indicates that I should be able to do so... but I can't so far.
Is it just a matter of editing conf.modules?
(I wasn't sure whether the IRQ and io arguments in parport.txt were generic or "[your_IRQ]...")
Big Deal (Score:1)
Kernel-of-the-week Club (Score:1)
if it ain't broke don't fix it.
Basically, if the new kernel adds little or nothing that you need, then don't bother with it.
Personally, I'm waiting for reiserfs to make it into the kernel -- its stable, and I have been running it with 2.2.2acSomething for some time now (sine 2.2.2 came out)
p.s. anybody know how one persuades knfsd to do anything?
Using old kernel config. file with new kernel? (Score:1)
Using old kernel config. file with new kernel? (Score:1)
Not really (Score:1)
or the quicky batches.
If they're not reading it, they can make it appear in their little slashbox.
Regarding the starwars, I just turn them off.
It would be a whole lot better to have a kernel subject (with a corn kernel picture),
or sofware updates subject,
and i would turn it off happily.
---
technical stuff.... (Score:1)
How long until the 2.2.x series is considered done (Score:1)
2.4 is due before the beginning of next year; Linus wants this one to be short.
Finally, I have no clue when the 2.3 series starts...my guess would be pretty soon, since Linus now has 2.2 all sync'd up and hopefully the nasty bugs fixed, it's time to go wild again. When 2.3 comes out, 2.2 will probably be considered done in the sense of stable.
Big Deal (Score:1)
Kernel-of-the-week Club (Score:1)
I don't. And I don't imagine that everyone else does. I like to stay reasonably up to date, but I'm running 2.2.1 on my home system. Just because a new kernel is released doesn't mean that everyone *MUST* install it. I probably will install 2.2.4 at some point soon, when I'm done tweaking some other stuff on my system. But I'm in no hurry, 2.2.1 is working just great for me.
Eric
Remember (Score:1)
Ordering Sushi. (Score:1)
The ole chinese man doesn't quite get English, repeating "two", so Decker shows with fingers.
The "Bladerunner release" (Score:1)
Error and fix (Score:4)
Date: Tue, 23 Mar 1999 19:35:04 -0500
From: Arvind Sankar
acct.c: In function `sys_acct':
acct.c:197: too few arguments to function `filp_close'
acct.c:203: too few arguments to function `filp_close'
Should the second parameter be NULL? (guessing wildly after looking at binfmt*)
Yes, here is the fix
--- linux/kernel/acct.c.~1~ Tue Mar 23 16:14:01 1999
+++ linux/kernel/acct.c Tue Mar 23 16:34:55 1999
@@ -194,13 +194,13 @@
}
if (old_acct) {
do_acct_process(0,old_acct);
- filp_close(old_acct);
+ filp_close(old_acct, NULL);
}
out:
unlock_kernel();
return error;
out_err:
- filp_close(file);
+ filp_close(file, NULL);
goto out;
}
re:technical stuff.... (Score:1)
I have a similar card... there was a problem with one of the kernel releases, but it was fixed. I wish I could tell you which one exactly, but I have been getting all of the patches in the 2.2.x series, so I dont recall ;)
I am running 2.2.3 and it works...
Interesting symmetry. (Score:1)
technical stuff.... (Score:1)
exact url is at the top of that tulip.c, grab the "newer experimental driver with more features".
That's nothing. 2.2.2 had some real karma (Score:1)
That was like, cool or something.
That's nothing. 2.2.2 had some real karma (Score:1)
technical question? (Score:1)
Linux's NFS client implementation (allegedly) works now. One thing that does work is that the client actually uses an NFS lock server, whereas 2.0 didn't. So if you aren't running a lockd on your NFS server, you need the nolock mount option.
Kernel-of-the-week Club (Score:1)
One system crashed on 2.1.128, it rebooted in 2.1.131, and is still running 2.1.131...
Kernel-of-the-week Club (Score:1)
We have customers who don't care about kernel releases as long as they work, so we keep track of which ones do work (with specific test cases for each customer).
Using old kernel config. file with new kernel? (Score:1)
In general it's a good idea to browse the make xconfig menu and make sure all your options are still the way you want them. Basically, any options in your
The short answer for 2.2.3->2.2.4 is yes, you can use the 2.2.3 config file, as long as you first patch kernel/acct.c if you enabled BSD process accounting (if you don't enable BSD process accounting you don't need the patch). I had no problems whatsoever doing that.
technical question? (Score:1)
Anyone using a Zip drive and a printer on par0? (Score:1)
With the 2.2.x and 2.1.x kernel, there is no need to separate the printer and Zip drivers into separate modules. Compile them right in there, as part of the kernel. They work fine together. Of coure, when I did it (before my networked printer.
If you're still in the dark ag..I mean, using 2.0.x, then yes, you will need them as separate modules.
Sparc merge (Score:1)
technical question? (Score:1)
spoke:~>
rpc.kmountd (pid 125) is running...
nfsd (pid 135 134) is running...
lockd (pid 106) is running...
No problems here.
Grab HJLs latest knfsd package (currently 1.2), compile it and install it, and replace your current
Grab the latest knfsd package at:
ftp://ftp.varesearch.com/pub/support/hjl/knfsd/
-Dave
Anyone using a Zip drive and a printer on par0? (Score:1)
Thanks!
ps. 2.2.4 is noticeably snappier for me, and I haven't even re-upgraded my pgcc-ized version of XFree86 since I switched to Debian... I should do that too. Hell, right now I'm on the phone with Oracle to see whether they'll support our server if I put 2.2.4 on there too.
Here's how to get knfsd to work (Score:1)
1. Get HJL's knfsd-1.2 package from ftp://ftp.varesearch.com/pub/support/hjl/knfsd/
1a. Untar it.
2. Compile it with `make`
3. Install it with `make install`
4. Replace
5. Make sure portmap is setup to start BEFORE nfs starts.
6. Start nfs `/etc/init.d/nfs start`
7. Check to make sure it all worked `/etc/init.d/nfs status`
Try this to get your Tulip working. (Score:1)
-Dave
PNP Soundblaster (Score:1)
I've read all the FAQs and everything else, but it seems that there is no solution to the problem. I upgraded to the Linux 2.2.3 kernel because I heard a rumor that it knew about my strange sound card, but that was false. 2.2.4 doesn't look like it has anything new for my soundcard.
Will I ever be able to use my card, or should I just go out and get a new one?
PNP Soundblaster (Score:1)
VM crash? (Score:1)
Big Deal (Score:1)
I agree with jnik -- Kernel updates should be announced on slashdot.
It's not the news itself that's important -- it's the comments.
News For Nerds (Score:1)
One can always turn off the "Linux" topic in the
Error and fix (Score:1)
bewondered. That's because so many people seem
to have no problems at all here.
How the *** can that be?
BTW: I'm installing NT now in a vmware-box.
But compiling the 2.2.4 now makes that install a
little bit slow
Cheers,
Jeroen
Error and fix (Score:1)
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_BSD_DISKLABEL is not set
[root@fuse linux]#
That'll be why 2.2.4 compile on mine - I'm not using BSD process accounting.
James
Error and fix (Score:1)
With the bugfix, i could compile 2.2.4 but not
do make bzImage
So now I'm shutting of BSD (thanks) and trying again....
Jeroen
vmware that good?! (Score:1)
But compiling the 2.2.4 now makes that install a
little bit slow
I want that software! You claim it really executes software in different OS's in parallel? My gosh!
Any problems? How does it work? How does it hook the OS's to do the swap dance? Can you play mp3's without breaks?
vmware that good?! (Score:1)
Really cool. Runs matlab nearly as fast as under nt..
This morning, i'm gonna install ms-office...
Jeroen