Slashdot Mirror


User: mikefe

mikefe's activity in the archive.

Stories
0
Comments
712
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 712

  1. Unmount problem with 2.4.15-final (BPB Release) on Linux 2.4.15 is out; Linux 2.5.0 has also begun. · · Score: 1

    Hello,

    It looks like this may be another BPB - Brown Paper Bag - 2.4 kernel release.

    There is already a patch available though from Al Viro.

    I believe Al can say it best. Here he is replying to war on LKML:

    Damn this junk removal feature. I could've quoted if it didn't have trouble with ">"!! Grr.

    http://marc.theaimsgroup.com/?l=linux-kernel&m=1 00 655627817897&w=2

    References:
    http://marc.theaimsgroup.com/?l=linux-kernel&m=1 00 655058402225&w=2

    Patch:
    http://marc.theaimsgroup.com/?l=linux-kernel&m=1 00 655322609664&w=2

  2. Re:Linus on preemptible kernel (and Tweedie on ext on ext3fs in Linus' Kernel Tree · · Score: 1

    Oh, boy... Where to begin...

    First of all, the soonest the preempt patch would be merged, if at all would be in 2.5, and it is still in development. It only supports x86/32 and ARM so far...

    "The thing about the preemptible kernel is that it is only for uniprocessor - SMP kernels aren't preemptible. "

    This has been fixed over a month ago. UP and SMP kernels are now both preempt safe. So is a highmem (more than 2GB of ram) kernel.

    "So unless you want the SMP case to be capable of tying up a processor for "too long" at a time, then you need to re-do each bit of code which is capable of long latencies anyway."

    There are some small parts of the kernel that have been marked "not preempt safe". Fortunately, there aren't too many of them, and they're planned to be fixed in 2.5.

    "The other thing which came up is that responsiveness of the system improved quite a bit recently with VM fixes (2.4.14 was the improved version, I think)."

    Actually, the new VM was put in in 2.4.10pre11.

    "It was a matter of the VM queueing up too much I/O (and the drivers trying to throttle it, instead of just throttling it all in the VM - or something like that)"

    Actually that was one of the outward signs... The kernel favored the page cache over most anything else, and it grew particalarly large. That was since fixed, which allowed other problems to be noticed... The main problem was the swapping code. It would choose the wrong things to swap out, take too long to do so, and basically do bad things. Also there were some races in there that would cause kswapd to use 100% of the CPU (or just one cpu if you have SMP).

    "The preemptible kernel won't solve that kind of problem"

    Wow! The first thing that was 100% correct! Congratulations.

  3. Re:Userbase ... on ext3fs in Linus' Kernel Tree · · Score: 1

    Don't forget that ext2/3 has indexed directories in development.

    Right now, it's only for test partitions, but it is coming along nicely.

    Ext2 has had changes from 2.0, 2.2 and 2.4 kernels, each time making it more efficient. Only recently has the actual format on disk changed, but that won't go in until 2.5 from what I can see.

  4. Re:Woohoo! on ext3fs in Linus' Kernel Tree · · Score: 1

    Ext3 has three journal modes (available with the data=mode option on mount or in /etc/fstab):

    Writeback: Don't care about ordering, just write in whatever order is most convenient. Possibly fastest for some loads... (This is basically the same level of journaling guarantees that you get from ReiserFS)

    Ordered(default): Write out data before filesystem accounting information. (will protect all data modifications except for writing to the middle of the file - this is rare in most situations)

    journal: Write all data to journal first (Guarantees all completed writes will be recoverable, including writes to the middle of files. This mode can be fastest with random writing because they all go directly to the journal - more effective write clustering...)

    That said, ext3 does it's best to protect the data. Also, no JFS will protect you from hardware failure, use at least RAID 1 for that....

  5. Re:Versions, eh? on NSync Copy Protected CD · · Score: 1

    OMG!

    If there was a +10 funny, this would get it. :)

  6. Re:Wrong Market? on Apple Dumps the Cube · · Score: 1

    I have a dual celeron right here. It's 366 though :(

  7. Re:Ibuprofin on Is Carpal Tunnel Syndrome A Hoax? · · Score: 1

    Take a look in one of those drug side-affects books (you know the ones that are almost as thick as they are wide). You'll find that one of those side-affects is *Swelling*!

  8. Re:Roxio's response on Gracenote Sues Roxio Over Switch to Free Song Database · · Score: 1

    And the more _YOU_ pay the more you'll have to pay the other side if you loose.

    So if Joe Shmo sues Big_Co, he'll get paid what they paid their Lawers? Pay your Lawer and keep the diff? cool!

  9. Re:As much as I hate to say it... on Version Control for Documentation? · · Score: 1

    I don't understand why you don't just standardize on Rich Text Format...

    In my company, I'm working on converting over from .doc to .rtf

    Our Letter Art dept already uses rtf with DocuRight to work with our large laser printers.

    This will also ease transition to a linux based word processor.

    The only problem I've seen, is that there isn't an open format to replace .xls. Anyone know of one?

  10. Re:What Cyberdyne systems is on Self-Policing Networks? · · Score: 1

    What do you want to bet that someone is going to market something called "Skynet"?

  11. Re:snake oil on Self-Policing Networks? · · Score: 1

    The concept for this is similar to the Crypto community. No crypto is trusted until it has been published, tested, and tested for years.

    Here, published means basically the same as Open Source.

  12. Re:Packet Dropping on Linux Kernel 2.4.4 Released · · Score: 1

    Actually, I have DSL at home, work, and a friend's house. All are faster than comcast@home in SoCal.

    DSL: 15-30ms to first hop.

    Cable: 60-150 to first hop.

  13. Re:Corporate Strategy - Incentive to OpenSource on SAP Releases Full sapdb Source · · Score: 1

    NO, more like win 3.0, or MS DOS.

  14. Re:No reboot required on New Security Module For Kernel 2.5 · · Score: 1

    Really?!

    I'll have to download it when it comes out.

  15. Re:It must've been running Unix/variant on Return Of the Lost Server · · Score: 1

    Can you give a MacOS Version and hardware model?

    I had a hell of a time with MacOS 8.5 on an Oldworld g3.

    It's running great on linux as a vpn gateway...

    :)

    Mike

  16. Re:cause/effect on Yahoo! To Start Selling Porn · · Score: 1

    I'm a christian, and I thought it was a little funny, maybe not 5, but funny...

  17. Re:severe lack of information on Linus vs Mach (and OSX) Microkernel · · Score: 1

    Are you trying to tell me that:

    SunOS 5 runs SunOS 4 kernel modules?

    That NT will use win(9x,3.1x)/os2 drivers?

    That BSD will run kernel modules from five years ago on older versions?

    That is what the cfleming was talking about *Kernel Modules*.

  18. Re:Tape Drives Are An Anachronism on Can You Back Up Data On Audio/Visual Media? · · Score: 1

    I think that using a hard drive for backup would be a great idea, depending on the data, and size.

    I have a set of data that would only need to be backed up for a month or two, and then could be easily removed, then selectively backing up to control files to tape.

    This would not be good for our .rtf and .docs etc. Which would need to go directly to tape.

    Just delete the old .bz2 archives as you need space. Could have statistics telling you how long the average file lasts in the archive. Anyone seen this done before?

    When was the last time you got a good idea from a slashdot post?

  19. Re:Got better as it went along on Dune Scores Huge Ratings · · Score: 1

    ...

    "At least they weren't doing the Lynch-ian gun-pointing and saying "AAaahdd-CHAK" and having large explosions suddenly happen, though. The lameness of that alone exceeds this entire series."

    I don't know, I liked it that way in the movie. Mind you, I saw it when I was 12 years old at the time.

    When it first started, I thought it was going to show the movie. Since I only saw a few minutes of the movie, I was pretty disappointed when I found out that they didn't yell when they shot. ;)

    Anyway, I think I should see the movie, and read the books. :)

  20. Re:RCN on The "Glory" Of Tech Support · · Score: 1

    ....

    "Finally, we once recieved gift boxes - all of us - with some sort of appreciation gift inside. Turned out to be a styofoam oversized puzzle piece with the words "you're part of the solution" (or something) on a laminated side. One intrepid individual boxed them all up, sent them back to corporate with a letter asking for a working mailserver instead. Oh, and the pieces didn't fit. We thought that was foreboding."

    ...

    I just couldn't keep from laughing! I'm glad just about everyone has left for home, or I'd have a lot of people staring at me. :)

    Someone mod this up as funny!!!

  21. Re:Is Netscape/Mozilla too bloated? on Netscape 6 Vs. 4.7x · · Score: 1

    "IE on mac os is pretty fast too though so it might not be entirely a IE Windows thing. but what do i know?"

    Actually, it's true. But that's because MS does the same damn thing with MacOS. They add several extentions to your system to get IE to work.

    You can take the installed folder of netscape and copy it to another mac and run it on the other mac WITHOUT INSTALLING IT! Try that with IE. ha!

  22. Re:Who's Calling Who Fragmented on Linux to Fragment? · · Score: 1
    "It's the same old marketese that Micro$oft is always saying: use our stuff and all your problems will go away. You'll be able to retire at 15 to a deserted desert isle where bodacious babes will attend to your every need and want. It's also amusing to hear someone from Sun grumbling about Linux fragmentation while at the same time holding up their own fragment of Unix as the solution to the fragmentation problem!"

    I have seen many do this in the linux camp. I think everyone is doing it, linux, be, bsd...

  23. Re:It's all still WORK! on Programmers work 47 days per year · · Score: 1

    You are quite right.

    Although I don't program in a compiled language yet, I've seen myself fall into that trap.

    I ended up trying to solve a problem I didn't even need to have in there.

    From that point on, I took time to comment what I needed to do before I wrote the first line of code.

    I hope this helps someone.

  24. Re:Lecture on Trouble Ahead for Internet Routing Tables? · · Score: 1

    I can imagine it now!

    "The MS Internet will be based on NetBEUI enabling everyone to leverage the power of Windows TM."

  25. Re:Soft updates get even better with snapshots. on Merits Of The Different Journaling Filesystems? · · Score: 1

    Aren't Snapshots and Phase Trees conceptually the same?

    In Phase Tree, you take the changes made over a small priod of time, and make a "snapshot" out of that (called a phase, iirc) and begin to write it to the disk. While this is happening you have a new phase that all of the newer modifications are written to.

    Doesn't this remind you of the description of snapshots?