Slashdot Mirror


User: sflory

sflory's activity in the archive.

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

Comments · 100

  1. Promise's binary driver sucks!! on Mirroring Controllers - What have been Your Experiences? · · Score: 1

    Promise's binary driver sucks. Why you ask:

    1)You are stuck to a handful of kernel, and Promise take forever to release drivers for new releases of Red Hat. God help if you don't run Red Hat.

    2)When you lose a drive you system crashes!! (Yes I've tested this.)

    You are better off using the controller as a cheap ide controller, and running software raid under linux. Just be sure to use lilo instead of grub as grub doesn't understand software raid very well.

  2. Highpoint Linux support on Mirroring Controllers - What have been Your Experiences? · · Score: 1

    There are binary drivers for Linux, and partial source drivers that do raid. Of course they are a pain much like Promise's binary only drivers. Highpoint actually recommends you run the card in JBOD (Just a Bunch Of Disks)mode under Linux, and use the md (software raid) driver. Keep in mind all of these cards do raid in the driver not in hardware.

  3. Adaptec 1200A =~ highpoint on Mirroring Controllers - What have been Your Experiences? · · Score: 2, Insightful

    Adaptec's 1200A is Highpoint card with a slightly different bios on it. Heck I've heard you can flash it with highpoints firmware.

    http://www.internetnews.com/storage/article.php/ 79 7261

  4. Re:Weird Linus behavior? on SCO: Code Proof Analyzed, Linus Interviewed · · Score: 1

    You've not read the LKML very much. Linus is famous for telling people they are nuts, and their code sucks. He tends to tell it like he sees it. This goes all the way back to an infamous flame war with the Creator of Minux durning the early days of linux. On the other hand he doesn't tend to go out of his way to flame someone.

  5. Re:In the ia64 directory? on "Stolen" SCO Linux Code Snippets Leaked · · Score: 1

    Interestly redhat's kernel-source rpm doesn't include the ia64 code unless you have a ia64 system. That why it's a kernel*i386.rpm instead of a noarch rpm;-)

  6. Re:Enterprise != Free (but you can negotiate) on The Increasing Cost of Red Hat Linux? · · Score: 1

    Red Hat is very flexible in cases like this. They'd rather have you pay 1/2 list. Then have you do it yourself.

    Just have one of your team keep wondering out load what prevents you from buying 1 copy, and installing on all your systems;-)

  7. Re:Debian! on The Increasing Cost of Red Hat Linux? · · Score: 1

    Actually it's 7.2. Check out the redhat logos srpm on any RH mirror. It's the same size.

  8. Re:Debian! on The Increasing Cost of Red Hat Linux? · · Score: 1

    In seconds? I've dealt with RH support directly, and with customer who were dealing with RH support. I've never had AS support beat me to a solution, and every time my solution has been different. My solution was prefered by the customer. They generally know what they are doing, but it ain't seconds. Unless of course it's something any RHCE, or decent linux sysadmin would know.

  9. Re:How would a court rule against it? on GPL in Court - Good or Bad? · · Score: 1

    A court could rule that the GPL is non binding. Or rule in such a way that you would not have legal recourse to prevent close sourced versions.

  10. Re:It's not a test of the GPL on GPL in Court - Good or Bad? · · Score: 2, Interesting

    For the most part no. Now that IBM is claiming that SCO is in violation of the GPL. The validity of the GPL is very much in question. It is not a central issue currently, but things could change depending on how much IBM's counter suit depends on the gpl.

    For example if IBM can find proof that SCO knew that IBM had put parts of their AIX code in linux. While SCO was at the same time shipping that same code under linux. Then the validity of the GPL become very important.

  11. Re:Yeah. on In-Flight Reboot? · · Score: 1

    Programers debug comments? I thought they were for confusing the guy they hired to replace you.

  12. Re:Open Source? More like Open Sores on The Near-Term Future Of Open Source Desktops · · Score: 0, Offtopic

    This sounds like you are running a kernel that does not do dma on your ide drives. Try a newer kernel. Most linux distros have a 2.4.20 kernel. The ide support in 2.4.21 may be a beter choice if you like the idea of compiling your own kernel.

    root@somewhere RPMS]# hdparm -d 0 /dev/hde /dev/hde:
    setting using_dma to 0 (off)
    using_dma = 0 (off)
    [root@somewhere RPMS]# hdparm -t /dev/hde /dev/hde:
    Timing buffered disk reads: 64 MB in 31.28 seconds = 2.05 MB/sec
    [root@somewhere RPMS]# hdparm -d 1 /dev/hde /dev/hde:
    setting using_dma to 1 (on)
    using_dma = 1 (on)
    [root@somewhere RPMS]# hdparm -t /dev/hde /dev/hde:
    Timing buffered disk reads: 64 MB in 1.75 seconds = 36.57 MB/sec
    [root@somewhere RPMS]#

  13. What!!! on Scientists Grow Decaffeinated Coffee Plants · · Score: 1

    Damn it you're going the wrong way!!! We want more caffeine.

  14. Re:Started to think 2.4.x was dead on Linux Kernel 2.4.21 Released · · Score: 1

    What he may have meant is they put 2.4.21pre or 2.4.21rc in their kernel. All of the linux vendors do this. If you extract a Red Hat kernel src rpm. You generally find that there is a pre or ac patch applied.

  15. AS ~= RH 7.2 on Which Red Hat Should Be Worn in the Enterprise? · · Score: 2, Informative

    You folks realize that AS currently consists of RH 7.2 with a few updates. AS is still using a bloody 2.4.9 kernel!!! Go look at the srpms on redhat's site.

    http://ftp.redhat.com/pub/redhat/linux/enterpris e/ 2.1AS/en/os/i386/SRPMS/
    http://ftp.redhat.com/pub /redhat/linux/updates/ent erprise/2.1AS/en/os/SRPMS/

    There are a handfull of pacakges that aren't in 7.2, but you can download them. This will change with the next release, but right now it's pretty much RH 7.2.

    It's all about the support, and certifications people!!!

  16. Re:benefits on Which Red Hat Should Be Worn in the Enterprise? · · Score: 2, Informative

    Uhhhh right. Have you ever heard of the kernel-smp, or the kernel-bigmem packages? Every redhat in the past few year has supported more than 2 cpu's and large amoutn of memory.

    rpm -qip kernel-bigmem-2.4.20-8.i686.rpm

    Summary : The Linux Kernel for machines with more than 4 Gigabyte of memory.
    Description :
    This package includes a kernel that has appropriate configuration options
    enabled for Pentium III machines with 4 Gigabyte of memory or more.

    rpm -qip kernel-smp-2.4.20-8.i686.rpm

    Summary : The Linux kernel compiled for SMP machines.
    Description :
    This package includes a SMP version of the Linux kernel. It is
    required only on machines with two or more CPUs, although it should
    work fine on single-CPU boxes.

  17. Top 5 Reason to run FVWM on fvwm Turns Ten · · Score: 4, Funny

    1)It was good enough 8 years ago.

    2)I've got nothing better to do than fuck with my .fwm*rc file

    3)My desktop doesn't look enought like ass yet.

    4)I've only got 12M of memory.

    5)What the hell X only holds up my xterms, and mozilla.

  18. Re:Time shifting radio? on TiVo For Radio? · · Score: 1

    I've wanted Tivo like abilities for my radio for years.

    1)The ability to replay the last few minutes. What did the DJ say that song was called? Damn that song kicked ass I want to hear it again!!!

    2)The ability to fast foward past songs I hate. Tivo currently records a 2-4 of hours of MTV2, and VH1 per week. I generally watch only 5-10 minute of out of hour. (Mainly as it's 95% crap)

  19. Re:I thought so. on Genome Surprise · · Score: 1

    That's such an idealized view of chickens. I've seen Roosters beat the shit out of hens. Of course I've also seen the reverse.

    I grew up on a farm. The chickens were by far the meanest nastiest creatures I've ever met. I've seen chickens repeatedly attack an injured chicken. You literally have the remove the injured chicken. Otherwise they kill it, and then eat it.

    And before you say that's because they were couped up in a small space. They weren't.

  20. Sarah Zettel on Top 10 New Sci-Fi/SF Authors? · · Score: 1

    I loved Sarah Zettel's Kingdom of Cages, and Reclamation.

  21. James Alan Gardner on Top 10 New Sci-Fi/SF Authors? · · Score: 1

    I find James Alan Gardner generally worth a read.
    I really liked Expendable and Ascending. Commitment Hour is fun if wierd read.

    http://www.thinkage.ca/~jim/

  22. Re:News? on Discovering New Music? · · Score: 1

    No the point is that I've heard last year's music. I'm bored with it. Maybe in a few year I'll be interested in it.

  23. Re:(off-topic) Sig on New Red Hat Beta · · Score: 1

    This goes back a an infamous posting. Involving Portman naked and petrified.

  24. Standing on the shoulders of Giants on Who Owns Science? · · Score: 4, Insightful

    Newton put it best. "If I have seen further it is by standing on the shoulders of Giants"

    All science, and technology is built on prior theories, experimentation and research. Putting more information out there is the best to speed our understanding of the world. As well bring new technologies into being.

  25. Re:For those who missed it... on RMS Urges Opposition to "Trusted Computing" · · Score: 1

    Actually a good many kernel developers have issues with RMS. That doesn't mean they want him banned.